Commit Graph

2727 Commits

Author SHA1 Message Date
Ben Byer
0504639d9f formatting cleanup 2007-11-19 02:38:20 -08:00
Ben Byer
c3a9b7a664 Fixed logic error that prevent JIS (Japanese) keyboard layouts from
being detected.
2007-11-19 02:38:20 -08:00
Ben Byer
707ae28034 bump version to 1.2a6 2007-11-19 02:38:20 -08:00
Ben Byer
1a1be462ed Disable deferred updates in xp_init to fix performance problems
-- thanks to Eric Gouriou for pointing out the issue
2007-11-19 02:38:20 -08:00
Ben Byer
a36983602f bump version to 1.2a5 2007-11-19 02:38:20 -08:00
Ben Byer
2d50ea8013 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-19 02:38:20 -08:00
Ben Byer
b6681aff2b bumped version to 1.2a4 2007-11-19 02:38:20 -08:00
Ben Byer
1f945fcabe Imported a fix from xserver/master which was part of a larger refactoring of fbComposite
code. This part fixes a logic error in SafeAlphaComposite where some return paths resulted
in the server changing the color depth of a Drawable out from under the client.
This caused random crashes in many cairo/pango/gtk apps. Props to Guy Harris for tracking
this down in WireShark, but it will probably solve problems in other apps (Inkscape, Gimp?)
2007-11-19 02:38:19 -08:00
Ben Byer
fd6a04e530 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-19 02:38:19 -08:00
Ben Byer
375d506209 bump version to 1.2a3 2007-11-19 02:38:19 -08:00
Ben Byer
0aa61293b6 Swap modifier keys for buttons 2 and 3 -- now Option-click is the middle click 2007-11-19 02:38:19 -08:00
Ben Byer
374eb38063 default for is_uchr should be 1, not 0 2007-11-19 02:38:19 -08:00
Ben Byer
947fdd9fe8 fixed an uninitialized variable, which caused keyboard breakage on x86
when building with optimization enabled.
2007-11-19 02:38:19 -08:00
Ben Byer
966d329b14 add -DROOTLESS_WORKAROUND to CFLAGS 2007-11-19 02:38:19 -08:00
Ben Byer
ab304446f7 fixed bug that prevented customized Applications menu items
with arguments from working
2007-11-19 02:38:19 -08:00
Ben Byer
cf51502a81 fix incorrectly formatted .xinitrc warning 2007-11-19 02:38:19 -08:00
Ben Byer
2b189a9933 Trap Deactivate messages and release modifiers to avoid "stuck shift lock" (etc) bugs 2007-11-19 02:38:19 -08:00
Ben Byer
0d5dd5dffa 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-19 02:38:19 -08:00
Ben Byer
13dd854431 DIX Fix: QueryFontReply packets can be too big to be allocated on the stack 2007-11-19 02:38:18 -08:00
Ben Byer
a221730d23 Enable PseudoramiX extension by default, like on the old server 2007-11-19 02:38:18 -08:00
Ben Byer
0c7acd113e make dist fixes 2007-11-19 02:38:18 -08:00
Ben Byer
2db9600f6a Added patch fix yellow-cursor problem which appears on some Intel Macs 2007-11-19 02:38:18 -08:00
Ben Byer
fe7d2be313 Some autoconf hacks to make 'make dist' work correctly 2007-11-19 02:38:18 -08:00
Ben Byer
f86d2ef33f finished committing downstream changes 2007-11-19 02:38:18 -08:00
Ben Byer
b3dc1483f7 more patches, autoconf fixes... 2007-11-19 02:38:18 -08:00
Ben Byer
6ff9f43ae2 More patches from downstream 2007-11-19 02:38:18 -08:00
Ben Byer
21f35c1b7c added missing "f" flag to jump target in asm blocks
(This sometimes prevents builds on Darwin, but is apparently
universally incorrect.  I just work here.)
2007-11-19 02:38:18 -08:00
Ben Byer
b79ecaba29 removed CVS Id tags 2007-11-19 02:38:17 -08:00
Ben Byer
e6253d49e0 merged the rest of Apple patches to xserver 2007-11-19 02:38:17 -08:00
Ben Byer
d300f631fc added missing file from Apple version of 7.2 2007-11-19 02:38:17 -08:00
Ben Byer
a5b49a19f9 added Apple-specific defaults to configure.ac 2007-11-19 02:38:17 -08:00
Tilman Sauerbeck
96c637350d Distribute hw/xfree86/modes. 2007-02-15 17:51:01 +01:00
Keith Packard
12505d9c0a Merge crtc/output-based mode selection code.
This code comes from the intel driver, so there's no history in this tree.

As the crtc/output-based mode selection code uses ddc, the ddc and i2c
modules have been merged into the server. Attempts to load them are safely
ignored now.
2007-02-14 18:13:15 -08:00
Eric Anholt
d1170fee8a Add missing dirty marking in a couple of fallback cases in the exaGlyphs path.
(cherry picked from commit 81aa7f059d)
2007-02-14 13:01:56 -08:00
Eric Anholt
f8fd7f23cf Mark sync when UploadToScreen succeeds in exaGlyphs().
(cherry picked from commit a5f19c5150)
2007-02-14 13:01:56 -08:00
Eric Anholt
c328513b36 Set the Damage version supported in the server, instead of using damageproto.
This was caught by distributions upgrading damageproto to 1.1, before the
server they had supported it.  The server then advertised the new version
without supporting the protocol.
(cherry picked from 8274ea6aa9 commit)
2007-02-13 13:26:25 -08:00
Alan Coopersmith
967865393c Plug memory leak in doLoadModule()
(cherry picked from cf7ca9d09c commit)
2007-02-13 13:25:46 -08:00
Alan Coopersmith
46e3ed88cc Make xf1bpp build correctly with compilers that don't support -include
(cherry picked from 0f0c321adf commit)
2007-02-13 13:25:43 -08:00
Eric Anholt
ed1778cfb2 Merge EXA updates up to commit cf5b29d75d.
This is EXA version 2.1, including the damagetrack work.
2007-02-12 16:08:00 -08:00
Eric Anholt
9fbb845e8b Provide option to report damage after operation is complete.
(cherry picked from commit 6060b612de)
2007-02-12 16:02:29 -08:00
Eric Anholt
fe13ebbe69 Fix the size expectations of xRRSetCrtcGamma.
It was using REQUEST_SIZE_MATCH (client request length must equal request size)
rather than REQUEST_AT_LEAST_SIZE (client request length must be at least
big enough for request size), and this request has data following the request
structure.
(cherry picked from commit 4f2f3233c8)
2007-02-02 12:14:40 -08:00
George Sapountzis
ec1c2fc092 dmx: drop leftover __GLXdrawablePrivateRec struct.
(cherry picked from commit cf5b29d75d)
2007-02-02 11:13:02 -08:00
Keith Packard
8798c8cfa8 Allow DDX to not supply a property set notification function.
Check rrOutputSetProperty and only call if it isn't NULL.
2007-01-30 19:05:20 -08:00
Keith Packard
895250181b Use old resource API in backported patch.
1.2 branch doesn't have the resource lookup changes, so we need to use the
old APIs.
2007-01-30 18:45:44 -08:00
Keith Packard
f993e142d2 Make Xinearama screen information reflect CRTC rotation.
(cherry picked from commit b6b8559321)
2007-01-29 23:04:17 -08:00
Eric Anholt
72754184f1 Really fix optimized render cases being hit when they shouldn't.
I don't know how this define slipped in there.  Fixes
6fdfd9dad9.
2007-01-29 23:01:52 -08:00
Eric Anholt
1225a49da2 Account for CRTC rotation in the cursor containment code. 2007-01-29 23:01:51 -08:00
Eric Anholt
364fb547d4 When changing a non-pending property, call the screen rrOutputSetProperty hook. 2007-01-29 23:01:51 -08:00
Eric Anholt
11307c4b88 Don't forget to add the property we configure to the properties list. 2007-01-29 23:01:50 -08:00
Eric Anholt
07e5c928ab Track rename of DamagePost -> DamageAdd. 2007-01-29 23:01:49 -08:00