summaryrefslogtreecommitdiff
path: root/gtk/gtkbin.c
Commit message (Expand)AuthorAgeFilesLines
* bin: Move vfunc implementations before class_initTimm Bäder2020-01-071-37/+20
* bin: Avoid some type checksTimm Bäder2020-01-071-2/+3
* Remove gtk_widget_get/set_has_surfaceMatthias Clasen2019-05-281-1/+0
* widget: Don't pass a position to ->size_allocateTimm Bäder2018-11-131-4/+9
* bin: Remove public GtkBinPrivate typedefTimm Bäder2018-06-041-2/+2
* widget: Remove clip from size-allocate vfuncBenjamin Otte2018-04-051-3/+2
* GtkWidget: Start renaming widget->windowAlexander Larsson2018-03-201-1/+1
* Fix some nullable Returns annotationsDaniel Boles2017-08-031-1/+2
* widget: Add baseline and out_clip parameters to size-allocateTimm Bäder2017-07-191-21/+13
* bin: Drop priv pointerTimm Bäder2017-07-191-11/+11
* set clip of more widgetsTimm Bäder2017-07-191-2/+5
* container: Remove include_internals parameter from forallTimm Bäder2017-04-251-2/+0
* widget: Use ::measure vfunc to measure sizeTimm Bäder2016-10-221-97/+25
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-42/+3
* Remove GtkHandleBoxTimm Bäder2016-10-161-1/+1
* Revert "gtkbin: replace internal api"Matthias Clasen2014-06-161-0/+6
* gtkbin: replace internal apiStefan Sauer2014-06-141-6/+0
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-1/+1
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-11/+2
* Revert "Revert "gtkbin: Remove the silliest code on earth""Benjamin Otte2013-04-221-58/+20
* Revert "gtkbin: Remove the silliest code on earth"Tristan Van Berkom2013-04-221-20/+58
* bin: initialize out variables to zero for get_preferred_ functions.Alban Browaeys2013-03-041-0/+12
* bin: Handle border width if we have toBenjamin Otte2012-11-111-7/+43
* bin: Only handle size for the child if it is visibleBenjamin Otte2012-11-111-5/+5
* gtkbin: Remove the silliest code on earthJasper St. Pierre2012-11-081-58/+8
* gtkbin: Complete more of a base implementation for GtkBin subclassesJasper St. Pierre2012-11-081-1/+59
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Added GTK_SIZE_REQUEST_CONSTANT_SIZE to GtkSizeRequestModeTristan Van Berkom2011-03-251-14/+0
* 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