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
2008-03-25
Fix that last commit.
Adam Jackson
1
-1
/
+1
2008-03-25
Fix getValuatorEvents to compute number of valuators correctly.
Sascha Hlusiak
1
-1
/
+1
2008-03-04
XACE: Check the return value of the selection create hook call.
Eamon Walsh
1
-1
/
+6
2008-03-04
dix: Convert selection list to a linked list.
Eamon Walsh
1
-26
/
+22
2008-02-29
XACE: Add generic support for property and selection polyinstantiation.
Eamon Walsh
2
-5
/
+11
2008-02-29
dix: Refactoring of selection code to allow for polyinstantiation.
Eamon Walsh
4
-274
/
+309
2008-02-29
dix: Refactoring of property code to allow for polyinstantiation.
Eamon Walsh
1
-117
/
+104
2008-02-29
On second thought, revert that, it'll make large pixmaps painfully slow.
Adam Jackson
1
-1
/
+1
2008-02-29
Bug #10465: Use calloc() for allocating PixmapRec's.
Chris Wilson
1
-1
/
+1
2008-02-29
Bug #10464: Set pixel value to 0 before FindColor()
Chris Wilson
1
-0
/
+1
2008-02-27
dix: set dev->key to NULL after freeing it in CloseDevice. (Bug #12830)
Peter Hutterer
1
-0
/
+1
2008-02-20
XACE: Make the default window background state configurable per-window.
Eamon Walsh
1
-4
/
+5
2008-02-20
Remove COMPOSITE ifdefs around WindowRec bitfield as it has no ABI effect.
Eamon Walsh
1
-2
/
+0
2008-02-17
main(): Remove uncredible failure
Daniel Stone
1
-9
/
+0
2008-02-13
XACE: Change access modes for some device-related requests.
Eamon Walsh
1
-5
/
+5
2008-02-14
Silence an error message in ConfigureWindow that never happens.
Adam Jackson
1
-1
/
+1
2008-02-14
Silence FreeResource()
Adam Jackson
1
-5
/
+0
2008-02-14
Silence the harmless FreeFontPath error message.
Adam Jackson
1
-3
/
+0
2008-02-14
requestingClient is an xprintism, hide it for other servers.
Adam Jackson
3
-1
/
+10
2008-02-14
Simplify critical output flushing.
Adam Jackson
1
-6
/
+2
2008-02-14
Rip out useless indirection in the callback list management.
Adam Jackson
1
-15
/
+6
2008-02-12
XACE: Move the selection access hook to its own function.
Eamon Walsh
1
-6
/
+4
2008-02-07
XACE: Correct some protocol error values in the colormap routines.
Eamon Walsh
1
-3
/
+3
2008-02-05
XACE: Move the property access hook to its own function.
Eamon Walsh
1
-9
/
+7
2008-02-05
dix: Move motion history update until after screen crossing and clipping
Magnus Vigerlöf
1
-9
/
+9
2008-02-05
dix: Skip call to clipAxis for relative core-events
Magnus Vigerlöf
1
-11
/
+33
2008-02-05
Bug # 10324: dix: Add scaling of X and Y on the reported pointer-events
Magnus Vigerlöf
1
-21
/
+76
2008-02-05
Bug # 10324: dix: Allow arbitrary value ranges in GetPointerEvents
Magnus Vigerlöf
1
-4
/
+7
2008-02-05
dix: Always add valuator information if present
Magnus Vigerlöf
1
-5
/
+2
2008-01-30
dix: print out event type if a bogus pointer event occurs.
Peter Hutterer
1
-1
/
+1
2008-01-25
XACE: Stop using fake requestVectors in favor of a simple hook call.
Eamon Walsh
1
-2
/
+3
2008-01-17
Fix for CVE-2008-0006 - PCF Font parser buffer overflow.
Matthieu Herrb
1
-0
/
+7
2008-01-16
Don't break grab and focus state for a window when redirecting it.
Kristian Høgsberg
1
-1
/
+2
2008-01-08
dix: set the correct number of valuators in valuator events.
Peter Hutterer
1
-1
/
+1
2008-01-03
devPrivates rework: Free callback lists after use.
Eamon Walsh
1
-0
/
+2
2008-01-03
dix: Fix bug+leak in callback manager DeleteCallbackList function.
Eamon Walsh
1
-1
/
+1
2008-01-02
Restore include & typedef needed by dtrace
Alan Coopersmith
1
-0
/
+2
2007-12-28
Input: Don't reinit devices
Daniel Stone
1
-1
/
+2
2007-12-20
Xquartz: General Cleanup
Jeremy Huddleston
1
-0
/
+4
2007-12-17
XACE: Restore the old background None behavior in response to bug #13683.
Eamon Walsh
1
-2
/
+2
2007-12-14
Input: Fix proximity events with valuators
Bartosz Fabianowski
1
-1
/
+1
2007-12-13
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
2
-8
/
+1
2007-12-02
Clean up many #if 0.
Adam Jackson
1
-7
/
+0
2007-11-26
registry: add missing include statement.
Eamon Walsh
1
-0
/
+1
2007-11-26
registry: swap out the DTRACE XErrorDB stuff for the new registry call.
Eamon Walsh
2
-87
/
+2
2007-11-26
registry: Add a call for DTRACE compatibility.
Eamon Walsh
1
-0
/
+19
2007-11-26
registry: Rebase registry to use the server config file of protocol names.
Eamon Walsh
2
-195
/
+130
2007-11-26
registry: Add a great big list of protocol names, like the XErrorDB that
Eamon Walsh
2
-0
/
+1058
2007-11-21
Darwin: Dead code removal, Code cleanup, Added launcher
Jeremy Huddleston
1
-1
/
+1
2007-11-20
Remove some duplicate include statements.
Eamon Walsh
1
-1
/
+0
[next]