Age | Commit message (Expand) | Author |
2019-02-25 | Add 'group-close-[n]' action to close all windows within specified group. | Okan Demirmen |
2019-02-22 | Rename internal functions to delinate between client remove, delete and xproto | Okan Demirmen |
2017-12-29 | Convert menu-exec-wm from an abritrary exec menu, into a config-based menu from | Okan Demirmen |
2017-12-07 | Original idea from Dimitris Papastamos to move windows to corners a while ago; | Okan Demirmen |
2017-07-06 | fix a few WARNINGS (new sentence, new line and extraneous Pp macro) found with | Okan Demirmen |
2017-04-24 | For {h,v}tile, instead of keeping the master client's {h,v} geometry, expand it | Okan Demirmen |
2017-01-15 | Typo on binding name; from Redouan Ait Mallouk. | Okan Demirmen |
2016-12-01 | Change 'menu-window' to display all windows; then add 'menu-window-hidden' for | Okan Demirmen |
2016-12-01 | Normalize bind function names, based on a few categories: window, group, menu | Okan Demirmen |
2016-10-05 | More accurate to say 'toggle', rather than 'select', for group[n]/nogroup. | Okan Demirmen |
2016-09-12 | change 'sticky' to 'stick' to toggle client stickiness (seems the | Okan Demirmen |
2015-07-12 | introduce 'groupsearch' for group menu search; matches on either group | Okan Demirmen |
2015-05-31 | a start to cleaning: | Okan Demirmen |
2014-08-25 | Implement _NET_WM_STATE_STICKY, bound to CM-s by default; allows any | Okan Demirmen |
2014-01-29 | keybinding -> key binding | Okan Demirmen |
2013-12-16 | Implement support for EWMH's _NET_WM_STATE_FULLSCREEN hint. | Okan Demirmen |
2013-12-13 | Add support for XUrgency and matching _NET_WM_STATE_DEMANDS_ATTENTION | Okan Demirmen |
2013-11-27 | Remove the option to bind a key by keycode with brackets; it never | Okan Demirmen |
2013-07-08 | add support for mouse based group {,r}cycle; from Rodrigo Mosconi. not | Okan Demirmen |
2013-06-17 | allow mouse button4 and button5; from Rodrigo Mosconi | Okan Demirmen |
2013-01-08 | add per-group vert/horiz tiling support; introduces 2 new bind commands, | Okan Demirmen |
2012-12-17 | knf | Okan Demirmen |
2012-12-17 | non-trivial menu drawing rewrite, moving to Xft and solving various | Okan Demirmen |
2012-11-29 | specific last match for autogroup; few iterations with Kent Spillner. | Okan Demirmen |
2012-11-07 | clarify windowname and windowclass values are pulled from the WM_CLASS | Okan Demirmen |
2012-11-07 | zap trailing space | Okan Demirmen |
2012-11-01 | try to clarify xprop(1) output, with respect to WM_CLASS, without going | Okan Demirmen |
2012-10-31 | replace 'reload' with 'restart', which merely re-exec's cwm using the | Okan Demirmen |
2012-10-28 | clarify autogroup option; based on diffs from kspillner@acm.org with | Okan Demirmen |
2012-07-06 | Add a couple examples of keybindings using keysyms, as discussed | David Coppa |
2011-11-06 | put snapdist in the correct location; as an option, not a bind; Tiago Cunha. | Okan Demirmen |
2011-09-08 | allow configurable menu font color; from Alexander Polakov with a tweak | Okan Demirmen |
2011-09-08 | allow menufg/menubg to be configurable; from Alexander Polakov. | Okan Demirmen |
2011-09-03 | Add {r,}cycleingroup to cycle through clients belonging to the same | Okan Demirmen |
2011-06-25 | Since cwm(1) uses the same parser as others in src, document how | Okan Demirmen |
2011-06-24 | New option to raise a client via the mouse (unbound by default); | Okan Demirmen |
2011-06-24 | introduce a new config option to snap to the screen edge. 'snapdist' | Okan Demirmen |
2011-05-07 | introduce a new 'freeze' flag (CMS-f by default) which may be applied to | Okan Demirmen |
2010-09-25 | s/\.Pb/.Pp/ for correct vertical spacing; found by mandoc -Tlint | Ingo Schwarze |
2010-09-25 | do not warp to clients marked 'ignore'; from chneukirchen at gmail - thanks. | Okan Demirmen |
2010-09-25 | clarify window name/class a bit more with word ordering. | Okan Demirmen |
2010-07-30 | revert -r1.45 of group.c (log was: fix window name and class to match | Okan Demirmen |
2010-07-23 | fix backwards example (after r1.45 of group.c); noticed by phessler@ | Okan Demirmen |
2010-03-20 | Fix formatting errors breaking the xenocara mandoc(1) build: | Ingo Schwarze |
2009-08-24 | Add a keybinding to allow horizontal maximisation of a window (CMS-enter). | Owain Ainsworth |
2009-08-08 | remove unnecessary Ar macros | Okan Demirmen |
2009-08-08 | remove unnecessary Dq macro; based on a diff from Martin Toft | Okan Demirmen |
2009-05-17 | a long time coming - re-work the way we deal with colors: since we're | Okan Demirmen |
2009-05-17 | add a "movetogroup" function, which hides the current window from | Stuart Henderson |
2009-05-14 | Add a new command (currently no default keybindings for it), grouponly[1-9]. | Owain Ainsworth |