summaryrefslogtreecommitdiff
path: root/gtk/gtkbox.c
Commit message (Expand)AuthorAgeFilesLines
* gtkbox: Move private functions to private headerJavier Jardón2011-10-021-0/+1
* Replace some references to the GtkTable, use GtkGrid insteadJavier Jardón2011-09-291-1/+1
* GtkBox: make get_path_for_child() work if there are internal childrenMichael Natterer2011-09-261-13/+25
* Convert GailExpander to GtkExpanderAccessibleMatthias Clasen2011-07-051-16/+3
* Don't overwrite rolesMatthias Clasen2011-07-051-1/+2
* Remove GailBoxMatthias Clasen2011-07-051-0/+16
* box: Remove cache for sibling pathsBenjamin Otte2011-07-021-25/+17
* box: follow children visibility when building the sibling pathCosimo Cecchi2011-07-011-7/+19
* Revert "gtkbox: Invalidate order on changes, even if the child is not visible"Cosimo Cecchi2011-07-011-5/+2
* gtkbox: Invalidate order on changes, even if the child is not visibleVincent Untz2011-06-301-2/+5
* GtkBox: don't reset styles too oftenMatthias Clasen2011-06-161-4/+5
* Expand migration hints for h/v boxesMatthias Clasen2011-06-101-21/+18
* Box, etc: Improve docs after H* and V* deprecations.Murray Cumming2011-06-101-14/+11
* box: Add RTL support for sibling pathsBenjamin Otte2011-06-021-29/+40
* box: Add support for siblings in widget paths of box childrenBenjamin Otte2011-06-021-3/+123
* box: Only emit pack-type notify if the pack type really changedBenjamin Otte2011-06-021-5/+7
* GtkBoxPrivate: Improve struct packingMatthias Clasen2011-04-121-2/+1
* Added GTK_SIZE_REQUEST_CONSTANT_SIZE to GtkSizeRequestModeTristan Van Berkom2011-03-251-12/+0
* Only count visible children during size requestMatthias Clasen2011-03-051-1/+3
* Add a note to ::fill and ::expand docsMatthias Clasen2011-01-311-0/+8
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-4/+8
* 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