summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-14os: inputthread: Remove unused forward declarationinput-threadFernando Carrijo1-1/+1
2010-08-14os: inputthread: Explicitely close the pipes after the input thread is cancelledFernando Carrijo1-0/+5
2010-08-14os: inputthread: Close the input thread with pthread_cancelFernando Carrijo1-11/+8
2010-08-14dix: inputthread: Close the input thread before the event queue is deallocatedFernando Carrijo1-4/+4
2010-08-14inputthread: InputThreadReadPipe is a general socket, not a deviceFernando Carrijo2-2/+2
2010-08-06os: inputthread: non-blocking I/O pipe's read end is enoughTiago Vignatti1-4/+4
2010-08-05os: add only once input pipe for main Select()Tiago Vignatti1-2/+5
2010-08-05os: don't ignore EAGAIN on both main and input threads select()Tiago Vignatti2-2/+2
2010-08-05os: inputthread: select() cannot return 0 for a NULL timeoutFernando Carrijo1-12/+9
2010-08-03os: inputthread: Fix indentation and add comments to WaitForInputFernando Carrijo1-15/+23
2010-08-03os: inputthread: read input devices only triggered by selectFernando Carrijo1-5/+5
2010-08-03os: inputthread: Fix off-by-one error in WaitForInputFernando Carrijo1-1/+1
2010-08-03os: inputthread: don't get a return value on WaitForInputFernando Carrijo1-2/+2
2010-08-02os: inputthread: delete unused pipe between input and main threadFernando Carrijo1-18/+0
2010-08-02os: inputthread: don't export AddEnabledDeviceThreadedTiago Vignatti1-1/+1
2010-08-02os: inputthread: remove the function AdjustThreadSchedulingFernando Carrijo1-38/+0
2010-07-13os: inputthread: logging typoTiago Vignatti1-1/+1
2010-07-13mi: inputthread: Fix link errorFernando Carrijo1-9/+13
2010-07-11xfree86: inputthread: (FIXME)Tiago Vignatti1-0/+21
2010-07-11xserver: inputthread: (FIXME)Tiago Vignatti9-1/+130
2010-07-11mi: clean up xquartz pthread entry pointsTiago Vignatti1-38/+26
2010-07-11os: inputthread: the input thread implementationTiago Vignatti1-0/+223
2010-07-06Merge remote branch 'whot/for-keith'Keith Packard10-74/+70
2010-07-07dix: purge leftover manual key down bit setting.Peter Hutterer6-29/+6
2010-07-07dix: add aux. functions for button_is_down, set_button_down, set_button_up.Peter Hutterer3-12/+46
2010-07-07dix: use BitIsOn/SetBit/ClearBit macros for set_key_down helpers.Peter Hutterer1-6/+6
2010-07-07Xi: use set_key_up/down instead of manual bit handling.Peter Hutterer1-7/+6
2010-07-07dix: treat flags as flags, not as value in key_is_down.Peter Hutterer1-1/+1
2010-07-07mi: rename miPointerMoved to miPointerMoveNoEvent.Peter Hutterer1-5/+5
2010-07-07mi: De-duplicate some code in mipointer.cPeter Hutterer1-16/+2
2010-07-06Increase advertised RENDER protocol minor version to 11Robert Hooker1-1/+1
2010-07-02miDbe window priv priv is pre-allocated, don't use dixSetPrivate (bug 28639)Keith Packard1-6/+0
2010-07-02Delete unused miDbe screen private private datatypeKeith Packard1-16/+0
2010-07-02Update the sprite immediately when moving it with MouseKeysAlan Coopersmith1-0/+6
2010-07-02Add API to update setting of waitForUpdate screen private in miPointerAlan Coopersmith3-8/+25
2010-07-01Merge remote branch 'whot/for-keith'Keith Packard6-75/+68
2010-07-01Revert "xkb: merge lockedPtrButtons state from all attached SDs."Keith Packard4-56/+1
2010-07-01Revert "Revert "dix: use the event mask of the grab for TryClientEvents.""Keith Packard1-2/+50
2010-07-01Cast void* to pointer* to appease some compilers.James Jones1-1/+1
2010-07-02xkb: release XTEST pointer buttons on physical releases. (#28808)Peter Hutterer3-15/+18
2010-07-01Bump to version 1.8.99.904 (1.9 RC4)Keith Packard1-2/+2
2010-07-01xfree86: configure: remove vendor and card name matching rulesTiago Vignatti1-25/+0
2010-07-01xfree86: pci: remove superfluous vendor and card name loggingTiago Vignatti1-12/+1
2010-07-01xkb: emulate PointerKeys events only on the master device.Peter Hutterer1-5/+4
2010-07-01xkb: merge lockedPtrButtons state from all attached SDs.Peter Hutterer4-1/+54
2010-07-01xkb: Mark switch case fallthrough with comment.Peter Hutterer1-0/+2
2010-07-01dix: fix up erroneous error message.Peter Hutterer1-1/+1
2010-07-01xkb: remove now obsolete comment.Peter Hutterer1-16/+0
2010-06-30Initialize dev privates before using anyKeith Packard1-1/+3
2010-06-30Xephyr: fix Xv adaptor capability testsJulien Cristau1-5/+10