Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-30 | Typo, from Julien Steinhauser. | Okan Demirmen | |
2017-12-29 | If the replacement window manager fails to start, restart the fallback (the | Okan Demirmen | |
original invocation of cwm). | |||
2017-12-29 | Convert menu-exec-wm from an abritrary exec menu, into a config-based menu from | Okan Demirmen | |
which one may configure (wm <name> <path_and_args>) (and choose) specific window managers to replace the running one. 'wm cwm cwm' is included by default. No objections and seems sensible to sthen. | |||
2017-12-29 | As done for buttonrelease, work specific un-cycling and un-highlighting actions | Okan Demirmen | |
into the keyrelease event, only performing what's actually needed for each; should result in much fewer events against keyreleases. No intended behaviour change. Additionally, like we do for group membership, grab the keyboard only when required for cycling. | |||
2017-12-29 | Merge group_toggle_membership_leave into the buttonrelease event and only do | Okan Demirmen | |
border work for a group/ungroup action. | |||
2017-12-29 | add helper function client_show to bring together like actions for unhide/raise | Okan Demirmen | |
2017-12-27 | Add support for re-exec'ing with SIGHUP; equivalent to the already built-in | Okan Demirmen | |
'restart' function. | |||
2017-12-27 | Use poll and XNextEvent to replace XNextEvent blocking inside the x11 event | Okan Demirmen | |
handler. | |||
2017-12-22 | zap stray that snuck in | Okan Demirmen | |
2017-12-22 | Return the connection number for the display. | Okan Demirmen | |
2017-12-22 | Fix a few comments and while here, wrap some long lines. | Okan Demirmen | |
2017-12-19 | Use a variable to keep track of flags for menu_filter(). | Okan Demirmen | |
2017-12-19 | Add support for _NET_WM_STATE_SKIP_PAGER and _NET_WM_STATE_SKIP_TASKBAR; eerily | Okan Demirmen | |
close to cwm's 'ignore'. Roughly based on an initial diff from Walter Alejandro Iglesias, but with support for both Atoms and without cwm-based bindings. | |||
2017-12-15 | remove duplicate ExposureMask | Okan Demirmen | |
2017-12-13 | Disable Unicode canonical composition by default because that's | Ingo Schwarze | |
less surprising and makes copy and paste work better, even though some none-default fonts currently do not display combining accents. Problem reported by Philippe Meunier <meunier at ccs dot neu dot edu>. Root cause found by bentley@. OK bentley@, and the general direction was also supported by stsp@. | |||
2017-12-13 | move variable declarations up, to match everything else | Okan Demirmen | |
2017-12-12 | clean up after previous (noprompt removal) | Okan Demirmen | |
2017-12-11 | Unconditionally show prompt on menus, regardless of invocation. | Okan Demirmen | |
2017-12-07 | Original idea from Dimitris Papastamos to move windows to corners a while ago; | Okan Demirmen | |
re-proposed by Julien Steinhauser with an updated diff. Apparently this was in the original calmnwm. However, expand the original idea and let clients 'snap' to edges instead, neatly allowing key bindings that snap to adjacent edges (i.e. corners) as well. No default bindings assigned. | |||
2017-12-07 | give command and group menus their own match callbacks | Okan Demirmen | |
2017-12-07 | stash dir into conf since it'll be of use | Okan Demirmen | |
2017-12-07 | organize this a bit better | Okan Demirmen | |
2017-12-07 | spacing | Okan Demirmen | |
2017-11-30 | Revert r1.109 (Switch to XWindowEvent() pulling out events that match the mask | Okan Demirmen | |
*and* window.) of mousefunc.c. When a client destroys itself while we are moving or resizing it, XWindowEvent() blocks. Found the hard way by Anton Lazarov, and Lea°hNeukirchen found the right bit to revert - thanks! Reverting since the reason to switch from XMaskEvent was unclear. | |||
2017-11-12 | xdm -> xenodm in log and error messages | Matthieu Herrb | |
2017-11-09 | use the proper macros in the AUTHORS section | Ingo Schwarze | |
2017-10-12 | Remove xdm. Unhooked since more than 6 months. | Matthieu Herrb | |
2017-10-04 | chown before chmod | Matthieu Herrb | |
This prevents a malicious user logging out from calling chmod while still owning /dev/console and thus by-passing the '622' mode that is set here. Issue reported by Tim Chase. Thanks. Merged from xdm upstreams | |||
2017-09-06 | Case matters for menu matching on executables; from ben@lloyd.im. | Okan Demirmen | |
2017-09-05 | backout hard-coded behaviour change which was not discussed, in | Theo de Raadt | |
particular no justification for why the current behaviour is wrong | |||
2017-08-30 | amend comment | David Coppa | |
2017-08-30 | Use 'unix:0' for the DISPLAY environment variable | David Coppa | |
ok matthieu@ | |||
2017-08-29 | Fix error check according to the secure idiom described in the snprintf(3) | anton | |
manual. ok dcoppa@ | |||
2017-08-28 | When xinit starts an X server that listens only on UNIX socket, | David Coppa | |
prefer DISPLAY=unix:0 rather than DISPLAY=:0. This will prevent applications from ever falling back to TCP if the UNIX socket connection fails (such as when the X server crashes). joint work with tb@ cluebat and ok matthieu@ | |||
2017-08-22 | Missing dot breaks semantic markup. from Klemens Nanni. Thanks. | Matthieu Herrb | |
2017-08-20 | add pledge. ok tb@ | Matthieu Herrb | |
2017-08-20 | Close stdio before entering main loop. ok tb@ | Matthieu Herrb | |
2017-07-26 | Stop abusing cpp as generic macro processor in the build system. | Matthieu Herrb | |
ok naddy@ | |||
2017-07-26 | regen | Matthieu Herrb | |
2017-07-26 | There is no xdm.service file in xenodm. | Matthieu Herrb | |
2017-07-21 | Use the key names from keysymdef.h in the default key bindings list for | Okan Demirmen | |
clarification. from Michael Reed. | |||
2017-07-15 | Update to xterm 330 | Matthieu Herrb | |
2017-07-14 | remove extra parentheses | Okan Demirmen | |
2017-07-14 | Pull over the remaining re-implemented window move/resize functions and create | Okan Demirmen | |
a wrapper so that the key and mouse based move/resize callbacks can be unified. This has already been done with other window operations and menus. | |||
2017-07-12 | rename one function, matching others, to help upcoming change | Okan Demirmen | |
2017-07-10 | Replace fgetln(3) with POSIX getline(3); inspired by brynet and Ingo. | Okan Demirmen | |
feedback and ok brynet@ | |||
2017-07-06 | fix a few WARNINGS (new sentence, new line and extraneous Pp macro) found with | Okan Demirmen | |
mandoc -Tlint | |||
2017-07-06 | from src, by espie@: | Okan Demirmen | |
no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing | |||
2017-06-18 | let X directories build even if you forget depend. | Marc Espie | |
- use BUILDFIRST - have fontconfig use normal 'all' targets to make sure its files are built - explicitly document the fontconfig lib order okay matthieu@ | |||
2017-05-09 | drop obsolete comment | Okan Demirmen | |