summaryrefslogtreecommitdiff
path: root/gdk/win32/gdkevents-win32.c
Commit message (Expand)AuthorAgeFilesLines
* Get the invalidated region from ScrollWindowEx() instead of an incorrectTor Lillqvist2006-01-021-1/+1
* Don't treat Alt-Enter specially. It does not have any special meaning andTor Lillqvist2005-10-131-3/+2
* Keep track of cursor position also in root window coordinates. Prune outTor Lillqvist2005-09-021-11/+14
* Cosmetics.Tor Lillqvist2005-07-291-10/+5
* Remove ifdeffed out code relating to the gdk-ping message. Use the globalTor Lillqvist2005-07-291-148/+105
* New static function to generate and append the GDK_GRAB_BROKEN events.Tor Lillqvist2005-07-281-18/+40
* Ignore GrabBroken events which are caused by overgrabbing inside theMatthias Clasen2005-06-271-0/+2
* Add a GrabBroken event to GDK, and a grab-broken-event signal toMatthias Clasen2005-06-251-1/+22
* gdk/win32/gdkevents-win32.c gdk/win32/gdkkeys-win32.c Check theTor Lillqvist2005-05-181-0/+20
* New debugging function, to log a clipboard format name symbolically.Tor Lillqvist2005-04-041-1/+57
* Fix event filter handling. If an event filter (global, client messageTor Lillqvist2005-03-301-47/+42
* The state field should represent the state before the event, like on X11.Tor Lillqvist2005-03-301-5/+24
* On WM_MOUSEMOVE, don't check if this process owns the active window. ThisTor Lillqvist2005-03-181-10/+1
* gdk/win32/gdkprivate-win32.h Drop global variable _gdk_root_window, justTor Lillqvist2005-03-161-8/+8
* Print debugging output only if asked for, not always.Tor Lillqvist2005-03-161-9/+5
* New debugging function. As GetKeyNameText() returns a localized key nameTor Lillqvist2005-03-151-7/+3
* Implement better handling of Wintab tablet context overlap on Win32.Robert Ögren2005-02-251-0/+10
* New functions, code blocks refactored out of update_keymap(). NoTor Lillqvist2005-02-011-4/+4
* Fix for #163702, from Ivan Wong:Tor Lillqvist2005-01-231-1/+13
* Fix a copy-and-paste error. (#158459)Matthias Clasen2004-11-161-1/+1
* Fix for #137551, by Robert Ögren:Tor Lillqvist2004-11-111-8/+74
* Event timestamps don't have to be unique. As long as they areTor Lillqvist2004-11-101-1/+1
* gdk/win32/gdkprivate-win32.h gdk/win32/gdkglobals-win32.c RemoveTor Lillqvist2004-10-311-1/+1
* List the three theme gtkrc files separately, zip doesn't do anything ifTor Lillqvist2004-09-031-0/+13
* On Win32, do not produce tablet motion or button events while a window isRobert Ögren2004-08-311-5/+4
* autogenerate gtk.def, cleanupHans Breuer2004-08-091-2/+0
* WM_WINDOWPOSCHANGED): Add _gdk_offset_{x,y} to top-level windowTor Lillqvist2004-08-071-17/+13
* Don't propagate mouse events to windows that want extended input events.Robert Ögren2004-05-241-41/+47
* Add missing call to g_object_ref in Wintab code. (#138341)Robert Ögren2004-05-121-0/+1
* applied the undisputable and required [due to recent gtkfilesystemHans Breuer2004-03-201-13/+17
* Set also the pointer button bits. (#136636, Dave Neary)Tor Lillqvist2004-03-101-0/+16
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-1/+1
* Add missing entries, thanks to J. Ali Harlow.Tor Lillqvist2004-03-051-0/+6
* set current_dest_drag to NULL when destroying, fixes bug #120007. AlsoHans Breuer2004-02-281-2/+7
* Return GDK_FILTER_CONTINUE for unhandled message types.Owen Taylor2004-02-261-1/+1
* Set the cursor in all cases. If no grab cursor specified, use the grabbingTor Lillqvist2004-02-021-0/+5
* Don' generate enter or leave events if the pointer is grabbed withTor Lillqvist2004-01-281-0/+9
* handle GTK_DATADIR similar as the other filesystem placement 'constants'Hans Breuer2003-12-141-2/+2
* Merge from stable:Tor Lillqvist2003-12-141-223/+275
* If we already have a pointer grab active with a grab cursor set, destroyTor Lillqvist2003-12-071-0/+8
* Don't use hardcoded DEMOCODEDIR on Windows.Tor Lillqvist2003-09-251-106/+120
* Print also the root coordinates for events that have such. PrintTor Lillqvist2003-08-081-12/+19
* gdk/win32/gdkinput-win32.h Drop the GdkEvent* parameter, it wasn't used.Tor Lillqvist2003-08-071-46/+210
* finally use TrackMouseEvent (only if the new window not known to Gdk) toHans Breuer2003-08-071-6/+85
* 2003-08-04 Tor Lillqvist <tml@iki.fiTor Lillqvist2003-08-041-4/+10
* Fix gdk/win32 window geometry handling again. The window position in aTor Lillqvist2003-08-021-31/+16
* Fix for #108007, #112402, #117042: There was confusion in gdk/win32 atTor Lillqvist2003-07-291-52/+67
* On Win9x, the keyboard state returned by GetKeyboardState() doesn'tTor Lillqvist2003-07-271-1/+16
* gdk/win32/gdkprivate-win32.h New flags _gdk_input_locale_is_ime andTor Lillqvist2003-07-261-1283/+839
* new file to build it all ... added to EXTRA_DISTHans Breuer2003-07-201-2/+4