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