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
/
xquartz
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-08
distcheck fix for "Move pseudoramiX code where it can be shared between Xwin ...
Jon TURNEY
1
-1
/
+0
2012-09-05
Move pseudoramiX code where it can be shared between Xwin and Xquartz
Jon TURNEY
3
-527
/
+0
2012-08-27
XQuartz: Bump Info.plist version to 2.7.4
Jeremy Huddleston Sequoia
1
-2
/
+2
2012-08-16
XQuartz: Use asl_log_descriptor for children as well
Jeremy Huddleston Sequoia
1
-2
/
+60
2012-08-16
XQuartz: Use asl_log_descriptor on Mountain Lion
Jeremy Huddleston Sequoia
1
-0
/
+17
2012-08-16
XQuartz: console_redirect: Properly zero-out the tail of the array on realloc()
Jeremy Huddleston Sequoia
1
-2
/
+2
2012-08-16
XQuartz: console_redirect: Set the correct location for reading into the buffer
Jeremy Huddleston Sequoia
1
-9
/
+15
2012-08-15
XQuartz: Fix build regression for GlxExtensionInit
Jeremy Huddleston
1
-0
/
+1
2012-08-03
XQuartz: Fix xp_window_bring_all_to_front linking on OS versions with older l...
Jeremy Huddleston Sequoia
1
-22
/
+12
2012-08-01
pbproxy: Fix a warning about a bad method prototype
Jeremy Huddleston Sequoia
1
-1
/
+1
2012-08-01
Fix pseudoramiX.c compilation without darwin.h
Jon TURNEY
1
-17
/
+39
2012-08-01
hw/xquartz: Various fixes for pseudoramiX.c
Jon TURNEY
1
-4
/
+13
2012-07-25
XQuartz: Call xp_window_bring_all_to_front if available in libXplugin
Jeremy Huddleston
1
-0
/
+32
2012-07-24
XQuartz: Fix runtime regressions introduced by extension loading changes
Jeremy Huddleston
1
-3
/
+9
2012-07-23
XQuartz: Build fix for __GLXscreen::createContext changes
Jeremy Huddleston
1
-1
/
+9
2012-07-11
XQuartz: Re-add prototype for DRIExtensionInit
Jeremy Huddleston
1
-0
/
+3
2012-07-11
XQuartz: Fix build failure due to incorrect PseudoramiXExtensionInit prototype
Jeremy Huddleston
1
-1
/
+1
2012-07-11
XQuartz: Silence an unused-variable warning
Jeremy Huddleston
1
-1
/
+1
2012-07-10
Remove last renmants of XFree86LOADER define
Daniel Stone
1
-5
/
+0
2012-07-10
Quartz: Move PseudoramiX initialisation to DDX
Daniel Stone
1
-0
/
+19
2012-07-09
Move extension initialisation prototypes into extinit.h
Daniel Stone
4
-4
/
+2
2012-07-09
Remove unneccesary casts from WriteToClient calls
Alan Coopersmith
3
-13
/
+13
2012-06-05
api: rework the X server driver API to avoid global arrays.
Dave Airlie
1
-3
/
+3
2012-05-17
XQuartz: Avoid a race in initialization of darwinPointer
Jeremy Huddleston
1
-8
/
+10
2012-05-17
XQuartz: Provide fls implementation for Tiger
Jeremy Huddleston
1
-0
/
+14
2012-05-17
XQuartz: Tiger build fix
Jeremy Huddleston
1
-0
/
+6
2012-05-17
XQuartz: Workaround an SDK bug on Leopard/x86_64
Jeremy Huddleston
1
-0
/
+6
2012-04-26
XQuartz: Make sure we tell startx the correct server binary to use in our fal...
Jeremy Huddleston
1
-1
/
+1
2012-04-23
XQuartz: darwinPointer now sends both absolute and relative motion
Jeremy Huddleston
4
-52
/
+56
2012-04-23
XQuartz: Add a hack to better handle clicky wheel scroll mice
Jeremy Huddleston
1
-2
/
+109
2012-04-23
XQuartz: Use screenInfo.{width,height} instead of grabbing it from the first ...
Jeremy Huddleston
1
-2
/
+2
2012-04-23
XQuartz: Separate out tablet and mouse event delivery into separate functions
Jeremy Huddleston
3
-139
/
+116
2012-04-23
XQuartz: Correct calculation of the size of our file descriptor array in cons...
Jeremy Huddleston
1
-1
/
+1
2012-04-23
XQuartz: Fix a deadlock in pre-dispatch code
Jeremy Huddleston
1
-1
/
+1
2012-04-05
XQuartz: Automatically start our virtual tablet devices
Jeremy Huddleston
1
-3
/
+3
2012-03-30
XQuartz: Tiger build fix
Jeremy Huddleston
1
-6
/
+8
2012-03-26
XQuartz: Use scrolling valuators
Jeremy Huddleston
4
-48
/
+43
2012-03-26
XQuartz: Use AllocDevicePair to allocate our keyboard and mouse at the same time
Jeremy Huddleston
1
-8
/
+10
2012-03-26
XQuartz: Call update_desktop_dimensions() after updating our screen coordinates
Jeremy Huddleston
1
-0
/
+3
2012-03-25
XQuartz: Formatting cleanup for sendX11NSEvent
Jeremy Huddleston
1
-44
/
+36
2012-03-24
XQuartz: Source formatting cleanup
Jeremy Huddleston
68
-4636
/
+5227
2012-03-24
XQuartz: Detect FatalErrors on startup to prevent tight crash loops
Jeremy Huddleston
4
-1
/
+51
2012-03-24
os: Pass the FatalError message to OsVendorFatalError
Jeremy Huddleston
1
-1
/
+1
2012-03-24
XQuartz: Add a defaults option to disable the RENDER extension
Jeremy Huddleston
2
-0
/
+5
2012-03-24
XQuartz: Use doubles for input valuators
Jeremy Huddleston
2
-72
/
+59
2012-03-24
XQuartz: Xi: darwinPointer is now Relative
Jeremy Huddleston
1
-2
/
+2
2012-03-24
XQuartz: Move our logs into an X11 subdirectory
Jeremy Huddleston
1
-3
/
+9
2012-03-21
Introduce a consistent coding style
Keith Packard
66
-7880
/
+8643
2012-02-22
XQuartz: Short-circuit activateX:
Jeremy Huddleston
1
-0
/
+3
2012-02-22
XQuartz: Actually install the new locales
Jeremy Huddleston
1
-1
/
+1
[next]