summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* gc->hidden has never consistently kept track of a group's state;okan2014-08-243-32/+18
* Fix nogroup regression, where nogroup became an actual group - theokan2014-08-224-15/+18
* Purely mechanical; unify 'num', 'no' and 'shortcut'.okan2014-08-208-31/+30
* Split off group window restacking.okan2014-08-201-4/+15
* whitespaceokan2014-08-201-1/+1
* fix a misleading comment and function nameokan2014-08-201-5/+5
* Remove unnecessary memset since reload was replaced with restart;okan2014-08-191-2/+0
* Pull highstack from group_ctx (and useless calculations of); in the oneokan2014-08-192-17/+9
* Get rid of nhidden in group_ctx; it actually never reported correctlyokan2014-08-182-8/+5
* plug memleak (currently unused func); from Tiago Cunhaokan2014-04-211-0/+1
* Alignment fix; found the hard way on sparc64 by landry@ (and thanks toookan2014-02-271-1/+1
* Make sure we cycle through existing client's group membership and setokan2014-02-083-0/+11
|\
| * Initial import of cwm-3. cwmbernd2007-04-270-0/+0
* | Replace a few hand rolled loops with like tailq loops.okan2014-02-081-16/+12
* | all mapped clients now should have a group, so simplify some casesokan2014-02-073-7/+3
* | If _NET_WM_DESKTOP is set to -1 during client creation, place the client intookan2014-02-071-28/+12
* | Some clients set the urgency flag even if they are the active client;okan2014-02-061-1/+2
* | Introduce a region queue and replace screen's XineramaScreenInfo; weokan2014-02-032-24/+34
* | make this XQueryTree like the otherokan2014-02-031-12/+10
* | Move redundant bits from screen_init (while dealing with existingokan2014-02-034-15/+17
* | Move redundant window attr fetch from maprequest directly intookan2014-02-022-7/+7
* | No need to store screen colormap and visual; rather just use the Xokan2014-02-024-11/+9
* | Unlike free(3), XFree(3) can't be passed a NULL pointer.okan2014-02-021-2/+2
* | The menu already limits entries with MENU_MAXENTRY, so don't botherokan2014-02-022-9/+8
* | Take menu's bwidth into account for position/size; reported by Thomas Adam.okan2014-02-011-2/+2
* | Let the config parser continue parsing even after encountering an error;okan2014-02-012-11/+18
* | re-add lost free from previousokan2014-01-301-0/+1
* | Switch ignoreq to winname struct since it's basically the same thing;okan2014-01-303-33/+17
* | use the same autogroupwin variable as everywhere elseokan2014-01-301-11/+11
* | Move cwm_status around to avoid header fu, and remove extraneous signalokan2014-01-303-10/+2
* | Remove duplicate mouse functions and instead use the kbfunc ones. Nookan2014-01-301-25/+0
* | Minimize trivial differences between a few kb and mb functions.okan2014-01-294-10/+9
* | keybinding -> key bindingokan2014-01-291-7/+7
* | Merge keybinding and mousebinding queues into using the same mergedokan2014-01-293-43/+38
* | Much like we do for keyboard and mouse bindings, remove duplicates forokan2014-01-291-0/+15
* | Check command name/path for truncation and provide user feedback duringokan2014-01-293-15/+30
* | Check ignore windowname for truncation and provide user feedback duringokan2014-01-283-4/+10
* | The EWMH spec states that if the cardinal returned is 0xFFFFFFFF (-1)okan2014-01-281-2/+11
* | Move conf_init/clear into main - no behaviour change; from Tiago Cunha.okan2014-01-282-7/+5
* | move some init up and shed some blank linesokan2014-01-272-6/+3
* | simplify parse_config using assignment; inspired by a very old diff fromokan2014-01-271-57/+2
* | more range checkingokan2014-01-241-4/+7
* | correct arguments and drop the cast.okan2014-01-241-1/+1
* | no need to quote within warningokan2014-01-231-2/+2
* | If no title is supplied, term uses only the basename for its title.okan2014-01-231-2/+2
* | zap whitespaceokan2014-01-221-25/+25
* | cwm_argv doesn't need to be global any longerokan2014-01-221-5/+5
* | start properly releasing X resources during teardownokan2014-01-221-0/+19
* | Somewhat streamline event loop/restart/quit handling; most notableokan2014-01-225-28/+31
* | Sprinkle a few more const; from Tiago Cunha.okan2014-01-215-17/+18