summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...input-hotplugDaniel Stone2006-11-021-4/+38
|\
| * If getpeerucred() is available, include pid & zoneid in audit messages tooAlan Coopersmith2006-11-011-3/+27
| * Bug #1997: AUDIT messages should contain uid for local accessesAlan Coopersmith2006-11-011-5/+15
* | xfree86: allow starting with no input devicesDaniel Stone2006-11-022-4/+20
* | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Daniel Stone2006-11-0210-30/+1241
|\ \ | |/
| * Fix several cases where optimized paths were hit when they shouldn't be.Eric Anholt2006-11-012-16/+46
| * Propogate $LIBS for xtrans, clock_gettime, libm, etc. to libs used for each s...Alan Coopersmith2006-11-011-7/+8
| * Fix automake error: BUILT_SOURCES was defined multiple times on SolarisAlan Coopersmith2006-10-311-5/+4
| * Make _POSIX_C_SOURCE hack work with Solaris headersAlan Coopersmith2006-10-311-0/+2
| * Handle building in a separate objdirMatthieu Herrb2006-10-291-1/+1
| * kill GNU-make'ism.Matthieu Herrb2006-10-291-1/+1
| * Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverThomas Hellstrom2006-10-291-0/+1
| |\
| | * Add missing file to list in Makefile.amEamon Walsh2006-10-271-0/+1
| * | Make sure we have 64-bit file-offsets in libdrm.Thomas Hellstrom2006-10-293-2/+13
| * | Import libdrm functions for the drm memory manager.Thomas Hellstrom2006-10-274-0/+1167
| |/
* | kdrive:remove Change{Keyboard,Pointer}DeviceDaniel Stone2006-11-021-15/+0
* | XkbCopyKeymap: be more careful with levels, allocate compat/geomDaniel Stone2006-11-021-41/+70
* | configure.ac: remove check for rate/periodDaniel Stone2006-11-011-19/+0
* | input: add non-keyboard bell ringing functionDaniel Stone2006-11-0112-6/+335
* | kdrive: add KdRingBell prototypeDaniel Stone2006-11-011-0/+6
* | kdrive: avoid null dereferencesDaniel Stone2006-10-291-6/+10
* | kdrive: move bell ringing into an OS functionDaniel Stone2006-10-296-116/+52
* | Xi: disallow changing core keyboard and pointerDaniel Stone2006-10-298-435/+11
* | GetTimeInMillis: use correct units for clock_gettimeDaniel Stone2006-10-291-1/+1
* | WaitForSomething: only rewind when delta is more than 250msDaniel Stone2006-10-291-10/+10
* | CoreKeyboardProc: annotate with FIXMEDaniel Stone2006-10-271-2/+5
* | CoreKeyboardProc: don't leak keymap and modmapDaniel Stone2006-10-271-0/+4
* | mieqEnqueue: only compare DEVICE_BITS of deviceidDaniel Stone2006-10-271-1/+2
* | getValuatorEvents: make sure we put MORE_EVENTS in the right placesDaniel Stone2006-10-271-0/+3
* | Merge branch 'master' into input-hotplugDaniel Stone2006-10-261-16/+3
|\ \ | |/
| * GetTimeInMillis: simplify monotonic testDaniel Stone2006-10-262-17/+4
* | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Daniel Stone2006-10-266-9/+111
|\ \ | |/
| * GetTimeInMillis: spuport monotonic clockDaniel Stone2006-10-253-6/+79
| * WaitForSomething: allow time to rewindDaniel Stone2006-10-251-3/+31
| * Fix test for Option "IgnoreABI".Michel Dänzer2006-10-251-1/+1
| * Merge branch 'origin'Keith Packard2006-10-2420-31/+155
| |\
| * | Byte swap RRSelectInput enable flags.Keith Packard2006-10-241-0/+1
* | | mipointer: remember to update pointer locationDaniel Stone2006-10-251-0/+4
* | | GetPointerEvents: always ensure correct number of eventsDaniel Stone2006-10-251-2/+2
* | | kdrive/input: remove unnecessary #ifdef XINPUTsDaniel Stone2006-10-251-12/+0
* | | xfree86: remove motion history handlingDaniel Stone2006-10-253-71/+0
* | | mi: remove mi motion historyDaniel Stone2006-10-254-93/+0
* | | port all users to the new DIX motion history APIDaniel Stone2006-10-255-11/+10
* | | dix: add motion history supportDaniel Stone2006-10-254-9/+142
* | | miscellaneous warning fixesDaniel Stone2006-10-252-2/+5
* | | xfree86: re-bump input abi to 1.0, yet againDaniel Stone2006-10-251-1/+1
* | | inputstr: try to keep device structs the same sizeDaniel Stone2006-10-241-2/+12
* | | inputstr: fix indentationDaniel Stone2006-10-241-7/+7
* | | xfree86/input: add proximity support, free valuatorsDaniel Stone2006-10-231-81/+26
* | | GetProximityEvents: add (untested) functionDaniel Stone2006-10-232-0/+60