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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-11
Xi: reset device properties to NULL after deleting them. (#25374)
Peter Hutterer
1
-0
/
+2
2009-12-11
xfree86: remove unused variable in configureDDMonitorSection.
Peter Hutterer
1
-1
/
+0
2009-12-11
Move config_init() after CreateWellKnownSockets() and InitCoreDevices()
Julien Cristau
1
-1
/
+1
2009-12-11
Fix possible NULL dereference in XkbFlushLedEvents()
Tomas Carnecky
1
-5
/
+7
2009-12-11
XkbWriteCountedString(): return early if str is NULL
Tomas Carnecky
1
-2
/
+5
2009-12-10
EXA/mixed: Don't consider devKind for detecting dimension change.
Michel Dänzer
1
-1
/
+0
2009-12-09
XQuartz: pbproxy: Fix building of standalone xpbproxy executable
Jeremy Huddleston
1
-0
/
+3
2009-12-08
Miscellaneous compilation warning fixes
Jeremy Huddleston
5
-13
/
+9
2009-12-08
EXA: ModifyPixmapHeader_mixed fixes.
Michel Dänzer
1
-3
/
+40
2009-12-08
EXA: ExaDoPrepareAccess return value fixes.
Michel Dänzer
2
-11
/
+20
2009-12-04
exa/mixed: pixmaps that succeed prepare access have no need for a cpu copy
Maarten Maathuis
2
-5
/
+20
2009-12-04
EXA: Use correct coordinate system for calculating Composite fallback region.
Michel Dänzer
1
-1
/
+3
2009-12-03
exa/mixed: setting devKind before exaCopyDirty* is not needed
Maarten Maathuis
1
-4
/
+9
2009-12-03
Revert "exa: a few small pitch related changes"
Maarten Maathuis
2
-14
/
+8
2009-12-02
Merge remote branch 'whot/master'
Keith Packard
5
-13
/
+18
2009-12-03
configure.ac: error while checking for XDMXCONFIG_DEP
Gaetan Nadon
1
-5
/
+9
2009-12-03
xfree86: tell users to disable AutoAddDevices, not AllowEmptyInput.
Peter Hutterer
1
-1
/
+1
2009-12-03
Set the source and deviceid for key repeat events (#24785)
Peter Hutterer
1
-0
/
+2
2009-12-03
dix: remove core devices when shutting down. (#25028)
Peter Hutterer
1
-0
/
+3
2009-12-03
dix: remove some obsolete comment.
Peter Hutterer
1
-1
/
+0
2009-12-03
dix: fix memory leak, free event list on shutdown. (#25028)
Peter Hutterer
1
-6
/
+3
2009-12-02
Xv: Fix AdjustFrame when driver implements ReputImage.
Luc Verhaegen
1
-2
/
+2
2009-11-30
XQuartz: Drop calls to alloca
Jeremy Huddleston
3
-9
/
+28
2009-11-30
fb: Don't crash if copy_drawable() returns NULL.
Michel Dänzer
1
-2
/
+4
2009-11-30
EXA: Don't defragment offscreen memory at allocation time.
Michel Dänzer
1
-24
/
+1
2009-11-30
Revert "EXA: Accumulate arbitrary number of glyphs without flushing."
Michel Dänzer
1
-22
/
+25
2009-11-28
exa: a few small pitch related changes
Maarten Maathuis
2
-8
/
+14
2009-11-28
exa: s/PixmapIsOffscreen/PixmapHasGpuCopy and s/pExaPixmap->offscreen/pExaPix...
Maarten Maathuis
12
-94
/
+96
2009-11-28
exa: handle pixmap create/destroy in lower layers
Maarten Maathuis
7
-162
/
+137
2009-11-25
Update man-pages for new default font paths
Ingmar Vanhassel
3
-9
/
+9
2009-11-25
Update COMPILEDDEFAULTFONTPATH to match the new default font path
Ingmar Vanhassel
1
-1
/
+1
2009-11-25
dix: clean up accel old scheme data when switching schemes.
Peter Hutterer
3
-12
/
+57
2009-11-25
Xi: when deleting all properties, reset property handler to NULL.
Peter Hutterer
2
-0
/
+56
2009-11-25
Move xdmxconfig modules into DMX conditionals (#25102)
Peter Hutterer
1
-3
/
+3
2009-11-25
Revert "Move xdmxconfig modules into DMX conditionals (#25102)"
Peter Hutterer
1
-3
/
+3
2009-11-25
Xext: Fix a memory leak on GE client disconnect.
Rami Ylimaki
1
-6
/
+3
2009-11-24
Revert "exa/mixed: be more thorough about setting fb_pitch when needed"
Maarten Maathuis
1
-13
/
+8
2009-11-23
XQuartz: Allow better compatability with older versions of xinit
Jeremy Huddleston
2
-14
/
+23
2009-11-23
configure: remove unused kdrive Xvesa config variable
Tiago Vignatti
2
-14
/
+0
2009-11-22
Xi: don't crash when deleting invalid device properties.
Peter Hutterer
1
-0
/
+3
2009-11-20
xfree86: Edid quirk for Philips LCD LP154W01
Zhao Yakui
1
-5
/
+10
2009-11-19
EXA: Don't use UploadToScreen for CopyNtoN with mixed pixmaps.
Michel Dänzer
1
-3
/
+9
2009-11-18
exa/mixed: be more thorough about setting fb_pitch when needed
Maarten Maathuis
1
-8
/
+13
2009-11-18
exa/mixed: avoid copying back pixmap data when no migration took place
Maarten Maathuis
1
-1
/
+2
2009-11-17
xfree86: set a sane umask before opening the log
Julien Cristau
1
-1
/
+3
2009-11-16
Use glibc's in/out routines
Matt Turner
5
-224
/
+18
2009-11-16
Move xdmxconfig modules into DMX conditionals (#25102)
Peter Hutterer
1
-3
/
+3
2009-11-13
configure: change 'sigio-default' to 'use-sigio-by-default'
Paulo Ricardo Zanoni
1
-1
/
+1
2009-11-11
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Gaetan Nadon
2
-4
/
+7
2009-11-11
Deploy the new XORG_DEFAULT_OPTIONS #24242
Gaetan Nadon
1
-3
/
+4
[prev]
[next]