Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2021-09-09 | Merge Mesa 21.1.8 | Jonathan Gray | |
2021-09-09 | Import Mesa 21.1.8 | Jonathan Gray | |
2021-09-06 | missing pathnames on unveil() error | Theo de Raadt | |
2021-09-06 | Don't exit if unveil() fails. ok deraadt@ | Matthieu Herrb | |
2021-09-05 | Remove libdmx sources. | Matthieu Herrb | |
2021-09-05 | Update to libXfont2 2.0.5. | Matthieu Herrb | |
2021-09-05 | update | Matthieu Herrb | |
2021-09-05 | sync | Matthieu Herrb | |
2021-09-05 | Unlink libdmx from the build. Not used anywhere. | Matthieu Herrb | |
Confirmed by sthen@ for ports | |||
2021-09-03 | update | Matthieu Herrb | |
2016-11-02 | Import libXfont2 version 2.0.1 | Matthieu Herrb | |
2006-11-25 | import from X.Org 7.2RC2 | Matthieu Herrb | |
2021-09-03 | update | Matthieu Herrb | |
2021-09-03 | Update to xserver 1.20.13. | Matthieu Herrb | |
2021-09-03 | sync | Matthieu Herrb | |
2021-09-03 | Disable building all of the non Unicode fonts, keep only ISO8859-1. | Matthieu Herrb | |
2021-09-03 | Replace <sys/param.h> | Matthieu Herrb | |
2021-09-03 | remove useless <sys/param.h> include | Matthieu Herrb | |
2021-09-02 | Unveil paths needed by xterm at run-time. work with tb@ and deraadt@ | Matthieu Herrb | |
Only in (default) case where there are no exec-formatted or exec-selected resources set. In those case the commands and their arguments could be anywhere. | |||
2021-08-31 | regen | Matthieu Herrb | |
2021-08-31 | remove `pwd $0` bashism | Matthieu Herrb | |
2021-08-31 | Make xterm use my_wcwidth unconditionally again. | Martijn van Duren | |
CharWidth is a conditional wrapper that assumes that all wide characters in the range 32-126 and 160-255) are latin-1 characters and are identical with the unicode (UTF-8) codepoints and result in a width of 1. This is correct in so far that the names of these code-points are identical, but for SHY (soft-hyphen) the explanation of how it should be used differs between unicode and latin-1. Latin-1 assumes that it's always displayed, for unicode it should only be displayed after local grammar rules apply. This wrapper got introduced in xterm #334 and is on the short-list of Thomas Dickey to fix. Since we don't know when the next release is going to be, commit this one now, so we have it fixed before 7.0. Originally discrepency between xterm and wcwidth(3) pointed out by Lauri Tirkkonen (lauri <at> hacktheplanet <dot> fi). OK matthieu@ | |||
2021-08-30 | zap trailing white space | Matthieu Herrb | |