summaryrefslogtreecommitdiff
path: root/hw/darwin/quartz/xpr/xprFrame.c
AgeCommit message (Collapse)Author
2007-12-05Darwin: Flattened quartz into darwin, renamed darwin xquartzJeremy Huddleston
Leaving xpr unflattened since we want modularity to replace that with xpc (XPluginComposite) at some point (cherry picked from commit 48e6a75fbdd0fee86e364f02ace83f20b312a2b2)
2007-11-29Darwin: #ifdefs around dix-config.h include and NDEBUG/assert.h workaround.Jeremy Huddleston
(cherry picked from commit d2b768890f0878ae4e3fec8f7219e82b79256133)
2007-11-08Fixed focus problem (clicking on an X11 window that sits behindBen Byer
an Aqua window would not always bring it to the top of the stack.
2007-11-08Initial support for Spaces -- if you use Expose to drag an X11Ben Byer
window to another Space, it will work correctly (as opposed to just leaving a ghost window). We accomplish this by listening for the notification from Xplugin that our window has been moved, and then we ask X11 to move the window to the new location.
2007-11-04pulling in changes from xorg-server-1.2-apple branchBen Byer
2007-09-19XDarwin: mass change from using xorg-config.h to dix-config.h cuz we're not ↵Ben Byer
using the X.org ddx anymore
2007-02-17cleaned up some linking ugliness in hw/darwin/quartzBen Byer
2007-02-16updated darwin/quartz/xpr (libXplugin interface for Mac OS X) supportBen Byer
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone
change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h; change "foo.h", "extensions/foo.h" and "X11/foo.h" to <X11/extensions/foo.h> for extension headers, e.g. Xv.h; change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files.
2004-10-08Allow rootless implementations to override frame reordering. This is usedTorrey Lyons
on Mac OS X when genie-restoring from the Dock to ensure that the animation completes before drawing the frame.
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004Egbert Eich
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004Egbert Eich
2004-02-26readding XFree86's cvs IDsEgbert Eich
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich
2003-12-04XFree86 4.3.99.901 (RC 1)Kaleb Keithley
2003-11-25Initial revisionKaleb Keithley