summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
| * Implement _NET_WM_STATE_STICKY, bound to CM-s by default; allows anyokan2014-08-258-3/+47
| * Continue effort to bring keyboard and mouse functions together; mergeokan2014-08-241-30/+20
| * 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
* | README: mention OS XChristian Neukirchen2014-06-231-1/+1
* | Don't use included strlcpy/strlcat when already defined as macrosChristian Neukirchen2014-06-223-5/+20
* | cvsimportokan2014-04-211-0/+1
|\|
| * plug memleak (currently unused func); from Tiago Cunhaokan2014-04-211-0/+1
* | Make PREFIX, MANPATH and CFLAGS optional variablesChristian Neukirchen2014-03-211-3/+3
* | builds on FreeBSD tooChristian Neukirchen2014-03-141-1/+2
* | Makefile: add sign actionChristian Neukirchen2014-03-131-0/+4
* | Version 5.5 v5.5Christian Neukirchen2014-03-131-2/+66
* | cvsimportokan2014-02-271-1/+1
|\|
| * Alignment fix; found the hard way on sparc64 by landry@ (and thanks toookan2014-02-271-1/+1
* | remove TAILQ_END and __dead hacksChristian Neukirchen2014-02-232-9/+3
* | cvsimportokan2014-02-087-52/+40
|\|
| * 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
* | | cvsimportokan2014-02-034-51/+61
|\| |
| * | 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
* | | cvsimportokan2014-02-027-31/+28
|\| |
| * | 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
* | | cvsimportokan2014-02-012-11/+18
|\| |
| * | Let the config parser continue parsing even after encountering an error;okan2014-02-012-11/+18
* | | cvsimportokan2014-01-306-78/+30
|\| |
| * | 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
* | | cvsimportokan2014-01-297-75/+99
|\| |
| * | Minimize trivial differences between a few kb and mb functions.okan2014-01-294-10/+9
| * | keybinding -> key bindingokan2014-01-291-7/+7