summaryrefslogtreecommitdiff
path: root/gtk/gtkcontainer.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Remove deprecated GtkContainer function and macros"Michael Natterer2009-10-101-0/+30
* Remove deprecated GtkContainer function and macrosJavier Jardón2009-10-101-30/+0
* add missing semicolon.Michael Natterer2008-12-091-2/+2
* Make gtk_builder_get_translation_domain() useful for subparsers.Matthias Clasen2008-12-081-1/+37
* Check for child->parent instead of GTK_WIDGET_TOPLEVEL.Johan Dahlin2008-11-071-1/+1
* Made buildable and added support for adding children of type "submenu"Tristan Van Berkom2008-11-061-3/+11
* gtk/gtkaccelgroup.c gtk/gtkactiongroup.c gtk/gtkcalendar.cSven Neumann2008-08-111-1/+1
* gtk/gtkclist.c gtk/gtkcontainer.c gtk/gtkfilechooserbutton.cMichael Natterer2008-08-071-5/+4
* Add some missing bracesMatthias Clasen2008-08-051-3/+5
* Doc fixesMatthias Clasen2008-07-211-6/+6
* Remove erroneously added g_return_if_fail (bug #541811).Christian Dywan2008-07-061-1/+0
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Fixed the FAQ location in the warning produced here.Martyn James Russell2008-06-271-1/+2
* Revert GtkScaleButton accesses for plus/minus buttons, as per #539944Johan Dahlin2008-06-241-0/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Add missing Since: gtk-doc markup for newly added GSEAL API. Change allJohan Dahlin2008-06-201-1/+1
* Document gtk_container_get_focus_child().Tim Janik2008-06-201-0/+11
* add accessor.Tim Janik2008-06-201-0/+8
* deprecate GtkDestroyNotify.Michael Natterer2008-06-181-1/+1
* Properly document gtk_container_set_focus_child(). (#521739, Andrew Cowie)Emmanuele Bassi2008-03-171-0/+11
* gtk/gtkcontainer.c gtk/gtkexpander.c gtk/gtkframe.c gtk/gtklabel.cMichael Natterer2008-02-061-2/+2
* Correct the documentation of child property getter arguments. (#501992,Matthias Clasen2007-12-071-4/+4
* Another documentation fix that I forgot to commit yesterday. (#459340,Cody Russell2007-08-151-2/+3
* Add GtkBuilder and GError arguments to gtk_builder_value_from_string andJohan Dahlin2007-06-271-4/+9
* Rename buildable methods to not clash with widget methods. (#448928,Johan Dahlin2007-06-191-6/+6
* Fix a doc typoMatthias Clasen2007-06-181-3/+3
* Add GtkBuilder, fixes #172535Johan Dahlin2007-06-151-0/+190
* Require gtk-doc 1.6, for signal and property links.Matthias Clasen2007-05-261-38/+40
* Mention in the docs that the return value is NULL-terminated. (#383373,Matthias Clasen2007-01-021-2/+2
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-5/+1
* Apply a patch by Behdad Esfahbod to reduce relocations. (#359053)Matthias Clasen2006-10-031-1/+1
* Skip unrealized children when doing focus sorting. (#323995, Dan Winship)Matthias Clasen2005-12-141-12/+15
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-4/+0
* Intern some more strings.Matthias Clasen2005-09-011-8/+8
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-3/+4
* 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-2/+2
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-3/+3
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* xMatthias Clasen2005-03-091-2/+2
* gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.cMatthias Clasen2005-03-011-2/+2
* Fix many instances of "the the" in docs and comments. (#165815, MasaoMatthias Clasen2005-02-011-1/+1
* Acknowledge the fact that invariants are broken and loop all the way up toMatthias Clasen2004-10-131-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-0/+1
* Handle focus [hv]adjustment correctly when the focus is located deeperMatthias Clasen2004-02-111-17/+30
* Document these functions.Matthias Clasen2004-02-101-0/+30
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-6/+6
* Consider the text direction when sorting children. (#116540, SoerenMatthias Clasen2003-07-081-3/+9