Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-28 | Restore the CLOCK_CNTL_INDEX *after* we're done messing with it. Makes Xorg | Mark Kettenis | |
properly restore the video mode upon exit on macppc. ok matthieu@, deraadt@ | |||
2011-02-22 | run makewhatis -v | Marc Espie | |
(needs -current !) okay miod@ | |||
2011-02-21 | Restore the CLOCK_CNTL_INDEX *after* we're done messing with it. Makes Xorg | Mark Kettenis | |
properly restore the video mode upon exit on macppc and sparc64. Already merged upstream. ok matthieu@, no objection miod@ | |||
2011-02-21 | Better instructions for accelerated PCI configuration, including a | Miod Vallat | |
working configuration template people can use, should they need to provide the refresh frequencies their monitor support in order to get high resolution truecolor modes. ok matthieu@ | |||
2011-02-21 | sync | Todd T. Fries | |
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-17 | Some updates for 4.9 release. | Matthieu Herrb | |
- we're now at X.Org 7.6 - many applicatons now support anti-aliased, client-side fonts ok miod@, todd@ | |||
2011-02-13 | if we are saving the pointer location for a specific client, make sure | Okan Demirmen | |
that if it is not already inbounds, put it in the default location, which happens to be inbounds. behavior noticed by Thomas Pfaff while maximizing and un-maximizing a window, leaving the pointer behind and causing client_cycle() to be a bit lost. ok oga@ | |||
2011-02-13 | we lose track of highstack somewhere, so recompute it before we need it. | Ted Unangst | |
fixes a crash reported by christian neukirchen. ok okan | |||
2011-02-11 | puffy 4.9 | Todd T. Fries | |
2011-02-11 | update | Matthieu Herrb | |
2011-02-11 | Avoid dereferencing a NULL pointer during VT switches when composite | Matthieu Herrb | |
is active. Fix confirmed to fix observed crash by dcoppa@ canacar@. ok marco@. | |||
2011-02-08 | Fix a crash in zaphod mode if one screen is not present. | Matthieu Herrb | |
tested by jasper@, shadchin@. ok shadchin@. | |||
2011-02-07 | As noticed by david@, empty files were installed instead of formatted | Ingo Schwarze | |
GL manuals because Imake still tried to use nroff(1), tbl(1), and eqn(1) which do not exist in base any longer. Thus, let the Xenocara build use mandoc(1) instead, which has native tbl(7) support, and passes eqn source code through unchanged for now, which is more useful than what groff did. However, as suggested by espie@, use the groff port when building Ports. That always works because all ports using imake still have USE_GROFF=Yes. thanks for useful hints to todd@ matthieu@ espie@ naddy@ tested by todd@ in Xenocara builds on i386, amd64, and macppc ok matthieu@ and naddy@, and miod@ also agrees with the general direction | |||
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 | update | Matthieu Herrb | |
2011-01-28 | Update to xbiff 1.0.3. No functional change. | Matthieu Herrb | |
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-25 | update | Matthieu Herrb | |
2011-01-24 | sync | Todd T. Fries | |
2011-01-22 | Update to x11perf 1.5.3 | Matthieu Herrb | |
2011-01-22 | Update to xfwp 1.0.2 | Matthieu Herrb | |
2011-01-22 | Update to twm 1.0.6. No functional change. | Matthieu Herrb | |
2011-01-22 | Bug-fix upgrade to pixman 0.20.2. No API/ABI change. | Matthieu Herrb | |
tested by shadchin@, ajacoutot@, krw@, ok miod@ | |||
2011-01-20 | Enable weak symbols under OpenBSD on non-ELF platforms, too. | Miod Vallat | |
ok matthieu@ todd@ | |||
2011-01-18 | Picture -> FvwmPicture, to avoid collisions with xrandr includes. | Marc Espie | |
As noticed by Tristan Le Guern. okay matthieu@ | |||
2011-01-16 | fix index of glgetstring, okay matthieu@ | Marc Espie | |
2011-01-16 | Fix compiling layout fr. | Alexandr Shadchin | |
ok matthieu@ | |||
2011-01-14 | sync | Todd T. Fries | |
2011-01-12 | update | Matthieu Herrb | |
2011-01-12 | Indicate that devices need access to legacy VGA resources. Makes sure xserver | Mark Kettenis | |
disables DRI if the VGA arbiter is in use. ok matthieu@ | |||
2011-01-11 | Update to xkbcomp 1.2.0. | Alexandr Shadchin | |
ok matthieu@ | |||
2011-01-11 | Update to xkbevd 1.1.2. No functional change. | Alexandr Shadchin | |
ok matthieu@ | |||
2011-01-11 | Update to xkbprint 1.0.3. No functional change. | Alexandr Shadchin | |
ok matthieu@ | |||
2011-01-11 | update | Matthieu Herrb | |
2011-01-11 | update | Matthieu Herrb | |
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-10 | Update makefile-wrapper for xkeyboard-config 2.0 | Alexandr Shadchin | |
ok matthieu | |||
2011-01-10 | Update xkeyboard-config to 2.0 | Alexandr Shadchin | |
ok matthieu | |||
2011-01-09 | Fix 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-04 | update | Matthieu Herrb | |
2011-01-04 | Add new documentation from xproto 7.0.20. | Matthieu Herrb | |
2011-01-04 | update to xproto 7.0.20. 2 new keysyms definitions plus lots of doc fixes. | Matthieu Herrb | |
2011-01-04 | update to xproto 7.0.20. 2 new keysyms definitions plus lots of doc fixes. | Matthieu Herrb | |
2011-01-04 | Update to resourceproto 1.1.1. No functional change. | Matthieu Herrb | |
2011-01-02 | sync | Matthieu Herrb | |
2011-01-02 | Specify default xkb rules for Xnest and Xephyr. | Matthieu Herrb | |