summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* README: update v6.3Leah Neukirchen2018-05-141-0/+8
* Makefile: drop unused fontconfig dependencyLeah Neukirchen2018-05-141-2/+2
* cvsimportanton2018-02-195-72/+55
|\
| * Do not print any parse errors when ~/.cwmrc is missing. Regression introduced inanton2018-02-191-10/+10
| * Store the screen's visual type and colormap.okan2018-02-133-7/+10
| * Consolidate region 'view' and 'area'.okan2018-02-132-9/+4
| * limit scope of screen_apply_gap()okan2018-02-092-2/+3
| * Clean up conf_file/homedir and conf_init() bits.okan2018-02-093-44/+28
* | calmwm: replace INFTIM with -1Leah Neukirchen2018-02-091-1/+1
* | cvsimportokan2018-02-0615-384/+541
|\|
| * Use screen's saved view instead of re-querying the server.okan2018-02-061-9/+4
| * Slightly expand and expose verbose debugging.okan2018-02-045-28/+38
| * add debugging for x eventsokan2018-02-021-0/+28
| * Add a simple debug logging mechanism.okan2018-02-022-0/+40
| * Simplification; use asprintf where appropriate now.okan2018-02-024-45/+39
| * Use func attributes where appropriate.okan2018-02-011-2/+5
| * Fix wins comparison declaration since it's unsigned from XQueryTree().okan2018-01-231-3/+4
| * Generate name_to_func[] in a clean and readable fashion.okan2018-01-232-142/+114
| * Shrink tier[] by one after removing matchname in r1.55.okan2018-01-231-6/+3
| * If the requested group number is invalid, bail but don't kill cwm.okan2018-01-231-3/+3
| * Quick fix: exit after a failed execvp in u_spawn instead; previously we did inokan2018-01-081-1/+1
| * Only exec the fallback when in CWM_EXEC_WM state.okan2018-01-021-4/+4
| * Typo, from Julien Steinhauser.okan2017-12-301-1/+1
| * If the replacement window manager fails to start, restart the fallback (theokan2017-12-292-1/+6
| |\
| * | Convert menu-exec-wm from an abritrary exec menu, into a config-based menu fromokan2017-12-297-39/+109
| * | As done for buttonrelease, work specific un-cycling and un-highlighting actionsokan2017-12-294-25/+23
| * | Merge group_toggle_membership_leave into the buttonrelease event and only dookan2017-12-294-13/+7
| * | add helper function client_show to bring together like actions for unhide/raiseokan2017-12-294-8/+12
| * | Add support for re-exec'ing with SIGHUP; equivalent to the already built-inokan2017-12-272-0/+13
| * | Use poll and XNextEvent to replace XNextEvent blocking inside the x11 eventokan2017-12-272-6/+18
| * | zap stray that snuck inokan2017-12-221-1/+1
| * | Return the connection number for the display.okan2017-12-221-4/+6
| * | Fix a few comments and while here, wrap some long lines.okan2017-12-222-17/+12
| * | Use a variable to keep track of flags for menu_filter().okan2017-12-192-15/+24
| * | Add support for _NET_WM_STATE_SKIP_PAGER and _NET_WM_STATE_SKIP_TASKBAR; eerilyokan2017-12-194-2/+43
| * | remove duplicate ExposureMaskokan2017-12-151-2/+2
| * | move variable declarations up, to match everything elseokan2017-12-131-9/+12
| * | clean up after previous (noprompt removal)okan2017-12-121-6/+1
| * | Unconditionally show prompt on menus, regardless of invocation.okan2017-12-113-49/+25
* | | cvsimportokan2017-12-076-98/+192
|\| |
| * | Original idea from Dimitris Papastamos to move windows to corners a while ago;okan2017-12-074-0/+71
| * | give command and group menus their own match callbacksokan2017-12-073-5/+37
| * | stash dir into conf since it'll be of useokan2017-12-073-7/+6
| * | organize this a bit betterokan2017-12-071-93/+86
| * | spacingokan2017-12-071-3/+2
* | | cvsimportokan2017-11-301-2/+2
|\| |
| * | Revert r1.109 (Switch to XWindowEvent() pulling out events that match the maskokan2017-11-301-2/+2
* | | README: update v6.2Leah Neukirchen2017-10-171-0/+18
* | | cvsimportokan2017-09-061-1/+1
|\| |
| * | Case matters for menu matching on executables; from ben@lloyd.im.okan2017-09-061-1/+1