summaryrefslogtreecommitdiff
path: root/gdk/gdkevents.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Do not interpret distant clicks as double-clicks (#116541, BernhardMatthias Clasen2003-12-161-12/+45
* Fix for the case when gdk_event_copy() is called on a non-allocated event.Owen Taylor2003-04-181-4/+6
* copy the event axes as well.Larry Ewing2003-02-181-0/+14
* Document 2.2 API additions.Matthias Clasen2002-11-281-3/+11
* Gdk API doc updates.Matthias Clasen2002-10-221-0/+9
* implement maximize for linux-fbEric Warmenhoven2002-10-031-1/+1
* Add a 'type' parameter, make public.Owen Taylor2002-10-031-9/+65
* Export _gdk_draw_pixbuf as gdk_draw_pixbuf(), rename the _draw_pixbufOwen Taylor2002-10-021-1/+3
* Add gdk_screen_set_screen()/_get_screen() which (by evil hacks) work forOwen Taylor2002-10-021-5/+73
* add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compileManish Singh2002-09-251-6/+6
* gdk/gdkevents.c gdk/gdkinternals.h gdk/x11/gdkevents-x11.c Move theTor Lillqvist2002-08-241-15/+0
* Renames:Owen Taylor2002-06-201-3/+3
* Only change the double click time if the screen for the notification isOwen Taylor2002-06-201-3/+3
* Make the core pointer object per-display. (#85698)Owen Taylor2002-06-181-6/+0
* Changes multihead reorganizing code for win32 support, mostly from a patchOwen Taylor2002-06-061-0/+18
* Add missing gdkscreen/display-x11.h files.Owen Taylor2002-04-261-4/+4
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-251-217/+224
* Fix typo, where x value was assigned to both x and y.Richard Hult2002-03-221-1/+1
* Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC,Owen Taylor2002-03-201-2/+0
* Ref and sink priv->tooltips in init() and unref priv->tooltips in destroyOwen Taylor2001-12-041-12/+12
* Handle events in windows other than widget->event_window properly.Owen Taylor2001-11-241-1/+1
* Version 1.3.11, interface, binary age 0.Owen Taylor2001-11-211-2/+2
* static correct-ness, underscore prefixing of library internal functionsHans Breuer2001-10-281-1/+1
* Throughout: assorted docsHavoc Pennington2001-10-031-0/+9
* Update to use the new g_boxed_type_register_static API.Alex Larsson2001-09-101-3/+1
* Make gdkx.h the only installed header from gdk/x11. All structures inOwen Taylor2001-09-071-44/+40
* Convert GdkVisual to a GObject.Alex Larsson2001-06-301-29/+0
* !GTK_OBJECT_DESTROYED() -> GTK_WIDGET_REALIZE() for resize queueing.Tim Janik2001-06-281-0/+119
* The following changes correspond to bug #56812James Henstridge2001-06-281-0/+29
* Add GdkEventSetting event for notification of changes to system settings,Owen Taylor2001-04-021-7/+37
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-091-2/+11
* test the window state stuffHavoc Pennington2001-02-271-0/+55
* wow, that implementation was pretty non-working.Havoc Pennington2000-12-181-20/+28
* Port to GObject, can go back in gdk-pixbuf after setting up aHavoc Pennington2000-12-171-3/+80
* Only ref the window if it isn't NULL.Owen Taylor2000-11-011-1/+2
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Ignore calls with <= width or height.Owen Taylor2000-07-031-0/+85
* *** empty log message ***Elliot Lee2000-06-201-1/+0
* Merge no-flicker branch into HEADOwen Taylor2000-03-281-1/+1
* Merges from gtk-1-2Owen Taylor2000-03-141-3/+3
* Remove OwnerGrabButtonMask from button entries for GDK_BUTTON_PRESS /Owen Taylor2000-02-181-0/+1
* Move all X specific code into the x11/ directory. Aside from shufflingOwen Taylor1999-11-081-1680/+59
* Fix a reference to window_private->destroyed.Owen Taylor1999-10-031-19/+17
* StartedOwen Taylor1999-10-011-2/+3
* [ Merges from gtk-1-2 ]Federico Mena Quintero1999-09-281-89/+108
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+7
* asure that ->value_buf always points to an allocated area.Tim Janik1999-02-101-63/+70
* If we can't find helvetica, fall back to "fixed". If we can't findOwen Taylor1999-02-101-1/+1
* Allow exposure compression across GravityNotify events to improve theOwen Taylor1999-01-281-2/+12