Age | Commit message (Expand) | Author |
2016-10-24 | Sprinkle __func__ in appropriate error messages. | Okan Demirmen |
2016-10-18 | Refactor callbacks to take a void * so as to not try and generalize into | Okan Demirmen |
2016-10-04 | When removing xrandr regions, ensure clients are within the bounds of | Okan Demirmen |
2016-10-04 | Turn CALMWM_NGROUPS define into variable, ngroups. | Okan Demirmen |
2016-09-16 | During init, query screen for _NET_ACTIVE_WINDOW and set that client as | Okan Demirmen |
2015-11-11 | Partial revert of replacing screen_area() with region_find(); until a | Okan Demirmen |
2015-11-09 | Extend region to include both view and work areas; switch to | Okan Demirmen |
2015-08-21 | Fix whitespace. | Okan Demirmen |
2015-06-30 | Re-implement XClientMessage handling so that we can feed screen_find and | Okan Demirmen |
2015-06-26 | region is a _ctx, so name it so | Okan Demirmen |
2015-06-26 | Mechanical change from xinerama to region backed areas. | Okan Demirmen |
2015-06-26 | collect 'gap' applications | Okan Demirmen |
2015-06-26 | Replace screen region info gathering with XRandR equivalent of Xinerama | Okan Demirmen |
2015-01-19 | Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAX | Okan Demirmen |
2014-10-08 | no need for calloc(1,.. here, malloc is fine since we initialize | Okan Demirmen |
2014-10-08 | make group_init work like other *_init's | Okan Demirmen |
2014-09-23 | Move stuff that doesn't belong in group_init; while here, explicitly | Okan Demirmen |
2014-09-08 | Remove duplicate client queue (mruq); instead, remove and take the | Okan Demirmen |
2014-09-07 | more style nits | Okan Demirmen |
2014-09-07 | screen_fromroot -> screen_find | Okan Demirmen |
2014-08-24 | gc->hidden has never consistently kept track of a group's state; | Okan Demirmen |
2014-08-20 | Purely mechanical; unify 'num', 'no' and 'shortcut'. | Okan Demirmen |
2014-08-20 | whitespace | Okan Demirmen |
2014-02-08 | Make sure we cycle through existing client's group membership and set | Okan Demirmen |
2014-02-03 | Introduce a region queue and replace screen's XineramaScreenInfo; we | Okan Demirmen |
2014-02-03 | make this XQueryTree like the other | Okan Demirmen |
2014-02-03 | Move redundant bits from screen_init (while dealing with existing | Okan Demirmen |
2014-02-02 | No need to store screen colormap and visual; rather just use the X | Okan Demirmen |
2014-02-02 | Unlike free(3), XFree(3) can't be passed a NULL pointer. | Okan Demirmen |
2014-01-27 | move some init up and shed some blank lines | Okan Demirmen |
2014-01-03 | use consistent types | Okan Demirmen |
2013-12-13 | Teach screen_find_xinerama() to apply gap only when told to do so; | Okan Demirmen |
2013-06-17 | move Cursors into conf. | Okan Demirmen |
2013-05-20 | - configure menuwin with the screen, then create the xft drawable using | Okan Demirmen |
2013-05-11 | new -> init | Okan Demirmen |
2013-05-11 | replace conf_{gap,color,font} with conf_screen since really we are | Okan Demirmen |
2013-04-30 | group conf_* init functions | Okan Demirmen |
2013-04-29 | use an int in screen_init and avoid needing to cast for screen number (which). | Okan Demirmen |
2013-04-12 | push Screenq into screen_init | Okan Demirmen |
2013-01-08 | teach screen_find_xinerama() about gap and adjust (simplify) callers; | Okan Demirmen |
2013-01-07 | revert previous | Okan Demirmen |
2013-01-07 | unbreak xinerama support from r1.41 for panning setups | Okan Demirmen |
2013-01-02 | merge in Xinerama screen query; no functional change. | Okan Demirmen |
2013-01-02 | have screen_find_xinerama() return struct geom *reliably* instead of | Okan Demirmen |
2012-12-18 | expand CHILDMASK | Okan Demirmen |
2012-12-17 | stash the default screen visual and colormap in screen_ctx | Okan Demirmen |
2012-11-29 | x_setupscreen -> screen_init; no functional change. | Okan Demirmen |
2012-11-09 | sort | Okan Demirmen |
2012-07-18 | Further simplify Xinerama init and re-init on XRR events. | Okan Demirmen |
2012-07-16 | check value | Okan Demirmen |