summaryrefslogtreecommitdiff
path: root/gtk/gtkbox.c
Commit message (Expand)AuthorAgeFilesLines
* box: Fix rtl allocation with center widgetMatthias Clasen2016-02-201-10/+14
* Revert "Remove _gtk_box_get_children"Carlos Garcia Campos2016-02-121-0/+24
* Remove _gtk_box_get_childrenTimm Bäder2016-02-041-24/+0
* GtkBox: Documentation tweakMatthias Clasen2016-01-131-3/+5
* box: Document child node orderingMatthias Clasen2016-01-121-1/+3
* box: Add a way to get the gadgetMatthias Clasen2015-12-181-0/+6
* box: Trivial doc changeMatthias Clasen2015-12-151-1/+1
* box: Port to gadgetsBenjamin Otte2015-12-151-64/+138
* GtkBox: The center widget can be NULLTimm Bäder2015-12-011-1/+2
* box: Use an element nameMatthias Clasen2015-11-191-0/+5
* box: Refactor CSS node handlingBenjamin Otte2015-11-091-33/+32
* box: Don't track children visibilityBenjamin Otte2015-11-091-17/+0
* box: Convert to gtk_container_child_notify_by_pspecMatthias Clasen2015-09-081-47/+52
* Move GtkWidgetPrivate to gtkwidgetprivate.hMatthias Clasen2015-09-071-22/+22
* cssnode: Change API of some functionsBenjamin Otte2015-07-161-24/+21
* box: Fix RTL stylingBenjamin Otte2015-05-121-1/+18
* box: Use CSS nodes instead of widget pathsBenjamin Otte2015-03-181-5/+14
* 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