summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2010-01-19Allow driver to call DeleteInputDeviceRequest during UnInitOldřich Jedlička1-11/+33
2010-01-19dix: move cursor realize code to its own functionTiago Vignatti1-118/+85
2010-01-19main: move config_init() after InitInput()Julien Cristau1-1/+1
2010-01-19Fix typo in updateSlaveDeviceCoordsOldřich Jedlička1-1/+1
2010-01-19dix: EventToCore needs to copy the root window too.Peter Hutterer1-0/+1
2010-01-05dix: don't update the slave coordinates from the VCK.Peter Hutterer1-2/+5
2010-01-04CloseDevice: call XkbRemoveResourceClient before freeing key class structAlan Coopersmith1-3/+3
2010-01-01dix: add smooth limited pointer acceleration profileSimon Thum1-1/+27
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-2/+6
2009-12-16Merge remote branch 'alanc/master'Keith Packard5-122/+88
2009-12-16Update Sun license notices to current X.Org standard formAlan Coopersmith5-122/+88
2009-12-15dtrace: Add Xserver-dtrace.h to CLEANFILESJeremy Huddleston1-1/+1
2009-12-11Merge remote branch 'jeremyhu/master'Keith Packard1-0/+2
2009-12-11Move config_init() after CreateWellKnownSockets() and InitCoreDevices()Julien Cristau1-1/+1
2009-12-08Miscellaneous compilation warning fixesJeremy Huddleston1-0/+2
2009-12-03dix: remove core devices when shutting down. (#25028)Peter Hutterer1-0/+3
2009-12-03dix: remove some obsolete comment.Peter Hutterer1-1/+0
2009-12-03dix: fix memory leak, free event list on shutdown. (#25028)Peter Hutterer1-6/+3
2009-11-25dix: clean up accel old scheme data when switching schemes.Peter Hutterer2-12/+54
2009-11-11.gitignore: use common defaults with custom section #24239Gaetan Nadon1-0/+3
2009-11-10dix: increase default number of buttons to 10.Peter Hutterer1-1/+1
2009-11-04Merge remote branch 'jeremyhu/master'Keith Packard1-5/+3
2009-11-04dix: Fixes a memory leak when a cursor resource is released.Rami Ylimaki1-1/+2
2009-11-03dix: Properly detect if the other device is frozenJeremy Huddleston1-5/+3
2009-10-23dix: Fix up colormap fixup.Adam Jackson1-0/+3
2009-10-22Resolve an inconsistency between libX11 and Xserver over GetModifierMappingJon TURNEY1-5/+3
2009-10-15Remove CopyISOLatin1LoweredYaakov Selkowitz1-10/+0
2009-10-14Remove some debug messages that trigger on XACE event delivery failure.Eamon Walsh1-9/+3
2009-10-14xace: Fake return values on denials in input polling requests.Eamon Walsh2-2/+14
2009-10-13dix: extend IsPointerDevice check to valuator-only devices.Peter Hutterer1-1/+3
2009-10-08Fix make warning: overriding commands for target `dix.O'Alan Coopersmith1-1/+2
2009-10-08Cast small-int values through intptr_t when passed as pointersJamey Sharp1-2/+2
2009-10-07dix: Fix a double free in dixFreePrivates.Francisco Jerez1-0/+1
2009-10-06Use $(AM_V_GEN) to silence more commands when AM_SILENT_RULES is activeAlan Coopersmith1-3/+3
2009-10-06Add platform tests for Dtrace linker magicAlan Coopersmith1-1/+1
2009-10-02dix: force a minimum of 0 for screen coordinates.Peter Hutterer1-0/+13
2009-09-30dix: Fix potential memory corruption in doListFontsWithInfo.Kim Woelders1-1/+1
2009-09-30dix/glx/composite: consolidate visual resize in one place.Dave Airlie1-0/+64
2009-09-27Add (ok, fix) support for DTrace under OS XBen Byer2-1/+8
2009-09-24Fix build of unit tests when dtrace probes are enabledAlan Coopersmith1-2/+2
2009-09-25dix: plug memory leak in DeviceEnterLeaveEvents.Peter Hutterer1-1/+3
2009-09-24dix: report XI1 axis values correctly if first_valuator != 0Thomas Jaeger1-6/+6
2009-09-22dix: move bounds check before accessSimon Thum1-2/+3
2009-09-22input: don't use typecasts to access members of InternalEvent.Peter Hutterer2-10/+10
2009-09-20Eliminate bogus event resizing.Keith Packard2-37/+0
2009-09-18xfree86: use SendDevicePresenceEvents instead of manual event handling.Peter Hutterer1-1/+1
2009-09-16dix: append "built-ins" to the font path in SetDefaultFontPathRémi Cardona1-2/+25
2009-09-14dix: FindChildForEvent needs init child to None.Peter Hutterer1-1/+1
2009-09-10dix: Remove two _X_EXPORT defines from the function definition.Peter Hutterer1-2/+2
2009-09-09dix: auto-float SD's with SendCoreEvents "false"Peter Hutterer1-4/+13