summaryrefslogtreecommitdiff
path: root/gtk/gtkcontainer.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove excess calls to g_return_if_fail from static and virtual functions.Matthias Clasen2002-01-301-47/+6
* General property notification cleanup.Matthias Clasen2002-01-281-1/+0
* don't ignore realized but visible && !mapped resize containers (which isTim Janik2002-01-021-2/+2
* Close comment.Matthias Clasen2001-12-101-0/+1
* Add docs.Matthias Clasen2001-12-091-6/+68
* Fix docs. (#66383)Matthias Clasen2001-12-061-4/+4
* Return FALSE from expose handlers.Alex Larsson2001-12-031-1/+1
* Typo fix.Matthias Clasen2001-11-201-1/+1
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-4/+5
* Cal gdk_window_invalidate_maybe_recurse() for recursion. (Soeren Sandmann)Owen Taylor2001-11-151-3/+3
* Back out accidental commit of debugging timing codeOwen Taylor2001-11-141-41/+21
* Fix docs for gtk_tree_view_column_set_sort_order. (#62647)Matthias Clasen2001-11-101-2/+2
* Add a function gdk_window_invalidate_maybe_recurse() for use in "shallowOwen Taylor2001-11-041-190/+60