summaryrefslogtreecommitdiff
path: root/gtk/gtkitemfactory.c
Commit message (Expand)AuthorAgeFilesLines
* gtk/gtkclist.[ch] gtk/gtkctree.[ch] gtk/gtkitemfactory.[ch]Michael Natterer2008-08-041-7/+7
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Fix up deprecated markup syntax. Add version numbers and a message on theJohan Dahlin2008-06-201-22/+22
* Use g_object_new instead of gtk_widget_newJohan Dahlin2008-06-191-4/+4
* gtk/gtkaction.c gtk/gtkassistant.c gtk/gtkbin.c gtk/gtkbox.cMichael Natterer2008-02-071-10/+2
* Fix a finalizer issueMatthias Clasen2007-12-281-1/+3
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-101-2/+1
* CleanupsMatthias Clasen2006-06-281-15/+15
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-37/+3
* Documentation updatesMatthias Clasen2005-12-201-1/+45
* Use g_slice instead of mem chunks.Matthias Clasen2005-12-051-15/+3
* deprecated floating/sink API and implemented it in terms of the GObjectTim Janik2005-11-231-4/+2
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-7/+0
* Intern some more strings.Matthias Clasen2005-09-011-1/+2
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-1/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.cMatthias Clasen2005-03-011-1/+1
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-1/+1
* Deprecate. Ditto.Kristian Rietveld2003-10-101-1/+4
* Document the fact that the newly created object does not come with aMatthias Clasen2003-09-271-0/+2
* brooooooooken pipe.Kristian Rietveld2003-09-031-1/+1
* remove quark_user_data usage in gtk_object_{g|s}et_user_data(). fixesTim Janik2003-02-071-12/+7
* Deprecate gtk_paned_computed_position(). (#97077)Matthias Clasen2003-01-311-1/+3
* add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c.Manish Singh2002-11-201-2/+0
* docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgmlSoeren Sandmann2002-11-081-6/+6
* Fix sensitivity of file operation buttons and buttons inside fileopOwen Taylor2002-10-251-1/+8
* Documentation fixes.Soeren Sandmann2002-10-131-4/+28
* use GTK_IS_RADIO_MENU_ITEM instead of comparing the type directly. ThisManish Singh2002-10-121-1/+1
* Deprecation cleanupManish Singh2002-10-091-80/+81
* Minor documentation fixesSoren Sandmann2002-08-101-2/+2
* Add a note that yes, we do know what () means and we can't change it.Owen Taylor2002-08-051-1/+2
* s/<!>/<!-- -->/g throughout the documentation to bring the producedMatthias Clasen2002-04-181-4/+4
* Document gtk_{menu_item,widget}_set_accel_path() as the recommended API.Matthias Clasen2002-03-111-1/+4
* Remove unneeded Win32 stuff inside #ifdef G_OS_WIN32. (Leftover from whenTor Lillqvist2002-03-011-9/+0
* Really make it work for paths with underline accelerators. (#69247)Owen Taylor2002-03-011-1/+1
* Avoid segfault for selectable tab labels (even without a segfault, theyMatthias Clasen2002-02-091-2/+23
* Export gtk_widget_set_accel_path().Owen Taylor2002-01-301-1/+1
* Consistently use GdkModifierType. (#66950, Mark Patton)Owen Taylor2002-01-301-2/+3
* Document allowed values for ifactory.Matthias Clasen2002-01-211-3/+17
* Clarify documentation. (#69026)Matthias Clasen2002-01-181-1/+4
* gtk/gtkaccellabel.h fixed documentation by syncing the parameter namesSven Neumann2002-01-151-12/+15
* Documentation additions.Matthias Clasen2002-01-141-7/+28
* Documentation.Matthias Clasen2002-01-141-0/+222
* applied patch from owen to get rid of accel map notifiers. changed thingsTim Janik2001-11-201-1/+1
* added gtkaccelmap.sgml. other updates.Tim Janik2001-11-131-546/+35
* Call setlocale (LC_ALL, ""). (#60606)Owen Taylor2001-10-101-1/+1