index
:
~b0le/xserver
master
Unnamed repository; edit this file to name it for gitweb.
b0le
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xquartz
/
xpr
Age
Commit message (
Expand
)
Author
Files
Lines
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
2009-04-10
XQuartz: Revert most of the previous override redirect patch
Jeremy Huddleston
1
-10
/
+0
2009-04-05
XQuartz: Use updated Xplugin API to send overide-redirect windows to the curr...
Jeremy Huddleston
1
-15
/
+26
2009-04-01
XQuartz: Pad xAppleDRINotifyEvent to 32bytes to match sizeof(xEvent)
Jeremy Huddleston
1
-1
/
+4
2009-03-04
XQuartz: Implement SendPSN for AppleWM
Jeremy Huddleston
1
-2
/
+6
2009-02-20
XQuartz: Fix the new ProcAppleDRIDestroyPixmap code REQUEST_SIZE_MATCH.
George Staplin
2
-2
/
+2
2009-02-16
XQuartz: Add driWrap.h that I missed in the last commit.
George Staplin
1
-0
/
+31
2009-02-16
XQuartz: Add support for GLXPixmaps to the AppleDRI.
George Staplin
7
-10
/
+892
2009-02-12
XQuartz: xpr: The dri.c code for pixmaps was wrong in several ways. They wer...
George Staplin
1
-17
/
+26
2009-01-15
XQuartz: xpr: Cleanup some of the code and possibly fix part of the GLX Pixma...
George Staplin
1
-80
/
+127
2009-01-11
XQuartz: misc 1.6 updates (still --disable-glx)
Jeremy Huddleston
2
-23
/
+8
2009-01-10
XQuartz: Update padding in appledristr. This shouldn't change how the struct...
Jeremy Huddleston
1
-1
/
+1
2008-12-28
XQuartz: Re-enable rlAccel
Jeremy Huddleston
1
-3
/
+1
2008-12-23
XQuartz: Use depth=24 instead of FatalError if we can't figure out our depth
Jeremy Huddleston
1
-15
/
+15
2008-12-12
Remove #define NEED_EVENTS and NEED_REPLIES
Peter Hutterer
3
-5
/
+0
2008-12-10
XQuartz: Make debugging output for invalid depths a bit more detailed
Jeremy Huddleston
1
-2
/
+2
2008-11-25
XQuartz: Dead code removal
Jeremy Huddleston
1
-4
/
+0
2008-11-22
XQuartz: More 1.6 server API updates
Jeremy Huddleston
1
-11
/
+23
2008-11-14
fix compilation on systems that don't have
Ben Byer
1
-2
/
+6
2008-10-31
XQuartz: LP64 related casting fixes from Bob Murphy
Jeremy Huddleston
7
-32
/
+89
2008-10-31
XQuartz: displayScreenBounds uses quartzEnableRootless rather than !quartzHas...
Jeremy Huddleston
1
-5
/
+5
2008-10-31
XQuartz: Don't map the menu bar to the screen area.
Jeremy Huddleston
1
-8
/
+2
2008-10-21
XQuartz: Fixed window levels.
Jeremy Huddleston
1
-1
/
+21
2008-09-21
XQuartz: 64bit crash fix ... don't pass pointers through xe.
Jeremy Huddleston
2
-3
/
+2
2008-09-12
XQuartz: 256 color support
Jeremy Huddleston
1
-3
/
+1
2008-09-12
XQuartz: Dead code removal
Jeremy Huddleston
1
-9
/
+1
2008-09-12
XQuartz: Don't warp the pointer on server start for XQuartz
Jeremy Huddleston
1
-10
/
+0
2008-08-28
Prepare for array-index based devPrivates.
Tomas Carnecky
2
-4
/
+8
2008-05-08
XQuartz: Reorganized some of the build system in prep for the Mach IPC startu...
Jeremy Huddleston
2
-188
/
+2
2008-05-06
XQuartz: Move server bits into bundle and setup stub in /usr/X11/bin/Xquartz ...
Jeremy Huddleston
1
-5
/
+6
2008-05-01
XQuartz: Adjust the screen origin offset properly for multimonitor setups
Jeremy Huddleston
1
-0
/
+1
2008-04-28
XQuartz: xprIsX11Window can be called from the Appkit thread (see X11Applicat...
Jeremy Huddleston
1
-6
/
+0
2008-04-28
XQuartz: Added thread debugging to xprFrame.c
Jeremy Huddleston
1
-2
/
+45
2008-04-28
XQuartz: Added missing Xquartz.man.pre to EXTRA_DIST
Jeremy Huddleston
1
-0
/
+1
2008-04-24
XQuartz: More multi-monitor work... reverted Ben's workaround (worked for sid...
Jeremy Huddleston
1
-2
/
+8
2008-04-24
XQuartz: Cleaned up multi-monitor support.
Jeremy Huddleston
1
-14
/
+22
2008-04-23
XQuartz: No need to include indirect.c a second time
Jeremy Huddleston
1
-1
/
+0
2008-04-23
xquartz: clean up linker line for main binary
Ben Byer
1
-17
/
+1
2008-04-21
Fix for pointer-offset issue when using a multi-display environment on X11.app.
Ben Byer
1
-1
/
+1
2008-04-20
XQuartz: Cleanup turning off COMPOSITE
Jeremy Huddleston
1
-1
/
+0
[next]