| Commit message (Expand) | Author | Lines |
2021-04-27 | Remove wm menu | Wynn Wolf Arbor | -24/+0 |
2021-04-27 | Add BSD compatibility functions and headers | Wynn Wolf Arbor | -1/+1 |
2020-04-18 | Prevent out of boundary write with configuration files in which too many quot... | tobias | -2/+2 |
2020-03-18 | Unrelated style fixes, consistency changes and sorting, appropriate dosage/re... | okan | -4/+4 |
2019-04-29 | Plug a memory leak in log_debug(); OK okan@ | tim | -1/+2 |
2019-02-13 | fix missing includes | okan | -1/+2 |
2018-02-04 | Slightly expand and expose verbose debugging. | okan | -4/+6 |
2018-02-02 | Add a simple debug logging mechanism. | okan | -1/+31 |
2018-01-08 | Quick fix: exit after a failed execvp in u_spawn instead; previously we did in | okan | -2/+2 |
2017-12-29 | If the replacement window manager fails to start, restart the fallback (the | okan | -2/+2 |
2015-09-16 | On execwm, we should properly release resources before exec'ing into a | okan | -5/+29 |
2015-01-19 | Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAX | okan | -2/+3 |
2012-11-09 | sort | okan | -2/+2 |
2011-07-25 | We are inconsistent when it comes to function returns, so just go all | okan | -3/+3 |
2011-06-24 | alter a few function returns and prototypes; found by lint. | okan | -5/+2 |
2011-05-11 | tag and comment cleanup; ok oga@ | okan | -1/+1 |
2009-12-15 | pull all non-X11 headers from calmwm.h and place them only where they | okan | -1/+11 |
2009-12-15 | merge the 2 common header files; specific includes to be pulled out as | okan | -2/+1 |
2008-07-11 | spacing, declaration lineup to be consistent throughout cwm, | okan | -4/+3 |
2008-05-15 | KNF, no binary change. | oga | -3/+3 |
2008-04-15 | make the argument parser for commands accept quoted strings, while i'm | oga | -16/+26 |
2008-04-15 | Kill dirent_isdir() and dirent_islink() nothing used them since the new | oga | -29/+1 |
2008-04-15 | hit it with the knf stick. | oga | -19/+21 |
2008-02-20 | add exec_wm to calmwm.h, it was missing (bad ian@!) | oga | -2/+2 |
2008-01-16 | huge amount of cleanup and dead code removal. | oga | -8/+1 |
2008-01-11 | - Remove the "all rights reserved" tag at the top of most of the source | oga | -2/+13 |
2007-11-28 | Add a "restart wm" function. ok oga@ | ian | -1/+17 |