summaryrefslogtreecommitdiff
path: root/gtk/gtkbbox.c
Commit message (Expand)AuthorAgeFilesLines
* gtk: remove all border_width handling from the button boxMichael Natterer2010-10-311-23/+17
* Don't set get_preferred_width_for_height to NULLMatthias Clasen2010-10-291-8/+35
* GtkButtonBox doesn't do height-for-widthMatthias Clasen2010-10-281-0/+2
* Remove size_request from GtkButtonBoxMatthias Clasen2010-10-261-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
* Support GtkOrientable for GtkButtonBoxDavyd Madeley2009-06-151-0/+349
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* gtk/gtkalignment.c gtk/gtkarrow.c gtk/gtkbbox.c gtk/gtkcalendar.c removeMichael Natterer2008-05-211-2/+1
* applied patch from Xan Lopez which adds GTK_BUTTONBOX_CENTER toTim Janik2007-02-081-1/+1
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-30/+1
* Intern some more strings.Matthias Clasen2005-09-011-1/+1
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-9/+6
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-8/+7
* : Mark param spec strings as static.Matthias Clasen2005-03-211-6/+7
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* More canonical property names.Matthias Clasen2005-03-091-5/+5
* Fix many instances of "the the" in docs and comments. (#165815, MasaoMatthias Clasen2005-02-011-1/+1
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-12/+12
* new file to build it all ... added to EXTRA_DISTHans Breuer2003-07-201-2/+2