summaryrefslogtreecommitdiff
path: root/gtk/gtkhandlebox.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor documentation fixesSoren Sandmann2002-08-101-4/+4
* Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display().Owen Taylor2002-06-181-2/+2
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-8/+15
* minor code cleanupSoeren Sandmann2002-02-271-6/+6
* remove unused variable.Manish Singh2002-01-301-2/+0
* Remove excess calls to g_return_if_fail from static and virtual functions.Matthias Clasen2002-01-301-49/+6
* Small fix to size of torn off window (#60271, Detlef Reichl)Owen Taylor2002-01-291-0/+6
* General property notification cleanup.Matthias Clasen2002-01-281-1/+1
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-2/+3
* slight fix for g_object_set() not usable for nesting anymore.Tim Janik2001-09-101-2/+12
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-14/+0
* Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]Owen Taylor2001-07-121-16/+16
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-1/+53
* fix warningsHavoc Pennington2001-03-241-1/+0
* Apply property patch from Lee MallaboneHavoc Pennington2001-03-231-40/+77
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-091-8/+1
* marshaller fixes.Tim Janik2001-03-071-2/+2
* Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow. NewAlexander Larsson2001-03-051-0/+1
* Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().Owen Taylor2001-02-021-19/+22
* doh, this was broken beyond believe.Tim Janik2000-12-131-17/+17
* Remove "draw" virtual method and signalHavoc Pennington2000-12-041-38/+0