Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-20 | Fix typo which led to a non-existent config file. | Matthieu Herrb | |
Noticed by tim@. | |||
2021-11-19 | Do not attempt to grab keys without a keycode; this incidentally allows | Okan Demirmen | |
XF86 keys support. found and fix by Luis Henriques <henrix@camandro.org> | |||
2021-11-17 | Use the InternalEvent event structure in more places in events handlers. | Matthieu Herrb | |
This fixes a crash when a DeviceEvent struct converted to InteralEvent was beeing copied as InternalEvent (and thus causing out of bounds reads) in ActivateGrabNoDelivery() | |||
2021-11-17 | Don't set SourceValidate pointer to NULL | Matthieu Herrb | |
inspired from similar code in amdgpu(4), fixes a crash when xrandr(1) is invoked with X server 21.1.1. reported by espie@ | |||
2021-11-15 | sync | Theo de Raadt | |
2021-11-14 | do not disable bitmap fonts by default; | Robert Nagy | |
if you already have /etc/fonts/conf.d/70-no-bitmaps.conf, you might want to delete it ok matthieu@ | |||
2021-11-12 | sync; some of these were wrong | Theo de Raadt | |
2021-11-11 | update | Matthieu Herrb | |
2021-11-11 | sync | Matthieu Herrb | |
2021-11-11 | Fixes for xserver 1.21 | Matthieu Herrb | |
2021-11-11 | Fixes for xserver 21.1 | Matthieu Herrb | |
2021-11-11 | Update to git -current version for compatibility with Xserver 21.1 | Matthieu Herrb | |
2021-11-11 | Update to xserver 21.1.1 | Matthieu Herrb | |
2021-11-11 | Update to xserver 21.1.0 | Matthieu Herrb | |
2021-11-11 | Hook libxcvt to the build | Matthieu Herrb | |
2021-11-11 | Update to libXi 1.8 | Matthieu Herrb | |
2021-11-11 | Update to libXfixes 6.0.0 | Matthieu Herrb | |
2021-11-11 | Update xorgprotos to 2021.5 | Matthieu Herrb | |
2021-11-11 | Update to fontconfig 2.13.94 | Matthieu Herrb | |
2021-11-11 | Missed removed files | Matthieu Herrb | |
2021-11-11 | Update to Freetype 2.11.0 | Matthieu Herrb | |
2021-11-02 | bump PYTHON_VERSION for switch from Python 3.8 -> 3.9 | Stuart Henderson | |
2019-01-20 | Initial import of xorgproto 2018.4 | Matthieu Herrb | |
2013-03-09 | Import fontconfig 2.10.91 in a separate directory | Matthieu Herrb | |
to make room for a BSD make build system. | |||
2006-11-26 | Importing xserver from X.Org 7.2RC2 | Matthieu Herrb | |
2006-11-26 | Importing xserver from X.Org 7.2RC2 | Matthieu Herrb | |
2006-11-26 | Importing xserver from X.Org 7.2RC2 | Matthieu Herrb | |
2006-11-25 | Import freetype 2.2.1 | Matthieu Herrb | |
2021-10-31 | Disable mouse tracking by default. | Matthieu Herrb | |
This causes extra control sequences to be sent to the shell when an application that has it enabled crashes. Discussed with deraadt@ | |||
2021-10-29 | update | Matthieu Herrb | |
2021-10-29 | sync | Matthieu Herrb | |
2021-10-29 | Update to libepoxy 1.5.9. ok jsg@ | Matthieu Herrb | |
2021-10-28 | sync | Stuart Henderson | |
2021-10-27 | Add definitions to install the man page in the correct place. | Matthieu Herrb | |
2021-10-27 | update | Matthieu Herrb | |
2021-10-27 | PREFIX -> prefix | Matthieu Herrb | |
2021-10-27 | Add a pkg-config file for libxcvt | Matthieu Herrb | |
2021-10-27 | build infrastructure for libxcvt | Matthieu Herrb | |
2021-10-27 | import libxcvt, needed by future X server update. | Matthieu Herrb | |
2021-10-27 | oops typo in path | Matthieu Herrb | |
2021-10-27 | Import libxcvt, needed by future xserver 21.1 | Matthieu Herrb | |
2021-10-25 | Remove 3rd argument to open() when flags don't include O_CREAT | Matthieu Herrb | |
2021-10-25 | Remove 3rd argument to open() when flags don't include O_CREAT | Matthieu Herrb | |
ok deraadt@ ian@ | |||
2021-10-17 | update | Matthieu Herrb | |
2021-10-17 | Update to xterm 369. Tested by many. | Matthieu Herrb | |
2021-09-20 | Allow login when ~/.Xauthority does not exist | George Koehler | |
If you had no .Xauthority, you needed to log in twice, because xenodm created .Xauthority after your 1st session failed. problem found by solene@ ok matthieu@ deraadt@ | |||
2021-09-16 | update | Matthieu Herrb | |
2021-09-15 | oops typo | Matthieu Herrb | |
2021-09-15 | Explicitely disable dmx support | Matthieu Herrb | |
2021-09-09 | update | Jonathan Gray | |