index
:
~iksaif/xserver
master
xwayland
Xorg that runs on wayland (xwayland extension)
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dix
/
grabs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-24
UngrabAllDevices: Don't kill clients if not told to
Daniel Stone
1
-1
/
+2
2011-12-21
dix: Remove touch grabs if the grab disappears
Daniel Stone
1
-0
/
+3
2011-12-13
Merge branch 'for-whot' of git://people.freedesktop.org/~alanc/xserver into f...
Peter Hutterer
1
-9
/
+26
2011-12-13
input: replace GRABTYPE_* with the InputLevel enums
Peter Hutterer
1
-15
/
+15
2011-12-13
Add GrabIsPointerGrab and GrabIsKeyboardGrab helpers
Peter Hutterer
1
-0
/
+17
2011-12-12
Include client name if available in PrintDeviceGrabInfo
Alan Coopersmith
1
-9
/
+26
2011-12-09
input: swap the server over to use the XI2mask struct
Peter Hutterer
1
-5
/
+33
2011-12-09
dix: add CopyGrab() function
Peter Hutterer
1
-0
/
+34
2011-12-09
dix: add AllocGrab helper function
Peter Hutterer
1
-2
/
+10
2011-08-22
dix: ignore devices when adding passive core grabs to list (#39545)
Peter Hutterer
1
-1
/
+1
2011-07-01
XKB: Add debug key actions for grabs & window tree
Daniel Stone
1
-0
/
+112
2010-11-11
Remove more superfluous if(p!=NULL) checks around free(p).
Cyril Brulebois
1
-5
/
+2
2010-06-06
Remove more superfluous if(p) checks around free(p)
Mikhail Gusarov
1
-4
/
+4
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-19
/
+19
2009-07-22
input: remove XI2 keysym grabs, use keycode grabs instead.
Peter Hutterer
1
-1
/
+1
2009-06-11
input: remove dependency on XI2 protocol for XI_LASTEVENT.
Peter Hutterer
1
-0
/
+1
2009-06-02
input: add support for XIAllDevices and XIAllMasterDevices passive grabs.
Peter Hutterer
1
-1
/
+19
2009-06-02
input: add support for XIAnyModifier in passive XI2 grabs.
Peter Hutterer
1
-13
/
+31
2009-06-01
dix: switch grab checking from unsigned shorts to unsigned ints
Peter Hutterer
1
-16
/
+16
2009-05-27
dix: fix wrong cast of eventMask into CreateGrab.
Peter Hutterer
1
-1
/
+1
2009-05-06
Xi: add GrabButton and GrabKeysym code.
Peter Hutterer
1
-0
/
+3
2009-05-04
dix: if grab types differ, two grabs cannot be the same.
Peter Hutterer
1
-0
/
+7
2009-05-01
input: reshuffle CreateGrab and friends to take a GrabParameters param.
Peter Hutterer
1
-16
/
+20
2009-04-19
input: replace GrabRec's coreGrab field with grabtype.
Peter Hutterer
1
-2
/
+5
2009-03-20
dix: remove coreMods field from GrabRec.
Peter Hutterer
1
-2
/
+0
2009-03-20
dix: store the xi2mask on grabs and pass it around as needed.
Peter Hutterer
1
-1
/
+1
2009-03-20
Xext: purge XGE event masks.
Peter Hutterer
1
-1
/
+0
2009-01-22
Remove a bunch of useless casts.
Adam Jackson
1
-6
/
+6
2008-12-12
Remove #define NEED_EVENTS and NEED_REPLIES
Peter Hutterer
1
-1
/
+0
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-5
/
+5
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
1
-5
/
+5
2008-01-03
Merge branch 'master' into mpx
Peter Hutterer
1
-1
/
+10
2007-11-07
Merge branch 'master' into mpx
Peter Hutterer
1
-12
/
+12
2007-11-05
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-12
/
+12
2007-11-05
DIX: Remove usage of alloca
Daniel Stone
1
-12
/
+12
2007-10-18
xace: Fix bug in AddPassiveGrabToList(), was using wrong GrabPtr.
Eamon Walsh
1
-2
/
+2
2007-10-18
dix: Add client parameter to AddPassiveGrabsToList().
Eamon Walsh
1
-3
/
+2
2007-10-02
dix: Ignore devices when deleting passive core grabs.
Peter Hutterer
1
-1
/
+1
2007-08-28
xace: add hooks + new access codes: core protocol input requests
Eamon Walsh
1
-0
/
+10
2007-08-12
Merge branch 'master' into mpx
Peter Hutterer
1
-0
/
+47
2007-08-08
dix: Allow flexible devices for passive core grabs.
Peter Hutterer
1
-6
/
+22
2007-08-07
dix: check for core event to determine if grab is a core grab (CreateGrab).
Peter Hutterer
1
-2
/
+1
2007-06-29
Make sure window->optional is allocated before assigning it.
Peter Hutterer
1
-6
/
+6
2007-06-27
Reset grab->next to NULL when we're creating a grab.
Peter Hutterer
1
-0
/
+1
2007-06-25
Check for identical grabs when adding a new passive grab. If an identical grab
Peter Hutterer
1
-0
/
+47
2007-06-12
Zero deviceMask and genericMask when creating a grab via CreateGrab().
Peter Hutterer
1
-0
/
+2
2007-03-08
dix: remove 'register' keyword for all variables.
Peter Hutterer
1
-4
/
+4
2006-07-21
Remove RCS tags. Fix Xprint makefile braindamage.
Adam Jackson
1
-2
/
+0
2005-07-03
Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".
Daniel Stone
1
-1
/
+1
2005-07-03
Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
Daniel Stone
1
-0
/
+4
[next]