summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2022-02-21Merge Upstream fix for buffer overflow in sixel code.Matthieu Herrb
2022-01-27Add group-last command that shows only the previously active group; ok okanop
2022-01-06stop chowning old drm device nodesJonathan Gray
2021-12-24Allow bare numbers for key and mouse bindings; taken from similarOkan Demirmen
2021-11-30switch away from using tradcpp(1) to cpp(1)Robert Nagy
2021-11-22sync parse.y changes from base; ok naddy@Okan Demirmen
2021-11-19Do not attempt to grab keys without a keycode; this incidentally allowsOkan Demirmen
2021-10-31Disable mouse tracking by default.Matthieu 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
2021-10-17Update to xterm 369. Tested by many.Matthieu Herrb
2021-09-20Allow login when ~/.Xauthority does not existGeorge Koehler
2021-09-15oops typoMatthieu Herrb
2021-09-15Explicitely disable dmx supportMatthieu Herrb
2021-09-06Don't exit if unveil() fails. ok deraadt@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
2021-08-31Make xterm use my_wcwidth unconditionally again.Martijn van Duren
2021-08-30zap trailing white spaceMatthieu Herrb
2021-08-30Make DEF_SERVER configurable.Matthieu Herrb
2021-08-30Generate all the config scripts to avoid hard-coding /usr/X11R6.Matthieu Herrb
2021-08-29Update to twm 1.0.11Matthieu Herrb
2021-08-29Update to xwd 1.0.8Matthieu Herrb
2021-08-29Update to xkbcomp 1.4.5Matthieu Herrb
2021-08-29Update xeyes to 1.2.0Matthieu Herrb
2021-08-29Update to fonttosfnt 1.2.2Matthieu Herrb
2021-08-09Update to xrdb 1.2.1Matthieu Herrb
2021-08-01Improve the xenodm(1) manual page: describe the behaviour of te providedMatthieu Herrb
2021-06-26Remove a test target that was not intended to be committed.Matthieu Herrb
2021-06-26Set VT in Xservers for riscv64 too.Matthieu Herrb
2021-04-22Keep pointer within window on maximize/fullscreen togglekn
2021-04-02Update to xterm 367. Tested by abieber@, dv@ and Trondd. Thanks.Matthieu Herrb
2021-03-16Fix confusion in boolean resources parsing.Matthieu Herrb
2021-03-16Don't create non-existent atoms. ok kn@Matthieu Herrb
2021-03-14Skip IPv6 Link Local Addresses for TCP listener authorizations.Matthieu Herrb
2021-03-13Fix mis-indentationMatthieu Herrb
2021-03-13Don't add authorizations for TCP connections by default.Matthieu Herrb
2021-03-13Remove the 30s minimum delay for xlock timeouts. From Alex Raschi.Matthieu Herrb
2021-03-08Remove code writing .Xauthority in /tmp if it cannot write it in ${HOME}.Matthieu Herrb
2021-02-16Also call the VIDIOC_STREAMOFF ioctl when we stop a read(2) stream. ThisMarcus Glocker
2021-02-14Update to xterm 366. tested by jsg@Matthieu Herrb
2021-02-12chown /dev/dri/ nodes if they existJonathan Gray
2021-01-24making the default system.fvwmrc a bit less obsolete.Matthieu Herrb
2021-01-24Remove extra parenthesisMatthieu Herrb
2021-01-24add explicit braces to avoid dangling else warning and fix misleadingMatthieu Herrb
2021-01-24Add missing function prototypesMatthieu Herrb
2021-01-24Fix 'format string is not a string literal' warning.Matthieu Herrb
2021-01-24Fix pre C89 dummy() prototype.Matthieu Herrb
2021-01-24include <stdlib.h> to get exit() prototype declaration.Matthieu Herrb
2021-01-24include <string.h> to get strcmp() prototype declaration.Matthieu Herrb