summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-02-02Merge 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-31Apply 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-28updateMatthieu Herrb
2011-01-28Update to xbiff 1.0.3. No functional change.Matthieu Herrb
2011-01-28restart 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-28Effectively close the AGP device fd in xf86GARTCloseScreen() if it'sMatthieu Herrb
different from the consoleFd. Fixes crashes at server reset. "looks good" miod@, oga@. Tested by shadchin@.
2011-01-25updateMatthieu Herrb
2011-01-24syncTodd T. Fries
2011-01-22Update to x11perf 1.5.3Matthieu Herrb
2011-01-22Update to xfwp 1.0.2Matthieu Herrb
2011-01-22Update to twm 1.0.6. No functional change.Matthieu Herrb
2011-01-22Bug-fix upgrade to pixman 0.20.2. No API/ABI change.Matthieu Herrb
tested by shadchin@, ajacoutot@, krw@, ok miod@
2011-01-20Enable weak symbols under OpenBSD on non-ELF platforms, too.Miod Vallat
ok matthieu@ todd@
2011-01-18Picture -> FvwmPicture, to avoid collisions with xrandr includes.Marc Espie
As noticed by Tristan Le Guern. okay matthieu@
2011-01-16fix index of glgetstring, okay matthieu@Marc Espie
2011-01-16Fix compiling layout fr.Alexandr Shadchin
ok matthieu@
2011-01-14syncTodd T. Fries
2011-01-12updateMatthieu Herrb
2011-01-12Indicate that devices need access to legacy VGA resources. Makes sure xserverMark Kettenis
disables DRI if the VGA arbiter is in use. ok matthieu@
2011-01-11Update to xkbcomp 1.2.0.Alexandr Shadchin
ok matthieu@
2011-01-11Update to xkbevd 1.1.2. No functional change.Alexandr Shadchin
ok matthieu@
2011-01-11Update to xkbprint 1.0.3. No functional change.Alexandr Shadchin
ok matthieu@
2011-01-11updateMatthieu Herrb
2011-01-11updateMatthieu Herrb
2011-01-10Call xf86Reconfigure() after readjusting the physical dimensions of the screenMark 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-10Update makefile-wrapper for xkeyboard-config 2.0Alexandr Shadchin
ok matthieu
2011-01-10Update xkeyboard-config to 2.0Alexandr Shadchin
ok matthieu
2011-01-09Fix double free in the case of windows with a _NET_WM_NAME property,Matthieu Herrb
reported by frantisek holop, patch by Tim van der Molen. Thanks to both.
2011-01-04updateMatthieu Herrb
2011-01-04Add new documentation from xproto 7.0.20.Matthieu Herrb
2011-01-04update to xproto 7.0.20. 2 new keysyms definitions plus lots of doc fixes.Matthieu Herrb
2011-01-04update to xproto 7.0.20. 2 new keysyms definitions plus lots of doc fixes.Matthieu Herrb
2011-01-04Update to resourceproto 1.1.1. No functional change.Matthieu Herrb
2011-01-02syncMatthieu Herrb
2011-01-02Specify default xkb rules for Xnest and Xephyr.Matthieu Herrb
2011-01-02Enable Xorg and a few drivers on hppa. Only wsudl works for now.Matthieu Herrb
2011-01-02Repair build of Xorg on hppaMatthieu Herrb
2011-01-01Fix duplicated code resulting from a bad merge of xdm 1.1.9.Matthieu Herrb
2010-12-22syncTodd T. Fries
2010-12-22Bring fix from rev 1.12 back once more. ok oga@.Matthieu Herrb
2010-12-22Do not remove(3) the device entry if open fails. ok oga@Matthieu Herrb
2010-12-21updateMatthieu Herrb
2010-12-21Update to xorg-server 1.9.3. Tested by japser@, landry@ and ajacoutot@Matthieu Herrb
in various configurations.
2010-12-19Update to xbitmaps 1.1.1. No visible change.Matthieu Herrb
2010-12-19Update to xbackkight 1.1.2. No functional change.Matthieu Herrb
2010-12-19updateMatthieu Herrb
2010-12-19Update to freetype 2.4.4. Tested by shadchin@, ajacoutot@, krw@.Matthieu Herrb
2010-12-14in MotionNotify geom.x, geom.y calculations take into account bwidth.Martynas Venckus
fixes the annoying bug where windows would go +bwidth pixels right, +bwidth pixels down. ok okan@
2010-12-12updatesMatthieu Herrb
2010-12-08Use ASCII art when the environment is not UTF-8 capable.OBMatthieu Herrb
Based on an initial patch by jasper@, ok jasper@.