index
:
~yselkowitz/xserver
cygwin
cygwin-patches-for-1.12
cygwin-release-1.10
cygwin-release-1.11
cygwin-release-1.16
cygwin-release-1.7
cygwin-release-1.8
cygwin-release-1.9
master
mingw-patches-for-1.13
server-1.10-branch
server-1.11-branch
server-1.7-branch
server-1.8-branch
server-1.9-branch
work
Yaakov's Cygwin/X xserver repository
yselkowitz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dix
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-28
dix: remove proc tables initialization
Tiago Vignatti
3
-40
/
+492
2010-09-28
xserver: delete pervasively use of DISPATCH_PROC
Tiago Vignatti
1
-106
/
+105
2010-09-18
Introduce per-object per-screen privates.
Jamey Sharp
1
-13
/
+20
2010-09-13
Un-export CreateScratchGC now that nothing external uses it.
Jamey Sharp
1
-1
/
+1
2010-09-13
dixfonts: Deobfuscate GC ops calls.
Jamey Sharp
1
-33
/
+21
2010-09-13
Delete unused lastWinOrg field from GCs.
Jamey Sharp
1
-4
/
+0
2010-09-10
Merge remote branch 'whot/for-keith'
Keith Packard
3
-20
/
+36
2010-09-10
Add screens to the PRIVATE_XSELINUX set.
Eamon Walsh
1
-0
/
+1
2010-09-10
Merge remote branch 'mattst88/master'
Keith Packard
1
-4
/
+2
2010-09-10
Fix property and selection devPrivate allocation.
Eamon Walsh
2
-3
/
+1
2010-09-02
dix: don't set time to CurrentTime in DeviceChangedEvents.
Peter Hutterer
1
-1
/
+1
2010-09-02
dix: fix crash when removing devices on a buttonless MD pointer (#29669)
Peter Hutterer
1
-1
/
+1
2010-09-01
Return Success from generate_modkeymap() when max_keys_per_mod is zero
Adam Tkac
1
-11
/
+13
2010-09-01
Use GetMaster instead of direct u.master access in core procs
Alan Coopersmith
1
-7
/
+12
2010-09-01
dix: don't create core motion events for non-x/y valuators.
Peter Hutterer
1
-0
/
+9
2010-08-27
Replace malloc/strlen/strcpy with strdup.
Matt Turner
1
-4
/
+2
2010-08-18
dix: copy the valuators passed into GPE/GKVE/GProxE.
Peter Hutterer
1
-5
/
+16
2010-08-16
dix: reset pScreen->root to NULL when root window is deleted.
Keith Packard
1
-0
/
+2
2010-08-13
Stop checking or calling PtrCtrlProcs
Alan Coopersmith
1
-6
/
+2
2010-08-13
xkb: post-fix PointerKeys button events with a DeviceChangedEvent.
Peter Hutterer
1
-5
/
+5
2010-08-09
fonts: Fix refcounting for asynchronous font operations (#3040)
Adam Jackson
1
-53
/
+48
2010-07-21
dix: hack around enter/leave event issues for grabbed devices (#27804)
Peter Hutterer
1
-9
/
+18
2010-07-07
dix: purge leftover manual key down bit setting.
Peter Hutterer
1
-9
/
+3
2010-07-07
dix: add aux. functions for button_is_down, set_button_down, set_button_up.
Peter Hutterer
1
-2
/
+33
2010-07-07
dix: use BitIsOn/SetBit/ClearBit macros for set_key_down helpers.
Peter Hutterer
1
-6
/
+6
2010-07-07
dix: treat flags as flags, not as value in key_is_down.
Peter Hutterer
1
-1
/
+1
2010-07-01
Merge remote branch 'whot/for-keith'
Keith Packard
2
-51
/
+3
2010-07-01
Revert "Revert "dix: use the event mask of the grab for TryClientEvents.""
Keith Packard
1
-2
/
+50
2010-07-01
dix: fix up erroneous error message.
Peter Hutterer
1
-1
/
+1
2010-06-30
Initialize dev privates before using any
Keith Packard
1
-1
/
+3
2010-06-30
Revert "dix: use the event mask of the grab for TryClientEvents."
Peter Hutterer
1
-50
/
+2
2010-06-28
Revert "dix: use the event mask of the grab for TryClientEvents."
Peter Hutterer
1
-50
/
+2
2010-06-24
dix: use one single function to register fpe fonts
Tiago Vignatti
1
-3
/
+1
2010-06-16
dix: the default axis mode is Relative, not "0".
Peter Hutterer
1
-1
/
+1
2010-06-11
Get rid of xstrdup when argument is definitely non-NULL
Mikhail Gusarov
1
-1
/
+1
2010-06-10
Merge remote branch 'whot/for-keith'
Keith Packard
1
-0
/
+6
2010-06-11
xfree86: Match devices based on USB ID
Dan Nicholson
1
-0
/
+3
2010-06-11
xfree86: Match devices based on PnP ID
Dan Nicholson
1
-0
/
+3
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
16
-229
/
+229
2010-06-06
Remove more superfluous if(p) checks around free(p)
Mikhail Gusarov
9
-44
/
+29
2010-06-06
Replace deprecated bzero with memset
Mikhail Gusarov
4
-10
/
+10
2010-06-05
dix: Remove test for obsolete NO_XINERAMA_PORT macro.
Kim Woelders
1
-2
/
+1
2010-06-05
Clean up after removal of screen parameters from region macros.
Jamey Sharp
3
-65
/
+29
2010-06-05
Add dixCreatePrivateKey API
Keith Packard
1
-2
/
+30
2010-06-05
Change devPrivates implementation.
Keith Packard
1
-149
/
+327
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
13
-98
/
+161
2010-06-05
Remove dixRegisterPrivateOffset; hard-code devPrivates offsets instead
Keith Packard
2
-45
/
+15
2010-06-05
Change region implementation from macros to inline functions.
Keith Packard
1
-130
/
+3
2010-06-05
Rename region macros to eliminate screen argument
Keith Packard
4
-185
/
+127
2010-06-05
Move mi/miregion.c to dix/region.c
Keith Packard
2
-0
/
+1846
[next]