summaryrefslogtreecommitdiff
path: root/gtk/gtkbox.c
Commit message (Expand)AuthorAgeFilesLines
* Reduce includes of gtktypeutils.h to a minimumMatthias Clasen2011-01-041-1/+1
* Changing GtkBox:fill child property default back to TRUE.Tristan Van Berkom2010-11-251-6/+2
* Fix tiny documetnation typo.Murray Cumming2010-11-021-36/+36
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-10-311-3/+0
* Emphasize that GtkBox and GtkTable can be replaced by GtkGridJavier Jardón2010-10-301-0/+4
* Point to GtkGrid from the GtkBox and GtkTable docsMatthias Clasen2010-10-221-0/+3
* Fix a typoMatthias Clasen2010-10-221-1/+1
* Improve GtkBox and GtkTable docs a bitMatthias Clasen2010-10-151-11/+14
* Support GtkWidget expand properties in GtkBoxHavoc Pennington2010-10-131-6/+72
* Remove GtkObject completelyMatthias Clasen2010-09-261-0/+1
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-81/+69
* GtkBox: let GtkContainer handle border widthMatthias Clasen2010-09-131-38/+21
* Use GtkFooPrivate instead GtkFooPrivJavier Jardón2010-08-271-27/+27
* gtk/gtkbox.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-2/+2
* GtkBox: Clipped values passed to gtk_distribute_natural_allocation() incase a...Tristan Van Berkom2010-08-181-2/+2
* Fix improperly unwinded loopsTadej Borovšak2010-08-061-5/+22
* Implement fair extra space allocationTadej Borovšak2010-08-061-319/+332
* Migrated old loops to use gtk_distribute_allocation().Tristan Van Berkom2010-08-051-137/+13
* Add _gtk_box_get_children() internal functionCarlos Garcia Campos2010-08-051-0/+24
* Move GtkBoxChild from the public .h to gtkbox.cJavier Jardón2010-07-201-0/+26
* Do not use GtkBoxChild in GtkButtonBox.Paolo Borelli2010-07-151-1/+0
* 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