summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2009-02-16dix: Don't set core events in SetMaskForEvent.Peter Hutterer1-1/+1
2009-02-16Xi: remove dynamic mask assignment for XI events.Peter Hutterer1-3/+2
2009-02-16Remove two more define XKB leftovers.Peter Hutterer1-3/+0
2009-02-13dix: remove DefineInitialRootWindow()Peter Hutterer1-3/+0
2009-02-13Document the event masks.Peter Hutterer2-10/+52
2009-02-13dix: refactor pointer accelerationSimon Thum1-1/+1
2009-02-03Constify atom name stringsAlan Coopersmith2-3/+3
2009-02-03dix: add SetBit(arr, bit) and ClearBit(arr, bit) to include/inputstr.hPeter Hutterer1-0/+2
2009-02-03include: remove now-unused sempahore macros.Peter Hutterer1-15/+0
2009-01-30Move the apple fat binary hacks back to a header file, and make it apple-only.Eric Anholt3-6/+11
2009-01-23Xi: define a range of axis labels.Peter Hutterer1-0/+46
2009-01-22Input: Add postdown to ButtonClassRecDaniel Stone1-0/+1
2009-01-22Input: Remove unused CoreProcess{Keyboard,Pointer}EventDaniel Stone1-10/+0
2009-01-22XKB: Remove unused DDX functionsDaniel Stone1-10/+0
2009-01-22Input: Remove core keysyms from KeyClassRecDaniel Stone2-9/+3
2009-01-22Input: Centralise pointer map changingDaniel Stone2-5/+3
2009-01-22Input: Clean up keymap change notificationsDaniel Stone3-13/+11
2009-01-22Xi: Introduce XIShouldNotifyDaniel Stone1-0/+5
2009-01-22XKB: Sanitise vmods for redirected keysDaniel Stone1-15/+2
2009-01-22XKB: Sanitise ctrls actionDaniel Stone1-13/+1
2009-01-22XKB: Sanitise pointer actionsDaniel Stone1-9/+2
2009-01-22XKB: Sanitise vmods in actionsDaniel Stone1-9/+2
2009-01-22XKB: Add a hell of a lot more FIXMEsDaniel Stone1-61/+86
2009-01-22XKB: Remove descriptions from maprulesDaniel Stone1-52/+0
2009-01-22XKB: Remove support for setting combined keymapsDaniel Stone4-13/+6
2009-01-22XKB: Remove 'extra' functionality from rules parsingDaniel Stone1-17/+1
2009-01-22Input: Remove modifierMap from coreDaniel Stone1-2/+1
2009-01-22Input: Remove modifierKeyMapDaniel Stone3-18/+16
2009-01-22Input: Remove state from KeyClassRecDaniel Stone1-2/+0
2009-01-22Input: Overhaul keyboard initialisation processDaniel Stone2-35/+14
2009-01-22XKB: Make XKB mandatoryDaniel Stone9-52/+0
2009-01-22XKB: Remove lock actions disablingDaniel Stone1-3/+0
2009-01-22XKB: Add XkbRMLVOSetDaniel Stone1-1/+12
2009-01-21Update xorg-server.h.in & Xnest to use new XKB default #definesAlan Coopersmith1-4/+4
2009-01-20Remove CreateUnclippedWinSize from window.hAdam Jackson1-2/+0
2009-01-20Move CreateUnclippedWinSize to mbufAdam Jackson1-2/+1
2009-01-20XKB: Move XkbCopyKeymap definition to xkbsrv.hDaniel Stone1-0/+5
2009-01-20dix: Remove traces of CoreDevicePrivateKeyPeter Hutterer1-2/+0
2009-01-20XKB: Allow build-time configuration of XKB defaultsDaniel Stone1-1/+13
2009-01-15XQuartz: Fix builddir != srcdir issues and undef _XSERVER64 where appropriate...Jeremy Huddleston2-11/+9
2009-01-16Count the number of logically down buttons in buttonsDownThomas Jaeger1-1/+5
2009-01-15dix: add property support for pointer acceleration.Simon Thum2-0/+14
2009-01-13Fix build with --enable-visibility --disable-xdmcp.Michel Dänzer1-2/+4
2009-01-13dix: fix WarpPointer calls for devices with custom valuator ranges (#19297)Peter Hutterer1-0/+1
2009-01-12Xi: add XATOM_FLOAT to server-defined properties.Peter Hutterer2-0/+10
2009-01-12Xi: add XIPropToInt() auxiliary function.Peter Hutterer1-0/+6
2009-01-08dix: move focus handling into enterleave.c.Peter Hutterer2-7/+0
2009-01-08dix: reduce FirstPointerChild complexityPeter Hutterer1-1/+0
2009-01-07Default to use standard bitmap fonts, with builtins as fallbackPaulo Cesar Pereira de Andrade1-0/+5
2009-01-07XQuartz: Fat binary buildfixesJeremy Huddleston3-26/+12