summaryrefslogtreecommitdiff
path: root/gtk/gtkbbox.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* New function. (#64562)Matthias Clasen2003-07-181-16/+40
* Deprecation cleanupManish Singh2002-10-041-9/+10
* Mark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383)Matthias Clasen2002-09-211-9/+12
* Minor documentation fixesSoren Sandmann2002-08-101-1/+1
* Remove excess calls to g_return_if_fail from static and virtual functions.Matthias Clasen2002-01-301-0/+13
* Fix docs. (#66383)Matthias Clasen2001-12-061-3/+3
* to simplify parsing for exported functions: - made implementationHans Breuer2001-10-271-9/+15
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-1/+0
* Patch from Gregory Merchan to add gtk_button_box_set_secondary(), whichOwen Taylor2001-07-061-20/+160
* Add properties, based on patch by Lee Mallabone.GTK_MULTIHEAD_MERGE1Alexander Larsson2001-05-171-1/+69
* Add an extra parameter use_text to gtk_paint_label() to deal withOwen Taylor2001-04-301-1/+1
* fix warningHavoc Pennington2001-04-281-10/+50
* new function, turns off decorations for a window.Havoc Pennington2001-03-071-47/+13
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* changed reversed_[12] to reserved_[12] in gtk_*_get_type functions.Tim Janik1998-07-041-2/+2
* call the base class init fucntions from all parent types upon classTim Janik1998-06-281-2/+3
* fixed an assertment.Tim Janik1998-06-071-2/+2
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-1/+1
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* Move layout constants into an enumeration, split GTK_BUTTONBOX_DEFAULTOwen Taylor1998-02-251-3/+7
* main part for GtkArgSetFunc/GtkArgGetFunc implementation.Tim Janik1998-01-161-1/+2
* Initial revisionElliot Lee1997-11-241-0/+228