| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Implement _NET_WM_STATE_STICKY, bound to CM-s by default; allows any | okan | 2014-08-25 | 8 | -3/+47 |
* | Continue effort to bring keyboard and mouse functions together; merge | okan | 2014-08-24 | 1 | -30/+20 |
* | gc->hidden has never consistently kept track of a group's state; | okan | 2014-08-24 | 3 | -32/+18 |
* | Fix nogroup regression, where nogroup became an actual group - the | okan | 2014-08-22 | 4 | -15/+18 |
* | Purely mechanical; unify 'num', 'no' and 'shortcut'. | okan | 2014-08-20 | 8 | -31/+30 |
* | Split off group window restacking. | okan | 2014-08-20 | 1 | -4/+15 |
* | whitespace | okan | 2014-08-20 | 1 | -1/+1 |
* | fix a misleading comment and function name | okan | 2014-08-20 | 1 | -5/+5 |
* | Remove unnecessary memset since reload was replaced with restart; | okan | 2014-08-19 | 1 | -2/+0 |
* | Pull highstack from group_ctx (and useless calculations of); in the one | okan | 2014-08-19 | 2 | -17/+9 |
* | Get rid of nhidden in group_ctx; it actually never reported correctly | okan | 2014-08-18 | 2 | -8/+5 |
* | plug memleak (currently unused func); from Tiago Cunha | okan | 2014-04-21 | 1 | -0/+1 |
* | Alignment fix; found the hard way on sparc64 by landry@ (and thanks too | okan | 2014-02-27 | 1 | -1/+1 |
* | Make sure we cycle through existing client's group membership and set | okan | 2014-02-08 | 3 | -0/+11 |
|\ |
|
| * | Initial import of cwm-3. cwm | bernd | 2007-04-27 | 0 | -0/+0 |
* | | Replace a few hand rolled loops with like tailq loops. | okan | 2014-02-08 | 1 | -16/+12 |
* | | all mapped clients now should have a group, so simplify some cases | okan | 2014-02-07 | 3 | -7/+3 |
* | | If _NET_WM_DESKTOP is set to -1 during client creation, place the client into | okan | 2014-02-07 | 1 | -28/+12 |
* | | Some clients set the urgency flag even if they are the active client; | okan | 2014-02-06 | 1 | -1/+2 |
* | | Introduce a region queue and replace screen's XineramaScreenInfo; we | okan | 2014-02-03 | 2 | -24/+34 |
* | | make this XQueryTree like the other | okan | 2014-02-03 | 1 | -12/+10 |
* | | Move redundant bits from screen_init (while dealing with existing | okan | 2014-02-03 | 4 | -15/+17 |
* | | Move redundant window attr fetch from maprequest directly into | okan | 2014-02-02 | 2 | -7/+7 |
* | | No need to store screen colormap and visual; rather just use the X | okan | 2014-02-02 | 4 | -11/+9 |
* | | Unlike free(3), XFree(3) can't be passed a NULL pointer. | okan | 2014-02-02 | 1 | -2/+2 |
* | | The menu already limits entries with MENU_MAXENTRY, so don't bother | okan | 2014-02-02 | 2 | -9/+8 |
* | | Take menu's bwidth into account for position/size; reported by Thomas Adam. | okan | 2014-02-01 | 1 | -2/+2 |
* | | Let the config parser continue parsing even after encountering an error; | okan | 2014-02-01 | 2 | -11/+18 |
* | | re-add lost free from previous | okan | 2014-01-30 | 1 | -0/+1 |
* | | Switch ignoreq to winname struct since it's basically the same thing; | okan | 2014-01-30 | 3 | -33/+17 |
* | | use the same autogroupwin variable as everywhere else | okan | 2014-01-30 | 1 | -11/+11 |
* | | Move cwm_status around to avoid header fu, and remove extraneous signal | okan | 2014-01-30 | 3 | -10/+2 |
* | | Remove duplicate mouse functions and instead use the kbfunc ones. No | okan | 2014-01-30 | 1 | -25/+0 |
* | | Minimize trivial differences between a few kb and mb functions. | okan | 2014-01-29 | 4 | -10/+9 |
* | | keybinding -> key binding | okan | 2014-01-29 | 1 | -7/+7 |
* | | Merge keybinding and mousebinding queues into using the same merged | okan | 2014-01-29 | 3 | -43/+38 |
* | | Much like we do for keyboard and mouse bindings, remove duplicates for | okan | 2014-01-29 | 1 | -0/+15 |
* | | Check command name/path for truncation and provide user feedback during | okan | 2014-01-29 | 3 | -15/+30 |
* | | Check ignore windowname for truncation and provide user feedback during | okan | 2014-01-28 | 3 | -4/+10 |
* | | The EWMH spec states that if the cardinal returned is 0xFFFFFFFF (-1) | okan | 2014-01-28 | 1 | -2/+11 |
* | | Move conf_init/clear into main - no behaviour change; from Tiago Cunha. | okan | 2014-01-28 | 2 | -7/+5 |
* | | move some init up and shed some blank lines | okan | 2014-01-27 | 2 | -6/+3 |
* | | simplify parse_config using assignment; inspired by a very old diff from | okan | 2014-01-27 | 1 | -57/+2 |
* | | more range checking | okan | 2014-01-24 | 1 | -4/+7 |
* | | correct arguments and drop the cast. | okan | 2014-01-24 | 1 | -1/+1 |
* | | no need to quote within warning | okan | 2014-01-23 | 1 | -2/+2 |
* | | If no title is supplied, term uses only the basename for its title. | okan | 2014-01-23 | 1 | -2/+2 |
* | | zap whitespace | okan | 2014-01-22 | 1 | -25/+25 |
* | | cwm_argv doesn't need to be global any longer | okan | 2014-01-22 | 1 | -5/+5 |
* | | start properly releasing X resources during teardown | okan | 2014-01-22 | 1 | -0/+19 |