index
:
~yselkowitz/xserver
cygwin
cygwin-patches-for-1.12
cygwin-release-1.10
cygwin-release-1.11
cygwin-release-1.7
cygwin-release-1.8
cygwin-release-1.9
master
server-1.10-branch
server-1.11-branch
server-1.7-branch
server-1.8-branch
server-1.9-branch
work
Yaakov's Cygwin/X xserver repository
yselkowitz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-04
hw/xwin/glx: Use silent rules
HEAD
master
Yaakov Selkowitz
1
-2/+2
2012-05-04
xfree86: use silent rules with sdksyms generation
Yaakov Selkowitz
1
-1/+1
2012-05-04
xfree86: respect EXEEXT in relink target
Yaakov Selkowitz
1
-1/+1
2012-05-04
os: Add CryptoAPI as a choice of SHA1 implementation
Yaakov Selkowitz
3
-1/+59
2012-05-03
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
1
-8/+17
2012-05-03
Report touch emulated buttons in XIQueryPointer for XI 2.1 and earlier
Chase Douglas
1
-0/+14
2012-05-02
configure.ac: on MinGW, link with ws2_32 instead of winsock2
Ryan Pavlik
1
-1/+1
2012-05-02
configure.ac: MinGW doesn't have setuid binaries either.
Ryan Pavlik
1
-0/+1
2012-05-02
configure.ac: auto-disable MITSHM if we lack IPC
Ryan Pavlik
1
-2/+6
2012-05-01
Report logical button state in ProcXIQueryPointer
Chase Douglas
1
-9/+4
2012-05-01
configure.ac: Make default configuration for MinGW disable unsupported extens...
Jon TURNEY
1
-1/+3
2012-05-01
dix: when disabling a device, release all buttons and keys
Peter Hutterer
1
-0/+1
2012-05-01
dix: don't emulate scroll events for non-existing axes (#47281)
Peter Hutterer
1
-0/+3
2012-05-01
os: make timers signal-safe
Peter Hutterer
1
-2/+16
2012-05-01
dmx: Annotate dmxlog.c with _X_ATTRIBUTE_PRINTF and _X_NORETURN
Michal Suchanek
2
-10/+22
2012-05-01
TouchListenerAcceptReject: Warn and return early on bad listener index
Chase Douglas
1
-0/+5
2012-05-01
os: Add -displayfd option
Chase Douglas
5
-20/+66
2012-05-01
xserver: Fix out-of-tree build
Michal Suchanek
1
-1/+1
2012-05-01
Xi: return BadValue on XIQueryVersion if the version is less than first call
Peter Hutterer
2
-20/+134
2012-04-27
XQuartz: Make sure we tell startx the correct server binary to use in our fal...
Jeremy Huddleston
1
-1/+1
2012-04-24
xfree86: workaround crash on close
Michal Suchanek
1
-3/+8
2012-04-24
glapi: Correct size of allocated _glapi_table struct
Jonas Maebe
1
-1/+1
2012-04-24
XQuartz: darwinPointer now sends both absolute and relative motion
Jeremy Huddleston
4
-52/+56
2012-04-24
XQuartz: Add a hack to better handle clicky wheel scroll mice
Jeremy Huddleston
1
-2/+109
2012-04-24
XQuartz: Use screenInfo.{width,height} instead of grabbing it from the first ...
Jeremy Huddleston
1
-2/+2
2012-04-24
XQuartz: Separate out tablet and mouse event delivery into separate functions
Jeremy Huddleston
3
-139/+116
2012-04-24
XQuartz: Correct calculation of the size of our file descriptor array in cons...
Jeremy Huddleston
1
-1/+1
2012-04-24
XQuartz: Fix a deadlock in pre-dispatch code
Jeremy Huddleston
1
-1/+1
2012-04-24
test: Fix make dist
Jeremy Huddleston
1
-2/+3
2012-04-24
os: Annotate OsVendorFatalError as _X_ATTRIBUTE_PRINTF
Jeremy Huddleston
1
-1/+2
2012-04-24
xres: Fix build without composite
Jeremy Huddleston
2
-1/+5
2012-04-19
Merge remote-tracking branch 'yselkowitz/master'
Keith Packard
19
-32/+114
2012-04-19
Export CompositeClientWindowType
Keith Packard
3
-1/+5
2012-04-19
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
5
-88/+191
2012-04-19
Merge branch 'input-fixes' of git://people.freedesktop.org/~cndougla/xserver ...
Peter Hutterer
6
-432/+669
2012-04-19
Replay original touch begin event instead of generated begin event
Chase Douglas
1
-3/+15
2012-04-19
Update currentTime in dispatch loop
Chase Douglas
1
-0/+3
2012-04-19
Update device state including when touch record does not exist
Chase Douglas
2
-11/+3
2012-04-19
Check other clients' core masks properly when adding touch listener
Chase Douglas
1
-4/+4
2012-04-18
Ensure touch is ended when last listener is rejected
Chase Douglas
1
-8/+2
2012-04-18
Create a new dix touch record for an emulated touch with no listeners
Chase Douglas
2
-0/+33
2012-04-18
Rename TouchEnsureSprite to TouchBuildSprite and event type checks
Chase Douglas
3
-16/+8
2012-04-18
When activating an explicit grab, update owning listener
Chase Douglas
1
-0/+33
2012-04-18
Don't deactivate implicit pointer grab on fake touch end event
Chase Douglas
1
-0/+1
2012-04-18
End a pointer emulated touch event only on a "real" end event
Chase Douglas
1
-1/+2
2012-04-18
On touch accept, only process end event for owner if it has seen the end
Chase Douglas
1
-1/+10
2012-04-18
Fix copy/paste error from before git history in UpdateCurrentTimeIf()
Chase Douglas
1
-1/+1
2012-04-18
When deactivating an explicit pointer grab, reject all grabs on touches
Chase Douglas
1
-0/+11
2012-04-18
Accept touch sequence for pointer listener after second event delivery
Chase Douglas
1
-0/+6
2012-04-18
Split out helper function TouchListenerAcceptReject()
Chase Douglas
3
-34/+43
[next]