summaryrefslogtreecommitdiff
path: root/gtk/gtkhandlebox.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-8/+8
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_MAPPED)Javier Jardón2010-03-061-2/+2
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-03-061-1/+1
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)Javier Jardón2010-03-061-1/+1
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-5/+5
* Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-03-031-1/+1
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-3/+3
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-011-1/+1
* Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-01-041-1/+1
* fix compile warningsBenjamin Otte2009-06-171-1/+2
* Make GtkHandleBox work on multiple displaysMatthias Clasen2009-05-031-0/+1
* events return gboolean not gint. Change misnamedMichael Natterer2008-09-041-47/+46
* gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.cMichael Natterer2008-08-121-2/+1
* consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance)Michael Natterer2008-08-121-2/+2
* gtk/gtkentry.c gtk/gtkentrycompletion.c gtk/gtkhandlebox.cSven Neumann2008-08-111-2/+2
* gtk/gtkclist.c gtk/gtkcontainer.c gtk/gtkfilechooserbutton.cMichael Natterer2008-08-071-12/+0
* 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
* Add missing Since: gtk-doc markup for newly added GSEAL API. Change allJohan Dahlin2008-06-201-1/+1
* Seal GtkHandleBoxTim Janik2008-06-201-1/+31
* Fix default property valuesMatthias Clasen2007-12-281-2/+2
* missing #include <ctype.h>.Yevgen Muntyan2007-05-231-1/+1
* Win32 drop shadow goodnessCody Russell2007-04-251-1/+2
* Fix some compiler warnings.Matthias Clasen2007-01-041-0/+3
* Draw the handle with the right orientation, depending on the position ofMatthias Clasen2006-12-241-3/+9
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-1/+1
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-40/+8
* Convert to use instance private data.Matthias Clasen2006-01-111-16/+3
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-4/+1
* Intern some more strings.Matthias Clasen2005-09-011-3/+3
* 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-4/+4
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-5/+6
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-2/+5
* More canonical property names.Matthias Clasen2005-03-091-4/+4
* Add missing include.Matthias Clasen2004-08-131-0/+1
* Remove an accidentally added include.Matthias Clasen2004-08-131-1/+0
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-1/+2
* Make detached handleboxes work when their parent is minimized, porting theMatthias Clasen2004-05-311-35/+87
* 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-9/+9
* brooooooooken pipe.Kristian Rietveld2003-09-031-1/+1
* Handle the case where the pointer is moved between screens during a handleOwen Taylor2002-12-141-3/+47
* add -DGDK_DISABLE_DEPRECATEDManish Singh2002-11-171-1/+2
* Add a snap_edge_set property to deal with the fact that we have an unsetOwen Taylor2002-11-071-2/+24
* Automatic RTL flipping for handleboxes.Matthias Clasen2002-11-021-30/+87
* Deprecation cleanupManish Singh2002-10-111-42/+49
* remove unused codepath.Soeren Sandmann2002-10-041-11/+1