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