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-10-09
Revert "Array-index based devPrivates implementation."
Adam Jackson
1
-108
/
+101
2008-10-08
Fix GKVE with key_code > 255
Julien Cristau
1
-3
/
+3
2008-10-08
Array-index based devPrivates implementation.
Eamon Walsh
1
-101
/
+108
2008-09-02
Don't try to destroy a NULL pixmap.
Daniel Drake
1
-1
/
+1
2008-08-06
DIX: Add strcasestr from FreeBSD
Daniel Stone
2
-1
/
+66
2008-08-06
strcasecmp: Actually use the right license
Daniel Stone
1
-25
/
+28
2008-08-06
DIX: Add strncasecmp from FreeBSD, make strcasecmp args const
Daniel Stone
1
-1
/
+20
2008-07-16
dix: NULL out WindowTable after freeing all the windows.
Peter Hutterer
1
-0
/
+3
2008-07-13
Fix incorrect test regarding keyboard map.
Ander Conselvan de Oliveira
1
-1
/
+4
2008-06-27
Fix a leak of window devPrivates in window.c/CrushTree().
Eamon Walsh
1
-0
/
+1
2008-06-24
Fix a leak in the code that parses the protocol names.
Eamon Walsh
1
-18
/
+26
2008-06-17
SELinux: Bring server-side name registry up to date.
Eamon Walsh
1
-8
/
+20
2008-06-13
Make devPrivates lookup functions ABI instead of static inlines.
Eamon Walsh
1
-0
/
+65
2008-06-09
Create dix/libXpdix.la for Xprint-specific build of libdix.la
Drew Parsons
1
-2
/
+12
2008-04-15
dix: Call DeleteInputDeviceRequest from CloseDownDevices (#14418)
Peter Hutterer
1
-2
/
+2
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
[next]