summaryrefslogtreecommitdiff
path: root/hw/darwin/quartz/xpr
AgeCommit message (Collapse)AuthorFilesLines
2007-12-05Darwin: Flattened quartz into darwin, renamed darwin xquartzJeremy Huddleston20-4905/+0
Leaving xpr unflattened since we want modularity to replace that with xpc (XPluginComposite) at some point (cherry picked from commit 48e6a75fbdd0fee86e364f02ace83f20b312a2b2)
2007-12-04Darwin: Rework build system to more accurately reveal code infrastructure ↵Jeremy Huddleston2-6/+204
and facilitate future modularity. (cherry picked from commit e8399fd4d66a2b77b770c277e2fa424229a721b2)
2007-11-29Darwin: #ifdefs around dix-config.h include and NDEBUG/assert.h workaround.Jeremy Huddleston10-1/+18
(cherry picked from commit d2b768890f0878ae4e3fec8f7219e82b79256133)
2007-11-26Darwin,Rootless: Makefile cleanupJeremy Huddleston1-10/+10
(cherry picked from commit 9c6d8a035b712b219833653ac637b89703a9b0c3)
2007-11-22Darwin: Remove the PaintWindow optimization which snuck back in.Jeremy Huddleston1-2/+0
2007-11-22Darwin: Added missing Makefile.amJeremy Huddleston1-0/+30
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 Huddleston4-6/+11
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 Huddleston4-9/+8
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-08Undo some last-minute breakage in xpr.hBen Byer1-2/+0
2007-11-08Fixed focus problem (clicking on an X11 window that sits behindBen Byer2-0/+34
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 Byer1-1/+2
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-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 Byer2-1/+9
2007-11-04pulling in changes from xorg-server-1.2-apple branchBen Byer3-15/+26
2007-09-19XDarwin: mass change from using xorg-config.h to dix-config.h cuz we're not ↵Ben Byer9-27/+25
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-06-29Death to RCS tags.Adam Jackson9-11/+0
2007-02-17cleaned up some linking ugliness in hw/darwin/quartzBen Byer5-51/+8
2007-02-16updated darwin/quartz/xpr (libXplugin interface for Mac OS X) supportBen Byer12-7/+339
2006-12-15Convert callers of SecurityLookupDrawable() to dixLookupDrawable().Eamon Walsh1-12/+10
2006-12-14Naming change: Security*Access -> Dix*AccessEamon Walsh1-2/+2
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson14-17/+0
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone1-5/+0
Get rid of almost all uses of these definitions. They're still defined for delinquent out-of-tree drivers, and also for the Mesa build. As well as for miinitext.c. But largely gone.
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone2-2/+2
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone5-5/+5
2005-05-06Fix build issues on Mac OS X 10.4.0.Torrey Lyons1-1/+1
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone5-8/+8
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 Lyons1-10/+23
on Mac OS X when genie-restoring from the Dock to ensure that the animation completes before drawing the frame.
2004-09-21Add offscreen GLX direct rendering with XDarwin's xpr backend (JohnTorrey Lyons3-149/+215
Harper).
2004-09-18Bugzilla #1032: Make rootless acceleration functions compatible withTorrey Lyons1-1/+5
Damage.
2004-09-17Update Apple's list and hash utility routines to latest versions (JohnTorrey Lyons3-132/+152
Harper).
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 Eich16-16/+19
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004Egbert Eich16-16/+16
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004Egbert Eich16-16/+16
2004-02-26readding XFree86's cvs IDsEgbert Eich16-16/+16
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich16-16/+16
2003-12-04XFree86 4.3.99.901 (RC 1)Kaleb Keithley3-4/+48
2003-11-25Initial revisionKaleb Keithley16-0/+4173