Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-12-05 | Darwin: Flattened quartz into darwin, renamed darwin xquartz | Jeremy Huddleston | 20 | -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-04 | Darwin: Rework build system to more accurately reveal code infrastructure ↵ | Jeremy Huddleston | 2 | -6/+204 | |
and facilitate future modularity. (cherry picked from commit e8399fd4d66a2b77b770c277e2fa424229a721b2) | |||||
2007-11-29 | Darwin: #ifdefs around dix-config.h include and NDEBUG/assert.h workaround. | Jeremy Huddleston | 10 | -1/+18 | |
(cherry picked from commit d2b768890f0878ae4e3fec8f7219e82b79256133) | |||||
2007-11-26 | Darwin,Rootless: Makefile cleanup | Jeremy Huddleston | 1 | -10/+10 | |
(cherry picked from commit 9c6d8a035b712b219833653ac637b89703a9b0c3) | |||||
2007-11-22 | Darwin: Remove the PaintWindow optimization which snuck back in. | Jeremy Huddleston | 1 | -2/+0 | |
2007-11-22 | Darwin: Added missing Makefile.am | Jeremy Huddleston | 1 | -0/+30 | |
2007-11-22 | Darwin: More syncing witn xorg-server-1.2-apple | Jeremy Huddleston | 1 | -15/+8 | |
2007-11-22 | Darwin: Misc cleanups to line up with xorg-server-1.2-apple | Jeremy Huddleston | 4 | -6/+11 | |
2007-11-21 | Darwin: Added some DEBUG_LOG sauce to the XP_EVENT handling code | Ben Byer | 1 | -26/+27 | |
(cherry picked from commit ec84a4cef66a2b46ed71f9758c434ea629d2f270) | |||||
2007-11-21 | Darwin: Fixed the call to xp_init so that we now receive Motion ↵ | Ben Byer | 1 | -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-21 | Darwin: Initial support for Spaces -- if you use Expose to drag an X11 | Ben Byer | 1 | -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-21 | Darwin: Dead code removal, Code cleanup, Added launcher | Jeremy Huddleston | 4 | -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-08 | Undo some last-minute breakage in xpr.h | Ben Byer | 1 | -2/+0 | |
2007-11-08 | Fixed focus problem (clicking on an X11 window that sits behind | Ben Byer | 2 | -0/+34 | |
an Aqua window would not always bring it to the top of the stack. | |||||
2007-11-08 | Initial support for Spaces -- if you use Expose to drag an X11 | Ben Byer | 1 | -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-08 | Disable deferred updates in xp_init to fix performance problems | Ben Byer | 1 | -1/+1 | |
-- thanks to Eric Gouriou for pointing out the issue | |||||
2007-11-05 | pulling more patches over from xorg-xserver-1.2-apple branch | Ben Byer | 2 | -1/+9 | |
2007-11-04 | pulling in changes from xorg-server-1.2-apple branch | Ben Byer | 3 | -15/+26 | |
2007-09-19 | XDarwin: mass change from using xorg-config.h to dix-config.h cuz we're not ↵ | Ben Byer | 9 | -27/+25 | |
using the X.org ddx anymore | |||||
2007-09-13 | Remove the PaintWindow optimization. | Eric Anholt | 1 | -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-29 | Death to RCS tags. | Adam Jackson | 9 | -11/+0 | |
2007-02-17 | cleaned up some linking ugliness in hw/darwin/quartz | Ben Byer | 5 | -51/+8 | |
2007-02-16 | updated darwin/quartz/xpr (libXplugin interface for Mac OS X) support | Ben Byer | 12 | -7/+339 | |
2006-12-15 | Convert callers of SecurityLookupDrawable() to dixLookupDrawable(). | Eamon Walsh | 1 | -12/+10 | |
2006-12-14 | Naming change: Security*Access -> Dix*Access | Eamon Walsh | 1 | -2/+2 | |
2006-07-21 | Remove RCS tags. Fix Xprint makefile braindamage. | Adam Jackson | 14 | -17/+0 | |
2006-07-18 | get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE | Daniel Stone | 1 | -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-03 | Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h". | Daniel Stone | 2 | -2/+2 | |
2005-07-01 | Change all misc.h and os.h references to <X11/foo.h>. | Daniel Stone | 5 | -5/+5 | |
2005-05-06 | Fix build issues on Mac OS X 10.4.0. | Torrey Lyons | 1 | -1/+1 | |
2005-04-20 | Fix includes right throughout the Xserver tree: | Daniel Stone | 5 | -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-08 | Allow rootless implementations to override frame reordering. This is used | Torrey Lyons | 1 | -10/+23 | |
on Mac OS X when genie-restoring from the Dock to ensure that the animation completes before drawing the frame. | |||||
2004-09-21 | Add offscreen GLX direct rendering with XDarwin's xpr backend (John | Torrey Lyons | 3 | -149/+215 | |
Harper). | |||||
2004-09-18 | Bugzilla #1032: Make rootless acceleration functions compatible with | Torrey Lyons | 1 | -1/+5 | |
Damage. | |||||
2004-09-17 | Update Apple's list and hash utility routines to latest versions (John | Torrey Lyons | 3 | -132/+152 | |
Harper). | |||||
2004-08-12 | Fix crash in rootless XDarwin due to rootless being initialized before | Torrey Lyons | 1 | -1/+12 | |
damage extension. | |||||
2004-07-30 | Merge many XDarwin improvements: | Torrey Lyons | 1 | -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-23 | Merging XORG-CURRENT into trunk | Egbert Eich | 16 | -16/+19 | |
2004-03-14 | Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 | Egbert Eich | 16 | -16/+16 | |
2004-03-03 | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 | Egbert Eich | 16 | -16/+16 | |
2004-02-26 | readding XFree86's cvs IDs | Egbert Eich | 16 | -16/+16 | |
2004-02-26 | Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 | Egbert Eich | 16 | -16/+16 | |
2003-12-04 | XFree86 4.3.99.901 (RC 1) | Kaleb Keithley | 3 | -4/+48 | |
2003-11-25 | Initial revision | Kaleb Keithley | 16 | -0/+4173 | |