summaryrefslogtreecommitdiff
path: root/gtk/gtkcontainer.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Doc addition. (#116501, Doug Quale)Matthias Clasen2003-07-081-1/+4
* new test for removing itemsSoeren Sandmann2003-07-041-1/+8
* Replace uses of gtk_timeout_* and gtk_idle_* by their non-deprecatedMatthias Clasen2003-02-051-3/+3
* Fix a few doc comments. Link to style properties.Matthias Clasen2002-12-171-4/+4
* Add docs.Matthias Clasen2002-12-151-1/+79
* Delete EWMH properties if no private->state flags are set. (#66754)Matthias Clasen2002-12-101-1/+1
* Deprecation cleanupManish Singh2002-10-071-80/+83
* Add a 'type' parameter, make public.Owen Taylor2002-10-031-7/+9
* Mark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383)Matthias Clasen2002-09-211-1/+2
* Minor documentation fixesSoren Sandmann2002-08-101-2/+2
* Change parameter names to match the header file and the documentation.Matthias Clasen2002-05-131-15/+15
* Bump version to 2.1.0, binary, interface age 0.Matthias Clasen2002-05-051-1/+18
* Improve a warning.Matthias Clasen2002-04-301-1/+1
* include internal children when doing focus.Jonathan Blandford2002-04-151-1/+15
* Fix problems with HandleBox and focusing - #78232Owen Taylor2002-04-091-31/+36
* Always set the ALLOC_NEEDED and REQUEST_NEEDED flags up the hierarchy,Owen Taylor2002-04-091-11/+12
* Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC,Owen Taylor2002-03-201-2/+2
* include gdkkeysysms.h if compiling gdk_keyval_convert_case.Owen Taylor2002-03-011-18/+26
* Fixes for AIX compilation from Miroslaw Dobrzanski-Neumann, #72182.Owen Taylor2002-02-231-1/+1