summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2008-07-28dix: optimize precision in device velocity estimationSimon Thum1-3/+7
2008-07-28dix: improve the driver interface to predictable pointer accelerationSimon Thum1-1/+4
2008-07-28dix: introduce defines for accel profile numbersSimon Thum1-0/+13
2008-07-28dix: rename classic accel _scheme_ to lightweight to avoid confusion withSimon Thum2-2/+2
2008-07-28dix: add legal statements to ptrvelo.{c|h}Simon Thum1-2/+22
2008-07-24Remove some more MEMBUG garbage.Adam Jackson1-2/+0
2008-07-24Sync is built-in and mandatory.Adam Jackson1-4/+0
2008-07-24XC-MISC is built-in and mandatory.Adam Jackson1-4/+0
2008-07-24Bigreqs are built-in and mandatory.Adam Jackson1-4/+0
2008-07-24Shape extension is built-in and mandatory.Adam Jackson5-20/+0
2008-07-23Unifdef hpux.Adam Jackson1-1/+1
2008-07-23Unifdef AIX.Adam Jackson1-7/+0
2008-07-23Unifdef sgi.Adam Jackson1-8/+1
2008-07-23Assume __GNUC__ >= 3.Adam Jackson1-4/+2
2008-07-23Unifdef QNX.Adam Jackson1-2/+2
2008-07-20Drop some more configure-generated files from the tarballJulien Cristau1-4/+3
2008-07-18Drop the FONTCACHE extension.Adam Jackson1-4/+0
2008-07-17Make xstrcasestr prototype return value match the implementationAlan Coopersmith1-1/+1
2008-07-17Remove dead code, useless #defines, et alDaniel Stone3-83/+0
2008-07-17Dead code removalDaniel Stone5-144/+10
2008-07-17Drop a bunch of #ifdef Lynx.Mathieu BĂ©rard1-5/+0
2008-07-17Nuke some ancient code for commandline-challenged OSes.Adam Jackson1-4/+0
2008-07-16Remove loadable font renderer support.Adam Jackson1-10/+0
2008-07-16Remove the numVideoScreens xprintism.Adam Jackson1-1/+1
2008-07-16XFree86: Remove XFree86-Misc extensionDaniel Stone3-10/+0
2008-07-16DIX: Add strcasestr from FreeBSDDaniel Stone2-0/+8
2008-07-16dix: Actually build str(n)casecmp if we don't have itDaniel Stone1-3/+6
2008-07-16config: Don't attempt to use D-Bus when not strictly necessaryDaniel Stone1-0/+3
2008-07-16OS/KDrive/XFree86: Sanitise colour initialisationDaniel Stone1-3/+0
2008-07-16DIX: Add strncasecmp from FreeBSD, make strcasecmp args constDaniel Stone1-1/+6
2008-07-13Xi: expose Enable/DisableDevice through XI_PROP_ENABLED property.Peter Hutterer1-0/+4
2008-07-13Add support for multiple pointer acceleration schemes. #8583Simon Thum4-2/+123
2008-07-11Set machine dependent defaults for ppc64Jeremy Huddleston1-1/+1
2008-07-10Xi: pack the property stuff into a struct, make handlers a linked list.Peter Hutterer2-10/+33
2008-07-10Xi: add support for input device properties.Peter Hutterer2-2/+86
2008-07-10Revert "Xi: add support for input device properties."Peter Hutterer2-55/+1
2008-07-10Xi: add support for input device properties.Peter Hutterer2-1/+55
2008-07-10dix: free GenericMask allocations when destroying window.Peter Hutterer1-1/+1
2008-07-07Export xkbfile.h in the SDKJulien Cristau1-1/+2
2008-06-26input: for non-device events (e.g. DevicePresence) use MAX_DEVICES as id.Peter Hutterer1-1/+1
2008-06-25XTrap delenda est.Adam Jackson2-6/+0
2008-06-24Remove NOFONTSERVERACCESS macroTiago Vignatti1-3/+0
2008-06-24Check for __amd64__, not __x86_64__.Adam Jackson1-1/+1
2008-06-19Make button down state a bitmask. Master buttons track union of slave buttonsKeith Packard1-1/+1
2008-06-18input: fix up usage of button->down, used to be a bitmask, is now an array.Peter Hutterer1-0/+3
2008-06-13Make devPrivates lookup functions ABI instead of static inlines.Eamon Walsh1-53/+8
2008-06-13Fix unterminated endif.Adam Jackson1-0/+2
2008-06-13Death to mfb.Adam Jackson1-171/+5
2008-06-12Remove xgl.Adam Jackson1-14/+0
2008-06-11CopyGetMasterEvent() can be static.Tiago Vignatti1-5/+0