summary refs log tree commit diff
path: root/screen.c
Commit message (Expand)AuthorAgeFilesLines
* cvsimportokan2016-10-241-6/+29
|\
| * Sprinkle __func__ in appropriate error messages.okan2016-10-241-1/+1
| * Refactor callbacks to take a void * so as to not try and generalize intookan2016-10-181-4/+4
| * When removing xrandr regions, ensure clients are within the bounds ofokan2016-10-041-0/+23
| * Turn CALMWM_NGROUPS define into variable, ngroups.okan2016-10-041-1/+1
* | cvsimportokan2016-09-161-2/+3
|\|
| * During init, query screen for _NET_ACTIVE_WINDOW and set that client asokan2016-09-161-2/+3
* | cvsimportokan2015-11-121-2/+29
|\|
| * Partial revert of replacing screen_area() with region_find(); until aokan2015-11-111-0/+22
| * Extend region to include both view and work areas; switch tookan2015-11-091-15/+20
* | cvsimportokan2015-08-281-4/+4
|\|
| * Fix whitespace.okan2015-08-211-4/+4
* | cvsimportChristian Neukirchen2015-07-011-43/+55
|\|
| * Re-implement XClientMessage handling so that we can feed screen_find andokan2015-06-301-2/+2
| * region is a _ctx, so name it sookan2015-06-261-16/+16
| * Mechanical change from xinerama to region backed areas.okan2015-06-261-8/+5
| * collect 'gap' applicationsokan2015-06-261-10/+14
| * Replace screen region info gathering with XRandR equivalent of Xineramaokan2015-06-261-16/+27
* | cvsimportChristian Neukirchen2015-01-221-1/+2
|\|
| * Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAXokan2015-01-191-1/+2
* | cvsimportokan2014-10-081-2/+5
|\|
| * no need for calloc(1,.. here, malloc is fine since we initializeokan2014-10-081-1/+2
| * make group_init work like other *_init'sokan2014-10-081-1/+3
* | cvsimportokan2014-09-271-0/+9
|\|
| * Move stuff that doesn't belong in group_init; while here, explicitlyokan2014-09-231-0/+9
* | cvsimportokan2014-09-181-8/+8
|\|
| * Remove duplicate client queue (mruq); instead, remove and take theokan2014-09-081-1/+1
| * more style nitsokan2014-09-071-5/+5
| * screen_fromroot -> screen_findokan2014-09-071-2/+2
* | cvsimportChristian Neukirchen2014-09-071-5/+4
|\|
| * gc->hidden has never consistently kept track of a group's state;okan2014-08-241-1/+0
| * Purely mechanical; unify 'num', 'no' and 'shortcut'.okan2014-08-201-3/+3
| * whitespaceokan2014-08-201-1/+1
* | cvsimportokan2014-02-081-0/+1
|\|
| * Make sure we cycle through existing client's group membership and setokan2014-02-081-0/+1
| |\
* | | cvsimportokan2014-02-031-45/+41
|\| |
| * | Introduce a region queue and replace screen's XineramaScreenInfo; weokan2014-02-031-22/+26
| * | make this XQueryTree like the otherokan2014-02-031-12/+10
| * | Move redundant bits from screen_init (while dealing with existingokan2014-02-031-11/+5
* | | cvsimportokan2014-02-021-4/+2
|\| |
| * | No need to store screen colormap and visual; rather just use the Xokan2014-02-021-2/+0
| * | Unlike free(3), XFree(3) can't be passed a NULL pointer.okan2014-02-021-2/+2
* | | cvsimportokan2014-01-281-5/+3
|\| |
| * | move some init up and shed some blank linesokan2014-01-271-5/+3
* | | cvsimportokan2014-01-031-2/+2
|\| |
| * | use consistent typesokan2014-01-031-2/+2
* | | cvsimportokan2013-12-131-5/+11
|\| |
| * | Teach screen_find_xinerama() to apply gap only when told to do so;okan2013-12-131-5/+11
* | | cvsimportokan2013-06-201-1/+1
|\| |
| * | move Cursors into conf.okan2013-06-171-1/+1