index
:
~vignatti/xserver
bus-cleanup-take3
client-logging
daniels-fixes-and-cleanup
ephyr-dri2
generation-removal
inputthread
inputthread-commits
lrmi-for-children
master
maxscreenless
options-cleanup
registry-fix
xwayland-1.12
xwm-client
Tiago's playground
vignatti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xquartz
/
xpr
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-23
XQuartz: Put ifdef guards around have_depth label (-Wunused-label)
Jeremy Huddleston
1
-0
/
+2
2011-02-27
XQuartz: Don't use deprecated CoreGraphics API on SL and Lion
Jeremy Huddleston
1
-1
/
+26
2011-02-27
XQuartz: RandR: Add RandR modes for the primary display in multi-monitor configs
Jeremy Huddleston
1
-0
/
+7
2011-02-27
XQuartz: RandR: Capture the display when switching modes with RandR
Jeremy Huddleston
2
-0
/
+6
2010-11-22
XQuartz dri: Don't check CoreGraphics version
Jeremy Huddleston
1
-112
/
+0
2010-09-28
XQuartz: RandR: Don't change the rootless preference when changing RandR mode
Jeremy Huddleston
4
-8
/
+9
2010-09-28
XQuartz: RandR: Respond better to resolution changes made outside X
Jeremy Huddleston
1
-0
/
+1
2010-09-28
XQuartz: RandR: Implement basic RandR functionality.
Jan Hauffa
1
-2
/
+4
2010-09-28
XQuartz: Move use of static dispatch procs after declaration
Jeremy Huddleston
1
-21
/
+20
2010-09-28
xserver: delete pervasively use of DISPATCH_PROC
Tiago Vignatti
1
-2
/
+0
2010-09-13
rootless: Delete dead remnants of rootless acceleration.
Jamey Sharp
2
-10
/
+0
2010-09-13
xquartz: Delete compile-time-constant DRIGCRec.driOps field.
Jamey Sharp
1
-5
/
+1
2010-08-12
XQuartz: xpr: Bail on errors during unlock and destroy
Jeremy Huddleston
1
-2
/
+8
2010-08-12
XQuartz: Make application switching work better for the no-spaces case
Jeremy Huddleston
1
-1
/
+1
2010-07-13
XQuartz: Avoid a crash when mistakenly free()ing in QuartzSetCursor on some c...
Jeremy Huddleston
1
-1
/
+5
2010-06-10
Merge remote branch 'jeremyhu/master'
Keith Packard
3
-18
/
+12
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
1
-1
/
+1
2010-06-08
XQuartz: Fix build regression from faeebead7bfcc78535757ca7acc1faf7554c03b7
Jeremy Huddleston
3
-18
/
+12
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
3
-17
/
+28
2010-06-05
Rename region macros to eliminate screen argument
Keith Packard
2
-6
/
+6
2010-06-03
Move each screen's x/y origin into ScreenRec.
Jamey Sharp
1
-2
/
+2
2010-06-03
Move each screen's root-window pointer into ScreenRec.
Jamey Sharp
2
-3
/
+3
2010-05-19
Set event sequence number in WriteEventsToClient instead of at callers.
Jamey Sharp
1
-7
/
+1
2010-05-19
Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.
Jamey Sharp
1
-1
/
+1
2010-05-13
Eliminate boilerplate around client->noClientException.
Jamey Sharp
1
-7
/
+7
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
5
-26
/
+26
2010-05-02
x-list.c: null-returning function malloc() was called without checking
Oliver McFadden
1
-0
/
+1
2010-03-15
XQuartz: remove undefined XSERVER_CFLAGS variable
Gaetan Nadon
1
-1
/
+1
2010-01-30
XQuartz: Attatch a stub display when CoreGraphics reports no displays.
Jeremy Huddleston
1
-0
/
+13
2010-01-13
XQuartz: Don't FatalError in x_hook_run if the list is empty
Jeremy Huddleston
1
-0
/
+3
2009-12-18
Add type name argument to CreateNewResourceType
Alan Coopersmith
1
-5
/
+2
2009-12-18
Ensure all resource types created have names registered
Alan Coopersmith
1
-0
/
+4
2009-12-18
Check for failures from CreateNewResourceType
Alan Coopersmith
1
-1
/
+1
2009-11-30
XQuartz: Drop calls to alloca
Jeremy Huddleston
2
-5
/
+20
2009-10-13
Rootless: Abstract some of the Xplugin specific stuff which has crept into ro...
Jeremy Huddleston
1
-1
/
+46
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
4
-8
/
+8
2009-09-27
XQuartz: Transition from xEvent based mieq to InternalEvent
Jeremy Huddleston
4
-34
/
+25
2009-09-21
input: define server-supported protocol versions in one single file.
Peter Hutterer
1
-3
/
+4
2009-08-25
XQuartz: Use applewmproto 1.4 updated headers.
Jeremy Huddleston
2
-4
/
+2
2009-07-31
XQuartz: Unify how we set our bitmasks for visuals
Jeremy Huddleston
1
-19
/
+6
2009-07-31
XQuartz: no DirectColor
Jeremy Huddleston
1
-2
/
+2
2009-07-25
XQuartz: xpr: Added missing include for RootlessHideAllWindows
Jeremy Huddleston
1
-0
/
+2
2009-07-14
xquartz: switch to byte counting functions
Peter Hutterer
1
-1
/
+1
2009-07-03
XQuartz: ProcAppleWMAttachTransient to play nice with the new Dock in SL
Jeremy Huddleston
1
-2
/
+35
2009-04-10
XQuartz: xprSetWindowLevel updated to store the level requested by the WM
Jeremy Huddleston
1
-1
/
+15
2009-04-10
XQuartz: Update window levels when changing rootless state
Jeremy Huddleston
1
-12
/
+22
2009-04-10
XQuartz: Fix window levels for rooted mode to allow showing the menu bar.
Jeremy Huddleston
1
-3
/
+5
2009-04-10
XQuartz: Properly set the window level for the root window
Jeremy Huddleston
3
-12
/
+21
2009-04-10
XQuartz: In rooted mode, make sure we start in the hidden state.
Jeremy Huddleston
1
-0
/
+3
[next]