| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use GTK_WIDGET_STATE in internal code anymore | Javier Jardón | 2010-03-09 | 1 | -8/+8 |
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_MAPPED) | Javier Jardón | 2010-03-06 | 1 | -2/+2 |
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED) | Javier Jardón | 2010-03-06 | 1 | -1/+1 |
* | 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_REALIZED | Javier Jardón | 2010-03-03 | 1 | -5/+5 |
* | Deprecate widget flag: GTK_WIDGET_MAPPED | Javier Jardón | 2010-03-03 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_VISIBLE | Javier Jardón | 2010-03-01 | 1 | -3/+3 |
* | Deprecate widget flag: GTK_WIDGET_DRAWABLE | Javier Jardón | 2010-03-01 | 1 | -1/+1 |
* | Deprecate flag macros for toplevel, state, no window and composite child | Christian Dywan | 2010-01-04 | 1 | -1/+1 |
* | fix compile warnings | Benjamin Otte | 2009-06-17 | 1 | -1/+2 |
* | Make GtkHandleBox work on multiple displays | Matthias Clasen | 2009-05-03 | 1 | -0/+1 |
* | events return gboolean not gint. Change misnamed | Michael Natterer | 2008-09-04 | 1 | -47/+46 |
* | gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.c | Michael Natterer | 2008-08-12 | 1 | -2/+1 |
* | consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance) | Michael Natterer | 2008-08-12 | 1 | -2/+2 |
* | gtk/gtkentry.c gtk/gtkentrycompletion.c gtk/gtkhandlebox.c | Sven Neumann | 2008-08-11 | 1 | -2/+2 |
* | gtk/gtkclist.c gtk/gtkcontainer.c gtk/gtkfilechooserbutton.c | Michael Natterer | 2008-08-07 | 1 | -12/+0 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Add missing Since: gtk-doc markup for newly added GSEAL API. Change all | Johan Dahlin | 2008-06-20 | 1 | -1/+1 |
* | Seal GtkHandleBox | Tim Janik | 2008-06-20 | 1 | -1/+31 |
* | Fix default property values | Matthias Clasen | 2007-12-28 | 1 | -2/+2 |
* | missing #include <ctype.h>. | Yevgen Muntyan | 2007-05-23 | 1 | -1/+1 |
* | Win32 drop shadow goodness | Cody Russell | 2007-04-25 | 1 | -1/+2 |
* | Fix some compiler warnings. | Matthias Clasen | 2007-01-04 | 1 | -0/+3 |
* | Draw the handle with the right orientation, depending on the position of | Matthias Clasen | 2006-12-24 | 1 | -3/+9 |
* | Apply a cleanup patch by Kjartan Maraas (#341812) | Matthias Clasen | 2006-10-08 | 1 | -1/+1 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -40/+8 |
* | Convert to use instance private data. | Matthias Clasen | 2006-01-11 | 1 | -16/+3 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -4/+1 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -3/+3 |
* | 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 | -4/+4 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -5/+6 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -2/+5 |
* | More canonical property names. | Matthias Clasen | 2005-03-09 | 1 | -4/+4 |
* | Add missing include. | Matthias Clasen | 2004-08-13 | 1 | -0/+1 |
* | Remove an accidentally added include. | Matthias Clasen | 2004-08-13 | 1 | -1/+0 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -1/+2 |
* | Make detached handleboxes work when their parent is minimized, porting the | Matthias Clasen | 2004-05-31 | 1 | -35/+87 |
* | 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 | -9/+9 |
* | brooooooooken pipe. | Kristian Rietveld | 2003-09-03 | 1 | -1/+1 |
* | Handle the case where the pointer is moved between screens during a handle | Owen Taylor | 2002-12-14 | 1 | -3/+47 |
* | add -DGDK_DISABLE_DEPRECATED | Manish Singh | 2002-11-17 | 1 | -1/+2 |
* | Add a snap_edge_set property to deal with the fact that we have an unset | Owen Taylor | 2002-11-07 | 1 | -2/+24 |
* | Automatic RTL flipping for handleboxes. | Matthias Clasen | 2002-11-02 | 1 | -30/+87 |
* | Deprecation cleanup | Manish Singh | 2002-10-11 | 1 | -42/+49 |
* | remove unused codepath. | Soeren Sandmann | 2002-10-04 | 1 | -11/+1 |