summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-09Import fontconfig 2.10.91 in a separate directory Matthieu Herrb
to make room for a BSD make build system.
2006-11-26Importing xserver from X.Org 7.2RC2Matthieu Herrb
2006-11-26Importing xserver from X.Org 7.2RC2Matthieu Herrb
2006-11-26Importing xserver from X.Org 7.2RC2Matthieu Herrb
2006-11-25Import freetype 2.2.1Matthieu Herrb
2021-10-31Disable 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-29updateMatthieu Herrb
2021-10-29syncMatthieu Herrb
2021-10-29Update to libepoxy 1.5.9. ok jsg@Matthieu Herrb
2021-10-28syncStuart Henderson
2021-10-27Add definitions to install the man page in the correct place.Matthieu Herrb
2021-10-27updateMatthieu Herrb
2021-10-27PREFIX -> prefixMatthieu Herrb
2021-10-27Add a pkg-config file for libxcvtMatthieu Herrb
2021-10-27build infrastructure for libxcvtMatthieu Herrb
2021-10-27import libxcvt, needed by future X server update. Matthieu Herrb
2021-10-27oops typo in pathMatthieu Herrb
2021-10-27Import libxcvt, needed by future xserver 21.1Matthieu Herrb
2021-10-25Remove 3rd argument to open() when flags don't include O_CREATMatthieu Herrb
2021-10-25Remove 3rd argument to open() when flags don't include O_CREATMatthieu Herrb
ok deraadt@ ian@
2021-10-17updateMatthieu Herrb
2021-10-17Update to xterm 369. Tested by many.Matthieu Herrb
2021-09-20Allow login when ~/.Xauthority does not existGeorge 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-16updateMatthieu Herrb
2021-09-15oops typoMatthieu Herrb
2021-09-15Explicitely disable dmx supportMatthieu Herrb
2021-09-09updateJonathan Gray
2021-09-09Merge Mesa 21.1.8Jonathan Gray
2021-09-09Import Mesa 21.1.8Jonathan Gray
2021-09-06missing pathnames on unveil() errorTheo de Raadt
2021-09-06Don't exit if unveil() fails. ok deraadt@Matthieu Herrb
2021-09-05Remove libdmx sources.Matthieu Herrb
2021-09-05Update to libXfont2 2.0.5.Matthieu Herrb
2021-09-05updateMatthieu Herrb
2021-09-05syncMatthieu Herrb
2021-09-05Unlink libdmx from the build. Not used anywhere.Matthieu Herrb
Confirmed by sthen@ for ports
2021-09-03updateMatthieu Herrb
2016-11-02Import libXfont2 version 2.0.1Matthieu Herrb
2006-11-25import from X.Org 7.2RC2Matthieu Herrb
2021-09-03updateMatthieu Herrb
2021-09-03Update to xserver 1.20.13.Matthieu Herrb
2021-09-03syncMatthieu Herrb
2021-09-03Disable building all of the non Unicode fonts, keep only ISO8859-1.Matthieu Herrb
2021-09-03Replace <sys/param.h>Matthieu Herrb
2021-09-03remove useless <sys/param.h> includeMatthieu Herrb
2021-09-02Unveil 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-31regenMatthieu Herrb
2021-08-31remove `pwd $0` bashismMatthieu Herrb
2021-08-31Make 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-30zap trailing white spaceMatthieu Herrb