| Commit message (Expand) | Author | Age | Files | Lines |
* | cvsimport | okan | 2014-01-30 | 1 | -0/+2 |
|\ |
|
| * | Move cwm_status around to avoid header fu, and remove extraneous signal | okan | 2014-01-30 | 1 | -0/+2 |
* | | cvsimport | okan | 2014-01-29 | 1 | -1/+1 |
|\| |
|
| * | Minimize trivial differences between a few kb and mb functions. | okan | 2014-01-29 | 1 | -1/+1 |
* | | cvsimport | okan | 2014-01-24 | 1 | -39/+29 |
|\| |
|
| * | 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 |
| * | Somewhat streamline event loop/restart/quit handling; most notable | okan | 2014-01-22 | 1 | -12/+2 |
* | | cvsimport | okan | 2014-01-21 | 1 | -25/+11 |
|\| |
|
| * | Sprinkle a few more const; from Tiago Cunha. | okan | 2014-01-21 | 1 | -1/+2 |
| * | Save the ptr position before lowering via kbd, so as to be able to cycle | okan | 2014-01-20 | 1 | -0/+1 |
| * | constify and rename some confusing variables around cmdq. | okan | 2014-01-20 | 1 | -2/+2 |
| * | Add a function that adds an entry to a menuq, normalizing a common code | okan | 2014-01-20 | 1 | -23/+7 |
* | | cvsimport | okan | 2014-01-03 | 1 | -1/+1 |
|\| |
|
| * | use consistent types | okan | 2014-01-03 | 1 | -1/+1 |
* | | cvsimport | okan | 2013-12-16 | 1 | -0/+6 |
|\| |
|
| * | Implement support for EWMH's _NET_WM_STATE_FULLSCREEN hint. | okan | 2013-12-16 | 1 | -0/+6 |
* | | cvsimport | okan | 2013-12-13 | 1 | -2/+6 |
|\| |
|
| * | Teach screen_find_xinerama() to apply gap only when told to do so; | okan | 2013-12-13 | 1 | -1/+1 |
| * | Instead of using work area, use the Xinerama area for snap calculations; | okan | 2013-12-13 | 1 | -2/+6 |
* | | cvsimport | Christian Neukirchen | 2013-12-13 | 1 | -2/+2 |
|\| |
|
| * | Make sure we really take work area gap into account with snap calculations; | okan | 2013-12-12 | 1 | -2/+2 |
* | | cvsimport | okan | 2013-12-02 | 1 | -2/+2 |
|\| |
|
| * | like gap, make snapdist per screen | okan | 2013-11-27 | 1 | -2/+2 |
* | | cvsimport | okan | 2013-10-25 | 1 | -2/+2 |
|\| |
|
| * | a few err->errx since we don't have error messages here; from Tiago Cunha | okan | 2013-10-17 | 1 | -2/+2 |
* | | cvsimport | okan | 2013-07-10 | 1 | -1/+1 |
|\| |
|
| * | move kbfunc and mousefunc closer together | okan | 2013-07-08 | 1 | -1/+1 |
* | | cvsimport | Christian Neukirchen | 2013-05-29 | 1 | -9/+8 |
|\| |
|
| * | swap x/y calculations in kbd move/resize to match those in the respective mou... | okan | 2013-05-11 | 1 | -9/+8 |
* | | cvsimport | okan | 2013-04-14 | 1 | -0/+1 |
|\| |
|
| * | consistency | okan | 2013-04-08 | 1 | -0/+1 |
* | | cvsimport | okan | 2013-01-13 | 1 | -0/+13 |
|\| |
|
| * | add per-group vert/horiz tiling support; introduces 2 new bind commands, | okan | 2013-01-08 | 1 | -0/+13 |
* | | cvsimport | okan | 2013-01-06 | 1 | -9/+9 |
|\| |
|
| * | rename {h,v}max functions for consistency; from Jan Stary | okan | 2013-01-04 | 1 | -2/+2 |
| * | pass the screen workarea, as opposed to viewarea, allowing client | okan | 2013-01-02 | 1 | -2/+2 |
| * | re-work client_snapcalc() so it takes client and edge dimensions with | okan | 2013-01-02 | 1 | -4/+4 |
| * | make num of groups no longer off-by-one; from Alexander Polakov | okan | 2013-01-01 | 1 | -3/+3 |
* | | cvsimport | okan | 2012-12-19 | 1 | -27/+9 |
|\| |
|
| * | put a default known_hosts into conf | okan | 2012-12-17 | 1 | -7/+4 |
| * | pull user home directory via getenv or getpwuid and stash it so we don't | okan | 2012-12-17 | 1 | -5/+2 |
| * | create and use menuq_clear() helper; from Tiago Cunha | okan | 2012-12-17 | 1 | -16/+4 |
* | | Use vendored queue.h everywhere | Christian Neukirchen | 2012-11-26 | 1 | -1/+1 |
|/ |
|
* | sort | okan | 2012-11-09 | 1 | -1/+1 |
* | get rid of the xfree() wrapper around free(); from Tiago Cunha. | okan | 2012-11-07 | 1 | -11/+10 |
* | missing headers; from Thordur Bjornsson. | okan | 2012-11-07 | 1 | -0/+1 |
* | tab completion support for menus; from Alexander Polakov. | okan | 2012-11-07 | 1 | -4/+5 |
* | replace 'reload' with 'restart', which merely re-exec's cwm using the | okan | 2012-10-31 | 1 | -2/+4 |
* | extend client_resize so that it can know when to reset max flags and | okan | 2012-09-09 | 1 | -1/+1 |