index
:
~fcarrijo/xserver
input-thread
X Server with dedicated Input Thread
fcarrijo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-14
os: inputthread: Remove unused forward declaration
input-thread
Fernando Carrijo
1
-1
/
+1
2010-08-14
os: inputthread: Explicitely close the pipes after the input thread is cancelled
Fernando Carrijo
1
-0
/
+5
2010-08-14
os: inputthread: Close the input thread with pthread_cancel
Fernando Carrijo
1
-11
/
+8
2010-08-14
dix: inputthread: Close the input thread before the event queue is deallocated
Fernando Carrijo
1
-4
/
+4
2010-08-14
inputthread: InputThreadReadPipe is a general socket, not a device
Fernando Carrijo
2
-2
/
+2
2010-08-06
os: inputthread: non-blocking I/O pipe's read end is enough
Tiago Vignatti
1
-4
/
+4
2010-08-05
os: add only once input pipe for main Select()
Tiago Vignatti
1
-2
/
+5
2010-08-05
os: don't ignore EAGAIN on both main and input threads select()
Tiago Vignatti
2
-2
/
+2
2010-08-05
os: inputthread: select() cannot return 0 for a NULL timeout
Fernando Carrijo
1
-12
/
+9
2010-08-03
os: inputthread: Fix indentation and add comments to WaitForInput
Fernando Carrijo
1
-15
/
+23
2010-08-03
os: inputthread: read input devices only triggered by select
Fernando Carrijo
1
-5
/
+5
2010-08-03
os: inputthread: Fix off-by-one error in WaitForInput
Fernando Carrijo
1
-1
/
+1
2010-08-03
os: inputthread: don't get a return value on WaitForInput
Fernando Carrijo
1
-2
/
+2
2010-08-02
os: inputthread: delete unused pipe between input and main thread
Fernando Carrijo
1
-18
/
+0
2010-08-02
os: inputthread: don't export AddEnabledDeviceThreaded
Tiago Vignatti
1
-1
/
+1
2010-08-02
os: inputthread: remove the function AdjustThreadScheduling
Fernando Carrijo
1
-38
/
+0
2010-07-13
os: inputthread: logging typo
Tiago Vignatti
1
-1
/
+1
2010-07-13
mi: inputthread: Fix link error
Fernando Carrijo
1
-9
/
+13
2010-07-11
xfree86: inputthread: (FIXME)
Tiago Vignatti
1
-0
/
+21
2010-07-11
xserver: inputthread: (FIXME)
Tiago Vignatti
9
-1
/
+130
2010-07-11
mi: clean up xquartz pthread entry points
Tiago Vignatti
1
-38
/
+26
2010-07-11
os: inputthread: the input thread implementation
Tiago Vignatti
1
-0
/
+223
2010-07-06
Merge remote branch 'whot/for-keith'
Keith Packard
10
-74
/
+70
2010-07-07
dix: purge leftover manual key down bit setting.
Peter Hutterer
6
-29
/
+6
2010-07-07
dix: add aux. functions for button_is_down, set_button_down, set_button_up.
Peter Hutterer
3
-12
/
+46
2010-07-07
dix: use BitIsOn/SetBit/ClearBit macros for set_key_down helpers.
Peter Hutterer
1
-6
/
+6
2010-07-07
Xi: use set_key_up/down instead of manual bit handling.
Peter Hutterer
1
-7
/
+6
2010-07-07
dix: treat flags as flags, not as value in key_is_down.
Peter Hutterer
1
-1
/
+1
2010-07-07
mi: rename miPointerMoved to miPointerMoveNoEvent.
Peter Hutterer
1
-5
/
+5
2010-07-07
mi: De-duplicate some code in mipointer.c
Peter Hutterer
1
-16
/
+2
2010-07-06
Increase advertised RENDER protocol minor version to 11
Robert Hooker
1
-1
/
+1
2010-07-02
miDbe window priv priv is pre-allocated, don't use dixSetPrivate (bug 28639)
Keith Packard
1
-6
/
+0
2010-07-02
Delete unused miDbe screen private private datatype
Keith Packard
1
-16
/
+0
2010-07-02
Update the sprite immediately when moving it with MouseKeys
Alan Coopersmith
1
-0
/
+6
2010-07-02
Add API to update setting of waitForUpdate screen private in miPointer
Alan Coopersmith
3
-8
/
+25
2010-07-01
Merge remote branch 'whot/for-keith'
Keith Packard
6
-75
/
+68
2010-07-01
Revert "xkb: merge lockedPtrButtons state from all attached SDs."
Keith Packard
4
-56
/
+1
2010-07-01
Revert "Revert "dix: use the event mask of the grab for TryClientEvents.""
Keith Packard
1
-2
/
+50
2010-07-01
Cast void* to pointer* to appease some compilers.
James Jones
1
-1
/
+1
2010-07-02
xkb: release XTEST pointer buttons on physical releases. (#28808)
Peter Hutterer
3
-15
/
+18
2010-07-01
Bump to version 1.8.99.904 (1.9 RC4)
Keith Packard
1
-2
/
+2
2010-07-01
xfree86: configure: remove vendor and card name matching rules
Tiago Vignatti
1
-25
/
+0
2010-07-01
xfree86: pci: remove superfluous vendor and card name logging
Tiago Vignatti
1
-12
/
+1
2010-07-01
xkb: emulate PointerKeys events only on the master device.
Peter Hutterer
1
-5
/
+4
2010-07-01
xkb: merge lockedPtrButtons state from all attached SDs.
Peter Hutterer
4
-1
/
+54
2010-07-01
xkb: Mark switch case fallthrough with comment.
Peter Hutterer
1
-0
/
+2
2010-07-01
dix: fix up erroneous error message.
Peter Hutterer
1
-1
/
+1
2010-07-01
xkb: remove now obsolete comment.
Peter Hutterer
1
-16
/
+0
2010-06-30
Initialize dev privates before using any
Keith Packard
1
-1
/
+3
2010-06-30
Xephyr: fix Xv adaptor capability tests
Julien Cristau
1
-5
/
+10
[next]