summaryrefslogtreecommitdiff
path: root/gtk/gtkbox.c
Commit message (Expand)AuthorAgeFilesLines
* Trivial formatting fixMatthias Clasen2014-12-091-2/+2
* GtkBox: Fix self-assignment for center widgetMatthias Clasen2014-10-251-0/+5
* GtkBox: Ensure we only allow one center childMatthias Clasen2014-10-131-2/+6
* widget: Make _gtk_set_simple_clip() take an optional content clipBenjamin Otte2014-08-211-2/+2
* GtkBox: Set orientable style classes initiallyMatthias Clasen2014-07-181-0/+2
* GtkBox: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-3/+3
* GtkBox: Convert to g_object_install_propertiesMatthias Clasen2014-06-091-38/+47
* GtkBox: Move overridden property ids to the endMatthias Clasen2014-06-091-2/+4
* widget: Add _gtk_widget_set_css_clip()Benjamin Otte2014-05-241-0/+4
* docs: Add missing transfer annotation to GtkBoxMarcus Karlsson2014-04-131-1/+1
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-5/+5
* GtkBox: Fix an off-by-one error with center allocationMatthias Clasen2014-02-181-2/+2
* Make gtk_box_set_center_widget take NULLMatthias Clasen2014-02-181-6/+11
* gtkbox: fix positioning of center widgetPaolo Borelli2014-02-171-1/+5
* Fix return_if_fail lines in gtk_box_packMatthias Clasen2014-02-171-3/+3
* Add builder support for GtkBox center widgetPaolo Borelli2014-02-171-1/+23
* Add center widget support to GtkBoxMatthias Clasen2014-02-161-14/+468
* docs: use proper apostropheWilliam Jon McCann2014-02-071-2/+2
* Docs: Don't use note elementsMatthias Clasen2014-02-021-2/+0
* docs: don't use <emphasis>William Jon McCann2014-01-281-4/+4
* Trivial typo fixMatthias Clasen2014-01-271-1/+1
* docs: don't use structfield tagsWilliam Jon McCann2014-01-271-2/+1
* docs: don't use property syntax for child propertiesWilliam Jon McCann2014-01-211-7/+7
* docs: fix typo in property nameWilliam Jon McCann2014-01-211-1/+1
* docs: don't use property syntax for child propertiesWilliam Jon McCann2014-01-211-4/+4
* gtkbox: Draw backgrounds and bordersJasper St. Pierre2013-10-311-0/+18
* Fix minor typosPiotr Drąg2013-08-211-1/+1
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-7/+3
* GtkBox: don't propagate the expand child propertyMatthias Clasen2013-05-251-51/+3
* gtkprivate: #define OPPOSITE_ORIENTATIONBenjamin Otte2013-05-011-4/+1
* GtkBox: Add missing Since in docsAlexander Larsson2013-04-231-0/+4
* GtkBox: Add baseline alignment for horizontal boxesAlexander Larsson2013-04-231-50/+332
* Revert "box: Don't special-case RTL hbox child positions anymore"Cosimo Cecchi2013-02-231-2/+23
* box: Don't special-case RTL hbox child positions anymoreBenjamin Otte2012-12-181-23/+2
* Nuke GtkBoxAccessibleMatthias Clasen2012-11-071-2/+2
* box: Fix typoStefano Facchini2012-09-111-1/+1
* box: set orientation style classes when setting orientationCosimo Cecchi2012-05-111-0/+2
* widget: Don't cache widget paths all the timeBenjamin Otte2012-04-171-1/+1
* gtk: Make widget only invalidate widget positionsBenjamin Otte2012-04-171-1/+8
* gtk: Get gtkwidgetpath.h includes out of the public headersBenjamin Otte2012-03-191-3/+4
* gtkbox: avoid warning when removing a widget with refcount of 1Lionel Landwerlin2012-03-181-3/+3
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* 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