summaryrefslogtreecommitdiff
path: root/gtk/gtkbox.c
Commit message (Expand)AuthorAgeFilesLines
* Use accessor functions to acces GtkContainerJavier Jardón2010-07-131-6/+8
* gtkbox: Move public members to private structureJavier Jardón2010-07-131-81/+112
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+1
* Mass api change from GtkExtendedLayout --> GtkSizeRequestTristan Van Berkom2010-06-181-71/+72
* Fixed negative allocations from gtk_box_size_allocate()Tristan Van Berkom2010-06-151-3/+2
* Docmentation improvementsMatthias Clasen2010-06-151-18/+33
* Update documentation for orientablesMatthias Clasen2010-06-031-3/+3
* Simple typo fixMatthias Clasen2010-05-301-2/+2
* Make orientable base classes instantiableMatthias Clasen2010-05-251-9/+9
* Remove deprecated functions from GtkBoxChristian Dywan2010-05-031-44/+0
* Fix some compilation warningsJavier Jardón2010-05-011-1/+1
* Merge branch 'native-layout-incubator'Matthias Clasen2010-04-301-292/+718
|\
| * Treat h and v boxes the same wayMatthias Clasen2010-04-251-8/+1
| * Fix a regression in RTL flippingMatthias Clasen2010-04-251-6/+6
| * Added documentation, implemented gtk_extended_layout_is_height_for_width() wh...NATIVE_LAYOUT_INCUBATOR_BRANCHPOINTTristan Van Berkom2010-04-211-1/+10
| * Compute the collective heights for the width of a horizontal box.Tristan Van Berkom2010-04-181-148/+198
| * Mega commit to change ->get_desired_size() for ->get_desired_width/height().Tristan Van Berkom2010-04-121-98/+101
| * Implemented gtk_extended_layout_is_height_for_width() and added another guess...Tristan Van Berkom2010-04-101-18/+77
| * Added get_height_for_width/get_width_for_height implementation to GtkBox.Tristan Van Berkom2010-04-091-126/+351
| * Fixed gtk_box_size_allocate() for homogeneous boxesTristan Van Berkom2010-04-081-38/+51
| * Fixed classes to call gtk_extended_layout_get_desired_size_again()Tristan Van Berkom2010-04-061-3/+3
| * Fixed 2 bugs in gtk_box_size_allocate()Tristan Van Berkom2010-04-051-6/+18
| * Refixed merge conflicts for GTK_WIDGET_MAPPED/GTK_WIDGET_VISIBLETristan Van Berkom2010-04-031-1/+1
| * 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-8/+9
| * native-layout: Fix typo that brakes layout completelyJohannes Schmid2009-12-141-1/+1
| * native-layout: Don't expose extra gtk_widget_* function that are similar to t...Johannes Schmid2009-12-141-8/+8
| * native-layout: Introduce GtkExtendedLayout interface.Johannes Schmmid2009-12-141-270/+333
* | Move documentation to inline comments: GtkBoxTadej Borovšak2010-04-281-0/+54
* | 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-8/+10
|/
* gtk/gtkbox.c: fixed type declaration.Tim Janik2008-10-071-7/+3
* keep GtkBox as an abstract type and keep _gtk_box_new() as private11:03:30 Tim Janik2008-10-071-7/+10
* reindent static prototypes.Michael Natterer2008-10-071-38/+38
* Bug 553573 – Add orientation API to GtkBoxMichael Natterer2008-10-071-30/+476
* Bug 408244 – add GtkDialog::content-area-spacingChristian Dywan2008-09-241-1/+22
* use gtk_box_pack_start() instead of the deprecatedMichael Natterer2008-07-211-1/+1
* Deprecate gtk_box_pack_{start,end}_defaultsMatthias Clasen2008-07-061-0/+4
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Removed accidental empty row in gtk_box_pack.Mikael Hallendal2008-06-281-1/+0
* Factor out gtk_box_pack from gtk_box_pack_start and gtk_box_pack_end to reduc...Mikael Hallendal2008-06-281-52/+39
* 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-8/+2
* Update docs Deprecate gtk_widget_{ref,unref}Matthias Clasen2007-06-101-2/+2
* Some doc updatesMatthias Clasen2007-06-101-12/+141
* Require gtk-doc 1.6, for signal and property links.Matthias Clasen2007-05-261-1/+1
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-34/+1
* Intern some more strings.Matthias Clasen2005-09-011-1/+1