summaryrefslogtreecommitdiff
path: root/gtk/gtkhandlebox.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-2/+2
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-2/+2
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-2/+2
* Adapt cast macros to standard.Raja R Harinath1999-11-221-20/+29
* Substitute gdkx.h => gdkprivate.h since we need to accesss onlyOwen Taylor1999-11-081-2/+1
* Add gdk_threads_mutex.Tor Lillqvist1999-09-171-2/+2
* Merge in Win32 version: Define macro GDKVAR for declaring gdk variablesTor Lillqvist1999-03-171-1/+1
* Significantly reduced the number of calls to gdk_draw_point() (and thus toFederico Mena Quintero1999-03-091-2/+6
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+6
* Changed warnings from g_message() to g_warning().Owen Taylor1999-02-211-5/+0
* When setting styles, remove unecessary explicits draws and clears.Owen Taylor1999-02-161-2/+0
* When we find a match, stop searching. (Because we assume pspec != NULL inOwen Taylor1999-02-151-184/+299
* Fixed some bugs with set_default_size.Owen Taylor1999-02-101-9/+19
* nparams for selection_get should be 3, not 2. [ From Damon ChaplinOwen Taylor1999-01-151-6/+6
* gtk/gtkbutton.c gtk/gtkclist.c gtk/gtkhandlebox.c gtk/gtkframe.cOwen Taylor1999-01-141-2/+2
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode.Tim Janik1998-11-231-1/+0
* Minor indent fix on gtk_handle_box_get_arg protoAndrew T. Veliath1998-11-211-3/+3
* Add shadow_type and gtk_handle_box_set_shadow_type function (plus aAndrew T. Veliath1998-11-211-2/+76