index
:
~csimpson/xserver
bugfixes
master
triage
And I have become comfortably numb.
csimpson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xquartz
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-15
Merge remote branch 'jeremyhu/master'
Keith Packard
4
-12
/
+16
2010-03-15
XQuartz: remove undefined XSERVER_CFLAGS variable
Gaetan Nadon
4
-5
/
+5
2010-03-11
XQuartz: Use an empty xkb keymap by default
Jeremy Huddleston
2
-11
/
+11
2010-03-11
XQuartz: Include os.h for OsAbort()
Jeremy Huddleston
1
-0
/
+4
2010-03-11
XQuartz: GLX: Fix prototype for swapBuffers
Jeremy Huddleston
1
-1
/
+1
2010-02-17
os: Prevent core dump from being truncated.
Rami Ylimaki
1
-1
/
+1
2010-02-15
XQuartz: Fix a possible buffer overrun in quartzAudio
Jeremy Huddleston
1
-18
/
+18
2010-02-15
XQuartz: clang static analysis fixes
Jeremy Huddleston
8
-35
/
+37
2010-02-15
XQuartz: Fix linking (CloseInput())
Jeremy Huddleston
1
-0
/
+6
2010-01-30
XQuartz: Attatch a stub display when CoreGraphics reports no displays.
Jeremy Huddleston
1
-0
/
+13
2010-01-30
XQuartz: Dead code removal
Jeremy Huddleston
2
-42
/
+1
2010-01-30
XQuartz: Add some .gitignore magic
Jeremy Huddleston
2
-0
/
+2
2010-01-13
XQuartz: Don't FatalError in x_hook_run if the list is empty
Jeremy Huddleston
1
-0
/
+3
2010-01-13
XQuartz: Update copyright in bundle for 2010
Jeremy Huddleston
1
-2
/
+2
2010-01-13
XQuartz: Setup the modifier map in the quartz thread
Jeremy Huddleston
1
-1
/
+3
2009-12-22
config: Introduce InputAttributes in NewInputDeviceRequest
Dan Nicholson
1
-1
/
+2
2009-12-18
Add type name argument to CreateNewResourceType
Alan Coopersmith
2
-10
/
+4
2009-12-18
Ensure all resource types created have names registered
Alan Coopersmith
2
-0
/
+7
2009-12-18
Check for failures from CreateNewResourceType
Alan Coopersmith
1
-1
/
+1
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
1
-1
/
+2
2009-11-30
XQuartz: Drop calls to alloca
Jeremy Huddleston
3
-9
/
+28
2009-11-23
XQuartz: Allow better compatability with older versions of xinit
Jeremy Huddleston
2
-14
/
+23
2009-11-11
.gitignore: use common defaults with custom section #24239
Gaetan Nadon
1
-0
/
+8
2009-11-11
XQuartz: Explicitly pass a bellProc to make XBell() work again.
Jeremy Huddleston
1
-1
/
+7
2009-11-11
XQuartz: pbproxy: Wait for the server to finish starting up, so display is va...
Jeremy Huddleston
2
-0
/
+20
2009-11-11
XQuartz: Buildfix for Leopard and older
Jeremy Huddleston
2
-0
/
+5
2009-11-05
XQuartz: Cleanup X11Controller.m compilation warnings.
Jeremy Huddleston
2
-9
/
+9
2009-11-05
XQuartz: Use dixLookupResourceByType instead of LookupIDByType
Jeremy Huddleston
1
-9
/
+11
2009-11-05
XQuartz: Don't weed out duplicates in generated keymap
Jeremy Huddleston
1
-5
/
+9
2009-11-05
XQuartz: Controller thread launches clients
Jeremy Huddleston
4
-9
/
+17
2009-11-03
XQuartz: Run xmodmap after programatically updating the keymap.
Jeremy Huddleston
3
-0
/
+30
2009-10-13
Rootless: Abstract some of the Xplugin specific stuff which has crept into ro...
Jeremy Huddleston
1
-1
/
+46
2009-10-02
XQuartz: Fix a possible minor memory leak
Jeremy Huddleston
1
-0
/
+1
2009-10-02
XQuartz: Send mouse location with scroll events.
Jeremy Huddleston
1
-1
/
+1
2009-10-01
XQuartz: Update version strings to be X11R7.5 and the bundle 2.5.0
Jeremy Huddleston
2
-3
/
+3
2009-09-30
XQuartz: Set the proper bitmap for key repeats...
Jeremy Huddleston
1
-7
/
+41
2009-09-29
XQuartz: Cleaned up keymap setting for easier maintenance
Jeremy Huddleston
1
-61
/
+52
2009-09-29
XQuartz: Remove the redundant xquartz_resetenv_display
Jeremy Huddleston
2
-8
/
+1
2009-09-29
XQuartz: Query the BundleIdentifier from the bundle in X11.bin rather than us...
Jeremy Huddleston
1
-32
/
+45
2009-09-27
XQuartz: Fix QuartzSetCursor to match the expected prototype.
Jeremy Huddleston
1
-2
/
+2
2009-09-27
XQuartz: Fix a bunch of compilation warnings about style
Jeremy Huddleston
15
-49
/
+53
2009-09-27
XQuartz: Nuke TSM
Jeremy Huddleston
1
-16
/
+0
2009-09-27
XQuartz: Fix inverse map from mode_switch to alt
Jeremy Huddleston
1
-0
/
+4
2009-09-27
XQuartz: Force a keymap resync on the first keypress to workaround XKB muckin...
Jeremy Huddleston
1
-0
/
+11
2009-09-27
XQuartz: Transition from xEvent based mieq to InternalEvent
Jeremy Huddleston
14
-439
/
+147
2009-09-26
XQuartz: Stop checking version numbers of the bundle because CFBundleGetVersi...
Jeremy Huddleston
1
-14
/
+0
2009-09-26
XQuartz: Add pressure/tilt property labels
Jeremy Huddleston
1
-0
/
+3
2009-09-26
XQuartz: Fix a brain-o array indexing problem
Jeremy Huddleston
1
-3
/
+3
2009-09-26
XQuartz: Nuke duplicate locks that make painful headaches
Jeremy Huddleston
1
-2
/
+0
[next]