index
:
~jturney/xserver
build-fixes
clipboard-64bit-fix
clipboard-debug-for-1.17
clipboard-fixes-new
clipboard-use-libXWinclip
clipboard-xcb-rewrite
clipboard-xcbification
cygwin-aiglx-for-1.10
cygwin-aiglx-for-1.11
cygwin-aiglx-for-1.6
cygwin-aiglx-for-1.7
cygwin-aiglx-for-1.9
cygwin-patches-1.6
cygwin-patches-1.7
cygwin-patches-for-1.10
cygwin-patches-for-1.11
cygwin-patches-for-1.12
cygwin-patches-for-1.13
cygwin-patches-for-1.14
cygwin-patches-for-1.15
cygwin-patches-for-1.16
cygwin-patches-for-1.17
cygwin-patches-for-1.18
cygwin-patches-for-1.18-pre-xcbification
cygwin-patches-for-1.19
cygwin-patches-for-1.20
cygwin-patches-for-1.9
cygwin-release-1.10
cygwin-release-1.11
cygwin-release-1.12
cygwin-release-1.13
cygwin-release-1.14
cygwin-release-1.15
cygwin-release-1.16
cygwin-release-1.17
cygwin-release-1.18
cygwin-release-1.19
cygwin-release-1.20
cygwin-release-1.9
cygwin-warning-fixes-for-1.17
debug-output-format-fixes
dix-patches
engine-enhancements
git-describe-in-log
jturney-cygwin
jturney-debug-improvements
jturney-race-fix
main-in-ddx
master
mhummel-clipboard-thread-improvements
multimedia-keycodes
nontoplevelwin-aiglx
old-bits-and-pieces
reorder-window-creation-skip-taskbar
rootless-hook-tidyup
rpavlik-mingw-runtime-patches
rpavlik-reviewed-patches
rpavlik-unreviewed-patches
snapshot
tinderbox
unmap-minimized-windows
window-raising-rework
window-style-update-unmmap-etc-old
windowed-mode-aiglx
winlayout-to-xmodmap
winlayout-to-xmodmap-2
xcbification
X server
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Xi
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-07
dix: add aux. functions for button_is_down, set_button_down, set_button_up.
Peter Hutterer
1
-8
/
+6
2010-07-07
Xi: use set_key_up/down instead of manual bit handling.
Peter Hutterer
1
-7
/
+6
2010-06-10
Merge remote branch 'whot/for-keith'
Keith Packard
1
-4
/
+0
2010-06-11
Xi: don't copy the modifier key count when copying device classes (#25480)
Peter Hutterer
1
-4
/
+0
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
7
-25
/
+25
2010-06-06
Remove more superfluous if(p) checks around free(p)
Mikhail Gusarov
2
-8
/
+4
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
2
-5
/
+5
2010-06-03
Move each screen's x/y origin into ScreenRec.
Jamey Sharp
1
-4
/
+5
2010-06-03
Delete panoramiXdataPtr: it's redundant.
Jamey Sharp
1
-4
/
+4
2010-06-03
Move each screen's root-window pointer into ScreenRec.
Jamey Sharp
3
-5
/
+5
2010-05-28
dix: add 3x3 transformation matrix xinput property for multi-head handling
Peter Korsgaard
1
-1
/
+3
2010-05-26
Revert "Add a "flags" field to DeleteInputDeviceRequest."
Keith Packard
1
-1
/
+1
2010-05-25
Add a "flags" field to DeleteInputDeviceRequest.
Peter Hutterer
1
-1
/
+1
2010-05-19
Return an appropriately-typed error from dixLookupResourceByType.
Jamey Sharp
3
-4
/
+4
2010-05-13
Eliminate boilerplate around client->noClientException.
Jamey Sharp
1
-1
/
+1
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
17
-77
/
+77
2010-05-07
Xi: reset the known properties at the end of the server generation.
Peter Hutterer
3
-0
/
+13
2010-04-30
Replace some input devPrivates with regular struct fields
Keith Packard
1
-39
/
+24
2010-04-21
Xi: check for NULL pointer before dereferences it in ListButtonInfo
Tiago Vignatti
1
-1
/
+4
2010-04-21
Xi: fix not reached code in XSendExtensionEvent
Tiago Vignatti
1
-1
/
+2
2010-03-12
Record: Avoid duplicates from replaying frozen events
Daniel Stone
1
-1
/
+1
2010-02-22
Xi: assume BadMode for non-BadMatch errors returned from SetDeviceMode.
Peter Hutterer
1
-0
/
+10
2010-02-22
Re-enable RECORD extension.
Chris Dekter
1
-5
/
+8
2010-02-15
Xi: reset the sli pointers after copying device classes. (#25640)
Peter Hutterer
1
-0
/
+20
2010-02-09
Add labels for multitouch valuators
Benjamin Tissoires
1
-0
/
+11
2009-12-22
config: Introduce InputAttributes in NewInputDeviceRequest
Dan Nicholson
1
-1
/
+2
2009-12-18
Add type name argument to CreateNewResourceType
Alan Coopersmith
1
-3
/
+2
2009-12-18
Check for failures from CreateNewResourceType
Alan Coopersmith
1
-0
/
+2
2009-12-11
Xi: reset device properties to NULL after deleting them. (#25374)
Peter Hutterer
1
-0
/
+2
2009-11-25
Xi: when deleting all properties, reset property handler to NULL.
Peter Hutterer
1
-0
/
+2
2009-11-22
Xi: don't crash when deleting invalid device properties.
Peter Hutterer
1
-0
/
+3
2009-10-14
xace: Fake return values on denials in input polling requests.
Eamon Walsh
3
-22
/
+41
2009-09-27
Xi: Make CopyKeyClass X_HIDDEN to avoid ugly ifdef-fu
Jeremy Huddleston
1
-3
/
+0
2009-09-26
Xi: CopyKeyClass is not static for XQuartz
Jeremy Huddleston
1
-1
/
+4
2009-09-26
Xi: update axisVals with the right subpixel data.
Peter Hutterer
1
-1
/
+1
2009-09-25
Xi: fix length calculation for ValuatorState in QueryDeviceState reply.
Peter Hutterer
1
-1
/
+1
2009-09-22
input: don't use typecasts to access members of InternalEvent.
Peter Hutterer
1
-2
/
+2
2009-09-21
input: define server-supported protocol versions in one single file.
Peter Hutterer
1
-5
/
+5
2009-09-04
input: allow for detectable autorepeat.
Daniel Stone
1
-1
/
+2
2009-09-03
Xi: return BadDevice for master kbds and attached slaves in XIWarpPointer
Peter Hutterer
1
-0
/
+7
2009-09-03
Xi: return error values to client from XIWarpPointer.
Peter Hutterer
1
-0
/
+5
2009-09-03
Xi: standardise XI2 headers.
Peter Hutterer
7
-8
/
+33
2009-09-03
Xi: if XISetEventMask fails, return this to the client.
Peter Hutterer
2
-3
/
+8
2009-09-03
Xi: fix broken swap code in XISelectEvents request processing.
Peter Hutterer
1
-1
/
+1
2009-09-03
Xi: Unify checking for invalid bits in grab masks.
Peter Hutterer
3
-19
/
+31
2009-09-03
Xi: don't overrun memory for grab masks.
Peter Hutterer
2
-2
/
+6
2009-09-03
Xi: don't try to set oversized or non-existing masks.
Peter Hutterer
1
-3
/
+6
2009-09-03
Xi: extra length checking for requests providing masks.
Peter Hutterer
1
-0
/
+11
2009-09-01
Input: Mark Xi input events as critical
Daniel Stone
1
-0
/
+5
2009-09-01
Xi: Fix harmless ButtonPress/ButtonRelease confusion
Daniel Stone
1
-0
/
+1
[next]