summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | 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
* | | cvsimportokan2014-01-287-75/+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
* | | cvsimportokan2014-01-247-63/+88
|\| |
| * | 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