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
/
mi
/
mieq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-21
mi: handle screen switching on pointer emulated touch events
Peter Hutterer
1
-0
/
+6
2011-12-21
mi: split move to new screen logic to a helper function
Peter Hutterer
1
-7
/
+15
2011-12-19
Hook up the ownership events
Peter Hutterer
1
-0
/
+3
2011-12-16
Xi: process raw touch events
Peter Hutterer
1
-0
/
+3
2011-12-16
Hook up TouchBegin/Update/End events
Peter Hutterer
1
-0
/
+3
2011-10-21
mieq: Reserve some space in EQ for release and other special events
Jeremy Huddleston
1
-4
/
+29
2011-10-21
mieq: Provide better adaptability and diagnostics during mieq overflow
Jeremy Huddleston
1
-36
/
+127
2011-08-22
dix: rename mieqSwitchScreen argument fromDix → set_dequeue_screen, document
Peter Hutterer
1
-2
/
+17
2011-05-24
input: Don't implicitly define verify_internal_event
Jeremy Huddleston
1
-0
/
+1
2011-05-14
XQuartz: Don't call mieqEnqueue during server shutdown
Jeremy Huddleston
1
-8
/
+8
2011-05-11
input: replace EventListPtr with InternalEvent array
Peter Hutterer
1
-38
/
+9
2011-05-06
input: change CHECKEVENT macro to verify_internal_event function
Peter Hutterer
1
-5
/
+5
2011-02-22
Move master/lastSlave out of the union into separate fields.
Peter Hutterer
1
-1
/
+1
2011-02-22
input: Change a bunch of direct dev->u.master accesses to use GetMaster()
Peter Hutterer
1
-4
/
+6
2011-02-22
Switch to use IsFloating()
Peter Hutterer
1
-3
/
+3
2011-02-22
Fix two incorrect checks for master devices.
Peter Hutterer
1
-1
/
+1
2010-12-07
mi: handle DGA subtypes when determining the master device.
Peter Hutterer
1
-1
/
+7
2010-10-13
event_size is currently never assigned to in mieqProcessInputEvents().
Jon TURNEY
1
-0
/
+4
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-2
/
+2
2009-09-27
XQuartz: Transition from xEvent based mieq to InternalEvent
Jeremy Huddleston
1
-1
/
+2
2009-09-22
input: don't use typecasts to access members of InternalEvent.
Peter Hutterer
1
-6
/
+6
2009-09-20
Eliminate bogus event resizing.
Keith Packard
1
-8
/
+13
2009-08-08
mi: fix indentation
Tiago Vignatti
1
-14
/
+14
2009-08-08
mi: fix cursor warping screens
Tiago Vignatti
1
-29
/
+38
2009-07-30
mi: update master event copying to InternalEvents.
Peter Hutterer
1
-28
/
+9
2009-07-30
include: untangle events.h from the SDK headers.
Peter Hutterer
1
-0
/
+1
2009-07-25
mieq: Protect from pDev=NULL in mieqEnqueue and mieqProcessInputEvents
Jeremy Huddleston
1
-6
/
+6
2009-07-17
Check dev->u.master if there is a custom event handler, too
Pierre Willenbrock
1
-1
/
+3
2009-07-17
Always update u.lastSlave
Pierre Willenbrock
1
-3
/
+3
2009-07-15
Update to xextproto 7.0.99.1.
Peter Hutterer
1
-2
/
+1
2009-07-15
Update to type-specific raw events - require inputproto 1.9.99.14.
Peter Hutterer
1
-1
/
+5
2009-06-18
mi: ignore DGA events in ChangeDeviceID
David Miller
1
-0
/
+4
2009-06-03
mi: only process master if the SD is still attached.
Peter Hutterer
1
-1
/
+3
2009-05-22
input: introduce partial class copying depending on the event.
Peter Hutterer
1
-11
/
+33
2009-05-22
input: remove nested union from InternalEvent.
Peter Hutterer
1
-18
/
+18
2009-05-22
Input: rename DeviceIntRec->isMaster to ->type.
Peter Hutterer
1
-2
/
+2
2009-05-22
Split the signal-handler's lastSlave out into a separate variable.
Peter Hutterer
1
-0
/
+3
2009-04-24
Merge branch 'master' into xi2
Peter Hutterer
1
-1
/
+1
2009-04-24
mi: remove superfluous check.
Peter Hutterer
1
-1
/
+1
2009-03-20
input: add support for RawDeviceEvents.
Peter Hutterer
1
-0
/
+3
2009-03-20
Add agressive event type checking.
Peter Hutterer
1
-0
/
+8
2009-03-03
mi: only print the "EQ overflowing" error once.
Peter Hutterer
1
-2
/
+2
2009-02-23
mi: split EQ popping and event processing into two functions.
Peter Hutterer
1
-38
/
+55
2009-02-23
mi: change custom handlers to internal events
Peter Hutterer
1
-5
/
+2
2009-02-23
Input: change processing API to InternalEvents.
Peter Hutterer
1
-2
/
+6
2009-02-23
xkb: Switch the xkb event processing path over to InternalEvents.
Peter Hutterer
1
-11
/
+2
2009-02-23
mi: switch the EQ to contain InternalEvents only.
Peter Hutterer
1
-121
/
+68
2009-01-16
XQuartz: mieq: Wait for the server to finish initializing before letting othe...
Jeremy Huddleston
1
-13
/
+21
2009-01-15
mi: ensure chained button mappings from SD -> MD (#19282)
Peter Hutterer
1
-2
/
+24
2009-01-11
mieq: Avoid possible race condition whereby one thread might call mieqEnqueue...
Jeremy Huddleston
1
-2
/
+9
[next]