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
2012-10-04
dix: fix crash on XI 1.x grabs on disabled devices. (#54934)
Peter Hutterer
1
-3
/
+6
2012-09-24
dix: fix scale_to_desktop for edge ABS events
Yufeng Shen
1
-2
/
+2
2012-09-23
dix: Remove MapUnmapEventsEnabled and friends
Adam Jackson
1
-30
/
+3
2012-09-23
dix: Factor out DeliverUnmapNotify
Adam Jackson
1
-16
/
+15
2012-09-23
dix: Factor out DeliverMapNotify
Adam Jackson
1
-16
/
+15
2012-09-23
dix: Factor out MaybeDeliverMapRequest
Adam Jackson
1
-22
/
+18
2012-09-23
dix: Fix some indentation
Adam Jackson
1
-9
/
+5
2012-09-23
dix: set the device transformation matrix
Peter Hutterer
1
-0
/
+3
2012-09-04
dix: free default colormap before screen deletion
Dave Airlie
1
-0
/
+4
2012-08-27
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
1
-1
/
+17
2012-08-21
dix: work around scaling issues during WarpPointer (#53037)
Peter Hutterer
1
-1
/
+17
2012-08-14
Close GPU screens before core screens
Keith Packard
1
-9
/
+9
2012-08-06
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
1
-0
/
+2
2012-08-06
Merge remote-tracking branch 'airlied/for-keithp'
Keith Packard
1
-0
/
+4
2012-08-07
dix: make sure the mask is set for emulated scroll events (#52508)
Peter Hutterer
1
-0
/
+2
2012-08-07
pixmap: have slave pixmap take a reference on master pixmap
Dave Airlie
1
-0
/
+4
2012-08-06
Make indentation of dix/tables.c much more consistent and readable
Alan Coopersmith
1
-395
/
+560
2012-08-06
Fix up formatting of initializers for arrays of structs
Alan Coopersmith
1
-5
/
+5
2012-07-10
AllocDevicePair: Ensure XKB privates are initialised
Daniel Stone
1
-0
/
+2
2012-07-10
ProcGetPointerMapping uses rep.nElts before it is initialized
Keith Packard
1
-3
/
+5
2012-07-10
Merge branch 'local-fixes'
Keith Packard
1
-0
/
+5
2012-07-09
Replace padlength tables with inline functions from misc.h
Alan Coopersmith
1
-3
/
+1
2012-07-09
Use C99 designated initializers in dix registry
Alan Coopersmith
1
-3
/
+1
2012-07-09
Use C99 designated initializers in dix Events
Alan Coopersmith
9
-200
/
+199
2012-07-09
Use C99 designated initializers in dix Replies
Alan Coopersmith
7
-220
/
+265
2012-07-09
Use C99 designated initializers in SendErrorToClient
Alan Coopersmith
1
-8
/
+7
2012-07-09
Use temporary variables instead of parts of reply structures
Alan Coopersmith
2
-11
/
+22
2012-07-09
ProcQueryKeymap: rework logic around permission to copy key states
Alan Coopersmith
1
-7
/
+9
2012-07-09
Core events: invert check for permission to copy key states
Alan Coopersmith
1
-8
/
+10
2012-07-09
Rework reply initialization in ProcGetProperty & NullPropertyReply
Alan Coopersmith
1
-13
/
+18
2012-07-09
Fix more poorly indented/wrapped comments & code
Alan Coopersmith
4
-10
/
+17
2012-07-09
Remove unneccesary casts from WriteToClient calls
Alan Coopersmith
5
-64
/
+60
2012-07-09
privates: Resize GPU screen-specific privates too
Keith Packard
1
-0
/
+5
2012-07-07
dix/xf86: initial offload slave tracking (v1.1)
Dave Airlie
1
-0
/
+19
2012-07-07
dix/pixmap: track dirty pixmaps in server. (v4)
Dave Airlie
2
-0
/
+107
2012-07-07
randr: add initial scanout pixmap support (v3)
Dave Airlie
1
-0
/
+29
2012-07-07
dix: add ability to link output slave gpus to the current gpu (v1.1)
Dave Airlie
1
-0
/
+17
2012-07-06
dix: add unattached list for attaching screens to initially. (v1.1)
Dave Airlie
1
-0
/
+20
2012-07-06
dix: introduce gpu screens. (v5)
Dave Airlie
4
-2
/
+96
2012-07-06
screen: split out screen init code. (v2)
Dave Airlie
1
-17
/
+27
2012-07-05
privates: Allow device privates to be allocated after server start
Keith Packard
1
-1
/
+21
2012-07-05
dix: Allocate device privates separate from devices
Keith Packard
1
-8
/
+14
2012-07-05
Add screen-specific privates.
Keith Packard
6
-82
/
+317
2012-07-04
dix: fix memory leak in TouchEventHistoryReplay
Peter Hutterer
1
-2
/
+5
2012-07-04
dix: fix dereference before null check
Peter Hutterer
1
-1
/
+3
2012-07-02
Merge branch 'sigsafe-logging-varargs'
Keith Packard
2
-4
/
+5
2012-07-02
Log messages in TouchBeginDDXTouch() in a signal-safe manner
Chase Douglas
1
-2
/
+3
2012-07-02
Log messages in GetTouchEvents() in a signal safe manner
Chase Douglas
1
-2
/
+2
2012-07-02
Add dixGetGlyphs to replace GetGlyphs from libXfont to simplify linking
Alan Coopersmith
1
-0
/
+9
2012-06-28
dix/render: consolidate window format matching code.
Dave Airlie
1
-0
/
+13
[next]