Ben Byer
7f1780091b
Fixed Spaces issue, correctly -- dragging an X window from one
...
Space to another in Expose mode now works.
2007-11-19 02:38:20 -08:00
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
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
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
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
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
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
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
George Sapountzis
ec1c2fc092
dmx: drop leftover __GLXdrawablePrivateRec struct.
...
(cherry picked from commit cf5b29d75d )
2007-02-02 11:13:02 -08:00
Keith Packard
ceca97cb84
Merge branch 'server-1.2' into randr-1.2-for-server-1.2
2007-01-29 22:03:19 -08:00
Adam Jackson
bd8ef88d18
Bump video and input ABI minors.
...
Sadly this is a video ABI number already present in master, but that'll
just have to change, won't it?
2007-01-22 23:00:06 -05:00
Eric Anholt
fd77f9cbba
Try dlsym(RTLD_DEFAULT) first when finding symbols.
...
The previous mechanism failed when finding drm symbols now that libdrm has
moved to being linked by libdri instead of being linked into the server.
(cherry picked from aab2ca2042 commit)
2007-01-22 17:53:15 -05:00
Alan Coopersmith
1dac07bf52
Update pci.ids to 2007-01-18 snapshot
...
(includes a whole bunch of ATI device id updates)
(cherry picked from 8b3a591cd3 commit)
2007-01-18 16:04:41 -08:00
Aaron Plattner
7c937bfb8d
Fix BSF and BSR instructions in the x86 emulator.
...
Patch courtesy of Michael Yaroslavtsev.
(cherry picked from 66fa87292e commit)
2007-01-10 15:34:23 -05:00
Samuel Thibault
594d180fe4
remove last remaning 'linux'isms (bug #5613 )
...
Make sure we don't build non-Linux stuff in configure.ac, and test based
on userland, rather than kernel.
2006-12-24 06:31:05 +02:00
Keith Packard
06a4be5e7a
Merge branch 'server-1.2-branch' into randr-1.2-for-server-1.2
2006-12-21 23:52:24 -08:00
Alan Coopersmith
f4ef99e816
xorg.conf man page should say "XFree86-DGA", not "Xorg-DGA"
...
(cherry picked from e437f357b6 commit)
2006-12-21 10:51:27 -08:00
Alan Coopersmith
5f14c9a78b
Xorg & Xserver man page updates for 1.2 release
...
- Added -extension & +extension to Xserver man page
- Changed Xorg synopsis from X11R6 to X11R7
- Clarified Xorg ancestry description
- Moved Solaris to free/Open Source OS list
- Removed references to MetroLink module loader & getconfig
- Converted (1) to (__appmansuffix__) in a few more places
- Replaced http://www.freedesktop.org/cvs/ with http://gitweb.freedesktop.org/
(cherry picked from 1b029fd896 commit)
2006-12-18 14:51:49 -08:00
Samuel Thibault
bd7377f9e8
xfree86/hurd: re-add missing keyboard support (bug #5613 )
...
Re-add missing hurd_io.c and hurd_kbd.c, which aren't needed in master,
but are required in the 1.2.x branch.
2006-12-16 19:41:25 +02:00
James Steven Supancic III
c10663e9cc
Fix RENDER issues (bug #7555 ) and implement RENDER add/remove screen
...
support (bug #8485 ).
2006-12-16 12:04:42 -05:00
Kevin E Martin
7d927a6f6a
For Xvfb, Xnest and Xprt, compile fbcmap.c with -DXFree86Server
2006-12-16 12:03:30 -05:00
Alan Hourihane
731952c561
Set Int10Current->Tag for the linux native int10 module
...
Fixes bug #9296
2006-12-13 12:13:11 +00:00
Keith Packard
12c9714ba7
Merge branch 'server-1.2-branch' into randr-1.2-for-server-1.2
2006-12-12 09:22:14 -08:00
Alan Hourihane
8049eeea99
Fix bad commit
...
(cherry picked from 81281cb298 commit)
2006-12-12 11:28:55 +00:00
Alan Hourihane
f604d0b69a
Fix Xming fails to use xkb bug
...
bug #5049 (Colin Harrison)
(cherry picked from 792e0f71c6 commit)
2006-12-11 14:55:15 +00:00
Alan Hourihane
1587946f87
Fix Tooltip from minimized clients
...
Bug #3678 (Colin Harrison)
(cherry picked from 27d4b84f26 commit)
2006-12-11 14:52:07 +00:00