summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Save the ptr position before lowering via kbd, so as to be able to cycleokan2014-01-201-0/+1
* merge KBFLAG_NEEDCLIENT and MOUSEBIND_CTX_*; brings kbfunc and mousefuncokan2014-01-203-74/+58
* Use argument to pass down flags for mousefunc cyclegroup; removesokan2014-01-203-12/+5
* constify and rename some confusing variables around cmdq.okan2014-01-205-20/+21
* - remove redundant range check for buttons in conf_bind_mouse.okan2014-01-203-64/+61
* Add a function that adds an entry to a menuq, normalizing a common codeokan2014-01-206-49/+34
* use consistent typesokan2014-01-039-43/+43
* state is longokan2014-01-031-1/+1
* calculate proper menu width/height on the first Expose event; 'jump' (while u...okan2014-01-021-2/+2
* Accept _NET_CURRENT_DESKTOP ClientMessage; from Thomas Adam, thoughokan2014-01-021-1/+7
* Accept _NET_WM_DESKTOP clientmessage; from Thomas Adamokan2014-01-021-0/+4
* bring mousefunc closer to kbfuncokan2014-01-024-38/+48
* gc keycode in keybinding since we only deal with keysym nowokan2014-01-021-1/+0
* rename for clarityokan2014-01-021-4/+4
* When a client doesn't specify size hints, nothing prevents a resize tookan2014-01-021-0/+3
* missing stdarg.h includeokan2013-12-171-0/+1
* replace with memsetokan2013-12-174-5/+5
* Implement support for EWMH's _NET_WM_STATE_FULLSCREEN hint.okan2013-12-167-36/+78
* Teach screen_find_xinerama() to apply gap only when told to do so;okan2013-12-136-15/+25
* Instead of using work area, use the Xinerama area for snap calculations;okan2013-12-132-4/+12
* we need the save-set when re-exec'ing so as to not lose State on our hidden c...okan2013-12-131-0/+15
* stray space and sort while hereokan2013-12-131-4/+4
* Add support for XUrgency and matching _NET_WM_STATE_DEMANDS_ATTENTIONokan2013-12-135-4/+26
* Make sure we really take work area gap into account with snap calculations;okan2013-12-122-4/+4
* ICCCM explicitly states that server time (CurrentTime) should *not* beokan2013-12-124-5/+12