summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-10dix: invert a loop conditionPeter Hutterer1-12/+13
2013-05-10dix: XAllowEvents() on a touch event means accepting itPeter Hutterer3-0/+25
2013-05-10dix: move EmitTouchEnd to touch.cPeter Hutterer3-31/+32
2013-05-10Xi: Don't emit a TouchEnd event to a frozen devicePeter Hutterer1-0/+4
2013-05-10Xi: use public.processInputProc to replay the touch historyPeter Hutterer3-4/+21
2013-05-10Xi: when punting to a new owner, always create TouchEnd eventsPeter Hutterer1-5/+14
2013-05-10Xi: save state for early acceptancePeter Hutterer1-3/+3
2013-05-10Xi: if a passive async grab is activated from an emulated touch, acceptPeter Hutterer1-1/+7
2013-05-10Xi: fix lookup in ActivateEarlyAcceptPeter Hutterer1-8/+7
2013-05-10Xi: update the core listener state if we delivered the touch eventPeter Hutterer1-7/+9
2013-05-10Xi: if we delivered a TouchEnd to a passive grab, end itPeter Hutterer1-3/+2
2013-05-10dix: don't prepend an activated passive grab to the listenersPeter Hutterer1-1/+1
2013-05-10Xi: not having an ownership mask does not mean automatic acceptancePeter Hutterer1-1/+1
2013-05-10input: print warnings if drivers don't initialize properlyPeter Hutterer3-16/+44
2013-05-10dix: don't overwrite proximity/focus classesPeter Hutterer2-2/+3
2013-05-10dix: reset the OsBuffers after killing all clientsPeter Hutterer1-0/+1
2013-05-10os: Reset input buffer's 'ignoreBytes' fieldRobert Morell1-0/+1
2013-05-08dix: delete all callbacks before resetPeter Hutterer3-1/+10
2013-05-07Xi: free barrier code at reset timePeter Hutterer3-2/+16
2013-05-07os: Use ErrorFSigSafe from FatalError and it's friendsPeter Hutterer3-7/+7
2013-05-07os: complain about unsupported pnprintf directivesPeter Hutterer2-0/+8
2013-05-07os: support %c in pnprintfPeter Hutterer2-0/+12
2013-05-07os: support %% in pnprintfPeter Hutterer2-0/+8
2013-05-07os: support pnprintf length modifiers for integersPeter Hutterer2-13/+155
2013-05-07dix: reset the registry before quittingPeter Hutterer3-8/+20
2013-05-07xkb: free XkbRulesUsed and XkbRulesDflt on extension cleanupPeter Hutterer3-0/+19
2013-05-07If neither HAL nor udev backends are enabled, warn the userPeter Hutterer1-0/+8
2013-05-07Xi: always return BadMatch for XTest devices ChangeDeviceControl requestsPeter Hutterer3-0/+13
2013-05-07dix: send the current axis value in DeviceChangedEvents (#62321)Peter Hutterer3-3/+3
2013-05-07Xi: fix comment - XI2 grabs aren't keysym grabsPeter Hutterer1-2/+1
2013-05-06Merge remote-tracking branch 'alanc/master'Keith Packard6-7/+23
2013-05-06Merge remote-tracking branch 'jturney/unused-but-set-variable-warning-fix'Keith Packard10-59/+7
2013-05-06xfree86: don't enable anything in xf86InitialConfiguration for GPU screensAaron Plattner1-3/+13
2013-05-02hw/xwin: Fix unused-but-set-variable warning in ProcWindowsWMFrameGetRect()Jon TURNEY1-15/+0
2013-05-02hw/xwin: Fix unused-but-set-variable warning in winMWExtWMUpdateWindowDecorat...Jon TURNEY1-3/+1
2013-05-02hw/xwin: Fix unused-but-set-variable warning in winHotKeyAltTabPrimaryDD()Jon TURNEY1-13/+0
2013-05-02hw/xwin: Fix unused-but-set-variable warning in winMinimizeWindow() when buil...Jon TURNEY1-4/+1
2013-05-02hw/xwin: Fix unused-but-set-variable warning in winClipboardProc()Jon TURNEY1-3/+2
2013-05-02hw/xwin: Fix unused-but-set-variable warning in winWindowProc()Jon TURNEY1-2/+0
2013-05-02hw/xwin: Fix unused-but-set-variable warning in winCopyWindowNativeGDI()Jon TURNEY1-4/+0
2013-05-02hw/xwin: Fix unused-but-set-variable warning in winFinishScreenInitFB()Jon TURNEY1-4/+0
2013-05-02hw/xwin: Fix unused-but-set-variable warning in winIsFakeCtrl_L()Jon TURNEY1-2/+0
2013-05-02hw/xwin: Fix unused-but-set-variable warnings in windialog.cJon TURNEY1-9/+3
2013-04-30gpu: call CreateScreenResources for GPU screensDave Airlie2-0/+11
2013-04-30dix: allow pixmap dirty helper to be used for non-shared pixmapsDave Airlie2-0/+3
2013-04-30xf86crtc: don't use scrn->display for gpu screensDave Airlie1-7/+11
2013-04-30dix/gpu: remove asserts for output/offload from same slaveDave Airlie1-2/+0
2013-04-30randr: report changes when we disconnect a GPU slaveDave Airlie2-1/+4
2013-04-30randr: only respected changed on the protocol screenDave Airlie1-1/+1
2013-04-30randr: make SetChanged modify the main protocol screen not the gpu screenDave Airlie1-1/+15