summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2024-04-28Update to bitmap 1.1.1Matthieu Herrb
2024-04-10Grab the pointer against the root window instead of the client we're attemptingOkan 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-28Update to xbiff 1.0.5Matthieu Herrb
2024-01-28Update to xeyes 1.3.0Matthieu Herrb
2024-01-28Update to fonttosfnt 1.2.3Matthieu Herrb
2024-01-22Rewrite 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-19Substitute "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-14Replace another memset() with explicit_bzero() since the goal is the reasonClaudio Jeker
why we have explicit_bzero(). OK matthieu@
2023-12-14Use proper len in strndup() call for the style argument.Claudio Jeker
OK matthieu@
2023-11-10Add group handling to match fbtab(5). Suggested by and ok aja@Matthieu Herrb
2023-09-06include 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-20Allow cwm(1) to cycle through windows of the same window class as theOkan Demirmen
active window; default key binding to M-grave, respectively Alt-Tilde, like other window managers have as well. from Simon Dassow
2023-07-03Update xwd to version 1.0.9Matthieu Herrb
2023-07-03Update xrdb to version 1.2.2Matthieu Herrb
2023-07-03Update setxkbmap to version 1.3.4Matthieu Herrb
2023-05-07Update to xinput 1.6.4Matthieu Herrb
2023-05-07Fix clang warning in local changes.Matthieu Herrb
2023-05-07Update to xdpyinfo 1.3.4Matthieu Herrb
2023-05-07Update to xcalc 1.1.2Matthieu Herrb
2023-04-27Fix variable name typo: mcyursor -> mycursor.Anthony J. Bentley
discussed with robert@
2023-04-24Fix spacing in rendered manpage.Anthony J. Bentley
2023-04-14make 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-10Update to xwininfo 1.1.6Matthieu Herrb
2023-04-10Update to xvidtune 1.0.4Matthieu Herrb
2023-04-10Update to xkbcomp 1.4.6Matthieu Herrb
2023-04-10Update to xhost 1.0.9Matthieu Herrb
2023-04-10Update to xdriinfo 1.0.7Matthieu Herrb
2023-04-10Update to beforelight 1.0.6Matthieu Herrb
2023-03-22cwm: fix a semi-transparency border issue with some applicationsOmar 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-05Update to xterm 378. tested/ok op@, tb@Matthieu Herrb
2023-01-22enlarge mkstemp() pattern to 10 'X'Matthieu Herrb
2023-01-22Update xinit to version 1.4.2Matthieu Herrb
2023-01-22Update xvinfo to version 1.1.5Matthieu Herrb
2023-01-22udate xset to version 1.2.5Matthieu Herrb
2023-01-22Update xrandr to version 1.5.2Matthieu Herrb
2023-01-22Update xprop to version 1.2.6Matthieu Herrb
2023-01-22Fix botched configure.ac mergeMatthieu Herrb
2023-01-22Fix botched configure.ac mergeMatthieu Herrb
2023-01-22Update xlsclients to version 1.1.5Matthieu Herrb
2023-01-22Update xlsatoms to version 1.1.4Matthieu Herrb
2023-01-22Update xlogo to version 1.0.6Matthieu Herrb
2023-01-22Update xkill to vesion 1.0.6Matthieu Herrb
2023-01-22Upate xkbevd to version 1.1.5Matthieu Herrb
2023-01-22Update xcompmgr to version 1.1.9Matthieu Herrb
2023-01-22Update xgamma to version 1.0.7Matthieu Herrb
2022-12-04Update xfd to version 1.1.4Matthieu Herrb
2022-11-10Prevent 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-09Update xterm to version 375. ok tb@Matthieu Herrb
and also tested by Walter Alejandro Iglesias
2022-11-07remove references to bitmap fonts that aren't used by the greeter anymoreMatthieu Herrb
2022-11-07missed CVS add/remove in previous update to 274. noticed by tb@Matthieu Herrb