Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-20 | Remove mac68k bits from Xenocara. | Matthieu Herrb | |
The imake config bits are not removed. Those files are frozen, until they can be removed, once the last port that still uses imake dies. | |||
2012-06-16 | screenFd -> consoleFd conversions that were missed in xserver 1.12 import. | Matthieu Herrb | |
2012-06-10 | Update to xserver 1.12.2. tested by naddy@, krw@, mpi@. | Matthieu Herrb | |
2012-06-10 | Update to xserver 1.12.2. tested by naddy@, krw@, mpi@. | Matthieu Herrb | |
2012-04-04 | Return an error much earlier if recvmsg fails. | Matthieu Herrb | |
2012-03-10 | Disable doc formatting tools explicitely | Matthieu Herrb | |
2012-03-04 | Introduce a black list of drivers for Xorg -configure, and blacklist | Matthieu Herrb | |
all radeon driver variants, except radeonold. This fixes the conflicting symbols warnings seen by Xorg -configure and forces it to use radeonold in the generated xorg.conf file. Xorg -configure is still broken in many ways, and should be avoided. | |||
2012-02-11 | Use the 'macintosh' xkb model on adb keyboards. From mpi@, reminded by | Matthieu Herrb | |
landry@. ok deraadt@ | |||
2012-02-07 | Disable build of Xserver on hp300 and mac68k. Building the Xserver | Matthieu Herrb | |
with gcc 2.95 is getting hopeless and there is not enough manpower at the moment to switch these platforms to a more recent compiler. ok miod@, Nick@ | |||
2012-01-31 | Update to xserver 1.11.4. tested by krw@, shadchin@. | Matthieu Herrb | |
2012-01-08 | Switch to the xf86-input-ws input driver for mouse by default. | Matthieu Herrb | |
ok shadchin@. | |||
2011-12-29 | Revert stuff from my local tree which leaked in xserver 1.11.3 update. | Matthieu Herrb | |
2011-12-18 | Bugfix Update to xserver 1.11.3 | Matthieu Herrb | |
2011-11-15 | Merge patch from http://patchwork.freedesktop.org/patch/7707/, | Antoine Jacoutot | |
Xi: allow passive keygrabs on the XIAll(Master)Devices fake deviceslogin. Amongst other things, this fixes a regression that can be seen in media keys handling under gnome-settings-daemon. ok matthieu@ | |||
2011-11-05 | Bring back ChangeLog | Matthieu Herrb | |
2011-11-05 | Update to xserver 1.11.2 | Matthieu Herrb | |
2011-10-18 | Fix CVE-2011-4028: File disclosure vulnerability. | Matthieu Herrb | |
use O_NOFOLLOW to open the existing lock file, so symbolic links aren't followed, thus avoid revealing if it point to an existing file. Note that xserver on OpenBSD isn't affected by CVE-2011-4029. | |||
2011-09-21 | Use the synaptics driver with ALPS touchpads | Martin Pieuchot | |
with and ok matthieu@ | |||
2011-09-17 | Cleaning of current solution for 'Kill X on Ctrl+Alt+Backspace on default' | Alexandr Shadchin | |
ok matthieu@ | |||
2011-08-31 | unifdef support for xkeyboard-config. | Matthieu Herrb | |
I don't know why cvs didn't pick up this chunk. Noticed by okan@ | |||
2011-08-21 | Fix default xkboptions settings here too. | Matthieu Herrb | |
2011-08-20 | Remove warnings emitted when a device can't be opened. This | Matthieu Herrb | |
is just noise and now happens while the X autoconfiguration code probes all /dev/wsmouse<n> devices. If the error matters, the driver will emit a proper error nevertheless. | |||
2011-07-04 | Fix transformation of events supplying only a valuator for the y-coordinate. | Mark Kettenis | |
ok matthieu@ | |||
2011-07-04 | A wscons keyboard type of zaurus should map to an XKB model of zaurus | Matthieu Herrb | |
2011-06-29 | regen | Matthieu Herrb | |
2011-06-29 | Introduce new autoconfiguration code for X input drivers, based on X | Matthieu Herrb | |
hotplug framework.This also takes care of the configuration of the keyboard layout from the wscons layout that was hacked inside the keyboard driver. Tested by many, ok oga@. | |||
2011-05-30 | If you do not have XkbOptions in xorg.conf, it is automatically set to | Alexandr Shadchin | |
"terminate: ctrl_alt_bksp" (only if XENOCARA_USE_XKEYBOARD_CONFIG=Yes) tested ajacoutot@, ok matthieu@ | |||
2011-04-27 | Enable X-ACE and XC-SECURITY extensions, now that they build on | Matthieu Herrb | |
OpenBSD. Requested and tested by tedu@. | |||
2011-04-02 | Update to xserver 1.9.5. Tested by jasper@, ajacoutot@ and krw@ | Matthieu Herrb | |
2011-04-01 | Xi: add XI_Focus{In,Out} to swapped events. | Matthieu Herrb | |
2011-04-01 | Use the array size for checking the validity of request numbers | Matthieu Herrb | |
instead of hard-coded constants. Suggested by Julien Cristau. | |||
2011-04-01 | Xext: fix test on extension number for the swapped case. | Matthieu Herrb | |
2011-03-28 | WriteReplyToClient() swaps rep contents if client and server endianess | Matthieu Herrb | |
differ. Cache rep.length so that it can be used after returning from WriteReplyToClient(). Fixes xinput --list when client and server have different endianess. gtk3-demo now fails a bit further in this case. | |||
2011-03-27 | Give XI2 requests a chance if server and client endianess differ. | Matthieu Herrb | |
There are more bugs in this code though. | |||
2011-03-08 | add a new build switch 'XENOCARA_USE_XKEYBOARD_CONFIG' to enable | Matthieu Herrb | |
the use of xkeyboard-config xkb definitions instead of the old xkbdata. This will make testing easier. No changes in default builds. ok shadchin@ | |||
2011-02-20 | Revert stuff that should not have been committed in version 1.33. | Matthieu Herrb | |
Noticed by krw@ | |||
2011-02-19 | Disable Xorg on alpha. Xrender is broken since 2 releases and I still | Matthieu Herrb | |
don't know how to fix it. ok miod@, todd@ | |||
2011-02-02 | Merge another EXA fix from X.Org 1.9.4RC1: | Matthieu Herrb | |
EXA: Pad size of system memory copy for 1x1 pixmaps (bug #32803). | |||
2011-01-31 | Apply fix from upstream: | Stefan Sperling | |
commit e06fa804009798ea95efa8babaabb0228dfdfe65 EXA: Fix crash with fill using 1x1 tile of depth < 8 (bug #24703). Fixes http://bugs.freedesktop.org/show_bug.cgi?id=24703 Reported by Barry Grumbine on ports@ ok matthieu@ | |||
2011-01-28 | restart recvmsg() if returning with errno==EINTR. | Matthieu Herrb | |
Fixes a crash on server reset on some machines. Code inspired by ssh, with feedback from guenther@ and millert@ ok guenther@ miod@ | |||
2011-01-28 | Effectively close the AGP device fd in xf86GARTCloseScreen() if it's | Matthieu Herrb | |
different from the consoleFd. Fixes crashes at server reset. "looks good" miod@, oga@. Tested by shadchin@. | |||
2011-01-10 | Call xf86Reconfigure() after readjusting the physical dimensions of the screen | Mark Kettenis | |
based on EDID information. Fixes issues with the mouse getting stuck on dual card setups. Still trying to push this one upstream. ok matthieu@ | |||
2011-01-02 | Specify default xkb rules for Xnest and Xephyr. | Matthieu Herrb | |
2011-01-02 | Enable Xorg and a few drivers on hppa. Only wsudl works for now. | Matthieu Herrb | |
2011-01-02 | Repair build of Xorg on hppa | Matthieu Herrb | |
2010-12-22 | Bring fix from rev 1.12 back once more. ok oga@. | Matthieu Herrb | |
2010-12-21 | Update to xorg-server 1.9.3. Tested by japser@, landry@ and ajacoutot@ | Matthieu Herrb | |
in various configurations. | |||
2010-12-06 | Initialize len before passing it to sysctl(3). | Mark Kettenis | |
ok matthieu@ | |||
2010-12-05 | Upgrade to xorg-server 1.9.2. | Matthieu Herrb | |
Tested by ajacoutot@, krw@, shadchin@ and jasper@ on various configurations including multihead with both zaphod and xrandr. | |||
2010-09-01 | regen (yes lots of files, since util-macros has been updated). | Matthieu Herrb | |