summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2010-02-02xkb: sed True -> TRUE and False -> FALSEPeter Hutterer1-5/+0
2010-01-27dix/configure: remove null root cursor optionTiago Vignatti1-3/+0
2010-01-25xkb: unexport xkbDevicePrivateKey and xkbUnwrapProc.Peter Hutterer1-2/+2
2010-01-25xkb: remove unused _XkbIsPressEvent and _XkbIsReleaseEvent definesPeter Hutterer1-3/+0
2010-01-25xkb: remove XkbAtomGetString, replace with NameForAtom.Peter Hutterer1-2/+0
2010-01-25xkb: remove IsKeypadKey define, only used in two places.Peter Hutterer1-3/+0
2010-01-25xkb: remove XConvertCase.Peter Hutterer1-1/+0
2010-01-25xkb: remove _XkbClearElems, a memset will do.Peter Hutterer1-2/+0
2010-01-25xkb: remove _XkbTyped*allocPeter Hutterer1-4/+0
2010-01-13Merge remote branch 'jbarnes/master'Keith Packard1-1/+1
2010-01-11DRI2: add support for new DRI2 protocol requestsJesse Barnes1-1/+1
2010-01-07Merge remote branch 'dottedmag/for-keithp'Keith Packard1-0/+9
2010-01-07Do not define members of include/eventstr.h:EventType enum conditionally.Adam Tkac1-4/+0
2010-01-06kdrive: Add option to compile out input driversMikhail Gusarov1-0/+9
2010-01-01dix: add smooth limited pointer acceleration profileSimon Thum1-1/+2
2009-12-30config: add libudev input-hotplug backendJulien Cristau1-0/+3
2009-12-30Merge remote branch 'dbn/inputclass'Keith Packard2-0/+19
2009-12-23xfree86: Introduce InputClass configurationDan Nicholson1-0/+3
2009-12-22config: Introduce InputAttributes in NewInputDeviceRequestDan Nicholson1-0/+16
2009-12-22xfree86: Use xorg.conf.d directory for multiple config filesDan Nicholson1-0/+3
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-1/+1
2009-12-18Convert checks for PC98 support from platform #ifdefs to configure flagAlan Coopersmith1-0/+3
2009-11-25Update COMPILEDDEFAULTFONTPATH to match the new default font pathIngmar Vanhassel1-1/+1
2009-11-25dix: clean up accel old scheme data when switching schemes.Peter Hutterer1-0/+3
2009-11-23configure: remove unused kdrive Xvesa config variableTiago Vignatti1-3/+0
2009-11-11.gitignore: use common defaults with custom section #24239Gaetan Nadon1-0/+5
2009-11-05SHA1: Add support for Common CryptoJeremy Huddleston1-0/+3
2009-11-02add libc as a choice for SHA1 implementationMatthieu Herrb1-0/+3
2009-10-28os: Add libsha1 as a choice of SHA1 implementationMikhail Gusarov1-0/+3
2009-10-28Merge remote branch 'jcristau/sha1'Keith Packard3-2/+25
2009-10-15Remove CopyISOLatin1LoweredYaakov Selkowitz1-5/+0
2009-10-15Define ddxBeforeReset stubs in platform-neutral DDXsYaakov Selkowitz1-0/+4
2009-10-14dix: Export IsPointerDevice() and IsKeyboardDevice().Eamon Walsh1-2/+2
2009-10-15Add libgcrypt as an option for SHA1Julien Cristau1-0/+3
2009-10-15configure: add --with-sha1={libmd,libcrypto} optionJulien Cristau1-1/+1
2009-10-15Move SHA1 computation from render/glyph.c to os/Julien Cristau2-1/+21
2009-10-01GLX: More clearly document the GLX protocol version handlingIan Romanick1-1/+1
2009-09-30dix/glx/composite: consolidate visual resize in one place.Dave Airlie1-0/+5
2009-09-27XQuartz: Transition from xEvent based mieq to InternalEventJeremy Huddleston2-0/+21
2009-09-27Xi: Make CopyKeyClass X_HIDDEN to avoid ugly ifdef-fuJeremy Huddleston1-0/+1
2009-09-22input: don't use typecasts to access members of InternalEvent.Peter Hutterer1-4/+4
2009-09-21input: define server-supported protocol versions in one single file.Peter Hutterer2-1/+150
2009-09-20Eliminate bogus event resizing.Keith Packard1-3/+0
2009-09-18xfree86: use SendDevicePresenceEvents instead of manual event handling.Peter Hutterer1-0/+1
2009-09-17Add configuration option for use of SIGIO handlers for input eventsAlan Coopersmith1-0/+3
2009-09-13xkb: split effectiveGroup calculation into separate utility function.Peter Hutterer1-0/+5
2009-09-07dix: remove dixLookupResource - we don't have any users left.Peter Hutterer1-8/+0
2009-09-04XQuartz: Use --with-launchd-id-prefix for consistency with xinitJeremy Huddleston1-0/+3
2009-09-04input: allow for detectable autorepeat.Daniel Stone2-3/+2
2009-09-03Xi: if XISetEventMask fails, return this to the client.Peter Hutterer1-1/+1