summaryrefslogtreecommitdiff
path: root/gtk/gtkbin.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed generic height-for-width implementation of GtkBin to consider request a...Tristan Van Berkom2010-12-291-0/+5
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-57/+46
* default impls of width_for_height,hfw should chain directly not use wrapper APIHavoc Pennington2010-09-121-3/+8
* Use GtkFooPrivate instead GtkFooPrivJavier Jardón2010-08-271-12/+12
* gtkbin: Move public members to private structureJavier Jardón2010-07-131-26/+49
* Add _gtk_bin_set_widget() internal functionJavier Jardón2010-07-131-0/+7
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+1
* Mass api change from GtkExtendedLayout --> GtkSizeRequestTristan Van Berkom2010-06-181-41/+41
* Merge branch 'native-layout-incubator'Matthias Clasen2010-04-301-1/+120
|\
| * Added documentation, implemented gtk_extended_layout_is_height_for_width() wh...NATIVE_LAYOUT_INCUBATOR_BRANCHPOINTTristan Van Berkom2010-04-211-10/+22
| * Removing old comments in gtkbin.cTristan Van Berkom2010-04-191-2/+0
| * Mega commit to change ->get_desired_size() for ->get_desired_width/height().Tristan Van Berkom2010-04-121-10/+11
| * Fixed gtkbin.c:parent_extended_layout_iface to be static.Tristan Van Berkom2010-04-101-1/+1
| * Reimplemented GtkExtendedLayout on GtkBinTristan Van Berkom2010-04-091-1/+109
| * Revert "Implement extended layout for GtkBin"Tristan Van Berkom2010-04-051-62/+2
| * Fixed GtkBox to not call get_desired_size() on a child when no child is present.Tristan Van Berkom2010-04-041-5/+12
| * Fixed extended layout implementors to not call ->get_desired_size() directlyTristan Van Berkom2010-04-031-10/+9
| * Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)Javier Jardón2010-04-031-1/+1
| * Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-04-031-2/+2
| * [introspection] Merge in Gtk-custom.c annotationsColin Walters2010-04-031-2/+2
| * Fix a typoTRISTAN_NATIVE_LAYOUT_STARTMatthias Clasen2009-12-191-1/+1
| * Implement extended layout for GtkBinMatthias Clasen2009-12-191-2/+56
* | [docs] Move documentation to inline comments: GtkBinTadej Borovšak2010-04-181-0/+13
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)Javier Jardón2010-03-061-1/+1
* | Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-2/+2
* | [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-2/+2
|/
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* gtk/gtkaction.c gtk/gtkassistant.c gtk/gtkbin.c gtk/gtkbox.cMichael Natterer2008-02-071-5/+0
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-35/+1
* 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
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* 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
* Deprecation cleanupManish Singh2002-10-041-26/+22
* Mark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383)Matthias Clasen2002-09-211-9/+12
* Remove excess calls to g_return_if_fail from static and virtual functions.Matthias Clasen2002-01-301-12/+3
* Use GtkType/GType instead of uint.Alex Larsson2001-09-061-1/+1
* Enforce the widget/child realization/mapping invariants.Owen Taylor2001-07-191-52/+0
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-7/+0
* New functionHavoc Pennington2001-05-251-0/+18
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-091-29/+0
* marshaller fixes.Tim Janik2001-03-071-4/+4
* better error message if you try to add a widget to a bin that already hasHavoc Pennington2001-02-091-1/+12
* Remove "draw" virtual method and signalHavoc Pennington2000-12-041-23/+0
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Merge no-flicker branch into HEADOwen Taylor2000-03-281-3/+1