IABSD.fr/xenocara/app

Branch :


Log

Author Commit Date CI Message
598358d1 2025-03-16 13:29:46 Update to xauth 1.1.4
564822f0 2024-12-23 09:07:50 update to xprop 1.2.8
4531e6d5 2024-12-23 09:05:33 update to xlogo 1.0.7
d4894a69 2024-12-23 09:02:46 update to xkbevd 1.1.6
3cfa0cf1 2024-12-23 09:02:10 update to xcompmgr 1.1.10
0840a0e7 2024-12-23 09:01:12 update to oclock 1.0.6
8d58f153 2024-12-16 06:45:08 rgen
8782e59c 2024-12-16 06:44:57 Reduce diff with upstreams
12e6507c 2024-12-16 06:41:58 Fix merge error during last update.
0d1a675f 2024-11-21 13:45:40 xenocara xlock uses imsg for privsep. What changes: - imsg_init becomes imsgbuf_init but imsgbuf_init can now fail - Adding imsgbuf functions to hide the msgbuf functions: msgbuf_clear -> imsgbuf_clear msgbuf_write -> imsgbuf_write - Also rename imsg_read to imsgbuf_read. - Both imsgbuf_read and imsgbuf_write have simplified error handling. imsgbuf_write now returns 0 on success so that old wrong connection closed check must be removed - Remove now official ibuf_get_string() OK tb@ matthieu@
87e576f7 2024-11-14 20:10:46 Missed removals in xterm 395 update.
b7f08078 2024-11-14 20:05:31 Update to xterm 395. Tested by tb@, jsg@ and others.
ea93ed24 2024-11-11 09:25:00 update to xwud 1.0.7
cb67f237 2024-11-11 09:24:28 update to xrandr 1.5.3
6f7e85f0 2024-11-11 09:23:25 update to xmag 1.0.8
70926344 2024-11-11 09:23:00 update to xkbprint 1.0.7
3be9baab 2024-11-11 09:22:15 update to xcmsdb 1.0.7
743bd7e8 2024-11-11 09:21:31 update to xclipboard 1.1.5
3bb74704 2024-11-11 09:20:55 update to xbacklight 1.2.4
9a024981 2024-11-11 09:19:49 update to fonttosnft 1.2.4
29c7c296 2024-11-11 09:19:13 update to bdftopcf 1.1.2
4940024c 2024-08-12 05:20:36 Update to x11perf 1.7.0
f7ac3b6b 2024-08-12 05:03:28 Fix a crash in when printing decreased intensity unicode right quote using bit-mapped fonts. Reported by Matthew Martin and fix confirmed by Thomas Dickey.
7195d206 2024-07-25 19:22:53 Update to xterm 393. tested by op@ and naddy@
435333a4 2024-07-11 07:43:34 Update to appres 1.0.7
6b6dfde9 2024-06-04 08:13:08 Link sxpm to the build. Remined by jsg@ originally ok tb@
572bde41 2024-06-04 05:42:22 Explicitely build sxpm in app, after the new libXpm has been installed. 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@
ed7cf726 2024-05-04 09:53:35 Revert to xkbcomp 1.4.6. for now. version 1.4.7 has memory management issues found by mbuhl@
e46c7656 2024-04-28 14:14:08 Update to xkbcomp 1.4.7
cf96be14 2024-04-28 12:54:52 Update xsm to 1.0.6
80f4f579 2024-04-28 12:51:56 Update to xrefresh 1.1.0
a3f55646 2024-04-28 12:49:40 Update to xprop 1.2.7
da587460 2024-04-28 12:47:14 Update to xpr 1.2.0
60fd0285 2024-04-28 12:38:49 Update to xmore 1.0.4
6c0af7c9 2024-04-28 12:35:48 Update to xmessage 1.0.7
be3b6ad2 2024-04-28 12:32:48 Update to xlsfonts 1.0.8
3095b167 2024-04-28 12:29:03 Update to xload 1.2.0
6cc22593 2024-04-28 12:20:02 Update to xkbutils 1.0.6
cf4287ac 2024-04-28 10:39:03 Update to xfontsel 1.1.1
e04d0d9b 2024-04-28 10:30:49 Update to xev 1.2.6
4aa6b7f0 2024-04-28 10:12:50 Update to xedit 1.2.4
fea50c16 2024-04-28 10:11:51 Update to mkfontscale 1.2.3
7d004739 2024-04-28 10:07:02 Update to xauth 1.1.3
f43e8b4b 2024-04-28 09:52:45 Update to listres 1.0.6
3d047d44 2024-04-28 09:50:26 Update to iceauth 1.0.10
df7f20b4 2024-04-28 09:44:44 Update editres to 1.0.9
87a5a49f 2024-04-28 09:39:10 bitmap: regen autotools for 1.1.1
b3cd0cb8 2024-04-28 09:37:46 Update to bitmap 1.1.1
fff7e715 2024-04-10 19:38:22 Grab the pointer against the root window instead of the client we're attempting 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!
78af578b 2024-01-28 14:01:27 Update to xbiff 1.0.5
e053fd02 2024-01-28 14:00:32 Update to xeyes 1.3.0
63990854 2024-01-28 13:59:43 Update to fonttosfnt 1.2.3
553e6668 2024-01-22 10:13:34 Rewrite the privsep imsg code using the new ibuf API. 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@
975ee75e 2023-12-19 20:31:21 Substitute "100" for __default_termid__ instead of "vt100". The "vt" prefix is optional for the default terminal ID. Fixes an instance of "vtvt100" in the installed man page. OK matthieu@
77f3ff52 2023-12-14 09:46:10 Replace another memset() with explicit_bzero() since the goal is the reason why we have explicit_bzero(). OK matthieu@
f6e6877b 2023-12-14 09:44:15 Use proper len in strndup() call for the style argument. OK matthieu@
ccdae98f 2023-11-10 18:49:21 Add group handling to match fbtab(5). Suggested by and ok aja@
60273ffa 2023-09-06 09:29:25 include signal.h for kill(2) Remove an ifdef that prevented this. signal.h is part of posix and dtucker@ notes OpenSSH portable uses it without ifdefs. ok matthieu@ robert@
cd47a6bf 2023-07-20 14:39:34 Allow cwm(1) to cycle through windows of the same window class as the active window; default key binding to M-grave, respectively Alt-Tilde, like other window managers have as well. from Simon Dassow
b19e0af9 2023-07-03 07:17:28 Update xwd to version 1.0.9
341d6380 2023-07-03 07:03:55 Update xrdb to version 1.2.2
e826e72b 2023-07-03 06:55:45 Update setxkbmap to version 1.3.4
49ef92d1 2023-05-07 17:22:15 Update to xinput 1.6.4
7d3d23be 2023-05-07 17:18:32 Fix clang warning in local changes.
0c9bf347 2023-05-07 17:05:33 Update to xdpyinfo 1.3.4
66a69b30 2023-05-07 13:28:02 Update to xcalc 1.1.2
0b3518c2 2023-04-27 18:17:25 Fix variable name typo: mcyursor -> mycursor. discussed with robert@
b5c4bd14 2023-04-24 09:28:39 Fix spacing in rendered manpage.
c8f48298 2023-04-14 11:17:49 make xenodm reload the environment variables after setusercontext(3) so that environment variables configured in login.conf(5) are also available ok matthieu@, millert@
558b3b5e 2023-04-10 16:16:52 Update to xwininfo 1.1.6
92e13ba2 2023-04-10 15:39:00 Update to xvidtune 1.0.4
933b6c32 2023-04-10 15:34:57 Update to xkbcomp 1.4.6
e1bf497a 2023-04-10 15:30:17 Update to xhost 1.0.9
5cfcbd2d 2023-04-10 15:25:49 Update to xdriinfo 1.0.7
b7861c1f 2023-04-10 15:20:48 Update to beforelight 1.0.6
2c64aaa9 2023-03-22 08:27:36 cwm: fix a semi-transparency border issue with some applications 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@
038a2143 2023-02-05 07:45:22 Update to xterm 378. tested/ok op@, tb@
1a36d93a 2023-01-22 14:22:05 enlarge mkstemp() pattern to 10 'X'
b56b3f58 2023-01-22 12:03:53 Update xinit to version 1.4.2
4693da8e 2023-01-22 11:44:16 Update xvinfo to version 1.1.5
0e05844a 2023-01-22 11:41:55 udate xset to version 1.2.5
994e1943 2023-01-22 11:38:36 Update xrandr to version 1.5.2
c58741f1 2023-01-22 11:08:30 Update xprop to version 1.2.6
5227ff84 2023-01-22 11:06:17 Fix botched configure.ac merge
03109274 2023-01-22 11:04:02 Fix botched configure.ac merge
2ba75018 2023-01-22 11:00:14 Update xlsclients to version 1.1.5
7d920486 2023-01-22 10:57:29 Update xlsatoms to version 1.1.4
8481ed40 2023-01-22 10:48:45 Update xlogo to version 1.0.6
768018ae 2023-01-22 10:24:32 Update xkill to vesion 1.0.6
83fc3341 2023-01-22 10:01:57 Upate xkbevd to version 1.1.5
a37ea907 2023-01-22 09:58:12 Update xcompmgr to version 1.1.9
d04c7bf7 2023-01-22 09:53:39 Update xgamma to version 1.0.7
1194b79a 2022-12-04 18:13:53 Update xfd to version 1.1.4
cdbebc03 2022-11-10 18:19:23 Prevent users from enabling allowFontOps by menu or via resources. This further protects from CVE-2022-2602 (although allowFontOps where disabled by default in OpenBSD since 2009).
480c2c5d 2022-11-09 21:55:14 Update xterm to version 375. ok tb@ and also tested by Walter Alejandro Iglesias
349688e5 2022-11-07 17:12:06 remove references to bitmap fonts that aren't used by the greeter anymore
11786a9e 2022-11-07 12:28:06 missed CVS add/remove in previous update to 274. noticed by tb@
47261572 2022-11-07 11:15:27 Update xterm to version 374 ok tb@
01bd7322 2022-11-06 16:15:21 Update xsetroot to verion 1.1.3
4d445a6d 2022-11-06 16:09:48 Update xgc to version 1.0.6