Commit Graph

3742 Commits

Author SHA1 Message Date
Ben Byer
49b2fb0965 Patch to fix various issues with the launcher, courtesy of Jeremy Huddleston 2007-11-20 03:43:12 -08:00
Ben Byer
53ecf39fbf These changes are necessary, yet not sufficient, to get 8-bit indexed
color mode working in Xquartz.
2007-11-20 03:43:09 -08:00
Ben Byer
ec0d30011c Fixed the call to xp_init so that we now receive Motion notifications even
if X is not the active application.
fixes <rdar://problem/5167664> xeyes dead until window activation
2007-11-20 03:43:03 -08:00
Ben Byer
10a5178258 Fix {/usr/X11,/Applications/Utilities}/X11.app install targets to properly respect
$DESTDIR.  Credit to Jeremy Huddleston
2007-11-20 03:41:32 -08:00
Ben Byer
c213749b19 fixes to allow Xvfb and Xephyr to be built if you build with --disable-xdarwin 2007-11-20 03:41:29 -08:00
Ben Byer
906c3195c9 fix for spurious "Are you sure you want to quit?" message 2007-11-20 03:41:27 -08:00
Ben Byer
d54bb8fafa Adding "fake RandR" support from old X11.app 2007-11-20 03:41:24 -08:00
Ben Byer
654d1019f3 Patch to rootless code that should fix many crashes. Credit to Ken Thomases
at CodeWeavers for the patch.  From his description:

Fix a display bug with the X server.  The Generic Rootless extension
installs overrides for certain GC (graphics context) operations.  Within
these overrides, they temporarily uninstall themselves, perform their work,
and then reinstall themselves.  Except sometimes they would return early
and wouldn't reinstall themselves when they should.  Now they do in all cases.

Fix a bug in RootlessCopyWindow where early returns could leave the screen's
dispatch table entry for CopyWindow unwrapped.  We think that this is
another case (hopefully the last) of the rootless drawing bug.
2007-11-20 03:41:22 -08:00
Ben Byer
7768c63675 formatting fixes 2007-11-20 03:41:19 -08:00
Ben Byer
6efdc6ca7b Fix for off-by-one error in menu bar height calculation -- props to Nicholas Riley! 2007-11-20 03:41:17 -08:00
Ben Byer
5d0c594e1d Undo some last-minute breakage in xpr.h 2007-11-20 03:41:14 -08:00
Ben Byer
cd7ab53241 removed debugging output 2007-11-20 03:41:12 -08:00
Ben Byer
c536ddf6ae Fixed focus problem (clicking on an X11 window that sits behind
an Aqua window would not always bring it to the top of the stack.
2007-11-20 03:41:09 -08:00
Ben Byer
36fca3bc35 formatting changes. 2007-11-20 03:41:07 -08:00
Ben Byer
9a0ee8b746 Fixed Spaces issue, correctly -- dragging an X window from one
Space to another in Expose mode now works.
2007-11-20 03:41:04 -08:00
Ben Byer
ed161d013c Fixed glx/DarwinGlx symbol problems; other servers (such as xvfb and xnest)
should now be buildable from this code if you pass e.g. --enable-xvfb
to configure.
2007-11-20 03:40:56 -08:00
Ben Byer
d24c85e507 formatting cleanup 2007-11-20 03:39:00 -08:00
Ben Byer
e8af07211f Fixed logic error that prevent JIS (Japanese) keyboard layouts from
being detected.
2007-11-20 03:38:57 -08:00
Ben Byer
83ef367458 Disable deferred updates in xp_init to fix performance problems
-- thanks to Eric Gouriou for pointing out the issue
2007-11-20 03:38:50 -08:00
Ben Byer
907129f62b Initial support for Spaces -- if you use Expose to drag an X11
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-20 03:36:16 -08:00
Ben Byer
0ed01da098 Fix for focus issue:
<rdar://problem/5289578> X11 menu bar uncoupled from X11 application's windows
Credit to William Mortensen for submitting the first community patch!
2007-11-20 03:30:44 -08:00
Ben Byer
23cdc7027a Swap modifier keys for buttons 2 and 3 -- now Option-click is the middle click 2007-11-20 03:30:41 -08:00
Ben Byer
c42059a8ad default for is_uchr should be 1, not 0 2007-11-20 03:30:39 -08:00
Ben Byer
94c71a1405 fixed an uninitialized variable, which caused keyboard breakage on x86
when building with optimization enabled.
2007-11-20 03:30:36 -08:00
Ben Byer
6a14175622 add -DROOTLESS_WORKAROUND to CFLAGS 2007-11-20 03:30:34 -08:00
Ben Byer
ed15fe4f52 fixed bug that prevented customized Applications menu items
with arguments from working
2007-11-20 03:30:31 -08:00
Ben Byer
a1c8b66164 fix incorrectly formatted .xinitrc warning 2007-11-20 03:30:29 -08:00
Ben Byer
005b7d637a Trap Deactivate messages and release modifiers to avoid "stuck shift lock" (etc) bugs 2007-11-20 03:30:26 -08:00
Ben Byer
579a051457 Workaround for a bug where the holding down Command to make a "fake"
button 2 click would actually result in a Command-2 chord.
(I.e. it wasn't releasing Command before clicking the fake button.)
2007-11-20 03:26:54 -08:00
Ben Byer
d01986d5a9 DIX Fix: QueryFontReply packets can be too big to be allocated on the stack 2007-11-20 03:18:42 -08:00
Ben Byer
65c67205fd Enable PseudoramiX extension by default, like on the old server 2007-11-20 03:18:21 -08:00
Ben Byer
37679cadf8 make dist fixes 2007-11-20 03:17:45 -08:00
Ben Byer
cfdf2fa281 Added patch fix yellow-cursor problem which appears on some Intel Macs 2007-11-20 03:17:00 -08:00
Ben Byer
a2a2bbfe84 Some autoconf hacks to make 'make dist' work correctly 2007-11-20 03:16:49 -08:00
Ben Byer
616ba3c7d6 finished committing downstream changes 2007-11-20 03:15:02 -08:00
Ben Byer
b8e6c80c0d more patches, autoconf fixes... 2007-11-20 03:13:06 -08:00
Ben Byer
120e831640 More patches from downstream 2007-11-20 03:01:12 -08:00
Ben Byer
2c4d1eeb41 removed CVS Id tags 2007-11-20 02:25:59 -08:00
Ben Byer
a1d901d686 merged the rest of Apple patches to xserver 2007-11-20 02:24:54 -08:00
Ben Byer
e3f9867e86 added missing file from Apple version of 7.2 2007-11-20 02:21:14 -08:00
Ben Byer
68ad49994f added Apple-specific defaults to configure.ac 2007-11-20 02:05:41 -08:00
Peter Hutterer
cbf775cde7 XKB: Generate correct key repeat events (bug #13114)
Make sure we send the correct event for the type of device when we're
sending key repeat events, which stops repeats being sent to incorrect
windows.
2007-11-17 22:50:07 +01:00
Michel Dänzer
3e987ea670 EXA: Don't attempt to move in pixmaps that can't be accelerated.
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=12815 .

(Related to commit 5d74416740 on master.)
2007-11-17 22:42:31 +01:00
Michel Dänzer
75b9dc907b EXA: Make sure tile offsets passed to drivers are never negative.
Thanks to Björn Steinbrink for pointing out the problem on IRC.

(cherry picked from commit 006f652505 with
 modifications.)
2007-11-17 22:40:36 +01:00
Michel Dänzer
732d586b09 EXA: Punt on fallback case not handled correctly in exaFillRegionTiled.
Fixes http://bugs.freedesktop.org/show_bug.cgi?id=12520 .

(From master commit c7d6d1f5, modified to suit.)
2007-11-17 22:39:34 +01:00
Daniel Stone
a3aed33244 XKB: Don't ring the bell when we don't have a BellProc (bug #13246)
(cherry picked from commit 55888552769ce6361174285b09dfb78ee22c170d)
2007-11-17 22:35:58 +01:00
Daniel Stone
f3a5d67688 GetKeyboardEvents: Reject out-of-range keycodes (bug #12528)
We can only deal with keycodes between 8 and 255, so make sure that we never
accept anything out of this range.
(cherry picked from commit 0e800ca465)
2007-11-17 22:07:08 +01:00
Naoki Hamada
35bf7c738a Input: Fix key down test (bug #12858)
Fix the botched previous key_is_down test, which would give false positives.
Also move key_autorepeats to a separate inline function.
(cherry picked from commit 242f56f722)
2007-11-17 22:06:51 +01:00
Daniel Stone
b3de1b9d37 XFree86 Misc/VidMode: Remove ridiculous debug ErrorFs
When we're building with --enable-debug, don't emit an ErrorF every time a
function gets called.
(cherry picked from commit 6d59bb5709)
2007-11-17 22:06:49 +01:00
Dodji Seketeli
007e2239cf Xephyr: don't initialise the GLX extension 2007-11-12 20:29:12 +01:00