Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| e5b23895 | 2019-06-16 19:31:07 | Fix the size of indicators in multi-monitors setups. ssh-askpass(1) is computing the size of its indicators relatively to the screen resolution. When multiple monitors are present, the support for Xinerama computes the dimensions of the window to be created relatively to the screen on which it will appear. But the computation of the indicator size is based on the size of the whole display, resulting in too small indicators (and too many of them if the screens hare layed out horizontally). Fix that by computing the resolution of the whole display before taking xinerama into account. ok djm@ | ||
| f8d726d7 | 2019-05-12 11:53:06 | chown the first drm render node in addition to the primary drm device ok matthieu@ | ||
| dbaf2f61 | 2019-04-29 19:03:20 | Plug a memory leak in log_debug(); OK okan@ | ||
| 20bce2a6 | 2019-04-29 19:02:21 | Handle _NET_WM_NAME changes. This fixes the problem where cwm's window menu wouldn't show Firefox's current window title if it contains non-ASCII characters. OK okan@ | ||
| 3dc8e8dd | 2019-04-16 05:51:04 | Disable keyboard binding for abort-display() and update manual page. while there remove a remaining reference to non-existent xdmshell(1). Reported by Hiltjo Posthuma, ok solene@, bentley@ | ||
| cb9cf736 | 2019-04-02 14:16:37 | There is no point in handling the -display option separately, so parse all at once. OK bentley | ||
| 48e6bf1e | 2019-03-11 15:25:46 | Check the atom type on propertynotify before iterating. | ||
| c8b9937b | 2019-03-10 22:53:11 | use screen_find() for xrandr crtc changes | ||
| b041ee60 | 2019-03-10 20:38:28 | Find the managed screen from the parent window for client_current(). | ||
| 11de9a24 | 2019-03-09 20:10:19 | Make it possible to build xterm with OPT_TRACE. with tweaks from kn@. | ||
| 402fc783 | 2019-03-08 21:25:40 | Do not replace wcwidth(3) with a broken, hand-rolled re-implementation that comes bundled with xterm(1). Issue found and based on a diff from Lauri Tirkkonen <lotheac at iki dot fi>. The final form of the diff follows a suggestion from tedu@. OK matthieu@ | ||
| 18c4f462 | 2019-03-08 20:33:30 | Print window id in hex; while here, remove unnecessary newline. | ||
| 1dc13f57 | 2019-03-08 17:40:43 | Similar to keypress event, fetch the screen from the event root window in the buttonpress handler; bail if we don't manage the screen. Allows us to find the current client based on the screen/event root. | ||
| e34b5f47 | 2019-03-08 15:04:39 | extend verbose logging for key/button events | ||
| d039ccc7 | 2019-03-08 14:48:02 | [keypress event] turns out we've been checking the wrong window for a matching client thus always falling back to client_current(); while the current client is problaby right in most cases, use event's subwindow (not window) to find the client. Bail early if this event came to us from a screen we don't manage. This is result of us grabing all keybindings off the root window instead of selectively. | ||
| adfbd356 | 2019-03-08 13:17:26 | add parans for readibility | ||
| 8f242316 | 2019-03-08 12:54:30 | Update the OPENBSD SPECIFICS section to match reality: * Add the missing locale, modifyFunctionKeys, precompose, and scrollBar. * Move backarrowKeyIsErase to conform to alphabetical sorting. * Add a missing full stop. Diff found in my tree; i obviously forgot to commit it earlier. | ||
| 4957b62d | 2019-03-07 14:28:17 | Teach client_current() to use a screen to find the current client instead of iterating over all (fallback if no screen provided for now). Initially convert trivial uses of client_current(). | ||
| 92b42c17 | 2019-03-07 13:24:44 | check cc->gc directly | ||
| 42f2ef66 | 2019-03-07 13:24:10 | zip extra lines | ||
| 723d64d1 | 2019-03-07 13:14:41 | gc clientq inside groups, instead use the better maintained one per-screen | ||
| 053c616a | 2019-03-07 12:54:21 | shuffle deck chairs: rename group actions to match intent for clarity | ||
| af768514 | 2019-03-06 13:32:19 | same thing as screen_find() | ||
| 8fa20d6f | 2019-03-04 19:28:17 | Separate out the menu window from the client resize/move geom window; in each case, create and destroy on-demand. Isolate more menu specific code. | ||
| 9bf0bd42 | 2019-03-04 14:48:59 | fix a few misplaced (and misnamed) ewmh root window functions | ||
| edf7ed84 | 2019-03-04 14:36:02 | _NET_WORKAREA needs ngroups, so screen_update_geometry() needs to come after conf_group(). | ||
| f18d19c6 | 2019-03-04 13:33:39 | simplify xftcolor config | ||
| a15d8772 | 2019-03-01 14:32:01 | Tie group number and name together during config. | ||
| ef3d45ea | 2019-02-28 23:26:12 | Move the group index (desktop number) check to the only 2 callers that require checking due to ewmh. | ||
| 5efe73bc | 2019-02-28 23:20:52 | Ensure we don't action on the last group when the requested one is not found. | ||
| b08a193e | 2019-02-28 13:11:53 | Selectively hide and show clients based on state; merge client_unhide() and client_show(). | ||
| 7d83c3f6 | 2019-02-25 18:07:48 | Add a configtest flag (-n). based on a diff from Sascha Paunovic. | ||
| 93ac77f5 | 2019-02-25 16:40:49 | Add 'group-close-[n]' action to close all windows within specified group. heavily based on a diff from Nam Nguyen. | ||
| 3634da3d | 2019-02-25 12:34:35 | Add support for yv12 encoding to video(1). Frame data is converted to yv12 if Xv(3) does not support yuy2 and uyvy. OK mpi@, landry@ | ||
| 44d74a94 | 2019-02-24 11:41:42 | Update to xterm version 344. ok jsg@ | ||
| 24bbd924 | 2019-02-23 19:17:17 | simplify screen 'area' usage for initial client placement | ||
| 54c6cee1 | 2019-02-22 20:52:13 | restore order from before r1.248 (vtile/vtile containment changes). | ||
| 90189b3c | 2019-02-22 19:40:32 | Rename internal functions to delinate between client remove, delete and xproto delete; 'window-close' is now the proper action, but 'window-delete' as an alias will remain until more interesting changes require breaking configs. | ||
| aadf21ed | 2019-02-22 14:39:18 | Limit vtile/htile actions to clients fully within the screen of master client. from Charles A Daniels. | ||
| c6840459 | 2019-02-13 15:43:24 | fix missing includes | ||
| f2f9eae9 | 2019-02-11 07:10:45 | use abs(3) for integers. Noticed by a clang warning. ok tb@ | ||
| ac84202c | 2019-01-22 20:02:40 | Pledge video(1): * video -q needs 'stdio rpath wpath video' (needs O_RDWR on the device) * video -i needs 'stdio rpath' (rpath for X11 error/locale access) * other modes (ie display frames via X11, or output frames to file with -o/-O) need 'stdio rpath video' since we open output file/video device before calling pledge(2). with help from semarie@, nits from matthieu@ ok deraadt@ | ||
| 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 |