summaryrefslogtreecommitdiff
path: root/gdk/win32/gdkevents-win32.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use asynchronously _gdk_x11_set_input_focus_safe to avoid having to trapOwen Taylor2003-07-051-0/+8
* New function, callback proc for EnumWindows().Tor Lillqvist2003-06-301-24/+24
* When emulating X11's automatic grab on button down, pass owner_events asTor Lillqvist2003-06-221-11/+12
* Handle global filters.Tor Lillqvist2003-06-051-0/+17
* Fix for #110165 (thanks to Arnaud Charlet):Tor Lillqvist2003-05-061-14/+33
* Use the signed GET_X_LPARAM() and GET_Y_LPARAM() to extract x and yTor Lillqvist2003-03-151-31/+34
* On WM_MOUSEMOVE, the test whether we have actually moved (and thusTor Lillqvist2003-03-131-12/+15
* if a grab cursor is used, must copy the HCURSOR with CopyCursor(), as itTor Lillqvist2003-03-131-2/+20
* Merge from stable:Tor Lillqvist2003-01-191-2/+5
* Use correct DLL and import library names, with GTK_API_VERSION in name,Tor Lillqvist2003-01-051-6/+8
* Minor cosmetics.Tor Lillqvist2002-12-171-0/+10
* Use g_printf instead of system printf. (#99327)Matthias Clasen2002-12-151-8/+8
* Merge from stable:Tor Lillqvist2002-12-091-26/+18
* Enclose in #ifdef G_ENABLE_DEBUG, as they use functions only availableTor Lillqvist2002-11-251-0/+4
* Merge from stable:Tor Lillqvist2002-11-241-4/+18
* Reflect recent renamings and removals of functions.Tor Lillqvist2002-11-161-88/+6
* gdk/win32/gdkprivate-win32.h Rename all global variables and functions toTor Lillqvist2002-11-121-449/+171
* Remove redundant doc comments.Matthias Clasen2002-10-231-12/+0
* Add a 'type' parameter, make public.Owen Taylor2002-10-031-7/+6
* Merge from gtk-2-0:Tor Lillqvist2002-09-241-4/+4
* Change the window parameter forOwen Taylor2002-09-241-3/+3
* Merge from gtk-2-0:Tor Lillqvist2002-09-111-55/+128
* On Cygwin, open /dev/windows instead of using the magic G_WIN32_MSG_HANDLETor Lillqvist2002-08-311-0/+11
* gdk/gdkevents.c gdk/gdkinternals.h gdk/x11/gdkevents-x11.c Move theTor Lillqvist2002-08-241-17/+0
* Let the system handle Alt-Space, too. Thanks to Tim Evans (#91477).Tor Lillqvist2002-08-241-2/+10
* Renames:Owen Taylor2002-06-201-11/+11
* Make the core pointer object per-display. (#85698)Owen Taylor2002-06-181-5/+5
* Changes multihead reorganizing code for win32 support, mostly from a patchOwen Taylor2002-06-061-86/+69
* Bypass calls to the grab/ungrab functions in gdkinput-win32.c, as theyTor Lillqvist2002-03-061-28/+41
* gdk/gdk.def Add and (trivially) implementTor Lillqvist2002-03-021-46/+101
* Remove the event_mask, it is now in GdkWindowObject.Tor Lillqvist2002-02-281-87/+90
* Implement the functions that until now just were non-functional stubs. ForTor Lillqvist2002-02-261-22/+36