summaryrefslogtreecommitdiff
path: root/gdk/gdk.h
Commit message (Expand)AuthorAgeFilesLines
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-251-7/+22
* Add a function, gdk_threads_init() that must be explicitely called toOwen Taylor2001-10-221-0/+1
* Deprecate gdk_set/get_use_xshm, make gdk_set_use_xshm a noop. RemoveOwen Taylor2001-09-071-2/+3
* Make gdkx.h the only installed header from gdk/x11. All structures inOwen Taylor2001-09-071-0/+3
* [ Patch from Sebastian Wilhelmi, 52790 ]Owen Taylor2001-08-231-2/+0
* Add missing gdk_rectangle_get_type() prototype.Owen Taylor2001-06-141-0/+2
* Add GDK_TYPE_RECTANGLE.Owen Taylor2001-06-011-0/+2
* Add GdkEventSetting event for notification of changes to system settings,Owen Taylor2001-04-021-0/+3
* Remove old XIM code.Owen Taylor2001-03-091-1/+0
* small (not only) portability fixesHans Breuer2001-02-251-2/+2
* GDK_DISABLE_COMPAT_H, GDK_DISABLE_DEPRECATED (we need to merge those twoHavoc Pennington2001-02-191-3/+5
* better error message if you try to add a widget to a bin that already hasHavoc Pennington2001-02-091-1/+0
* add gdkkeys.[hc]Havoc Pennington2000-12-061-15/+1
* Add a couple of missing G_GNUC_CONST's.Elliot Lee2000-11-131-5/+5
* Use G_GNUC_CONST.Elliot Lee2000-08-301-6/+6
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Patch from George Liebl to add a GdkGrabStatus enumeration to use as aOwen Taylor2000-07-061-12/+12
* Welcome aboard, gdk-pixbuf.Owen Taylor2000-06-211-0/+1
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-021-0/+3
* Merges from gtk-1-2Owen Taylor2000-03-141-22/+20
* s/refcount/ref_count/.Tim Janik2000-02-131-7/+7
* Move all X specific code into the x11/ directory. Aside from shufflingOwen Taylor1999-11-081-6/+10
* Fix a reference to window_private->destroyed.Owen Taylor1999-10-031-0/+2
* StartedOwen Taylor1999-10-011-883/+18
* Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11 to #ifdefOwen Taylor1999-09-291-2/+2
* [ Merges from gtk-1-2 ]Federico Mena Quintero1999-09-281-61/+60
* Add gdk_threads_mutex.Tor Lillqvist1999-09-171-2/+2
* Merge in Win32 version: Define macro GDKVAR for declaring gdk variablesTor Lillqvist1999-03-171-4/+18
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* Account for the fact that Xlib expects format == 32 to be a long, even onOwen Taylor1999-02-211-0/+2
* removed debugging statements about embedded XID's. They could have beenOwen Taylor1999-02-211-0/+6
* Change signatures for gdk_drag_begin() and gdk_drag_motion() so that theOwen Taylor1999-01-281-3/+3
* Use floor() instead of truncating to integer values so we get translationOwen Taylor1999-01-271-0/+5
* nparams for selection_get should be 3, not 2. [ From Damon ChaplinOwen Taylor1999-01-151-0/+9
* Add a drag_data_received handler for the label.Owen Taylor1999-01-121-0/+2
* make this G_PRIORITY_DEFAULT.Tim Janik1999-01-021-1/+1
* export the priority at which events are processed.Tim Janik1998-12-201-20/+20
* Move main thread lock back to GDK - we need it there for locking whenOwen Taylor1998-12-161-0/+21
* Added gdk_text_extents_wc()Owen Taylor1998-12-151-0/+8
* Commented out testthreads from the build process, since we won't have anyOwen Taylor1998-12-151-13/+5
* Destroy widgets _after_ propagating unrealize signals through the widgetOwen Taylor1998-12-091-21/+42
* Don't name function parameters after ObjC reserved words ("id" toElliot Lee1998-12-071-1/+1
* New functions gtk_window_set_transient_for() - set up a "transient for"Owen Taylor1998-12-071-2/+12
* Fixed up copyright message.Owen Taylor1998-11-241-11/+11
* Fixed so it at least works with window managers other than Enlightenment,Owen Taylor1998-11-221-1/+1
* Accept drops that are sent to a toplevel but are not within the toplevelsOwen Taylor1998-11-181-2/+2
* Tue Nov 17 1998 The Rasterman <raster@redhat.com> AddedCarsten Haitzler1998-11-181-0/+3
* New function gdk_pixmap_foreign_new(). (gtk-blizzard-981005-0. ChristopherOwen Taylor1998-11-131-1/+0
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-061-0/+22
* Added a modular client-message-filter mechanism, that is used for the DNDOwen Taylor1998-10-181-56/+73