summaryrefslogtreecommitdiff
path: root/gtk/gtkbox.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)Javier Jardón2010-03-061-1/+1
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-8/+10
* gtk/gtkbox.c: fixed type declaration.Tim Janik2008-10-071-7/+3
* keep GtkBox as an abstract type and keep _gtk_box_new() as private11:03:30 Tim Janik2008-10-071-7/+10
* reindent static prototypes.Michael Natterer2008-10-071-38/+38
* Bug 553573 – Add orientation API to GtkBoxMichael Natterer2008-10-071-30/+476
* Bug 408244 – add GtkDialog::content-area-spacingChristian Dywan2008-09-241-1/+22
* use gtk_box_pack_start() instead of the deprecatedMichael Natterer2008-07-211-1/+1
* Deprecate gtk_box_pack_{start,end}_defaultsMatthias Clasen2008-07-061-0/+4
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Removed accidental empty row in gtk_box_pack.Mikael Hallendal2008-06-281-1/+0
* Factor out gtk_box_pack from gtk_box_pack_start and gtk_box_pack_end to reduc...Mikael Hallendal2008-06-281-52/+39
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* gtk/gtkaction.c gtk/gtkassistant.c gtk/gtkbin.c gtk/gtkbox.cMichael Natterer2008-02-071-8/+2
* Update docs Deprecate gtk_widget_{ref,unref}Matthias Clasen2007-06-101-2/+2
* Some doc updatesMatthias Clasen2007-06-101-12/+141
* Require gtk-doc 1.6, for signal and property links.Matthias Clasen2007-05-261-1/+1
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-34/+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-3/+3
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-9/+8
* : Mark param spec strings as static.Matthias Clasen2005-03-211-7/+9
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* xMatthias Clasen2005-03-091-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-14/+14
* Deprecation cleanupManish Singh2002-10-071-11/+11
* Mark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383)Matthias Clasen2002-09-211-9/+12
* Minor documentation fixesSoren Sandmann2002-08-101-2/+2
* Add nicks and blurbs for child properties. (#57143)Matthias Clasen2002-05-021-5/+15
* Clean up the code so < 0 == end wasn't just a side effect, remove most ofOwen Taylor2002-02-271-42/+23
* Remove excess calls to g_return_if_fail from static and virtual functions.Matthias Clasen2002-01-301-18/+5
* Add a function gdk_window_invalidate_maybe_recurse() for use in "shallowOwen Taylor2001-11-041-1/+2
* removed unused widget_class.Sven Neumann2001-08-161-1/+0
* Enforce the widget/child realization/mapping invariants.Owen Taylor2001-07-191-73/+0
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-14/+0
* Patch from Gregory Merchan to add gtk_button_box_set_secondary(), whichOwen Taylor2001-07-061-0/+2
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-0/+17
* fix PROP_EVENTS.Tim Janik2001-06-191-80/+120
* Apply property patch from Lee MallaboneHavoc Pennington2001-03-231-33/+58
* fixed signals with GDK_TYPE_DRAG_CONTEXT, it needs to be marshaled as anTim Janik2001-03-091-1/+1
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-091-38/+0
* new function, turns off decorations for a window.Havoc Pennington2001-03-071-0/+16
* doh, this was broken beyond believe.Tim Janik2000-12-131-8/+8
* Remove "draw" virtual method and signalHavoc Pennington2000-12-041-32/+0
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4