IABSD.fr/xenocara/app

Branch :


Log

Author Commit Date CI Message
b0c17c65 2019-01-04 17:45:00 Rename err to errs to avoid shadowing potential err() usage, and fix two typos while here. ok semarie@ matthieu@
cfac9b1f 2018-12-21 14:37:24 Unlink the following utilities from the build: fslsfonts, fstobdf, showfont, xfsinfo, xfwp and scripts (xon) Ports can be created if needed. ok deraadt@, jca@
7d9a5b34 2018-11-14 19:22:51 Stop asking for events (NoEventMask) from menu window once done with the menu (we don't destroy it, only unmap).
ee0ce74a 2018-11-13 17:37:13 Allow 'transientfor' clients to inherit group and bwidth either during init or via property notify events. Previously only the flags were set but nothing was in the path to apply said flags and/or bwidth. Required slight of re-orgnaization of client_init.
5089c22b 2018-11-11 16:10:37 Use strtonum(3) Zap obsolete linter hints while here. Feedback and OK cheloha
c5d5ef9f 2018-11-11 16:01:21 Zap unneeded bzero(3) on already zero initialized global data OK cheloha
0a0e5244 2018-11-09 16:00:54 merge from base, from sashan@: > - odd condition/test in PF lexer > (and other lexers too) > > This commit rectifies earlier change: > > in the lex... even inside quotes, a \ followed by space or tab should > expand to space or tab, and a \ followed by newline should be ignored > (as a line continuation). compatible with the needs of hoststated > (which has the most strict quoted string requirements), and ifstated > (where one commonly does line continuations in strings). > > OK deraadt@, OK millert@
2fda1294 2018-11-08 15:49:42 Use the original client border width to adjust initial placement of clients containing {P,US}Position requests where they are explicitly set to 'ignore' in cwmrc(5); clients are unaware that their border will be altered (removed in this case) when calcuating position and thus end up a factor of their original border width off once mapped by cwm(1). cwm(1) will essentially shift the client to the edge if the original request's position and border match. Window offset noticed by at least Andre Stoebe via bugs@, and others since (and likely before). Thanks!
b2e24c1d 2018-11-03 18:04:45 Remove the unused 'keyFile' resource. It is not used anymore in xenodm (was used to specify the secret keys for the XDM-AUTHORIZATION-1 authentication protocol in xdm with xdmcp). ok kn@
b1295296 2018-11-03 14:01:21 regen
e0d21cc9 2018-11-03 14:01:02 Remove useless check for XdmcpWrap(). It was only needed by xdmcp. ok tb@ mortimer@
f5d27d0a 2018-11-01 11:48:04 Fix path to app-default resource file. From Sascha Paunovic, tweaked by me. ok deraadt@
f9024c4d 2018-10-28 19:38:19 Pass the correct buffer length to strlcpy() to avoid truncation. Problem noticed by Edgar Pettijohn III, ok tb@
bb65f435 2018-10-26 17:37:47 Add a few \n I missed to add in some fprintf(3)s in my last commit
2288d216 2018-10-26 17:12:03 If input_name is provided we can unveil(2) it with read permissions, if output_name is provided we need to unveil(2) this one with rwc. Additionally depending on the different combinations of if these files are passed via args or from stdin/to stdout we can also pledge(2) accordingly to the code path. OK deraadt@
edd3ecfc 2018-10-20 19:09:19 Explicitely disable xf86misc
f4445f7d 2018-09-06 07:21:34 Add an option to disable the active area. From Sebastien Marie. ok claudio@ Thanks.
02339cbc 2018-07-21 09:31:22 use #define XXX 0 to explicitelty disable an option.
214a961e 2018-07-21 09:16:42 Explicitely disable paste64 and readline options, to disable bracketed paste. readline was not enabled, but paste64 which was on by default enables it. requested by deraadt@
05234322 2018-07-17 11:52:12 This file is not generated by configure, @ substitutions arent available
2f18ffa3 2018-07-16 14:19:23 Remove unused prototype; from Ross L Richardson.
ebae2cc3 2018-07-16 06:52:00 Remove useless test for DISPLAY number. This script is only run by xenodm for DISPLAY=:0
d39b1994 2018-07-15 09:58:03 OpenBSD id
d31532af 2018-07-15 09:53:23 Make Xstartup/Xreset consistent with GiveConsole/TakeConsole
2a47fd34 2018-07-15 09:07:48 regen
10783d14 2018-07-15 09:05:11 Revert the removal of Xreset and Xstartup.
38960e7a 2018-07-12 14:38:26 Update to xkbcomp 1.4.2
0aad528d 2018-07-11 20:28:41 pledges for session can be tighten a bit now.
15bc4073 2018-07-11 19:51:12 The file descriptor parameter is not used by DefineSelf() in xenodm. Zap it.
4feeb26f 2018-07-11 19:20:40 sessreg -x is useless if not updating utmp. Remove it. Also don't try to remove utmp lines that were not written.
ec070071 2018-07-11 19:06:29 Ooops I didn't intend to commit that part. revert it.
b3e8c008 2018-07-11 19:05:22 Actually remove the source files for Xstartup and Xreset
35981369 2018-07-11 19:03:50 Remove Xstartup and Xreset script. Xenodm uses GiveConsole and TakeConsole
5d69c81c 2018-07-11 16:57:04 Keep a better trace of pending children to be reaped.
c3094ef0 2018-07-11 16:33:44 Delete unused code
6d7357f9 2018-07-11 16:28:54 Bind <Key>Escape to erase-line by default.
c8c914a7 2018-07-11 16:26:25 Less ifdef cruft.
bf265b5b 2018-07-11 16:20:20 use strvis on login name when logging debug information it since it may contain control characters. And remove an extra logging of the same.
8f540c07 2018-07-11 14:35:46 Restore previous SIGCHLD handler in serverPause(). This fixes the issue where xenodm whould stay stuck after kill the Xserver twice. While here add some more Debug() calls to help following what's going on
2c8cd3e5 2018-07-10 15:52:52 Also revert this one, doesn't look right either.
a8c7a38e 2018-07-10 15:32:27 Revert some of the strlcpy() conversions which are wrong.
8b4158c8 2018-07-10 14:58:57 Remove more unused ifdefs blocks
91c82fae 2018-07-10 14:50:21 Remove useless ifdefs
a0819069 2018-07-10 14:44:34 Get rid of strcpy and strncpy (they were all looking safe though)
1b4f7ece 2018-07-10 14:20:42 Consistant use of bool whenever possible.
8e35b035 2018-07-10 13:57:31 Remove unused code.
72e68d3b 2018-07-10 13:15:50 Remove the unused localHostname() function.
53d0e5e2 2018-07-09 16:52:19 Remove prototype for function that doesn't exist anymore in xenodom.
e5b6c5a2 2018-07-09 15:02:41 Source the Xsetup script before initializing the greeter widget. Based on a request by weerd@, tested by jca@ and weerd@
eb834a5b 2018-05-29 06:02:52 Explcitely disable xf86misc and fontcache extension support. Some people may still have old files lying around while building. Suggested by deraadt@
ca1e08f7 2018-05-21 18:47:37 Update xwud to 1.0.5
b04bdc2c 2018-05-21 18:44:13 Update to xwininfo 1.1.4
4781b8e9 2018-05-21 18:37:29 Update to xwd 1.0.7
3a44be17 2018-05-21 18:33:48 Update to xsm 1.0.4
84bc3460 2018-05-21 18:29:41 Update to xsetroot 1.1.2
3488e8d2 2018-05-21 18:24:59 Update to xset 1.2.4
7836b43b 2018-05-21 18:18:55 update xrefresh 1.0.6
677ce9de 2018-05-21 18:14:58 Update to xrdb 1.1.1
8e147bf9 2018-05-21 18:11:25 Update to xprop 1.2.3
cf2d414a 2018-05-21 18:08:21 Update to xpr 1.0.5
8c04f8bb 2018-05-21 18:04:09 Update to xmessage 1.0.5
ecaf0e92 2018-05-21 18:00:32 Update to xlsfonts 1.0.6
96be043b 2018-05-21 17:58:22 Update to xlsclients 1.1.4
3a29818c 2018-05-21 17:54:50 Update to xload 1.1.3
28f6cb9d 2018-05-21 17:50:14 Update to xkill 1.0.5
e9ceea7e 2018-05-21 17:46:26 Update to xkbcomp 1.4.1
169077e6 2018-05-21 17:05:09 Update to xinit 1.4.0
bb038f71 2018-05-21 16:24:15 Update to xfontsel 1.0.6
e47cdd2d 2018-05-21 16:19:57 Update to xeyes 1.1.2
ec123d97 2018-05-21 16:15:34 Update to xdriinfo 1.0.6
b11eddb9 2018-05-21 16:11:22 Update to xbacklight 1.2.2
bd628a1a 2018-05-21 16:05:26 Update to viewres 1.0.5
141f5c95 2018-05-21 16:00:54 Update to twm 1.0.10
8259ecda 2018-05-21 15:49:52 Update to oclock 1.0.4
48856103 2018-05-21 15:42:53 Update to mkfontscale 1.1.3
485d0797 2018-05-21 15:38:17 Update to listres 1.0.4
8b989225 2018-05-21 15:32:35 Update to ico 1.0.5
a22e8b4a 2018-05-21 15:22:54 Update to iceauth 1.0.8
d8bf5bd7 2018-05-21 15:15:36 Update to editres 1.0.7
307bf81e 2018-05-21 15:00:17 Update to appres 1.0.5
0ebe3be1 2018-05-21 14:59:53 Update to appres 1.0.5
54917569 2018-05-20 09:28:40 Change the 'Enable Blinking Cursor' menu item to 'Toggle Cursor Blinking' This is more coherent with how the menu item interacts with changes caused by sending escape sequences. Remove the check mark from the item which was getting out of sync.
2c13a168 2018-05-20 09:25:38 Make 'reset terminal' also reset the blinking state of the cursor. Fix from Thomas Dickey.
a7a745bb 2018-05-20 09:22:18 set the default for cursorBlink to 'never'
022476f9 2018-05-06 15:26:15 static variable shadowing found by clang
537654d7 2018-05-06 15:25:27 Unused variables found by clang
fc7d5d18 2018-05-06 15:18:42 Add missing brackets to multi-statement if in SaveServerAuthorizations From Alan Coopersmith in xdm.
26b9521a 2018-04-09 18:16:44 Don't use optarg as format string. ok millert@
c37ef19e 2018-04-09 15:48:14 Measure statistics against UPTIME clock. So that your statistics remain correct if the system wall clock is changed during playback. Use CLOCK_UPTIME instead of CLOCK_MONOTONIC so that statistics remain correct across suspend/resume. Testing by tobias@, sthen@, and Benjamin Baier <programmer AT netzbasis DOT de>. ok sthen@
75cfafe8 2018-03-29 20:34:30 Update to bdftopcf 1.1
a59a4af1 2018-03-29 20:23:53 Update to xterm 331
6e8ae151 2018-03-29 20:22:05 Update to xterm 331
364ef073 2018-03-29 20:19:15 Update to xterm 331
c2b80944 2018-03-16 00:43:32 take a change from xlockmore 5.55 to make it build with llvm 6.0.0 ok matthieu@
5397eac3 2018-02-23 10:37:24 update glxinfo to mesa-demos 8.4.0
0fee670a 2018-02-19 19:29:42 Do not print any parse errors when ~/.cwmrc is missing. Regression introduced in revision 1.109 of calmwm.c. ok okan@
697099fc 2018-02-13 15:43:15 Store the screen's visual type and colormap.
4943cc00 2018-02-13 15:06:22 Consolidate region 'view' and 'area'.
f1e693de 2018-02-09 20:08:07 limit scope of screen_apply_gap()
088c402d 2018-02-09 19:54:54 Clean up conf_file/homedir and conf_init() bits.