summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
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
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