summaryrefslogtreecommitdiff
path: root/gtk/gtksizegroup.c
Commit message (Expand)AuthorAgeFilesLines
* More documentation fixes2.99.0Matthias Clasen2011-01-061-3/+3
* Reduce includes of gtktypeutils.h to a minimumMatthias Clasen2011-01-041-0/+1
* Split off gtkprivate.hEmmanuele Bassi2010-10-201-3/+3
* Fix handling of the geometry widgetOwen W. Taylor2010-10-111-20/+30
* Remove GtkObject completelyMatthias Clasen2010-09-261-3/+3
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-4/+3
* Fixed GtkSizeGroups to adjust both minimum and natural requisitionsTristan Van Berkom2010-09-151-49/+45
* GtkWidget: add adjust_size_request adjust_size_allocation virtual funcsHavoc Pennington2010-09-121-39/+10
* Completely removed requisition cache from GtkWidget instance structure.Tristan Van Berkom2010-09-081-1/+0
* Use GtkFooPrivate instead GtkFooPrivJavier Jardón2010-08-271-16/+16
* gtk/gtksizegroup.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-7/+10
* gtksizegroup: Move public members to private structureJavier Jardón2010-07-131-40/+87
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-5/+1
* Mass api change from GtkExtendedLayout --> GtkSizeRequestTristan Van Berkom2010-06-181-4/+4
* Fix doc typosMatthias Clasen2010-05-011-2/+2
* Fixed computation of sizegroups when no explicit request is set.Tristan Van Berkom2010-04-191-0/+2
* Fixed _gtk_size_group_bump_requisition() to properly handle values specified ...Tristan Van Berkom2010-04-181-3/+21
* Refactored GtkSizeGroup for GtkExtendedLayoutTristan Van Berkom2010-04-171-180/+56
* Added _gtk_size_group_bump_requisition()Tristan Van Berkom2010-04-141-13/+67
* Mega commit to change ->get_desired_size() for ->get_desired_width/height().Tristan Van Berkom2010-04-121-203/+76
* Fixed regression in GtkImage size requestsTristan Van Berkom2010-04-081-2/+0
* Simplified code in GtkSizeGroup, fixes minimum natural size.Tristan Van Berkom2010-04-081-25/+34
* Call the ->get_desired_size() method directly on the vtableTristan Van Berkom2010-04-061-3/+5
* Fixed do_size_request() to start with a 0 base requisition instead of -1Tristan Van Berkom2010-04-051-0/+2
* Changed initial values for requisition from -1 to 0.Tristan Van Berkom2010-04-041-3/+3
* Fixed internal native layout algorythm wrt size-request singals/implementations.Tristan Van Berkom2010-04-031-3/+33
* Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-04-031-1/+1
* Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-04-031-1/+1
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2010-04-031-2/+2
* native-layout: Introduce GtkExtendedLayout interface.Johannes Schmmid2009-12-141-64/+152
* [GtkSizeGroup] don't recurse into yourselfDavyd Madeley2009-08-301-0/+8
* Use g_quark_from_static_string where possibleMatthias Clasen2008-08-181-1/+1
* gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.cSven Neumann2008-08-121-1/+1
* 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
* Add GtkBuilder, fixes #172535Johan Dahlin2007-06-151-1/+122
* Clarify docs.Matthias Clasen2007-03-121-1/+4
* Make sure that the quarks are initialized before using them. (#353736)Matthias Clasen2006-10-021-7/+22
* Ignore unmapped widgets when ignore_hidden is TRUE. (#344707, ChristianMatthias Clasen2006-06-161-5/+5
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-28/+2
* Add gtk_size_group_get_widgets, fixes #326324. Also mark all fields ofJohan Dahlin2006-01-091-0/+17
* Intern some more strings.Matthias Clasen2005-09-011-1/+1
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Use object data to mark widgets and groups as visited, so that we avoidMatthias Clasen2005-08-151-9/+41
* Use g_quark_from_static_string here.Matthias Clasen2005-08-091-2/+2
* Add an ignore-hidden property with getter and setter. (#171612, ChristianMatthias Clasen2005-06-191-4/+77
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-1/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4