summaryrefslogtreecommitdiff
path: root/gtk/gtksizegroup.c
Commit message (Expand)AuthorAgeFilesLines
* sizegroup: Use g_hash_table_add()Emmanuele Bassi2012-11-251-2/+2
* izegroup: Improve performanceBenjamin Otte2012-11-251-8/+17
* sizegroup: Simplify comparisonBenjamin Otte2012-11-141-3/+5
* sizerequest: Use GtkOrientationBenjamin Otte2012-11-141-10/+12
* widget: Get rid of unused flagsBenjamin Otte2012-11-141-2/+0
* sizerequest: Cache the request modeBenjamin Otte2012-11-141-0/+2
* sizerequest: Move sizegroups function to different source fileBenjamin Otte2012-11-041-69/+6
* sizegroup: Construct the set of sizegroup peers as a hash tableBenjamin Otte2012-11-041-37/+36
* sizegroup: Use _gtk_widget_compute_size_for_orientation()Benjamin Otte2012-11-041-57/+26
* sizegroups: Use is_visible() instead of get_mapped() for visibilityBenjamin Otte2012-11-041-1/+1
* sizegroup: Handle hfw in size groupsBenjamin Otte2012-11-041-3/+16
* sizegroup: Add a function for clarityBenjamin Otte2012-11-041-37/+22
* sizegroup: Don't keep groups around everywhereBenjamin Otte2012-11-041-33/+5
* sizegroup: Check ignore_hidden flag when adding groupsBenjamin Otte2012-11-041-31/+20
* sizegroup: Use for loopsBenjamin Otte2012-11-041-20/+5
* sizegroups: Restructure codeBenjamin Otte2012-11-041-4/+8
* sizegroup: Don't cache the sizes anymoreBenjamin Otte2012-11-041-91/+29
* sizegroup: Always at least use widget's sizeBenjamin Otte2012-11-011-5/+7
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Replace some references to the GtkTable, use GtkGrid insteadJavier Jardón2011-09-291-1/+1
* gtkcontainer: Move private functions to private headerJavier Jardón2011-06-061-0/+1
* Move documentation to inline comments: GtkSizeGroupJavier Jardón2011-04-181-0/+80
* Optimize queue_resize_on_widget()Tristan Van Berkom2011-02-081-86/+27
* 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