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
/
dix
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-14
Revert "dix: fix up coordinate scaling when external monitors are present"
Peter Hutterer
1
-60
/
+20
2014-06-23
dix: fix up coordinate scaling when external monitors are present
Peter Hutterer
1
-20
/
+60
2014-06-04
dix: fix pixmap leak on server reset
Brendan King
1
-4
/
+3
2014-06-04
dix: reference the cursor just once in InitializeSprite()
Brendan King
1
-1
/
+1
2014-04-29
dix: remove a now-superfluous comment
Peter Hutterer
1
-6
/
+0
2014-04-29
input: Remove invalid bug checks.
Michal Srb
1
-5
/
+0
2014-04-23
glx: Move the GLX variable caching what GL context is current to dix.
Eric Anholt
1
-0
/
+25
2014-04-21
dixfonts: Turn a missing directory ErrorF into a DebugF
Jasper St. Pierre
1
-1
/
+1
2014-04-01
Make XYToWindow a screen function
Keith Packard
1
-43
/
+3
2014-03-27
Handle -displayfd and an explicit display number sensibly
Jon TURNEY
1
-1
/
+2
2014-03-26
dix: Allow NULL stipple in ChangeGC
Keith Packard
1
-3
/
+5
2014-03-11
xkb: push locked modifier state down to attached slave devices
Peter Hutterer
1
-0
/
+3
2014-03-06
dix: Clear any existing selections before initializing privates
Andrew Eikum
1
-1
/
+3
2014-02-05
dix: fix a -Wshadow warning
Peter Hutterer
1
-2
/
+2
2014-02-05
dix: fix button state check before changing a button mapping
Peter Hutterer
1
-1
/
+2
2014-02-04
dix: prevent a driver from initializing or submitting buttons > MAX_BUTTONS
Peter Hutterer
2
-0
/
+3
2014-02-04
input: un-constify dev->name
Peter Hutterer
1
-1
/
+1
2014-02-04
input: un-constify InputAttributes
Peter Hutterer
1
-8
/
+8
2014-01-29
Add RANDR 1.4 requests & events to dix/protocol.txt
Alan Coopersmith
1
-0
/
+11
2014-01-29
On realloc failure, free font_path_string instead of leaking it
Alan Coopersmith
1
-3
/
+6
2014-01-23
dix: Praise clients which haven't run for a while, rather than idle clients
Keith Packard
1
-4
/
+2
2014-01-22
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
2
-7
/
+10
2014-01-12
Clean up a few function prototypes to not place formals in /**/
Keith Packard
1
-2
/
+1
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
17
-179
/
+179
2014-01-12
xi: More warning cleanup for input
Keith Packard
2
-13
/
+14
2014-01-12
Clean up warnings in DIX
Keith Packard
7
-35
/
+44
2014-01-09
CheckPassiveGrabsOnWindow() needs to handle NULL return value from AllocGrab()
Alan Coopersmith
1
-0
/
+2
2014-01-09
GrabDevice() needs to handle NULL return value from AllocGrab()
Alan Coopersmith
1
-1
/
+3
2014-01-09
If AllocGrab() fails to set up grab, don't copy to a NULL grab
Alan Coopersmith
1
-6
/
+5
2013-12-11
dix: fix check for grab type
Peter Hutterer
1
-1
/
+1
2013-12-09
bs: Set the screen's bs support level to WhenMapped
Adam Jackson
1
-1
/
+5
2013-12-09
smartsched: Tweak the default scheduler intervals
Adam Jackson
1
-2
/
+3
2013-10-31
Add a RegionDuplicate function
Keith Packard
1
-0
/
+15
2013-10-18
Merge commit '2523a445a09a75a8baf642608d099a5e12d5437f'
Keith Packard
3
-16
/
+62
2013-10-18
sync: if the idle time was reset, force alarms to trigger (#70476)
Peter Hutterer
1
-4
/
+34
2013-10-18
dix: provide accessor methods for the last device event time
Peter Hutterer
3
-15
/
+31
2013-10-14
Avoid use-after-free in dix/dixfonts.c: doImageText() [CVE-2013-4396]
Alan Coopersmith
1
-0
/
+5
2013-10-14
dix: only deliver for the current grab type
Peter Hutterer
1
-11
/
+2
2013-10-14
dix: don't attempt to deliver an event for a different grabtype
Peter Hutterer
1
-0
/
+3
2013-10-14
dix: only allow button and key events to freeze a sync'd pointer
Peter Hutterer
1
-1
/
+5
2013-10-14
input: calloc minimization for xi2mask_new
Adam Jackson
1
-17
/
+13
2013-09-10
damage: Implicitly unregister on destroy
Adam Jackson
1
-1
/
+0
2013-09-10
dix: FIXES is not optional
Adam Jackson
2
-12
/
+0
2013-09-10
dbe: Fold the window private private into the window private
Adam Jackson
1
-1
/
+0
2013-09-10
dix: Remove a dead parameter from DoGetImage
Adam Jackson
1
-57
/
+31
2013-09-06
Fix bug in cursor handling.
Thomas Klausner
1
-8
/
+15
2013-08-30
dix: check for grab type before checking XI2 mask
Peter Hutterer
1
-1
/
+1
2013-08-30
DIX/Xi: Pass correct client to CheckDeviceGrabAndHintWindow()
Egbert Eich
1
-7
/
+16
2013-08-18
dix: add missing include for DeleteWindowFromAnySelections
Julien Cristau
1
-0
/
+1
2013-07-25
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
2
-3
/
+2
[next]