summaryrefslogtreecommitdiff
path: root/hw/xquartz/quartzCocoa.m
AgeCommit message (Collapse)AuthorFilesLines
2010-07-13XQuartz: Remove some dead code.Jan Hauffa1-11/+0
Signed-off-by: Jan Hauffa <hauffa@in.tum.de> Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com> Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
2009-09-27XQuartz: Transition from xEvent based mieq to InternalEventJeremy Huddleston1-57/+0
(cherry picked from commit a3dbde2de87ee4f577748a8c447501a3ea462559)
2008-07-11XQuartz: Set noPanoramixExtension earlier to avoid a possible race.Jeremy Huddleston1-4/+0
(cherry picked from commit 49668e8a88137e9f258eae970826883b88b7d8ba)
2008-04-25XQuartz: Added some pseudoramiX debug tracesJeremy Huddleston1-2/+0
(cherry picked from commit 5bee1585a399eab0a7b6fc80ad476d81b5d227d3)
2008-04-18XQuartz: Handled sanitization of namespace betterJeremy Huddleston1-4/+2
(cherry picked from commit 8cb23d672177da919257c885804cecd18cf9af88)
2008-04-02just a bit of juggling headers around -- we're preparingBen Byer1-1/+2
to call our Xquartz-specific event handlers directly as mieqHandlers (cherry picked from commit 4aedba5aa727e22316e8ca456f7218bea9ee0313)
2008-01-05XQuartz: Cleanup for strict-prototypingJeremy Huddleston1-0/+1
Also fixed DarwinEQEnqueue to match changes to the callback And also use dpmsstubs.c rather than copying the code into darwin.c (cherry picked from commit 4c5c30a4beb7a427b00b18097f548876ad3c11d7)
2007-12-05Darwin: Flattened quartz into darwin, renamed darwin xquartzJeremy Huddleston1-0/+145
Leaving xpr unflattened since we want modularity to replace that with xpc (XPluginComposite) at some point (cherry picked from commit 48e6a75fbdd0fee86e364f02ace83f20b312a2b2)