summaryrefslogtreecommitdiff
path: root/hw/kdrive/linux/mouse.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-19kdrive: Remove non-evdev input driversAdam Jackson1-982/+0
2016-07-21Switch poll() users to xserver_poll()Keith Packard1-3/+3
2016-07-18kdrive: switch from select(2) to poll(2)Keith Packard1-25/+9
2013-08-21kdrive: Fix const cast warnings in driver name handling.Eric Anholt1-1/+1
2013-08-21kdrive: Fix a few easy cast warnings.Eric Anholt1-2/+2
2013-03-06kdrive: fix "set but not used" warningsPeter Hutterer1-6/+0
2012-03-21Introduce a consistent coding styleKeith Packard1-491/+465
2011-06-30Fix UTF-8 encodingMatěj Cepl1-1/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-2/+2
2010-01-01Remove trailing whitespaceMikhail Gusarov1-24/+24
2009-06-03kdrive: add protocol mouse optionOlivier Blin1-1/+5
2009-04-03kdrive: s/KdSaveString/strdup/gAdam Jackson1-1/+1
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer1-1/+0
2007-06-29Death to RCS tags.Adam Jackson1-2/+0
2006-07-21new KDrive input world orderDaniel Stone1-110/+126
2006-02-16Make more extensions optional in build (for kdrive). Fix kdrive build forKeith Packard1-2/+2
2005-12-27Build fixes: XSERVER_LIBS -> KDRIVE_LIBS, config.h -> kdrive-config.hAdam Jackson1-1/+1
2004-05-13Follow GLX in setting ARGB visual nplanes to 24.Keith Packard1-0/+2
2003-11-07Ok, Composite extension is semi-working; when no-one asks for redirection,Keith Packard1-13/+31
2003-11-02merge xfixes_2_branch back to HEADKeith Packard1-13/+15
2003-10-14-Wall fixes. Add klinux.h to export function declarationsKeith Packard1-7/+7
2003-09-11Get Xvesa buildingKeith Packard1-0/+3
2003-09-11More build fixesKeith Packard1-3/+3
2003-09-11Start autoifying everything.Anders Carlsson1-2/+2
2003-07-07Update RCS tags, fix keyboard hang on VT switch, fix scroll wheel mice, addKeith Packard1-4/+18
2002-08-02Allow both touchscreen and mouse at the same timeKeith Packard1-3/+5
2001-12-20kdrive/linux/mouse.c: convert mouse data to signed values for compilersxf-4_1_99_7xf-4_1_99_6xf-4_1_99_5xf-4_1_99_4Domain-sync4Domain-sync3Keith Packard1-9/+9
2001-12-07kdrive: missing registration for mouse input typeKeith Packard1-0/+3
2001-11-22kdrive: initialize all Linux mouse driver fieldsDomain-sync1Domain-baseKeith Packard1-3/+5
2001-11-08kdrive/linux: update ps/2 mouse detection/configuration code from FreeBSDKeith Packard1-7/+57
2001-10-12kdrive: add new auto-detecting and auto-switching mouse driverKeith Packard1-0/+917