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
/
hw
/
kdrive
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-18
man: refactor common code in the man pages makefiles
Gaetan Nadon
1
-9
/
+1
2011-01-18
Xephyr: build Xephyr man pages using XORG_MANPAGE_SECTIONS
Gaetan Nadon
4
-22
/
+16
2010-12-01
Fix screen number checks.
Cyril Brulebois
1
-1
/
+1
2010-11-30
dix: Remove the backing store leftovers
Adam Jackson
1
-6
/
+0
2010-11-11
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...
Peter Hutterer
2
-9
/
+13
2010-11-11
Remove superfluous if(p!=NULL) checks around free(p); p=NULL;
Cyril Brulebois
1
-5
/
+2
2010-10-22
KDrive: Fix error handlig in tslib driver
Paulius Zaleckas
1
-4
/
+11
2010-10-22
Abstract valuator masks through a set of APIs.
Peter Hutterer
1
-2
/
+5
2010-10-15
Merge branch 'master' into input-api
Peter Hutterer
2
-82
/
+62
2010-09-28
xserver: delete pervasively use of DISPATCH_PROC
Tiago Vignatti
1
-76
/
+59
2010-09-01
input: Purge AddOtherInputDevices DDX hook.
Peter Hutterer
1
-7
/
+0
2010-09-01
input: remove OpenInputDevice and CloseInputDevice DDX hooks.
Peter Hutterer
1
-17
/
+0
2010-09-01
input: Purge Register*Device() functions.
Peter Hutterer
1
-4
/
+0
2010-09-01
xfree86: remove superflous assignments.
Peter Hutterer
1
-4
/
+0
2010-08-27
Replace malloc/strlen/strcpy with strdup.
Matt Turner
1
-6
/
+3
2010-07-07
dix: purge leftover manual key down bit setting.
Peter Hutterer
1
-7
/
+1
2010-06-30
Xephyr: fix Xv adaptor capability tests
Julien Cristau
1
-5
/
+10
2010-06-30
Xephyr: fix memory leak in XF86DRIOpenConnection
Julien Cristau
1
-1
/
+2
2010-06-16
Re-enabled Xnest fix for focus in + modifier bug.
Xiaoyang Yu (Max)
1
-62
/
+45
2010-06-11
Remove more superfluous if(p) checks around free(p)
Matt Turner
2
-21
/
+10
2010-06-11
kdrive: Get rid of xstrdup when argument is definitely non-NULL
Mikhail Gusarov
1
-6
/
+6
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
2
-2
/
+2
2010-06-06
Remove more superfluous if(p) checks around free(p)
Mikhail Gusarov
1
-2
/
+1
2010-06-05
kdrive: Xv code uses shared screen private instead of kdrive-specific private
Keith Packard
1
-5
/
+1
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
4
-11
/
+21
2010-06-05
Rename region macros to eliminate screen argument
Keith Packard
5
-112
/
+112
2010-06-03
Move each screen's x/y origin into ScreenRec.
Jamey Sharp
1
-3
/
+2
2010-06-03
Move each screen's root-window pointer into ScreenRec.
Jamey Sharp
1
-1
/
+1
2010-05-26
Xephyr: Fix Xcalloc deprecation warnings.
Jamey Sharp
2
-8
/
+8
2010-05-26
Revert "Add a "flags" field to DeleteInputDeviceRequest."
Keith Packard
1
-2
/
+2
2010-05-25
Add a "flags" field to DeleteInputDeviceRequest.
Peter Hutterer
1
-2
/
+2
2010-05-13
Eliminate boilerplate around client->noClientException.
Jamey Sharp
1
-12
/
+12
2010-05-13
Quit using clientErrorValue in dix/colormap.c.
Jamey Sharp
1
-1
/
+1
2010-05-13
Replace dixChangeGC with calls directly to the right variant.
Jamey Sharp
2
-3
/
+3
2010-05-13
dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.
Jamey Sharp
2
-13
/
+13
2010-05-12
Kill ChangeGC in favor of dixChangeGC.
Jamey Sharp
2
-4
/
+3
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
17
-144
/
+144
2010-04-19
unifdef -B -DRENDER to always include RENDER code
Keith Packard
1
-2
/
+0
2010-03-24
kdrive: Bump evdev maxKeycode
Mikhail Gusarov
1
-1
/
+1
2010-03-22
Catch errors in recursive relink targets
Yaakov Selkowitz
1
-1
/
+1
2010-03-22
Fix .man.N targets for AM_SILENT_RULES
Yaakov Selkowitz
1
-2
/
+2
2010-03-22
Fix relink targets for silent rules
Yaakov Selkowitz
4
-4
/
+4
2010-03-22
kdrive: Use $(MAKE) in relink rules
Yaakov Selkowitz
4
-4
/
+4
2010-02-17
os: Prevent core dump from being truncated.
Rami Ylimaki
1
-1
/
+1
2010-02-15
dix: move config_init into the DDX.
Peter Hutterer
3
-0
/
+15
2010-01-10
kdrive: klinux.h breaks make dist
Gaetan Nadon
1
-1
/
+1
2010-01-06
kdrive: Remove unused kdNoopOps external variable declaration
Mikhail Gusarov
1
-3
/
+0
2010-01-06
kdrive: Remove unused kmap.c
Mikhail Gusarov
3
-190
/
+0
2010-01-06
kdrive: Make internal functions static
Mikhail Gusarov
2
-50
/
+10
2010-01-06
kdrive: Remove unused 'k' variable
Mikhail Gusarov
1
-3
/
+2
[next]