Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-28 | Update to bitmap 1.1.1 | Matthieu Herrb | |
2024-04-10 | Grab the pointer against the root window instead of the client we're attempting | Okan Demirmen | |
to move and/or resize; prevents XNextEvent() from blocking on a client that might have been moved to a Withdrawn state. behavior noticed and reported by zenitds at proton.me - thanks! | |||
2024-01-28 | Update to xbiff 1.0.5 | Matthieu Herrb | |
2024-01-28 | Update to xeyes 1.3.0 | Matthieu Herrb | |
2024-01-28 | Update to fonttosfnt 1.2.3 | Matthieu Herrb | |
2024-01-22 | Rewrite the privsep imsg code using the new ibuf API. | Claudio Jeker | |
Properly wrap the imsg_read() / imsg_get() calls in a while loop. Do not initialize the fd of the struct ibuf to -1 (this is already done). Rewrite the imsg parser using imsg_get_ibuf(), ibuf_get and a local new function ibuf_get_string() which abstracts the extraction of the strings from the ibuf. Properly clear and free the user, pass and style variables. OK tb@ matthieu@ | |||
2023-12-19 | Substitute "100" for __default_termid__ instead of "vt100". | Todd C. Miller | |
The "vt" prefix is optional for the default terminal ID. Fixes an instance of "vtvt100" in the installed man page. OK matthieu@ | |||
2023-12-14 | Replace another memset() with explicit_bzero() since the goal is the reason | Claudio Jeker | |
why we have explicit_bzero(). OK matthieu@ | |||
2023-12-14 | Use proper len in strndup() call for the style argument. | Claudio Jeker | |
OK matthieu@ | |||
2023-11-10 | Add group handling to match fbtab(5). Suggested by and ok aja@ | Matthieu Herrb | |
2023-09-06 | include signal.h for kill(2) | Jonathan Gray | |
Remove an ifdef that prevented this. signal.h is part of posix and dtucker@ notes OpenSSH portable uses it without ifdefs. ok matthieu@ robert@ | |||
2023-07-20 | Allow cwm(1) to cycle through windows of the same window class as the | Okan Demirmen | |
active window; default key binding to M-grave, respectively Alt-Tilde, like other window managers have as well. from Simon Dassow | |||
2023-07-03 | Update xwd to version 1.0.9 | Matthieu Herrb | |
2023-07-03 | Update xrdb to version 1.2.2 | Matthieu Herrb | |
2023-07-03 | Update setxkbmap to version 1.3.4 | Matthieu Herrb | |
2023-05-07 | Update to xinput 1.6.4 | Matthieu Herrb | |
2023-05-07 | Fix clang warning in local changes. | Matthieu Herrb | |
2023-05-07 | Update to xdpyinfo 1.3.4 | Matthieu Herrb | |
2023-05-07 | Update to xcalc 1.1.2 | Matthieu Herrb | |
2023-04-27 | Fix variable name typo: mcyursor -> mycursor. | Anthony J. Bentley | |
discussed with robert@ | |||
2023-04-24 | Fix spacing in rendered manpage. | Anthony J. Bentley | |
2023-04-14 | make xenodm reload the environment variables after setusercontext(3) | Robert Nagy | |
so that environment variables configured in login.conf(5) are also available ok matthieu@, millert@ | |||
2023-04-10 | Update to xwininfo 1.1.6 | Matthieu Herrb | |
2023-04-10 | Update to xvidtune 1.0.4 | Matthieu Herrb | |
2023-04-10 | Update to xkbcomp 1.4.6 | Matthieu Herrb | |
2023-04-10 | Update to xhost 1.0.9 | Matthieu Herrb | |
2023-04-10 | Update to xdriinfo 1.0.7 | Matthieu Herrb | |
2023-04-10 | Update to beforelight 1.0.6 | Matthieu Herrb | |
2023-03-22 | cwm: fix a semi-transparency border issue with some applications | Omar Polo | |
When running with a compositor the border of some applications (firefox, chromium, zathura...) is not rendered correctly. Initializing the highest significant bits of the color fixes it. diff from Julien Blanchard (julien at typed-hole [dot] org); ok okan@ | |||
2023-02-05 | Update to xterm 378. tested/ok op@, tb@ | Matthieu Herrb | |
2023-01-22 | enlarge mkstemp() pattern to 10 'X' | Matthieu Herrb | |
2023-01-22 | Update xinit to version 1.4.2 | Matthieu Herrb | |
2023-01-22 | Update xvinfo to version 1.1.5 | Matthieu Herrb | |
2023-01-22 | udate xset to version 1.2.5 | Matthieu Herrb | |
2023-01-22 | Update xrandr to version 1.5.2 | Matthieu Herrb | |
2023-01-22 | Update xprop to version 1.2.6 | Matthieu Herrb | |
2023-01-22 | Fix botched configure.ac merge | Matthieu Herrb | |
2023-01-22 | Fix botched configure.ac merge | Matthieu Herrb | |
2023-01-22 | Update xlsclients to version 1.1.5 | Matthieu Herrb | |
2023-01-22 | Update xlsatoms to version 1.1.4 | Matthieu Herrb | |
2023-01-22 | Update xlogo to version 1.0.6 | Matthieu Herrb | |
2023-01-22 | Update xkill to vesion 1.0.6 | Matthieu Herrb | |
2023-01-22 | Upate xkbevd to version 1.1.5 | Matthieu Herrb | |
2023-01-22 | Update xcompmgr to version 1.1.9 | Matthieu Herrb | |
2023-01-22 | Update xgamma to version 1.0.7 | Matthieu Herrb | |
2022-12-04 | Update xfd to version 1.1.4 | Matthieu Herrb | |
2022-11-10 | Prevent users from enabling allowFontOps by menu or via resources. | Matthieu Herrb | |
This further protects from CVE-2022-2602 (although allowFontOps where disabled by default in OpenBSD since 2009). | |||
2022-11-09 | Update xterm to version 375. ok tb@ | Matthieu Herrb | |
and also tested by Walter Alejandro Iglesias | |||
2022-11-07 | remove references to bitmap fonts that aren't used by the greeter anymore | Matthieu Herrb | |
2022-11-07 | missed CVS add/remove in previous update to 274. noticed by tb@ | Matthieu Herrb | |