summaryrefslogtreecommitdiff
path: root/gtk/gtksizegroup.c
Commit message (Expand)AuthorAgeFilesLines
* GtkSizeGroup: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-14/+15
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-3/+3
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-6/+5
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-1/+1
* docs: Use "#" for refsect2 instead of ##William Jon McCann2014-02-041-1/+1
* docs: use ` instead of <literal>William Jon McCann2014-02-041-1/+1
* docs: Convert to markdownMatthias Clasen2014-02-021-8/+3
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-2/+2
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-9/+6
* gtksizegroup: Add explicit braces to avoid dangling elseKalev Lember2013-05-071-7/+14
* 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