Age | Commit message (Expand) | Author |
2018-02-19 | Do not print any parse errors when ~/.cwmrc is missing. Regression introduced in | anton |
2018-02-13 | Store the screen's visual type and colormap. | Okan Demirmen |
2018-02-13 | Consolidate region 'view' and 'area'. | Okan Demirmen |
2018-02-09 | limit scope of screen_apply_gap() | Okan Demirmen |
2018-02-09 | Clean up conf_file/homedir and conf_init() bits. | Okan Demirmen |
2018-02-06 | Use screen's saved view instead of re-querying the server. | Okan Demirmen |
2018-02-04 | Slightly expand and expose verbose debugging. | Okan Demirmen |
2018-02-02 | add debugging for x events | Okan Demirmen |
2018-02-02 | Add a simple debug logging mechanism. | Okan Demirmen |
2018-02-02 | Simplification; use asprintf where appropriate now. | Okan Demirmen |
2018-02-01 | Use func attributes where appropriate. | Okan Demirmen |
2018-01-23 | Fix wins comparison declaration since it's unsigned from XQueryTree(). | Okan Demirmen |
2018-01-23 | Generate name_to_func[] in a clean and readable fashion. | Okan Demirmen |
2018-01-23 | Shrink tier[] by one after removing matchname in r1.55. | Okan Demirmen |
2018-01-23 | If the requested group number is invalid, bail but don't kill cwm. | Okan Demirmen |
2018-01-08 | Quick fix: exit after a failed execvp in u_spawn instead; previously we did in | Okan Demirmen |
2018-01-02 | Only exec the fallback when in CWM_EXEC_WM state. | Okan Demirmen |
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 |
2017-12-29 | Convert menu-exec-wm from an abritrary exec menu, into a config-based menu from | Okan Demirmen |
2017-12-29 | As done for buttonrelease, work specific un-cycling and un-highlighting actions | Okan Demirmen |
2017-12-29 | Merge group_toggle_membership_leave into the buttonrelease event and only do | Okan Demirmen |
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 |
2017-12-27 | Use poll and XNextEvent to replace XNextEvent blocking inside the x11 event | Okan Demirmen |
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 |
2017-12-15 | remove duplicate ExposureMask | Okan Demirmen |
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 |
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 |
2017-09-06 | Case matters for menu matching on executables; from ben@lloyd.im. | Okan Demirmen |
2017-07-21 | Use the key names from keysymdef.h in the default key bindings list for | Okan Demirmen |
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 |
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 |
2017-07-06 | fix a few WARNINGS (new sentence, new line and extraneous Pp macro) found with | Okan Demirmen |
2017-07-06 | from src, by espie@: | Okan Demirmen |
2017-05-09 | drop obsolete comment | Okan Demirmen |
2017-05-09 | Alter callbacks to take a struct instead of a growing number of arguments; | Okan Demirmen |