| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | During init, query screen for _NET_ACTIVE_WINDOW and set that client as | okan | 2016-09-16 | 1 | -2/+3 |
* | 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 |
* | Fix whitespace. | okan | 2015-08-21 | 1 | -4/+4 |
* | 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 |
* | Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAX | okan | 2015-01-19 | 1 | -1/+2 |
* | 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 |
* | Move stuff that doesn't belong in group_init; while here, explicitly | okan | 2014-09-23 | 1 | -0/+9 |
* | 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 |
* | 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 |
* | Make sure we cycle through existing client's group membership and set | okan | 2014-02-08 | 1 | -0/+1 |
|\ |
|
* | | 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 |
* | | 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 |
* | | move some init up and shed some blank lines | okan | 2014-01-27 | 1 | -5/+3 |
* | | use consistent types | okan | 2014-01-03 | 1 | -2/+2 |
* | | Teach screen_find_xinerama() to apply gap only when told to do so; | okan | 2013-12-13 | 1 | -5/+11 |
* | | move Cursors into conf. | okan | 2013-06-17 | 1 | -1/+1 |
* | | - configure menuwin with the screen, then create the xft drawable using | okan | 2013-05-20 | 1 | -1/+0 |
* | | new -> init | okan | 2013-05-11 | 1 | -1/+1 |
* | | replace conf_{gap,color,font} with conf_screen since really we are | okan | 2013-05-11 | 1 | -3/+1 |
* | | group conf_* init functions | okan | 2013-04-30 | 1 | -5/+3 |
* | | use an int in screen_init and avoid needing to cast for screen number (which). | okan | 2013-04-29 | 1 | -1/+1 |
* | | push Screenq into screen_init | okan | 2013-04-12 | 1 | -1/+6 |
* | | teach screen_find_xinerama() about gap and adjust (simplify) callers; | okan | 2013-01-08 | 1 | -5/+5 |
* | | revert previous | okan | 2013-01-07 | 1 | -2/+2 |
* | | unbreak xinerama support from r1.41 for panning setups | okan | 2013-01-07 | 1 | -2/+2 |
* | | merge in Xinerama screen query; no functional change. | okan | 2013-01-02 | 1 | -22/+10 |
* | | have screen_find_xinerama() return struct geom *reliably* instead of | okan | 2013-01-02 | 1 | -5/+13 |
* | | expand CHILDMASK | okan | 2012-12-18 | 1 | -2/+3 |
* | | stash the default screen visual and colormap in screen_ctx | okan | 2012-12-17 | 1 | -0/+2 |
* | | x_setupscreen -> screen_init; no functional change. | okan | 2012-11-29 | 1 | -0/+54 |
* | | sort | okan | 2012-11-09 | 1 | -1/+1 |
* | | Further simplify Xinerama init and re-init on XRR events. | okan | 2012-07-18 | 1 | -15/+5 |
* | | check value | okan | 2012-07-16 | 1 | -1/+1 |