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
/
exevents.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-06
Input: Pass sprite instead of device to FixUpEventFromWindow
Daniel Stone
1
-1
/
+2
2010-12-07
Xi: Fix master button update when slave buttons are mapped. #24887
Eoghan Sherry
1
-2
/
+4
2010-10-22
input: remove "mode" field from ValuatorClassRec.
Peter Hutterer
1
-2
/
+1
2010-10-22
input: move proximity state into ProximityClassRec.
Peter Hutterer
1
-2
/
+6
2010-10-22
Add support for per-axis valuator modes (Relative/Absolute)
Chase Douglas
1
-1
/
+2
2010-09-01
input: Purge Register*Device() functions.
Peter Hutterer
1
-7
/
+0
2010-08-13
Xi: reset the unused classes pointer after copying
Peter Hutterer
1
-0
/
+6
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
1
-4
/
+4
2010-06-03
Move each screen's root-window pointer into ScreenRec.
Jamey Sharp
1
-3
/
+3
2010-05-19
Return an appropriately-typed error from dixLookupResourceByType.
Jamey Sharp
1
-2
/
+2
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
1
-27
/
+27
2010-04-30
Replace some input devPrivates with regular struct fields
Keith Packard
1
-39
/
+24
2010-03-12
Record: Avoid duplicates from replaying frozen events
Daniel Stone
1
-1
/
+1
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
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-22
input: don't use typecasts to access members of InternalEvent.
Peter Hutterer
1
-2
/
+2
2009-09-04
input: allow for detectable autorepeat.
Daniel Stone
1
-1
/
+2
2009-09-03
Xi: if XISetEventMask fails, return this to the client.
Peter Hutterer
1
-2
/
+5
2009-09-03
Xi: don't try to set oversized or non-existing masks.
Peter Hutterer
1
-3
/
+6
2009-09-01
Xi: Fix harmless ButtonPress/ButtonRelease confusion
Daniel Stone
1
-0
/
+1
2009-08-31
Xi: silence compiler warning "type may be used uninitialized"
Peter Hutterer
1
-2
/
+2
2009-08-17
dix: rework DeviceChangedEvents a bit.
Peter Hutterer
1
-9
/
+17
2009-08-17
input: move DeviceChangedEvent conversion into eventconvert.c
Peter Hutterer
1
-118
/
+5
2009-08-13
Xi: get device changed data from DeviceChangedEvents, not the device (#23100)
Peter Hutterer
1
-3
/
+66
2009-07-30
Xi: set the sourceid for focus devices to the device id.
Peter Hutterer
1
-1
/
+1
2009-07-30
input: switch internal event types to enums.
Peter Hutterer
1
-0
/
+6
2009-07-30
include: untangle events.h from the SDK headers.
Peter Hutterer
1
-0
/
+1
2009-07-15
Update to type-specific raw events - require inputproto 1.9.99.14.
Peter Hutterer
1
-1
/
+5
2009-07-14
Xi: use byte-counting macros instead of manual calculation.
Peter Hutterer
1
-5
/
+5
2009-07-12
input: include effective modifiers in device events.
Peter Hutterer
1
-0
/
+4
2009-06-23
Xi: fix up access modes for calls to dixLookupDevice().
Eamon Walsh
1
-1
/
+1
2009-06-18
input: unify button numbers on master devices.
Peter Hutterer
1
-6
/
+5
2009-06-18
Xi: copy the valuator mode from SD to MD.
Peter Hutterer
1
-0
/
+1
2009-06-18
input: Add labels to buttons and valuators - ABI_XINPUT_VERSION 7
Peter Hutterer
1
-1
/
+2
2009-06-18
input: change axisVal from uint to double.
Peter Hutterer
1
-2
/
+3
2009-06-18
Xi: last_valuator is used like an index, so range it accordingly.
Peter Hutterer
1
-2
/
+2
2009-06-18
Xi: Motion events update the device state too.
Peter Hutterer
1
-0
/
+1
2009-06-18
Xi: include button state in XIButtonInfo.
Peter Hutterer
1
-0
/
+1
2009-06-17
Xi: Add support for sourceid in the device classes.
Peter Hutterer
1
-0
/
+9
2009-06-17
Xi: namespace XI2 files.
Peter Hutterer
1
-1
/
+1
2009-06-11
Xi: XISetEventMask needs to clear the mask if len is 0
Peter Hutterer
1
-1
/
+4
2009-06-02
dix: protect against floating slaves in DeviceFocusEvent.
Peter Hutterer
1
-1
/
+1
[next]