Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | introducing const where it might make some sense | 2009-07-08 | 1 | -5/+5 | |
| | |||||
* | no that's definately better | 2009-07-08 | 1 | -1/+0 | |
| | |||||
* | some minor changes | 2009-07-08 | 1 | -11/+11 | |
| | |||||
* | die if malloc sizeof(Monitor) fails | 2009-07-08 | 1 | -1/+2 | |
| | |||||
* | applied Mate's patch, added Mate to LICENSE | 2009-07-06 | 1 | -20/+20 | |
| | |||||
* | some cleanups | 2009-07-02 | 1 | -6/+9 | |
| | |||||
* | hotfix | 2009-07-02 | 1 | -2/+3 | |
| | |||||
* | changed focusmon/tagmon to work on prev/next instead (-1/+1), changed ↵ | 2009-07-02 | 1 | -20/+26 | |
| | | | | shortcuts to Mod1-, Mod1-. and Mod1-Shift-, Mod1-Shift-. | ||||
* | removed some empty lines | 2009-07-02 | 1 | -43/+6 | |
| | |||||
* | interactive resizals allow display dimensions again | 2009-07-02 | 1 | -20/+33 | |
| | |||||
* | update | 2009-07-02 | 1 | -1/+1 | |
| | |||||
* | introduced monitor symbols | 2009-07-02 | 1 | -5/+2 | |
| | |||||
* | minor fix | 2009-07-02 | 1 | -3/+3 | |
| | |||||
* | several bugfixes | 2009-07-01 | 1 | -17/+8 | |
| | |||||
* | some minor fix if xinerama is disabled, still some odd behavior in there | 2009-07-01 | 1 | -1/+3 | |
| | |||||
* | fixed usage of sx, sy, sw, sh | 2009-06-30 | 1 | -14/+13 | |
| | |||||
* | don't draw monitor number, if there is just one monitor | 2009-06-30 | 1 | -1/+1 | |
| | |||||
* | fixed order of transient monitor applicaion and rule application | 2009-06-30 | 1 | -18/+22 | |
| | |||||
* | hotfix | 2009-06-30 | 1 | -3/+3 | |
| | |||||
* | several simplifications | 2009-06-30 | 1 | -106/+81 | |
| | |||||
* | play safe | 2009-06-30 | 1 | -2/+2 | |
| | |||||
* | applied a collection of Christof Musik patches, and fixed an issue reported ↵ | 2009-06-30 | 1 | -24/+32 | |
| | | | | by waistcoats on IRC | ||||
* | some cleanup handling for index based mon search | 2009-06-27 | 1 | -20/+19 | |
| | |||||
* | using mon in function names for consistency reasons | 2009-06-27 | 1 | -11/+11 | |
| | |||||
* | fixed several issues with focus handling via mouse, also added sending ↵ | 2009-06-27 | 1 | -43/+79 | |
| | | | | clients to the right monitor they belong to after mouse moves/resizals | ||||
* | fixed focusmon brokeness | 2009-06-27 | 1 | -7/+5 | |
| | |||||
* | tag fix | 2009-06-26 | 1 | -4/+2 | |
| | |||||
* | typo fix | 2009-06-25 | 1 | -1/+1 | |
| | |||||
* | assign selected tags of target monitor to client when tagmon is performed ↵ | 2009-06-25 | 1 | -0/+1 | |
| | | | | (less obtrusive imho) | ||||
* | added some TODOs, some other focus fixes | 2009-06-24 | 1 | -2/+6 | |
| | |||||
* | disabled XINULATOR code for now | 2009-06-24 | 1 | -1/+1 | |
| | |||||
* | made bar based monitor switching working | 2009-06-24 | 1 | -6/+4 | |
| | |||||
* | several other focus fixes, introduced unfocus() | 2009-06-24 | 1 | -9/+29 | |
| | |||||
* | some focus fixes | 2009-06-24 | 1 | -2/+8 | |
| | |||||
* | fixed title rendering on non-active screen | 2009-06-24 | 1 | -12/+11 | |
| | |||||
* | fixed getclient brokeness | 2009-06-24 | 1 | -5/+8 | |
| | |||||
* | some hotfix cleanup related to wild selmon-> destruction | 2009-06-24 | 1 | -24/+11 | |
| | |||||
* | some restack fixes, still odd behavior if n>1 on unmanaging clients | 2009-06-23 | 1 | -5/+5 | |
| | |||||
* | added some dual head simulator code | 2009-06-23 | 1 | -4/+24 | |
| | |||||
* | simplified left over re-assignment | 2009-06-23 | 1 | -12/+6 | |
| | |||||
* | fixed tagmon, re-using detach/detachstack and attach/attachstack | 2009-06-23 | 1 | -7/+16 | |
| | |||||
* | simplified ISVISBLE and nexttiled | 2009-06-23 | 1 | -20/+19 | |
| | |||||
* | moved clients/stack/sel to Monitor, that's a per monitor structure from now on | 2009-06-23 | 1 | -83/+111 | |
| | |||||
* | declare buf only if XINERAMA support is used | 2009-06-23 | 1 | -1/+1 | |
| | |||||
* | if compiled without XINERAMA support assume 1 monitor by default (n = 1) | 2009-06-23 | 1 | -1/+1 | |
| | |||||
* | some more refactoring, bar toggle fixes | 2009-06-22 | 1 | -17/+27 | |
| | |||||
* | hotfixes | 2009-06-22 | 1 | -1/+1 | |
| | |||||
* | changes monitor structure to be a list | 2009-06-22 | 1 | -133/+169 | |
| | |||||
* | we need a tagset per monitor, removed tagset declaration from config.h | 2009-06-20 | 1 | -15/+17 | |
| | |||||
* | some minor fixes regarding the new xinerama support | 2009-06-20 | 1 | -30/+48 | |
| |