index
:
~mperes/xserver
3x4k
backlight
dpcompliance
dri2-swapbuffers
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xquartz
/
quartz.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-16
Make PseudoramiXExtensionInit() prototype more generally available
Jon TURNEY
1
-0
/
+1
2014-03-25
miinitext: introduce LoadExtensionList() to replace over LoadExtension()
Emil Velikov
1
-4
/
+1
2014-01-12
XQuartz: Silence a clang static analysis warning about a memory leak
Jeremy Huddleston Sequoia
1
-0
/
+3
2012-11-21
Constify extensions in LoadExtension users
Daniel Stone
1
-1
/
+1
2012-08-15
XQuartz: Fix build regression for GlxExtensionInit
Jeremy Huddleston
1
-0
/
+1
2012-07-24
XQuartz: Fix runtime regressions introduced by extension loading changes
Jeremy Huddleston
1
-3
/
+9
2012-07-10
Quartz: Move PseudoramiX initialisation to DDX
Daniel Stone
1
-0
/
+19
2012-05-17
XQuartz: Workaround an SDK bug on Leopard/x86_64
Jeremy Huddleston
1
-0
/
+6
2012-03-24
XQuartz: Source formatting cleanup
Jeremy Huddleston
1
-33
/
+42
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-102
/
+118
2011-05-22
XQuartz: Don't crash if CG increases our display resolution
Jeremy Huddleston
1
-2
/
+3
2011-05-22
XQuartz: RandR: Don't crash if X11 is launched while there are no attached di...
Jeremy Huddleston
1
-3
/
+7
2011-04-25
XQuartz: Use a lighter spinlock instead of a pthread_mutex_t in QuartzScreenS...
Jeremy Huddleston
1
-5
/
+5
2011-03-28
consolidate SetRootClip (v2)
Dave Airlie
1
-1
/
+1
2011-02-27
XQuartz: RandR: Capture the display when switching modes with RandR
Jeremy Huddleston
1
-0
/
+2
2011-01-23
XQuartz: Use the default signal handler
Jeremy Huddleston
1
-0
/
+21
2011-01-23
XQuartz: Call RRScreenSizeNotify after handling externally-generated XP_EVENT...
Jeremy Huddleston
1
-0
/
+3
2010-12-08
XQuartz: Just NSBeep() for XBell()
Jeremy Huddleston
1
-1
/
+10
2010-12-03
XQuartz: Disable the Mac OS X screensaver when in full screen mode
Jeremy Huddleston
1
-0
/
+37
2010-09-28
XQuartz: RandR: Refactor legacy mode-switching to be better integrated with R...
Jeremy Huddleston
1
-26
/
+38
2010-09-28
XQuartz: RandR: Don't change the rootless preference when changing RandR mode
Jeremy Huddleston
1
-27
/
+32
2010-09-28
XQuartz: RandR: Remove FAKE_RANDR code.
Jan Hauffa
1
-5
/
+1
2010-09-28
XQuartz: RandR: Implement basic RandR functionality.
Jan Hauffa
1
-77
/
+27
2010-08-12
XQuartz: UpdateScreen at the end of SetRootless
Jeremy Huddleston
1
-1
/
+3
2010-07-13
XQuartz: Remove some dead code.
Jan Hauffa
1
-4
/
+0
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
1
-2
/
+4
2010-06-03
Move each screen's x/y origin into ScreenRec.
Jamey Sharp
1
-6
/
+6
2010-06-03
Move each screen's root-window pointer into ScreenRec.
Jamey Sharp
1
-1
/
+1
2010-05-14
scrnintstr.h: removed unused PaintWindow function pointers.
Oliver McFadden
1
-1
/
+0
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-1
/
+1
2010-04-11
XQuartz: Add a defaults option to toggle Alt / Mode_switch
Jeremy Huddleston
1
-0
/
+1
2010-03-29
XQuartz: Re-query dixScreenOrigins as the value could've changed.
Jeremy Huddleston
1
-2
/
+5
2010-03-21
XQuartz: Constrain the pointer to the updated display bounds on display recon...
Jeremy Huddleston
1
-2
/
+11
2010-03-21
XQuartz: Minor cleanup
Jeremy Huddleston
1
-7
/
+7
2009-09-27
XQuartz: Fix a bunch of compilation warnings about style
Jeremy Huddleston
1
-1
/
+1
2009-09-27
XQuartz: Transition from xEvent based mieq to InternalEvent
Jeremy Huddleston
1
-14
/
+3
2009-08-25
XQuartz: Use applewmproto 1.4 updated headers.
Jeremy Huddleston
1
-1
/
+1
2009-06-06
XQuartz: Default to forcing the dialog box before quitting.
Jeremy Huddleston
1
-1
/
+1
2009-04-10
XQuartz: Properly set the menu bar and hotkey state when changing rootless mode.
Jeremy Huddleston
1
-4
/
+11
2009-02-22
XQuartz: DefineInitialRootWindow is gone
Jeremy Huddleston
1
-1
/
+3
2008-12-28
XQuartz: Reposition windows when we enter fullscreen to ensure our root window
Jeremy Huddleston
1
-4
/
+8
2008-12-21
XQuartz: Update our "screens" when we toggle rootless rather than when we tog...
Jeremy Huddleston
1
-9
/
+4
2008-10-31
XQuartz: displayScreenBounds uses quartzEnableRootless rather than !quartzHas...
Jeremy Huddleston
1
-1
/
+7
2008-10-21
XQuartz: More fullscreen fixes
Jeremy Huddleston
1
-2
/
+1
2008-10-08
XQuartz: Some motion made towards supporting fullscreen.
Jeremy Huddleston
1
-28
/
+90
2008-10-03
const cleanup
Adam Jackson
1
-1
/
+1
2008-08-28
Prepare for array-index based devPrivates.
Tomas Carnecky
1
-1
/
+2
2008-08-20
Centralize declaration of ConnectionInfo.
Adam Jackson
1
-1
/
+0
2008-04-26
XQuartz: Cleaned up startup and thread creation a tad.
Jeremy Huddleston
1
-5
/
+0
2008-04-23
XQuartz: Make sure QuartzAudioInit() gets run.
Jeremy Huddleston
1
-2
/
+2
[next]