summaryrefslogtreecommitdiff
path: root/gtk/gtkbbox.c
Commit message (Expand)AuthorAgeFilesLines
* GtkButtonBox: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-1/+1
* Fix a typoMichael Catanzaro2014-05-171-1/+1
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-2/+2
* docs: use proper quotations instead of '*'William Jon McCann2014-02-071-1/+1
* docs: don't use properties syntax for child propertiesWilliam Jon McCann2014-01-211-1/+1
* docs: there is no homogeneous property on bboxWilliam Jon McCann2014-01-211-3/+1
* button box: Set linked style for extendMatthias Clasen2014-01-171-4/+19
* Add an expand button box typeWilliam Jon McCann2014-01-171-0/+22
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-10/+3
* API: Don't export gtk_widget_preferred_size_and_baseline()Benjamin Otte2013-05-111-4/+5
* GtkButtonBox: Support baseline alignmentAlexander Larsson2013-04-231-23/+161
* Fix malformed doc commentsMatthias Clasen2012-04-121-1/+1
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Documentation: Correct references to properties.Murray Cumming2012-02-151-2/+2
* gtkbox: Move private functions to private headerJavier Jardón2011-10-021-0/+1
* Box, etc: Improve docs after H* and V* deprecations.Murray Cumming2011-06-101-4/+5
* GtkButtonBox: add a non-homogeneous child propertyMatthias Clasen2011-05-051-7/+85
* Silence new gcc warningsMatthias Clasen2011-01-231-2/+0
* Reduce includes of gtktypeutils.h to a minimumMatthias Clasen2011-01-041-1/+1
* Handle empty button boxes gracefullyMatthias Clasen2010-11-051-5/+17
* gtk: remove all border_width handling from the button boxMichael Natterer2010-11-021-23/+17
* Don't set get_preferred_width_for_height to NULLMatthias Clasen2010-10-301-8/+35
* GtkButtonBox doesn't do height-for-widthMatthias Clasen2010-10-301-0/+2
* Remove size_request from GtkButtonBoxMatthias Clasen2010-10-301-3/+32
* Remove GtkObject completelyMatthias Clasen2010-09-261-0/+1
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-4/+3
* Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()Javier Jardón2010-09-151-1/+2
* Use gtk_size_request_get_size() instead deprecated gtk_widget_get_child_requi...Javier Jardón2010-09-131-1/+6
* Update GtkButtonBox docsMatthias Clasen2010-09-011-14/+6
* Miscellaneous property string fixesPhilip Withnall2010-08-291-2/+2
* Use GtkFooPrivate instead GtkFooPrivJavier Jardón2010-08-271-9/+9
* Make empty buttonboxes work againMatthias Clasen2010-08-251-8/+4
* gtk/gtkbbox.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-2/+3
* Make button boxes semi-homogeneousMatthias Clasen2010-08-221-118/+196
* Drop internal function from headerMatthias Clasen2010-08-161-1/+1
* Drop some unnecessary variablesMatthias Clasen2010-08-161-13/+4
* Remove some leftovers of deprecated functionalityMatthias Clasen2010-08-121-150/+111
* Add _gtk_box_get_children() internal functionCarlos Garcia Campos2010-08-051-2/+2
* Do not use GtkBoxChild in GtkButtonBox.Paolo Borelli2010-07-151-51/+40
* Use accessor functions to acces GtkContainerJavier Jardón2010-07-131-34/+49
* Use accessor functions to access GtkBoxJavier Jardón2010-07-131-6/+6
* gtkbbox: Move public members to private structureJavier Jardón2010-07-131-25/+57
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+1
* Make orientable base classes instantiableMatthias Clasen2010-05-251-1/+19
* Remove deprecated GtkHButtonBox functions and macrosJavier Jardón2010-05-031-102/+0
* Move documentation to inline comments: GtkButtonBoxTadej Borovšak2010-04-281-0/+96
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-3/+4
* Fix the remaining issues that broke the PLT checkMichael Natterer2009-07-081-2/+2
* Fix includes for missing prototypesHans Breuer2009-07-041-0/+2
* Fix warning about uninitialized variable plus spacing and indentation cleanupMichael Natterer2009-06-251-35/+31