| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW) | Javier Jardón | 2010-03-06 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_VISIBLE | Javier Jardón | 2010-03-01 | 1 | -8/+10 |
* | gtk/gtkbox.c: fixed type declaration. | Tim Janik | 2008-10-07 | 1 | -7/+3 |
* | keep GtkBox as an abstract type and keep _gtk_box_new() as private | 11:03:30 Tim Janik | 2008-10-07 | 1 | -7/+10 |
* | reindent static prototypes. | Michael Natterer | 2008-10-07 | 1 | -38/+38 |
* | Bug 553573 – Add orientation API to GtkBox | Michael Natterer | 2008-10-07 | 1 | -30/+476 |
* | Bug 408244 – add GtkDialog::content-area-spacing | Christian Dywan | 2008-09-24 | 1 | -1/+22 |
* | use gtk_box_pack_start() instead of the deprecated | Michael Natterer | 2008-07-21 | 1 | -1/+1 |
* | Deprecate gtk_box_pack_{start,end}_defaults | Matthias Clasen | 2008-07-06 | 1 | -0/+4 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | Removed accidental empty row in gtk_box_pack. | Mikael Hallendal | 2008-06-28 | 1 | -1/+0 |
* | Factor out gtk_box_pack from gtk_box_pack_start and gtk_box_pack_end to reduc... | Mikael Hallendal | 2008-06-28 | 1 | -52/+39 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | gtk/gtkaction.c gtk/gtkassistant.c gtk/gtkbin.c gtk/gtkbox.c | Michael Natterer | 2008-02-07 | 1 | -8/+2 |
* | Update docs Deprecate gtk_widget_{ref,unref} | Matthias Clasen | 2007-06-10 | 1 | -2/+2 |
* | Some doc updates | Matthias Clasen | 2007-06-10 | 1 | -12/+141 |
* | Require gtk-doc 1.6, for signal and property links. | Matthias Clasen | 2007-05-26 | 1 | -1/+1 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -34/+1 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -1/+1 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -3/+3 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -9/+8 |
* | : Mark param spec strings as static. | Matthias Clasen | 2005-03-21 | 1 | -7/+9 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | x | Matthias Clasen | 2005-03-09 | 1 | -1/+1 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -14/+14 |
* | Deprecation cleanup | Manish Singh | 2002-10-07 | 1 | -11/+11 |
* | Mark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383) | Matthias Clasen | 2002-09-21 | 1 | -9/+12 |
* | Minor documentation fixes | Soren Sandmann | 2002-08-10 | 1 | -2/+2 |
* | Add nicks and blurbs for child properties. (#57143) | Matthias Clasen | 2002-05-02 | 1 | -5/+15 |
* | Clean up the code so < 0 == end wasn't just a side effect, remove most of | Owen Taylor | 2002-02-27 | 1 | -42/+23 |
* | Remove excess calls to g_return_if_fail from static and virtual functions. | Matthias Clasen | 2002-01-30 | 1 | -18/+5 |
* | Add a function gdk_window_invalidate_maybe_recurse() for use in "shallow | Owen Taylor | 2001-11-04 | 1 | -1/+2 |
* | removed unused widget_class. | Sven Neumann | 2001-08-16 | 1 | -1/+0 |
* | Enforce the widget/child realization/mapping invariants. | Owen Taylor | 2001-07-19 | 1 | -73/+0 |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -14/+0 |
* | Patch from Gregory Merchan to add gtk_button_box_set_secondary(), which | Owen Taylor | 2001-07-06 | 1 | -0/+2 |
* | Fix stupid error introduced last night that was making things decidedly | Owen Taylor | 2001-06-24 | 1 | -0/+17 |
* | fix PROP_EVENTS. | Tim Janik | 2001-06-19 | 1 | -80/+120 |
* | Apply property patch from Lee Mallabone | Havoc Pennington | 2001-03-23 | 1 | -33/+58 |
* | fixed signals with GDK_TYPE_DRAG_CONTEXT, it needs to be marshaled as an | Tim Janik | 2001-03-09 | 1 | -1/+1 |
* | Document expose event->region change and that gtk_widget_event doesn't | Alexander Larsson | 2001-03-09 | 1 | -38/+0 |
* | new function, turns off decorations for a window. | Havoc Pennington | 2001-03-07 | 1 | -0/+16 |
* | doh, this was broken beyond believe. | Tim Janik | 2000-12-13 | 1 | -8/+8 |
* | Remove "draw" virtual method and signal | Havoc Pennington | 2000-12-04 | 1 | -32/+0 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |