Ben Byer
0ff273fd1e
XDARWIN: fixes to make Xquartz build again
2007-09-09 16:29:08 -07:00
Ben Byer
f8637137ab
XDARWIN: build fix for quartz/pseudoramiX.c
2007-09-09 16:29:08 -07:00
Ben Byer
35ec8b89f4
DDX changes for XDarwin
...
Creating a real DDX section for XDarwin instead of
stuffing it into the XORG section in a half-assed manner.
2007-09-06 05:34:14 -07:00
Ben Byer
8b77dc7e80
XDARWIN: build breakage fix
2007-09-05 14:48:38 -07:00
Ben Byer
8ba8c16af7
build fixes for XDarwin
2007-09-05 13:46:30 -07:00
Ben Byer
28e48cd8e6
Another pathname fix for event_status_driver.h
2007-09-05 04:43:17 -07:00
Ben Byer
b6c0697fd6
fixed path for event_status_driver.h
...
(The path currently used is deprecated on Tiger and invalid on Leopard.)
2007-09-05 04:40:03 -07:00
Eric Anholt
a02db0d500
Convert servers to using _DEPENDENCIES to ensure proper rebuilds.
...
This cleans up server Makefile.ams a little bit, but also means that people
messing with configure.ac need to be careful with whether they put libraries
in the _LIBS or _SYS_LIBS targets. Hopefully the comment in configure.ac will
clarify the issues.
2007-08-31 13:09:45 -07:00
Adam Jackson
ae7f71a8b3
Implement core protocol backing store exclusively in terms of Composite.
...
Composite's automatic redirection is a more general mechanism than the
ad-hoc BS machinery, so it's much prettier to implement the one in terms
of the other. Composite now wraps ChangeWindowAttributes and activates
automatic redirection for windows with backing store requested. The old
backing store infrastructure is completely gutted: ABI-visible structures
retain the function pointers, but they never get called, and all the
open-coded conditionals throughout the DIX layer to implement BS are gone.
Note that this is still not a strictly complete implementation of backing
store, since Composite will throw the bits away on unmap and therefore
WhenMapped and Always hints are equivalent.
2007-08-25 15:08:20 -04:00
Daniel Stone
18ab4d5594
Darwin: Remove missing file
...
Xserver.m is missing and still hasn't been added, so just remove it for now.
2007-08-01 07:27:53 +03:00
Adam Jackson
4d76075dbb
Death to RCS tags.
2007-06-29 14:06:52 -04:00
Brian
a240c039c4
Split the xserver/fb/fbcmap.c file into two files.
...
Now, fbcmap_mi.c contains the fb functions which just wrap mi functions.
Previously, these were in fbcmap.c and compiled when XFree86Server was defined.
Now, clients of fbcmap should either use fbcmap.c or fbcmap_mi.c and not worry
about setting the XFree86Server symbol.
2007-04-03 09:28:21 -06:00
Ben Byer
9d94c13759
updated todo list
2007-03-06 11:09:30 -08:00
Ben Byer
a05ffca8dd
rewrote event handling, Xquartz now has working mouse and keyboard. use it\!
2007-03-06 10:36:51 -08:00
Ben Byer
3206e92258
moved new event-handling code from X11Application.m to darwinEvents.c in preparation for making all Darwin servers use it
2007-03-06 02:31:59 -08:00
Ben Byer
ec1ef8a56d
Fixed Darwin's Makefile.am to fix a problem building X11.app
2007-03-06 00:57:23 -08:00
Ben Byer
fe7b8f4237
began to factor out code to move to darwinEvents.c
2007-03-05 03:48:27 -08:00
Ben Byer
537dc5ecde
started moving new input code into darwinEvents.c so that it may be shared by the three servers
2007-03-05 02:30:56 -08:00
Ben Byer
215e3691b7
stopped using XTrans internals in X11.app because they're apparently no longer public
2007-03-03 21:52:56 -08:00
Ben Byer
ea8dcc458e
Makefile fix for X11.app
2007-03-03 21:51:20 -08:00
Ben Byer
1850821259
fixed X11.xcodeproj to get CFLAGS and LDFLAGS from autoconf script
2007-03-03 21:41:33 -08:00
Ben Byer
7f2b9f3790
autoconf fixes for XDarwin (created DARWIN_LIBS)
2007-03-03 19:27:53 -08:00
Ben Byer
2dafc46e3d
Fixed pointer events in Xquartz -- Keyboard events work, but
...
the keycodes are incorrect.
2007-03-01 17:44:39 -08:00
Ben Byer
39ecd6fff4
Rewrote parts of the Xquartz event-handling code (thanks daniels and whot!)
...
It should still be considered a work in progress, but mouse events almost work.
2007-03-01 01:45:19 -08:00
Ben Byer
272d9341d0
fix for hw/darwin/Makefile.am to properly use XSERVER_LIBS
2007-02-27 16:27:26 -08:00
Ben Byer
ab0fc8c1ad
verbiage corrected per daniels
2007-02-27 00:14:35 -08:00
Ben Byer
cdd4c84572
added hw/darwin/README.apple file with some todo items and props.
2007-02-26 23:57:02 -08:00
Ben Byer
776d4d6587
X11.app now builds correctly
2007-02-26 23:40:00 -08:00
Ben Byer
154d2c13f4
more changes for X11.app
2007-02-26 19:39:26 -08:00
Ben Byer
fa06e11f97
added hw/darwin/apple directory, which contains source and data files to build
...
a version of the X11.app shipped with Mac OS X, using the X.org server.
2007-02-26 17:06:53 -08:00
Ben Byer
81876bc5dd
oops, missed a spot
2007-02-17 04:07:11 -08:00
Ben Byer
d287b76471
cleaned up some linking ugliness in hw/darwin/quartz
2007-02-17 03:47:42 -08:00
Ben Byer
81444486be
autoconf goodness for XDarwin, courtesy of pogma
2007-02-17 02:23:11 -08:00
Ben Byer
93777c7b96
more patches to make the Quartz part of XDarwin work again
...
(thanks Peter and Torrey!)
2007-02-17 00:22:39 -08:00
Ben Byer
612144c811
More build fixes / updates for XDarwin:
...
quartz/cr: "Cocoa Rootless" support (deprecated in favor of xpr?)
quartz/fullscreen: Fullscreen support using Xplugin (not yet functional)
2007-02-17 00:09:58 -08:00
Ben Byer
84efe23ae8
updated darwin/quartz/xpr (libXplugin interface for Mac OS X) support
2007-02-16 04:37:38 -08:00
Ben Byer
9ecf79ca01
Beginnings of an update Darwin driver
2007-02-15 05:22:21 -08:00
Ben Byer
136bb4874a
iokit support for XDarwin
2007-02-15 05:14:38 -08:00
Ben Byer
3ead1afe78
Beginning of patches to add XDarwin support to the modular tree;
...
special thanks to Torrey Lyons and Peter O'Gorman for making this possible.
This is the automake framework for the XDarwin.app interface files.
2007-02-15 05:09:29 -08:00
Eamon Walsh
f11dafaafc
Convert callers of SecurityLookupDrawable() to dixLookupDrawable().
2006-12-15 16:51:58 -05:00
Eamon Walsh
25d5e0a629
Convert callers of SecurityLookupWindow() to dixLookupWindow().
2006-12-15 15:50:46 -05:00
Eamon Walsh
04c721854f
Convert callers of LookupWindow() to dixLookupWindow().
2006-12-15 14:19:54 -05:00
Eamon Walsh
6c46645cfc
Naming change: Security*Access -> Dix*Access
2006-12-14 14:45:42 -05:00
Daniel Stone
ad631afcf3
make core keyboard/pointer map functions act on all core-sending devices
...
Make Set{Keyboard,Modifier,Pointer}Mapping act on all devices which send core
events.
Change LegalModifier to accept a DeviceIntPtr.
2006-09-29 00:34:23 +03:00
Daniel Stone
e87e68634d
remove .cvsignores from EXTRA_DIST
2006-07-30 11:11:59 +03:00
Adam Jackson
0aaac95b0d
Remove RCS tags. Fix Xprint makefile braindamage.
2006-07-21 17:56:00 -04:00
Daniel Stone
84683f19b4
get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE
...
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.
2006-07-18 18:17:38 -04:00
Adam Jackson
4c7da86118
Bug #5300 : Fix missing spaces in the Build OS line in the log. (Egmont
...
Koblinger)
2006-04-04 14:17:04 +00:00
Alan Coopersmith
345d99c972
Typo fixes (Nicholas Joly, XFree86 bugzilla #1658 )
2006-02-27 16:19:39 +00:00
Kevin E Martin
fce11fdf03
Fix typo (DIST_EXTRA -> EXTRA_DIST)
2005-10-12 02:11:06 +00:00
Kevin E Martin
578e18d11b
Add darwin to dist
...
Include missing docs in EXTRA_DIST
Include headers and other files in dist
2005-10-07 14:27:47 +00:00
Daniel Stone
0bb669638f
Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".
2005-07-03 08:53:54 +00:00
Daniel Stone
9b1debcdb6
Change all misc.h and os.h references to <X11/foo.h>.
2005-07-01 22:43:43 +00:00
Torrey Lyons
78e4cb67d0
Fix build issues on Mac OS X 10.4.0.
2005-05-06 00:45:30 +00:00
Daniel Stone
292c4cff26
Fix includes right throughout the Xserver tree:
...
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.
2005-04-20 12:25:48 +00:00
Torrey Lyons
7a4e5f4006
Fix cases in Darwin build where a variable is declared static and later as
...
extern (XFree86 Bug #1576 , Jordan Frank).
2005-04-16 00:21:21 +00:00
Torrey Lyons
55dc930a18
Fix XDarwin's handling of Wacom tablet mouse buttons (Based on patch
...
suggested by Daphne Pfister).
2005-04-02 02:29:24 +00:00
Torrey Lyons
fa9847aeb9
Allow rootless implementations to override frame reordering. This is used
...
on Mac OS X when genie-restoring from the Dock to ensure that the
animation completes before drawing the frame.
2004-10-08 00:35:08 +00:00
Torrey Lyons
884cb060ee
Update XDarwin project to Xcode 1.5 format and remove unused
...
QUARTZ_SAFETY_DELAY code.
2004-09-22 23:52:39 +00:00
Torrey Lyons
35a3bf13a8
Add option for XDarwin to track system keyboard layout changes as they
...
occur (John Harper and Torrey T. Lyons).
2004-09-22 23:38:33 +00:00
Torrey Lyons
1b3fa4d53b
Warning fixes.
2004-09-22 22:52:03 +00:00
Torrey Lyons
269012e601
Add offscreen GLX direct rendering with XDarwin's xpr backend (John
...
Harper).
2004-09-21 22:01:14 +00:00
Torrey Lyons
6344bb51e2
Bugzilla #1032 : Make rootless acceleration functions compatible with
...
Damage.
2004-09-18 00:38:30 +00:00
Torrey Lyons
cedb9a8d62
Update Apple's list and hash utility routines to latest versions (John
...
Harper).
2004-09-17 21:57:26 +00:00
Torrey Lyons
198e62c44b
Documentation only update: Update XDarwin application version for release.
2004-08-21 00:46:01 +00:00
Torrey Lyons
2889ad2cb8
Fix crash in rootless XDarwin due to rootless being initialized before
...
damage extension.
2004-08-12 20:24:36 +00:00
Torrey Lyons
c7bc76f663
Fix leftover XF86_VERSION_SNAP macro.
2004-08-11 23:53:36 +00:00
Torrey Lyons
784e4d1cc0
Merge many XDarwin improvements:
...
- 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-07-30 19:12:18 +00:00
Torrey Lyons
d380647739
Add initial Xinput support for XDarwin (Greg Parker).
2004-07-30 18:22:13 +00:00
Torrey Lyons
41641c11ec
Make XDarwin not default to StaticColor on ix86 (Shantonu Sen).
2004-07-30 17:37:09 +00:00
Egbert Eich
2fb5886200
Merging XORG-CURRENT into trunk
2004-04-23 19:54:30 +00:00
Torrey Lyons
f1394ec3ce
Change XFree86 Project to X.Org Foundation in localized XDarwin splash
...
screens.
2004-03-24 22:15:25 +00:00
Torrey Lyons
d2bbcc0dee
Change XFree86 Project to X.Org Foundation in XDarwin splash screen.
2004-03-24 22:12:34 +00:00
Egbert Eich
dae90c3af9
Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
2004-03-14 08:34:49 +00:00
Egbert Eich
867451f1ab
Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
2004-03-03 12:12:50 +00:00
Egbert Eich
df0313d35b
readding XFree86's cvs IDs
2004-02-26 13:36:15 +00:00
Egbert Eich
147aae87fd
Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
2004-02-26 09:23:53 +00:00
Egbert Eich
3c64b65d80
Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004
2004-01-29 08:08:57 +00:00
Kaleb Keithley
12e532010b
XFree86 4.3.99.902 (RC 2)
2003-12-19 20:55:39 +00:00
Kaleb Keithley
a84f16a9ad
XFree86 4.3.99.901 (RC 1)
2003-12-04 22:03:38 +00:00
Kaleb Keithley
adc7f9a4eb
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
2003-11-25 19:29:01 +00:00
Kaleb Keithley
90f1536dd3
Initial revision
2003-11-25 19:29:01 +00:00
Kaleb Keithley
9508a382f8
Initial revision
2003-11-14 16:48:57 +00:00