summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2008-03-26Fix a couple of issues with the maximization code.Owain Ainsworth
2008-03-25Introduce bsd.xconf.mk to set default config variables usedMatthieu Herrb
2008-03-24msg_controllen has to be CMSG_SPACE so that the kernel can account forMatthieu Herrb
2008-03-23Replace the symlink configuration scheme with a simple yacc parser asSimon Bertrang
2008-03-22allow autogrouping and sticky mode to work togetherOkan Demirmen
2008-03-22Rip out, burn, and dance around the grave of group-edit mode.Owain Ainsworth
2008-03-22Remove a bunch of unused variables and incorrect comments.Owain Ainsworth
2008-03-22Make xterm(1) and resize(1) correctly refer to X(7) instead of X(1).Michael Erdely
2008-03-20Get rid of strcat() and strcpy(), fixing a potential stack overflow.Matthieu Herrb
2008-03-19update to xterm 234. tested by merdely@, 'looks ok' deraadt@.Matthieu Herrb
2008-03-19Remove a useless use of cat pointed by espie@ some time ago.Matthieu Herrb
2008-03-19As mentioned in my last commit, there was an issue where the switchingOwain Ainsworth
2008-03-18client_{,r}cycle() doens't need a client. so get rid of KBFUNC_NEEDSCLIENT.Owain Ainsworth
2008-03-15Regen with autoconf 2.59-p2, with AM_SANITY check zapped.Matthieu Herrb
2008-03-15Repair msg_controllen. In those cases it should just beMatthieu Herrb
2008-03-14typo fix. ok ogaStuart Henderson
2008-03-13Correct CMSG_SPACE and CMSG_LEN usage, same fixes as in the base system.Matthieu Herrb
2008-03-07use explicit path to openssl. Reported by Dave Del Debbio. Thanks.Matthieu Herrb
2008-03-03Change the default for XSRCDIR to /usr/xenocara. ok deraadt@Matthieu Herrb
2008-02-24Fix initialization of vmin. This has caused script(1) to exit immediatlyMatthieu Herrb
2008-02-22Fix a build race in ssh-askpass. This shouldn't happen, so XXX it.Owain Ainsworth
2008-02-21puffy 4.3Todd T. Fries
2008-02-21no dri/GL apps for landisk; ok matthieu@Todd T. Fries
2008-02-20add exec_wm to calmwm.h, it was missing (bad ian@!)Owain Ainsworth
2008-02-20Typo: s/supression/suppressionOwain Ainsworth
2008-02-16Disable a few more binaries on m88k due to static linking.Miod Vallat
2008-02-16Change the default pointerMode for real now.Matthieu Herrb
2008-02-16Merge xterm 232.Matthieu Herrb
2008-02-16Import xterm version 232. tested by many.Matthieu Herrb
2008-02-13usage never returns, and thus should be __dead.Owain Ainsworth
2008-02-13add usage() for when an unknown option is given.Owain Ainsworth
2008-02-13Make cwm print the XDisplayName() if it fails to open the display,Owain Ainsworth
2008-02-10Run the program if xidle recieves a SIGUSR1.Ryan Thomas McBride
2008-01-22Trivial typo in recent "exec windowmanager" additionIan Darwin
2008-01-16All of the 9wm code in cwm has been removed or re-written. Edit LICENSEOwain Ainsworth
2008-01-16huge amount of cleanup and dead code removal.Owain Ainsworth
2008-01-14Rewrite most of grab_menu in grab.c (it was partly 9wm code).Owain Ainsworth
2008-01-13More __foo__ substitutions for xterm manual pages. FromMatthieu Herrb
2008-01-12regenMatthieu Herrb
2008-01-12On OpenBSD use 'openssl rand 16 -hex' to generate the cookie.Matthieu Herrb
2008-01-11- Remove the "all rights reserved" tag at the top of most of the sourceOwain Ainsworth
2008-01-08Kill some more dead code, cursor.c goes away.Owain Ainsworth
2008-01-06cleandir needs cleanMatthieu Herrb
2008-01-06"fix" make distcleanMatthieu Herrb
2008-01-06Remove a generated file.Matthieu Herrb
2008-01-05Set the resolution at which fonts in the login widget are rendered.Matthieu Herrb
2008-01-03Adjust initial window placement with any geometry that would placeMarco S Hyman
2008-01-03Kill draw.c, nothing uses the code in it.Owain Ainsworth
2008-01-03Kill some warnings intoduced with the execwm feature.Owain Ainsworth
2008-01-02remove declaration of removed functionMarco S Hyman