index
:
~tjaalton/xserver
for-1.19
Unnamed repository; edit this file 'description' to name the repository.
tjaalton
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dix
/
grabs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-21
Convert dix/* to new *allocarray functions
Alan Coopersmith
1
-4
/
+4
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-8
/
+8
2014-01-22
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
1
-6
/
+5
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-3
/
+3
2014-01-09
If AllocGrab() fails to set up grab, don't copy to a NULL grab
Alan Coopersmith
1
-6
/
+5
2013-05-15
Abstract cursor refcounting
Peter Hutterer
1
-6
/
+2
2013-05-10
Move TouchListenerGone call to CloseDownClient
Peter Hutterer
1
-3
/
+0
2013-05-10
dix: AllocGrab can copy if an argument is passed in
Peter Hutterer
1
-2
/
+8
2013-05-10
dix: freeing a null grab is a bug, complain if doing so
Peter Hutterer
1
-0
/
+2
2012-12-18
dix: don't copy the wrong event mask when activating a passive grab
Peter Hutterer
1
-1
/
+4
2012-10-19
dix: fix Ungrab action #55785
Lionel Elie Mamane
1
-1
/
+1
2012-07-09
Fix more poorly indented/wrapped comments & code
Alan Coopersmith
1
-1
/
+4
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-284
/
+219
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
[next]