summaryrefslogtreecommitdiff
path: root/gdk/win32/gdkinput-win32.c
Commit message (Expand)AuthorAgeFilesLines
* gdk/win32/gdkprivate-win32.h Drop global variable _gdk_root_window, justTor Lillqvist2005-03-161-4/+4
* Print debugging output only if asked for, not always.Tor Lillqvist2005-03-161-9/+9
* Implement better handling of Wintab tablet context overlap on Win32.Robert Ögren2005-02-251-0/+26
* Implement lazy extended input initialization on Win32, by Robert Ögren.Tor Lillqvist2005-02-021-6/+17
* Set lcSysOrgX and lcSysOrgY from device instead of hardcoding to 0, aRobert Ögren2004-09-251-1/+2
* On Win32, do not produce tablet motion or button events while a window isRobert Ögren2004-08-311-1/+8
* On Win32, make graphical tablets work on multi-monitor systems. (#145467,Robert Ögren2004-08-261-15/+12
* Set x_root and y_root in button and motion events from the tablet.Robert Ögren2004-08-061-0/+14
* Fix win32 build problem w/o wintab. Fixed #145242J. Ali Harlow2004-07-011-1/+1
* Send key modifiers (shift, ctrl etc) in button and motion events from theRobert Ögren2004-05-271-37/+51
* Don't propagate mouse events to windows that want extended input events.Robert Ögren2004-05-241-5/+49
* Remove duplicated line. (Spotted by Benoît Carpentier.)Tor Lillqvist2004-05-221-1/+0
* Add missing call to g_object_ref in Wintab code. (#138341)Robert Ögren2004-05-121-6/+25
* 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-15/+0
* gdk/win32/gdkinput-win32.h Drop the GdkEvent* parameter, it wasn't used.Tor Lillqvist2003-08-071-4/+2
* New function, callback proc for EnumWindows().Tor Lillqvist2003-06-301-4/+4
* Bug #107664 continued:Matthias Clasen2003-03-081-9/+2
* gdk/win32/gdkprivate-win32.h Rename all global variables and functions toTor Lillqvist2002-11-121-4/+4
* Delete leftover declarations of the obsolete Win32-only functionsTor Lillqvist2002-09-191-2/+2
* Merge from gtk-1-3-win32-production and gtk-2-0:Tor Lillqvist2002-09-111-2/+2
* Use correct function name in warning messages.Tor Lillqvist2002-09-111-2/+2
* Fix args to pango_x_shutdown_display().Owen Taylor2002-08-021-4/+4
* Make the core pointer object per-display. (#85698)Owen Taylor2002-06-181-1/+1
* Changes multihead reorganizing code for win32 support, mostly from a patchOwen Taylor2002-06-061-1/+3
* Bypass calls to the grab/ungrab functions in gdkinput-win32.c, as theyTor Lillqvist2002-03-061-3/+3
* process WM_PAINT messages for bg_pixmap == GDK_NO_BG, fixes The GIMP'sHans Breuer2002-02-181-1/+1
* Massive changes. Too many to list here, but I'll try a summary:Tor Lillqvist2002-02-171-35/+39
* Append EXEEXT to ../gdk-pixbuf/gdk-pixbuf-csource.Tor Lillqvist2002-01-011-1/+1
* Make gdkx.h the only installed header from gdk/x11. All structures inOwen Taylor2001-09-071-21/+21
* gdk_device_get_history moved to gdk/gdkinput.c like the other backendsHans Breuer2001-07-201-26/+2
* Include x11/gdkx.h only when building for X11.Tor Lillqvist2000-10-251-14/+11
* Update.Tor Lillqvist2000-10-091-5/+4
* gdk/gdk.def Add missing entries.Tor Lillqvist2000-08-121-0/+67
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Generate gtk/makefile.mingw.Tor Lillqvist2000-07-251-1/+0
* Include the build directory.Tor Lillqvist2000-07-251-801/+298
* Patch from George Liebl to add a GdkGrabStatus enumeration to use as aOwen Taylor2000-07-061-2/+2
* Large changes to the Win32 backend, partially made necessary by theTor Lillqvist2000-05-011-6/+6
* gdk/win32/gdkprivate-win32.h gdk/win32/gdkevents-win32.cTor Lillqvist1999-12-301-1/+1
* Must mark also gdk_error_warnings and gdk_error_code as GDKVAR, as theyTor Lillqvist1999-12-111-2/+0
* Further hacking. Now actually compiles. Haven't tried yet whetherTor Lillqvist1999-11-201-34/+20
* Intermediate commit. I go to bed now.Tor Lillqvist1999-11-171-1/+4
* re-adding for manual rename of repository files.Tor Lillqvist1999-11-111-0/+1685
* Just renamed the Win32 backend files to *-win32.Tor Lillqvist1999-11-101-1685/+0
* Add new keysyms from X11R6.4 (including EuroSign).Tor Lillqvist1999-10-311-3/+3
* Corresponding changes as in X11 backend.Tor Lillqvist1999-10-051-22/+19
* A few includes added for the picky MSVC compiler.Tor Lillqvist1999-10-021-0/+1
* Change GDK_WINDOWING_WIN32 usage to #ifdef also here.Tor Lillqvist1999-10-021-7/+7
* README.win32 Add HAVE_WINTAB. Undefine it if bulding without the WintabTor Lillqvist1999-07-251-153/+305