Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-29 | Okan Demirmen sent me a diff to kill some silly Fa macros, then persuaded | Jason McIntyre | |
me to clean this page up; jasper and bernd gave oks for the Fa removal; | |||
2007-06-28 | mkfontscale now have a workaround to build on sh. So re-enable it. | Matthieu Herrb | |
Remainded by todd@. | |||
2007-06-27 | implement keyboard initiated movement of windows | Todd T. Fries | |
enhanced version of diff originally from niallo@ man bits from niallo@ ok niallo@ japser@ | |||
2007-06-26 | modify "exec" dialog so that it auto-completes based on executables in | Niall O'Higgins | |
_PATH_DEFPATH add an "ssh-to" dialog which auto-completes based on contents of ~/.ssh/known_hosts (M-.) testing and eyeballing by Simon Kuhnle <simonkuhnle at web.de>, todd@, pedro@ mk@ and David Cathcart <david at cathcart.cx> ok todd@ | |||
2007-06-20 | Fix static linking. | Matthieu Herrb | |
2007-06-15 | pretty SRCS list. | Matthieu Herrb | |
2007-06-15 | Merge xterm version 225 | Matthieu Herrb | |
2007-06-15 | import xterm 225 | Matthieu Herrb | |
2007-06-08 | don't map hidden windows on re-start. | Jasper Lievisse Adriaanse | |
from aon@iki.fi | |||
2007-06-06 | document the autogroup functionality. | Jasper Lievisse Adriaanse | |
with aon@iki.fi | |||
2007-06-05 | make it possible to cycle through the windows when non are selected. | Jasper Lievisse Adriaanse | |
(eg. when they're hidden, now you can cycle through them) from aon@iki.fi | |||
2007-06-05 | draw window borders when redrawing a window | Jasper Lievisse Adriaanse | |
from aon@iki.fi | |||
2007-05-31 | use make install-strip for the real install. | Matthieu Herrb | |
2007-05-31 | merge bdftopcf 1.0.1 | Matthieu Herrb | |
2007-05-30 | fix switching to UTF-8 mode. tested and ok naddy@, msf@. | Matthieu Herrb | |
2007-05-29 | show hidden windows when they should (eg. when the pointer is warped to them) | Jasper Lievisse Adriaanse | |
from aon@iki.fi via bernd@ | |||
2007-05-29 | don't give borderless windows a border, when they're inactive | Jasper Lievisse Adriaanse | |
from aon@iki.fi via bernd@ | |||
2007-05-28 | add two missing closedir()'s | Jasper Lievisse Adriaanse | |
from Antti Nykänen <aon at iki.fi> via bernd@ ok pedro@ | |||
2007-05-28 | Remove files that shouldn't be there, okay matthieu@ | Pedro Martelletto | |
2007-05-28 | convert globals from G_foo to Foo, as per TODO. | Jasper Lievisse Adriaanse | |
"looks good" pedro@, ok matthieu@ | |||
2007-05-28 | Fix installation phase to not overwrite existing /etc/X11/xdm/. | Matthieu Herrb | |
Based on an initial patch by kili@. ok kili@ | |||
2007-05-27 | full screen sized windows | Jasper Lievisse Adriaanse | |
ok matthieu@ | |||
2007-05-22 | autoconf junk was zapped, so no need for HAVE_CONFIG_H | Jasper Lievisse Adriaanse | |
2007-05-22 | remove useless #ifdef | Jasper Lievisse Adriaanse | |
ok pedro@ | |||
2007-05-22 | remove bogus entry (shortcut for xlock) which has been taken care of (C-M-DEL) | Jasper Lievisse Adriaanse | |
ok pedro@ | |||
2007-05-22 | more information about passing scale values to wsconsctl(8) | Robert Nagy | |
2007-05-22 | hook xtsscale(4) to the build | Robert Nagy | |
2007-05-21 | we don't use this file on openbsd, so zap it. | Jasper Lievisse Adriaanse | |
ok matthieu@ pedro@ | |||
2007-05-21 | fix optind | Jasper Lievisse Adriaanse | |
ok ray@ | |||
2007-05-20 | add xtsscale(1), an application that can be used to | Robert Nagy | |
calibrate touchscreens driven by the uts(4) driver. it is not linked to the build yet; discussed with matthieu@ | |||
2007-05-16 | use ${INSTALL_DATA} to install pixmaps. From Tim van der Molen. Thanks. | Matthieu Herrb | |
2007-05-11 | resize doesn't need X libs. | Matthieu Herrb | |
2007-05-11 | libXaw needs libXpm. | Matthieu Herrb | |
2007-05-10 | regen | Matthieu Herrb | |
2007-05-10 | Work-around gcc segfault on landisk | Matthieu Herrb | |
2007-05-10 | - new sentence, new line. | Jasper Lievisse Adriaanse | |
- use .Pp instead of just a newline - no empty lines between sections. ok jmc@ matthieu@ | |||
2007-05-10 | - add a "-d" option, to specify the display cwm should be started on | Jasper Lievisse Adriaanse | |
- adjust argc/argv by optind - add an ENVIRONMENT section to the manpage ok matthieu@ ray@ | |||
2007-05-09 | Disable xfs on landisk and vax for now. | Matthieu Herrb | |
2007-04-27 | wm2 is going to ports... | Matthieu Herrb | |
2007-04-27 | Connect cwm. ok matthieu@ | Bernd Ahlers | |
2007-04-27 | Apply cwm-3-input_shift.diff from http://aon.iki.fi/cwm/. | Bernd Ahlers | |
2007-04-27 | Apply cwm-3-exec.diff from http://aon.iki.fi/cwm/. Document the new | Bernd Ahlers | |
key binding. | |||
2007-04-27 | Remove autoconf crap and other stuff we don't need. | Bernd Ahlers | |
2007-04-27 | Simple Makefile to build cwm. | Bernd Ahlers | |
2007-04-27 | Initial import of cwm-3. | Bernd Ahlers | |
tested by sturm@, ok matthieu@ | |||
2007-04-16 | defintion -> definition; ok matthieu | Jason McIntyre | |
2007-04-16 | desciption -> description; ok matthieu | Jason McIntyre | |
2007-04-15 | regen | Matthieu Herrb | |
2007-04-14 | remove extra white space | Matthieu Herrb | |
2007-04-09 | BSD make based build infrastructure for xterm. The autoconf based | Matthieu Herrb | |
one was too painful to get working on landisk (static only). |