summaryrefslogtreecommitdiff
path: root/dix
Commit message (Expand)AuthorAgeFilesLines
* Remove CopyISOLatin1LoweredYaakov Selkowitz2009-10-151-10/+0
* Remove some debug messages that trigger on XACE event delivery failure.Eamon Walsh2009-10-141-9/+3
* xace: Fake return values on denials in input polling requests.Eamon Walsh2009-10-142-2/+14
* dix: extend IsPointerDevice check to valuator-only devices.Peter Hutterer2009-10-131-1/+3
* Fix make warning: overriding commands for target `dix.O'Alan Coopersmith2009-10-081-1/+2
* Cast small-int values through intptr_t when passed as pointersJamey Sharp2009-10-081-2/+2
* dix: Fix a double free in dixFreePrivates.Francisco Jerez2009-10-071-0/+1
* Use $(AM_V_GEN) to silence more commands when AM_SILENT_RULES is activeAlan Coopersmith2009-10-061-3/+3
* Add platform tests for Dtrace linker magicAlan Coopersmith2009-10-061-1/+1
* dix: force a minimum of 0 for screen coordinates.Peter Hutterer2009-10-021-0/+13
* dix: Fix potential memory corruption in doListFontsWithInfo.Kim Woelders2009-09-301-1/+1
* dix/glx/composite: consolidate visual resize in one place.Dave Airlie2009-09-301-0/+64
* Add (ok, fix) support for DTrace under OS XBen Byer2009-09-272-1/+8
* Fix build of unit tests when dtrace probes are enabledAlan Coopersmith2009-09-241-2/+2
* dix: plug memory leak in DeviceEnterLeaveEvents.Peter Hutterer2009-09-251-1/+3
* dix: report XI1 axis values correctly if first_valuator != 0Thomas Jaeger2009-09-241-6/+6
* dix: move bounds check before accessSimon Thum2009-09-221-2/+3
* input: don't use typecasts to access members of InternalEvent.Peter Hutterer2009-09-222-10/+10
* Eliminate bogus event resizing.Keith Packard2009-09-202-37/+0
* xfree86: use SendDevicePresenceEvents instead of manual event handling.Peter Hutterer2009-09-181-1/+1
* dix: append "built-ins" to the font path in SetDefaultFontPathRĂ©mi Cardona2009-09-161-2/+25
* dix: FindChildForEvent needs init child to None.Peter Hutterer2009-09-141-1/+1
* dix: Remove two _X_EXPORT defines from the function definition.Peter Hutterer2009-09-101-2/+2
* dix: auto-float SD's with SendCoreEvents "false"Peter Hutterer2009-09-091-4/+13
* dix: remove unused and half-broken code to restore original classes.Peter Hutterer2009-09-091-23/+4
* dix: GetKeyboardValuatorEvents doesn't recurse anymore - fix comment.Peter Hutterer2009-09-081-4/+0
* dix: remove dixLookupResource - we don't have any users left.Peter Hutterer2009-09-071-18/+0
* dix: hide the sequenceNumber key repeat hack behind two functions.Peter Hutterer2009-09-042-7/+37
* input: allow for detectable autorepeat.Daniel Stone2009-09-042-6/+54
* dix: improve code flow in TryClientEvents, better debugging messages.Daniel Stone2009-09-041-52/+66
* dix: don't return BadMatch from GetProperty (#23562)Peter Hutterer2009-09-031-1/+1
* dix: when unsetting a cursor, update the sprite immediately (#23608)Peter Hutterer2009-09-031-1/+2
* Un-export ApplyPointerMapping. This is an in-server function.Peter Hutterer2009-09-031-1/+1
* Correct outdated e-mail address in "Author" statements.Eamon Walsh2009-09-021-1/+1
* Add DRI2 requests to protocol.txtEamon Walsh2009-08-281-0/+8
* Xext: rename Xtst* to XTest*Peter Hutterer2009-08-271-1/+1
* input: move XTest device initialization into Xext/xtest.cPeter Hutterer2009-08-271-132/+1
* dix: use IsXtstDevice instead of the direct key lookup.Peter Hutterer2009-08-271-1/+1
* CheckWindowOptionalNeed: Ensure w->optional is set to avoid SEGFAULTJeremy Huddleston2009-08-251-1/+1
* Ensure that rotation updates happen frequentlyKeith Packard2009-08-251-1/+21
* input: move CorePointer/KeyboardProc declarations into header.Peter Hutterer2009-08-241-3/+0
* dix: FixUpEventFromWindow mustn't scramble non-device events.Peter Hutterer2009-08-241-1/+4
* Do not reset lastDeviceEventTime when we do dixSaveScreensRichard Hughes2009-08-181-2/+0
* xace: fix access mode in dixLookupWindow call within ProcUngrabKey.Eamon Walsh2009-08-171-1/+1
* Add XI2 requests to protocol.txtEamon Walsh2009-08-171-0/+22
* dix: rework DeviceChangedEvents a bit.Peter Hutterer2009-08-172-12/+8
* dix: fix potential use of unused variable 'mask'.Peter Hutterer2009-08-171-1/+1
* dix: use the XI2 defines for class types.Peter Hutterer2009-08-171-3/+3
* input: move DeviceChangedEvent conversion into eventconvert.cPeter Hutterer2009-08-171-24/+121
* dix: update the sprite trace for all masters && floating slaves (#23257)Peter Hutterer2009-08-141-1/+1