summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-10-08warning cleanupsDaniel Stone4-24/+5
2006-10-08Xi: move SendEventToAllWindows and FindInterestedChildren to exeventsDaniel Stone3-45/+57
2006-10-08dix/devices: clean up debuggingDaniel Stone1-18/+3
2006-10-08xkb: add FIXMEs to procedures which need to act on all core devicesDaniel Stone1-0/+9
2006-10-08mi/mipointer: deprecate functions which don't take a deviceDaniel Stone3-22/+56
2006-10-08doc/extensions: document C extension use in the X serverDaniel Stone1-0/+32
2006-10-08mi/pointer: mark public pointer functions as deprecatedDaniel Stone1-8/+8
2006-10-08config: fix compilationDaniel Stone1-2/+2
2006-10-08include: actually declare DebugFDaniel Stone1-0/+6
2006-10-08configure.ac: reactivate warnings when building with gccDaniel Stone1-22/+23
2006-10-08dix/CoreProcessKeyboardEvent: remove debugging for every key eventDaniel Stone1-9/+3
2006-10-08xfree86 Xinput: remove still more excessive debuggingDaniel Stone1-29/+3
2006-10-08GetPointerEvents: add first_valuator parameterDaniel Stone4-50/+87
2006-10-08GetPointerEvents: fix relatively harmless typoDaniel Stone1-1/+1
2006-10-08config: remove excessive debuggingDaniel Stone1-32/+18
2006-10-08kdrive/input: remove excessive debugging in NIDRDaniel Stone1-1/+0
2006-10-07xfree86/loader: bump input major ABI versionDaniel Stone1-1/+1
2006-10-06xkb: make XkbSetControls work on all core-sending devicesDaniel Stone1-146/+194
2006-10-06xkb: remove unused #ifndefDaniel Stone1-2/+5
2006-10-06xkb: simplify core device loop in GetKeyboardByNameDaniel Stone1-36/+20
2006-10-06xkb: make LatchLockGroup work on all core-sending devicesDaniel Stone1-38/+49
2006-10-06xkb: update all core-sending keyboards on GetKeyboardByNameDaniel Stone1-1/+32
2006-10-05Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Daniel Stone5-562/+7409
2006-10-03Update pci.ids to Tue 2006-10-03 daily snapshotAlan Coopersmith3-555/+7403
2006-10-03Don't insert RCS tag into generated pci id header filesAlan Coopersmith1-2/+1
2006-10-02Add (void) casts to clear compiler errors about ?: results having type mismatchAlan Coopersmith1-5/+5
2006-10-02xkb: remove the world's most staggeringly broken vendor workaroundDaniel Stone1-24/+0
2006-10-02symlink-mesa.sh: expand *.{c,h}Daniel Stone1-11/+11
2006-10-02xkb: fix wrapping when switching between groupsIvan Pascal1-4/+4
2006-10-02Merge branch 'input-hotplug' of git+ssh://git.freedesktop.org/git/xorg/xserve...Daniel Stone180-16848/+6228
2006-10-02xkb: fix wrapping when switching between groupsIvan Pascal1-4/+4
2006-10-02symlink-mesa.sh: expand *.{c,h}Daniel Stone1-11/+11
2006-09-30dix/events, mi/eq: remove utterly ridiculous debuggingDaniel Stone2-68/+12
2006-09-29Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Daniel Stone39-974/+1197
2006-09-29Merge branch 'input-hotplug' of git+ssh://git.freedesktop.org/git/xorg/xserve...Daniel Stone3-2/+3
2006-09-29make core keyboard/pointer map functions act on all core-sending devicesDaniel Stone19-235/+297
2006-09-28Replace hard-coded filesnames with loops (all .c and .h files).Brian1-351/+33
2006-09-28Merge branch 'wfb'Aaron Plattner35-624/+1125
2006-09-28Restore the global xx* symbols and add them to wfbrename.h.Aaron Plattner2-5/+11
2006-09-28Bug #8449: Yet another Mesa symlink script resync.Jeff Smith1-0/+3
2006-09-27remove merge detritusDaniel Stone1-1/+0
2006-09-27Push information about cliprects of DRI windows to the DRM.Michel Dänzer1-2/+20
2006-09-27Add wrapper for new ioctl to update drawable information in the DRM.Michel Dänzer2-0/+19
2006-09-24Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Daniel Stone24-185/+434
2006-09-23Check for visual==NULL in dmxBECreateColormap() before calling XCreateColormap()Brian1-6/+13
2006-09-23The fbcmap.c file used by Xdmx _must_ be compiled with XFree86Server defined.Brian1-0/+4
2006-09-23Replace broken DMXDBG3() with DMXDBG2()Brian1-2/+2
2006-09-21Allow the xfree86 ddx utils to be optionally built. Patch by Eugene Konev.David Nusinow2-1/+8
2006-09-21Close with Pclose() that which we open with Popen().Adam Jackson1-1/+1
2006-09-21Bug 8386: Grow parser buffers to fit an entire line if it's longer than CONFI...Aaron Plattner1-2/+121