summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
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
2008-01-02remove unused codeMarco S Hyman
2008-01-01Only use the x,y values from the XSizeHints structure when they are greaterMarco S Hyman
2008-01-01Fix the computed width of the rectangle to clear when noMatthieu Herrb
2007-12-31allow the search feature to work in the root window, like other similar ones.Okan Demirmen
2007-11-28Add a "restart wm" function. ok oga@Ian Darwin
2007-11-28Another messed up keybinding.Owain Ainsworth
2007-11-27re-add a lost group keybindingOkan Demirmen
2007-11-27Fix logic inversion in geometry computation in norender digital mode.Matthieu Herrb
2007-11-24enable xbacklightMatthieu Herrb
2007-11-24BSD makefile plus regen autotools stuffMatthieu Herrb
2007-11-24xbacklight 1.1Matthieu Herrb
2007-11-24merge xrandr 1.2.2Matthieu Herrb
2007-11-19Make cwm default keybindings always exist. Additional keybindings nowOwain Ainsworth
2007-11-16fix a pasto: documentation/5639 from viqJason McIntyre
2007-11-13introduce conf_bindname() to drastically simplify conf.cTodd T. Fries
2007-11-13enable pointer movement in cwm via C-<arrowkeys>Todd T. Fries
2007-11-08Small manpage nit.Owain Ainsworth
2007-11-07Change MOVE_AMOUNT in kbfunc.c to 1 from 10. This allows more fine tuning whenOwain Ainsworth
2007-11-07Document cwm's keybinding support. It was already there, but not in the manpage.Owain Ainsworth