summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
13 daysupdate to xwud 1.0.7Matthieu Herrb
13 daysupdate to xrandr 1.5.3Matthieu Herrb
13 daysupdate to xmag 1.0.8Matthieu Herrb
13 daysupdate to xkbprint 1.0.7Matthieu Herrb
13 daysupdate to xcmsdb 1.0.7Matthieu Herrb
13 daysupdate to xclipboard 1.1.5Matthieu Herrb
13 daysupdate to xbacklight 1.2.4Matthieu Herrb
13 daysupdate to fonttosnft 1.2.4Matthieu Herrb
13 daysupdate to bdftopcf 1.1.2Matthieu Herrb
2024-08-12Update to x11perf 1.7.0Matthieu Herrb
2024-08-12Fix a crash in when printing decreased intensity unicode right quoteMatthieu Herrb
using bit-mapped fonts. Reported by Matthew Martin and fix confirmed by Thomas Dickey.
2024-07-25Update to xterm 393. tested by op@ and naddy@Matthieu Herrb
2024-07-11Update to appres 1.0.7Matthieu Herrb
2024-06-04Link sxpm to the build. Remined by jsg@ originally ok tb@Matthieu Herrb
2024-06-04Explicitely build sxpm in app, after the new libXpm has been installed.Matthieu Herrb
This makes sure it is linked against the new libXpm, not the existing one in /usr/X11R6/lib which may reference to an old, incompatible libc. ok tb@
2024-05-04Revert to xkbcomp 1.4.6. for now.Matthieu Herrb
version 1.4.7 has memory management issues found by mbuhl@
2024-04-28Update to xkbcomp 1.4.7Matthieu Herrb
2024-04-28Update xsm to 1.0.6Matthieu Herrb
2024-04-28Update to xrefresh 1.1.0Matthieu Herrb
2024-04-28Update to xprop 1.2.7Matthieu Herrb
2024-04-28Update to xpr 1.2.0Matthieu Herrb
2024-04-28Update to xmore 1.0.4Matthieu Herrb
2024-04-28Update to xmessage 1.0.7Matthieu Herrb
2024-04-28Update to xlsfonts 1.0.8Matthieu Herrb
2024-04-28Update to xload 1.2.0Matthieu Herrb
2024-04-28Update to xkbutils 1.0.6Matthieu Herrb
2024-04-28Update to xfontsel 1.1.1Matthieu Herrb
2024-04-28Update to xev 1.2.6Matthieu Herrb
2024-04-28Update to xedit 1.2.4Matthieu Herrb
2024-04-28Update to mkfontscale 1.2.3Matthieu Herrb
2024-04-28Update to xauth 1.1.3Matthieu Herrb
2024-04-28Update to listres 1.0.6Matthieu Herrb
2024-04-28Update to iceauth 1.0.10Matthieu Herrb
2024-04-28Update editres to 1.0.9Matthieu Herrb
2024-04-28bitmap: regen autotools for 1.1.1Matthieu Herrb
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