summaryrefslogtreecommitdiff
path: root/gtk/gtkgrid.c
Commit message (Expand)AuthorAgeFilesLines
* grid: Fix access to grid->priv memberBastian Winkler2012-06-031-2/+6
* grid: Add missing guard to gtk_grid_get_child_at()Bastian Winkler2012-06-031-1/+5
* grid: add missing transfer annotationMartin Pitt2012-05-161-1/+1
* GtkGrid: Add a note about overlapping childrenMatthias Clasen2012-04-281-1/+2
* grid: avoid a floating point exceptionMatthias Clasen2012-03-241-0/+3
* grid: Work harder for tight homogeneous allocationMatthias Clasen2012-03-041-18/+53
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Fix gtk_grid_attach_next_toMatthias Clasen2011-10-251-4/+9
* Fix natural/min widht calculations for empty gridsMatthias Clasen2011-10-211-2/+7
* gtk: fix syntax of an annotationTorsten Schönfeld2011-10-151-1/+1
* grid: Swap wrong spacing propertiesBenjamin Otte2011-09-051-8/+8
* GtkGrid: make attaching more flexibleMatthias Clasen2011-09-021-65/+124
* Add an accessor for grid childrenMatthias Clasen2011-08-281-0/+36
* GtkGrid: Add a way to insert rows or columnsMatthias Clasen2011-08-081-0/+136
* GtkGrid: Fix a size allocation problemMatthias Clasen2011-06-071-4/+10
* Add shortcuts for the !children caseMatthias Clasen2011-05-121-0/+24
* grid: Fix homogeneuous properties being flippedBenjamin Otte2011-04-271-8/+10
* GtkGrid: Add forgotten RTL flippingMatthias Clasen2011-03-301-0/+4
* Added GTK_SIZE_REQUEST_CONSTANT_SIZE to GtkSizeRequestModeTristan Van Berkom2011-03-251-17/+4
* GtkGrid: Avoid problems with uninitialized memoryMatthias Clasen2011-02-171-0/+8
* Add gtkorientableprivate.h headerMatthias Clasen2011-01-301-1/+1
* Redo patch in efae64b (Set vertical/horizontal class...)Carlos Garnacho2011-01-121-13/+1
* Set vertical/horizontal class on all widgets overriding GtkOrientable::orient...Carlos Garnacho2011-01-121-0/+13
* Fixed GtkGrid GtkContainerClass->forall() to not use a for loop.Tristan Van Berkom2010-12-221-1/+3
* docs: Improve cross-referencing on GtkGrid docsJavier Jardón2010-11-051-4/+4
* Don't declare various unused variables in gtk_grid_set_orientationChristian Dywan2010-10-221-3/+0
* Remove child flipping from GtkGridMatthias Clasen2010-10-221-38/+0
* Add GtkGridMatthias Clasen2010-10-221-0/+1676