summaryrefslogtreecommitdiff
path: root/hw/darwin/quartz/xpr/xprScreen.c
AgeCommit message (Collapse)AuthorFilesLines
2007-12-05Darwin: Flattened quartz into darwin, renamed darwin xquartzJeremy Huddleston1-414/+0
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 Huddleston1-0/+2
(cherry picked from commit d2b768890f0878ae4e3fec8f7219e82b79256133)
2007-11-22Darwin: Remove the PaintWindow optimization which snuck back in.Jeremy Huddleston1-2/+0
2007-11-22Darwin: More syncing witn xorg-server-1.2-appleJeremy Huddleston1-15/+8
2007-11-22Darwin: Misc cleanups to line up with xorg-server-1.2-appleJeremy Huddleston1-2/+4
2007-11-21Darwin: Added some DEBUG_LOG sauce to the XP_EVENT handling codeBen Byer1-26/+27
(cherry picked from commit ec84a4cef66a2b46ed71f9758c434ea629d2f270)
2007-11-21Darwin: Fixed the call to xp_init so that we now receive Motion ↵Ben Byer1-1/+2
notifications even if X is not the active application. fixes <rdar://problem/5167664> xeyes dead until window activation (cherry picked from commit c7573379a85a1480cc51650075078e41dafe56af)
2007-11-21Darwin: Initial support for Spaces -- if you use Expose to drag an X11Ben Byer1-1/+7
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. (cherry picked from commit 2d50ea8013e7c1639d570e227b53b037fb567565)
2007-11-21Darwin: Dead code removal, Code cleanup, Added launcherJeremy Huddleston1-7/+4
Imported changes from xorg-server-1.2-apple to make master more current wrt file layout, build system changes, and dead code removal.
2007-11-08Disable deferred updates in xp_init to fix performance problemsBen Byer1-1/+1
-- thanks to Eric Gouriou for pointing out the issue
2007-11-05pulling more patches over from xorg-xserver-1.2-apple branchBen Byer1-0/+8
2007-11-04pulling in changes from xorg-server-1.2-apple branchBen Byer1-9/+14
2007-09-19XDarwin: mass change from using xorg-config.h to dix-config.h cuz we're not ↵Ben Byer1-3/+3
using the X.org ddx anymore
2007-09-13Remove the PaintWindow optimization.Eric Anholt1-3/+0
This was an attempt to avoid scratch gc creation and validation for paintwin because that was expensive. This is not the case in current servers, and the danger of failure to implement it correctly (as seen in all previous implementations) is high enough to justify removing it. No performance difference detected with x11perf -create -move -resize -circulate on Xvfb. Leave the screen hooks for PaintWindow* in for now to avoid ABI change.
2007-02-17cleaned up some linking ugliness in hw/darwin/quartzBen Byer1-18/+5
2007-02-16updated darwin/quartz/xpr (libXplugin interface for Mac OS X) supportBen Byer1-1/+3
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-2/+0
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone1-1/+1
2004-09-18Bugzilla #1032: Make rootless acceleration functions compatible withTorrey Lyons1-1/+5
Damage.
2004-08-12Fix crash in rootless XDarwin due to rootless being initialized beforeTorrey Lyons1-1/+12
damage extension.
2004-07-30Merge many XDarwin improvements:Torrey Lyons1-32/+54
- Fix launch of X clients by double clicking in the Finder when there is a space in the path (Torrey T. Lyons). - Interpret scroll wheel mouse events correctly when shift is held down (Benjamin Burke). - Add option to always use Mac command key equivalents (John Harper and Torrey T. Lyons). - Add support for dynamic screen configuration changes in rootless mode (John Harper and Torrey T. Lyons). - Add documentation on generic rootless layer (Torrey T. Lyons).
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-1/+2
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsEgbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-12-04XFree86 4.3.99.901 (RC 1)Kaleb Keithley1-1/+2
2003-11-25Initial revisionKaleb Keithley1-0/+378