summaryrefslogtreecommitdiff
path: root/hw/xwin/winmouse.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-23hw/xwin: Handle WM_MOUSEHWHEELJon TURNEY1-15/+11
2013-07-23hw/xwin: Map extra mouse buttons 1 and 2 to X buttons 8 and 9Jon TURNEY1-7/+17
2012-03-21Introduce a consistent coding styleKeith Packard1-243/+215
2012-01-27hw/xwin: Fix winEnqueueMotion() for change in miPointerSetPosition()Colin Harrison1-3/+0
2012-01-26hw/xwin: turn on -emulate3buttons if less than 3 mouse buttons are reportedJon TURNEY1-1/+1
2011-05-24Fix XWin compilation after updates for input API changesColin Harrison1-2/+2
2011-05-11input: remove DDX event list handlingPeter Hutterer1-6/+2
2011-05-11input: replace EventListPtr with InternalEvent arrayPeter Hutterer1-2/+2
2011-05-11input: Provide Queue{Button|Keyboard|Proximity}Event helpersPeter Hutterer1-11/+4
2011-03-25Fix XWin compilation after commit 769531b9Jon TURNEY1-1/+1
2010-11-15Fix compilation after input API changeJon TURNEY1-0/+1
2010-11-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Peter Hutterer1-10/+3
2010-10-22Abstract valuator masks through a set of APIs.Peter Hutterer1-2/+6
2010-10-19Xming: Casts to remove warnings on event pointersColin Harrison1-2/+2
2010-10-19Cygwin/X: unifdef XFree86ServerJon TURNEY1-8/+1
2009-11-09Xming: Add mouse motion events with flag POINTER_SCREEN in winEnqueueMotion()Colin Harrison1-1/+1
2009-10-14Xming: Fix various 'ISO C90 forbids mixed declarations and code' warningsColin Harrison1-4/+3
2009-06-17Cygwin/X: Fix permuted args to InitPointerDeviceStruct()Jon TURNEY1-1/+1
2009-06-18input: Add labels to buttons and valuators - ABI_XINPUT_VERSION 7Peter Hutterer1-1/+19
2009-05-27Cygwin/X: Remove unused TimeSinceLastInputEvent()Jon TURNEY1-1/+0
2008-12-17Cygwin/X: enqueue a pointer motion event on mouse movementJon TURNEY1-0/+26
2008-12-17Cygwin/X: update for changes in mieq APIJon TURNEY1-10/+15
2008-04-25Remove all traces of #ifdef XINPUT and the matching bits from the configure.acPeter Hutterer1-4/+4
2007-05-09Migrate some code to the new mi apisColin Harrison1-2/+3
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2005-07-04Include xwin-config.h if HAVE_XWIN_CONFIG is defined Cleanup X11 includesAlexander Gottwald1-0/+3
2004-10-28Import recent changes from CYGWIN branchAlexander Gottwald1-5/+23
2004-09-15add support for mice with more than 3 buttons and one scroll wheel (ChrisAlexander Gottwald1-7/+10
2004-06-21Bug 777: Merge from CYGWIN branchAlexander Gottwald1-12/+34
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-1/+1
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-11-14Initial revisionKaleb Keithley1-0/+295