summaryrefslogtreecommitdiff
path: root/app/cwm/util.c
AgeCommit message (Expand)Author
2020-04-16Prevent out of boundary write with configuration files in which too manyTobias Stoeckmann
2020-02-27Unrelated style fixes, consistency changes and sorting, appropriateOkan Demirmen
2019-04-29Plug a memory leak in log_debug(); OK okan@Tim van der Molen
2019-02-13fix missing includesOkan Demirmen
2018-02-04Slightly expand and expose verbose debugging.Okan Demirmen
2018-02-02Add a simple debug logging mechanism.Okan Demirmen
2018-01-08Quick fix: exit after a failed execvp in u_spawn instead; previously we did inOkan Demirmen
2017-12-29If the replacement window manager fails to start, restart the fallback (theOkan Demirmen
2015-09-16On execwm, we should properly release resources before exec'ing into aOkan Demirmen
2015-01-19Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAXOkan Demirmen
2012-11-09sortOkan Demirmen
2011-07-25We are inconsistent when it comes to function returns, so just go allOkan Demirmen
2011-06-24alter a few function returns and prototypes; found by lint.Okan Demirmen
2011-05-11tag and comment cleanup; ok oga@Okan Demirmen
2009-12-15pull all non-X11 headers from calmwm.h and place them only where theyOkan Demirmen
2009-12-15merge the 2 common header files; specific includes to be pulled out asOkan Demirmen
2008-07-11spacing, declaration lineup to be consistent throughout cwm,Okan Demirmen
2008-05-15KNF, no binary change.Owain Ainsworth
2008-04-15make the argument parser for commands accept quoted strings, while i'mOwain Ainsworth
2008-04-15Kill dirent_isdir() and dirent_islink() nothing used them since the newOwain Ainsworth
2008-04-15hit it with the knf stick.Owain Ainsworth
2008-02-20add exec_wm to calmwm.h, it was missing (bad ian@!)Owain Ainsworth
2008-01-16huge amount of cleanup and dead code removal.Owain Ainsworth
2008-01-11- Remove the "all rights reserved" tag at the top of most of the sourceOwain Ainsworth
2007-11-28Add a "restart wm" function. ok oga@Ian Darwin
2007-04-27Initial import of cwm-3.Bernd Ahlers