summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2008-04-16merge kbfunc_{ptrmove,client_{move,resize}} into one function that takes a flag,Owain Ainsworth
2008-04-16remove infowin. It slipped out of the last commit, for some reason.Owain Ainsworth
2008-04-16Replace a few leftover calls to strdup and calloc with xstrdup and xcallocOwain Ainsworth
2008-04-16Remove screen_infomsg(), nothing uses it.Owain Ainsworth
2008-04-16kill an unused struct member.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-04-15Add "gap" support to .cwmrc. The options put in here make gaps on the edgeOwain Ainsworth
2008-04-15- add vi keybindings to searchOkan Demirmen
2008-04-15malloc -> callocOkan Demirmen
2008-04-12regenMatthieu Herrb
2008-04-12regenMatthieu Herrb
2008-04-12mkfontdir 1.0.4Matthieu Herrb
2008-04-09remove alt-tab menuOkan Demirmen
2008-04-08No cookie for okan.Owain Ainsworth
2008-04-08better 'quit' keybinding default (CMS-q)Okan Demirmen
2008-04-08Make _xev_quit "volatile sig_atomic_t" for proper correctness.Simon Bertrang
2008-04-07Add quit function, bind it per default to CM-q and change exec_wmSimon Bertrang
2008-04-05- use $PATH before _PATH_DEFPATH, from Tim van der MolenOkan Demirmen
2008-04-03Sync usage() with reality and manpage.Simon Bertrang
2008-04-02Clear the password as early as possible in the BSD auth case. ok deraadt@Matthieu Herrb
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