summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2018-01-02Only exec the fallback when in CWM_EXEC_WM state.Okan Demirmen
2017-12-30Typo, from Julien Steinhauser.Okan Demirmen
2017-12-29If the replacement window manager fails to start, restart the fallback (theOkan Demirmen
2017-12-29Convert menu-exec-wm from an abritrary exec menu, into a config-based menu fromOkan Demirmen
2017-12-29As done for buttonrelease, work specific un-cycling and un-highlighting actionsOkan Demirmen
2017-12-29Merge group_toggle_membership_leave into the buttonrelease event and only doOkan Demirmen
2017-12-29add helper function client_show to bring together like actions for unhide/raiseOkan Demirmen
2017-12-27Add support for re-exec'ing with SIGHUP; equivalent to the already built-inOkan Demirmen
2017-12-27Use poll and XNextEvent to replace XNextEvent blocking inside the x11 eventOkan Demirmen
2017-12-22zap stray that snuck inOkan Demirmen
2017-12-22Return the connection number for the display.Okan Demirmen
2017-12-22Fix a few comments and while here, wrap some long lines.Okan Demirmen
2017-12-19Use a variable to keep track of flags for menu_filter().Okan Demirmen
2017-12-19Add support for _NET_WM_STATE_SKIP_PAGER and _NET_WM_STATE_SKIP_TASKBAR; eerilyOkan Demirmen
2017-12-15remove duplicate ExposureMaskOkan Demirmen
2017-12-13Disable Unicode canonical composition by default because that'sIngo Schwarze
2017-12-13move variable declarations up, to match everything elseOkan Demirmen
2017-12-12clean up after previous (noprompt removal)Okan Demirmen
2017-12-11Unconditionally show prompt on menus, regardless of invocation.Okan Demirmen
2017-12-07Original idea from Dimitris Papastamos to move windows to corners a while ago;Okan Demirmen
2017-12-07give command and group menus their own match callbacksOkan Demirmen
2017-12-07stash dir into conf since it'll be of useOkan Demirmen
2017-12-07organize this a bit betterOkan Demirmen
2017-12-07spacingOkan Demirmen
2017-11-30Revert r1.109 (Switch to XWindowEvent() pulling out events that match the maskOkan Demirmen
2017-11-12xdm -> xenodm in log and error messagesMatthieu Herrb
2017-11-09use the proper macros in the AUTHORS sectionIngo Schwarze
2017-10-12Remove xdm. Unhooked since more than 6 months.Matthieu Herrb
2017-10-04chown before chmodMatthieu Herrb
2017-09-06Case matters for menu matching on executables; from ben@lloyd.im.Okan Demirmen
2017-09-05backout hard-coded behaviour change which was not discussed, inTheo de Raadt
2017-08-30amend commentDavid Coppa
2017-08-30Use 'unix:0' for the DISPLAY environment variableDavid Coppa
2017-08-29Fix error check according to the secure idiom described in the snprintf(3)anton
2017-08-28When xinit starts an X server that listens only on UNIX socket,David Coppa
2017-08-22Missing dot breaks semantic markup. from Klemens Nanni. Thanks.Matthieu Herrb
2017-08-20add pledge. ok tb@Matthieu Herrb
2017-08-20Close stdio before entering main loop. ok tb@Matthieu Herrb
2017-07-26Stop abusing cpp as generic macro processor in the build system.Matthieu Herrb
2017-07-26regenMatthieu Herrb
2017-07-26There is no xdm.service file in xenodm.Matthieu Herrb
2017-07-21Use the key names from keysymdef.h in the default key bindings list forOkan Demirmen
2017-07-15Update to xterm 330Matthieu Herrb
2017-07-14remove extra parenthesesOkan Demirmen
2017-07-14Pull over the remaining re-implemented window move/resize functions and createOkan Demirmen
2017-07-12rename one function, matching others, to help upcoming changeOkan Demirmen
2017-07-10Replace fgetln(3) with POSIX getline(3); inspired by brynet and Ingo.Okan Demirmen
2017-07-06fix a few WARNINGS (new sentence, new line and extraneous Pp macro) found withOkan Demirmen
2017-07-06from src, by espie@:Okan Demirmen
2017-06-18let X directories build even if you forget depend.Marc Espie