summaryrefslogtreecommitdiff
path: root/gdk/gdkevents.c
Commit message (Expand)AuthorAgeFilesLines
* fix missing hash table initialization.Tim Janik2005-12-061-1/+4
* Use g_slice instead of mem chunks.Matthias Clasen2005-12-051-15/+2
* Intern type names before registering the type to avoid unnecessary copies.Matthias Clasen2005-08-311-1/+1
* add GDK_GRAB_BROKEN to the switch cases.Manish Singh2005-06-261-0/+2
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-161-1/+4
* Fix many instances of "the the" in docs and comments. (#165815, MasaoMatthias Clasen2005-02-011-1/+1
* Handle scroll events. (#159098, Felipe Heidrich)Matthias Clasen2004-11-231-0/+4
* Fix many sparse warnings.Matthias Clasen2004-10-281-1/+1
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* have a dummy case GDK_OWNER_CHANGE in switch statements to avoid gccManish Singh2004-07-091-0/+2
* 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