| Commit message (Expand) | Author | Age | Files | Lines |
* | cvsimport | okan | 2016-10-24 | 1 | -6/+29 |
|\ |
|
| * | Sprinkle __func__ in appropriate error messages. | okan | 2016-10-24 | 1 | -1/+1 |
| * | Refactor callbacks to take a void * so as to not try and generalize into | okan | 2016-10-18 | 1 | -4/+4 |
| * | When removing xrandr regions, ensure clients are within the bounds of | okan | 2016-10-04 | 1 | -0/+23 |
| * | Turn CALMWM_NGROUPS define into variable, ngroups. | okan | 2016-10-04 | 1 | -1/+1 |
* | | cvsimport | okan | 2016-09-16 | 1 | -2/+3 |
|\| |
|
| * | During init, query screen for _NET_ACTIVE_WINDOW and set that client as | okan | 2016-09-16 | 1 | -2/+3 |
* | | cvsimport | okan | 2015-11-12 | 1 | -2/+29 |
|\| |
|
| * | Partial revert of replacing screen_area() with region_find(); until a | okan | 2015-11-11 | 1 | -0/+22 |
| * | Extend region to include both view and work areas; switch to | okan | 2015-11-09 | 1 | -15/+20 |
* | | cvsimport | okan | 2015-08-28 | 1 | -4/+4 |
|\| |
|
| * | Fix whitespace. | okan | 2015-08-21 | 1 | -4/+4 |
* | | cvsimport | Christian Neukirchen | 2015-07-01 | 1 | -43/+55 |
|\| |
|
| * | Re-implement XClientMessage handling so that we can feed screen_find and | okan | 2015-06-30 | 1 | -2/+2 |
| * | region is a _ctx, so name it so | okan | 2015-06-26 | 1 | -16/+16 |
| * | Mechanical change from xinerama to region backed areas. | okan | 2015-06-26 | 1 | -8/+5 |
| * | collect 'gap' applications | okan | 2015-06-26 | 1 | -10/+14 |
| * | Replace screen region info gathering with XRandR equivalent of Xinerama | okan | 2015-06-26 | 1 | -16/+27 |
* | | cvsimport | Christian Neukirchen | 2015-01-22 | 1 | -1/+2 |
|\| |
|
| * | Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAX | okan | 2015-01-19 | 1 | -1/+2 |
* | | cvsimport | okan | 2014-10-08 | 1 | -2/+5 |
|\| |
|
| * | no need for calloc(1,.. here, malloc is fine since we initialize | okan | 2014-10-08 | 1 | -1/+2 |
| * | make group_init work like other *_init's | okan | 2014-10-08 | 1 | -1/+3 |
* | | cvsimport | okan | 2014-09-27 | 1 | -0/+9 |
|\| |
|
| * | Move stuff that doesn't belong in group_init; while here, explicitly | okan | 2014-09-23 | 1 | -0/+9 |
* | | cvsimport | okan | 2014-09-18 | 1 | -8/+8 |
|\| |
|
| * | Remove duplicate client queue (mruq); instead, remove and take the | okan | 2014-09-08 | 1 | -1/+1 |
| * | more style nits | okan | 2014-09-07 | 1 | -5/+5 |
| * | screen_fromroot -> screen_find | okan | 2014-09-07 | 1 | -2/+2 |
* | | cvsimport | Christian Neukirchen | 2014-09-07 | 1 | -5/+4 |
|\| |
|
| * | gc->hidden has never consistently kept track of a group's state; | okan | 2014-08-24 | 1 | -1/+0 |
| * | Purely mechanical; unify 'num', 'no' and 'shortcut'. | okan | 2014-08-20 | 1 | -3/+3 |
| * | whitespace | okan | 2014-08-20 | 1 | -1/+1 |
* | | cvsimport | okan | 2014-02-08 | 1 | -0/+1 |
|\| |
|
| * | Make sure we cycle through existing client's group membership and set | okan | 2014-02-08 | 1 | -0/+1 |
| |\ |
|
* | | | cvsimport | okan | 2014-02-03 | 1 | -45/+41 |
|\| | |
|
| * | | Introduce a region queue and replace screen's XineramaScreenInfo; we | okan | 2014-02-03 | 1 | -22/+26 |
| * | | 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 | 1 | -11/+5 |
* | | | cvsimport | okan | 2014-02-02 | 1 | -4/+2 |
|\| | |
|
| * | | No need to store screen colormap and visual; rather just use the X | okan | 2014-02-02 | 1 | -2/+0 |
| * | | Unlike free(3), XFree(3) can't be passed a NULL pointer. | okan | 2014-02-02 | 1 | -2/+2 |
* | | | cvsimport | okan | 2014-01-28 | 1 | -5/+3 |
|\| | |
|
| * | | move some init up and shed some blank lines | okan | 2014-01-27 | 1 | -5/+3 |
* | | | cvsimport | okan | 2014-01-03 | 1 | -2/+2 |
|\| | |
|
| * | | use consistent types | okan | 2014-01-03 | 1 | -2/+2 |
* | | | cvsimport | okan | 2013-12-13 | 1 | -5/+11 |
|\| | |
|
| * | | Teach screen_find_xinerama() to apply gap only when told to do so; | okan | 2013-12-13 | 1 | -5/+11 |
* | | | cvsimport | okan | 2013-06-20 | 1 | -1/+1 |
|\| | |
|
| * | | move Cursors into conf. | okan | 2013-06-17 | 1 | -1/+1 |