summaryrefslogtreecommitdiff
path: root/gtk/gtkitemfactory.c
Commit message (Expand)AuthorAge
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-10
* CleanupsMatthias Clasen2006-06-28
* More of the sameMatthias Clasen2006-05-14
* Boilerplate reductionMatthias Clasen2006-05-02
* Documentation updatesMatthias Clasen2005-12-20
* Use g_slice instead of mem chunks.Matthias Clasen2005-12-05
* deprecated floating/sink API and implemented it in terms of the GObjectTim Janik2005-11-23
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-13
* Intern some more strings.Matthias Clasen2005-09-01
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-31
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-26
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-20
* gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.cMatthias Clasen2005-03-01
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-09
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-06
* Deprecate. Ditto.Kristian Rietveld2003-10-10
* Document the fact that the newly created object does not come with aMatthias Clasen2003-09-27
* brooooooooken pipe.Kristian Rietveld2003-09-03
* remove quark_user_data usage in gtk_object_{g|s}et_user_data(). fixesTim Janik2003-02-07
* Deprecate gtk_paned_computed_position(). (#97077)Matthias Clasen2003-01-31
* add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c.Manish Singh2002-11-20
* docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgmlSoeren Sandmann2002-11-08
* Fix sensitivity of file operation buttons and buttons inside fileopOwen Taylor2002-10-25
* Documentation fixes.Soeren Sandmann2002-10-13
* use GTK_IS_RADIO_MENU_ITEM instead of comparing the type directly. ThisManish Singh2002-10-12
* Deprecation cleanupManish Singh2002-10-09
* Minor documentation fixesSoren Sandmann2002-08-10
* Add a note that yes, we do know what () means and we can't change it.Owen Taylor2002-08-05
* s/<!>/<!-- -->/g throughout the documentation to bring the producedMatthias Clasen2002-04-18
* Document gtk_{menu_item,widget}_set_accel_path() as the recommended API.Matthias Clasen2002-03-11
* Remove unneeded Win32 stuff inside #ifdef G_OS_WIN32. (Leftover from whenTor Lillqvist2002-03-01
* Really make it work for paths with underline accelerators. (#69247)Owen Taylor2002-03-01
* Avoid segfault for selectable tab labels (even without a segfault, theyMatthias Clasen2002-02-09
* Export gtk_widget_set_accel_path().Owen Taylor2002-01-30
* Consistently use GdkModifierType. (#66950, Mark Patton)Owen Taylor2002-01-30
* Document allowed values for ifactory.Matthias Clasen2002-01-21
* Clarify documentation. (#69026)Matthias Clasen2002-01-18
* gtk/gtkaccellabel.h fixed documentation by syncing the parameter namesSven Neumann2002-01-15
* Documentation additions.Matthias Clasen2002-01-14
* Documentation.Matthias Clasen2002-01-14
* applied patch from owen to get rid of accel map notifiers. changed thingsTim Janik2001-11-20
* added gtkaccelmap.sgml. other updates.Tim Janik2001-11-13
* Call setlocale (LC_ALL, ""). (#60606)Owen Taylor2001-10-10
* replace g_scanner_add/remove_symbol by g_scanner_scope_add/remove_symbol.Matthias Clasen2001-10-01
* Use autoconf 2.13/2.50 compat macro.Owen Taylor2001-08-27
* Need to show the image after adding it to the GtkImageMenuItem. This usedMichael Natterer2001-08-04
* use g_file_test() instead of long deprecated g_scanner_stat_mode().Tim Janik2001-07-29
* commiting patch after comments from Alex on IRCJames Henstridge2001-07-25
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-18
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-29