Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-13 | More __foo__ substitutions for xterm manual pages. From | Matthieu Herrb | |
Tim van der Molen, Thanks. | |||
2008-01-12 | regen | Matthieu Herrb | |
2008-01-12 | On OpenBSD use 'openssl rand 16 -hex' to generate the cookie. | Matthieu Herrb | |
This avoids the quoting hell needed for 'dd /dev/arandom | hexdump' that confuses cpp from gcc 2.95. | |||
2008-01-11 | - Remove the "all rights reserved" tag at the top of most of the source | Owain Ainsworth | |
files, and replace them with the actual ISC license. - add license to the manpage (it was lacking before) - correct license statement in the README Permission given by Marius (copyright holder): "1. please replace with the standard ISC license 2. you may add the ISC license to the man page 3. feel free to replace the information in the README as well" and Dros (copyright holder for group.c): "Please switch group.c to the ISC License." ok ian@ | |||
2008-01-08 | Kill some more dead code, cursor.c goes away. | Owain Ainsworth | |
ok marc@ | |||
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 | |
Switch to Luxi TrueType fonts which look more like helvetica. Tested by bernd@. | |||
2008-01-03 | Adjust initial window placement with any geometry that would place | Marco S Hyman | |
the window at or over the right or bottom edge. OK oda@ | |||
2008-01-03 | Kill draw.c, nothing uses the code in it. | Owain Ainsworth | |
More dead code removals to come. ok marc@ | |||
2008-01-03 | Kill some warnings intoduced with the execwm feature. | Owain Ainsworth | |
ok marc@ | |||
2008-01-02 | remove declaration of removed function | Marco S Hyman | |
Reminded by matthieu@ (thanks!) | |||
2008-01-02 | remove unused code | Marco S Hyman | |
OK oga@ | |||
2008-01-01 | Only use the x,y values from the XSizeHints structure when they are greater | Marco S Hyman | |
than zero. The fields are obsolete and not always used. OK jasper@ | |||
2008-01-01 | Fix the computed width of the rectangle to clear when no | Matthieu Herrb | |
error message is present and Xft is used. | |||
2007-12-31 | allow the search feature to work in the root window, like other similar ones. | Okan Demirmen | |
ok todd@ | |||
2007-11-28 | Add a "restart wm" function. ok oga@ | Ian Darwin | |
2007-11-28 | Another messed up keybinding. | Owain Ainsworth | |
I blame todd... ok okan@ | |||
2007-11-27 | re-add a lost group keybinding | Okan Demirmen | |
ok oga@ todd@ | |||
2007-11-27 | Fix logic inversion in geometry computation in norender digital mode. | Matthieu Herrb | |
patch from millert@, who's apparently to shy to commit to xenocara. | |||
2007-11-24 | enable xbacklight | Matthieu Herrb | |
2007-11-24 | BSD makefile plus regen autotools stuff | Matthieu Herrb | |
2007-11-24 | xbacklight 1.1 | Matthieu Herrb | |
2007-11-24 | merge xrandr 1.2.2 | Matthieu Herrb | |
2007-11-19 | Make cwm default keybindings always exist. Additional keybindings now | Owain Ainsworth | |
overlap with the new ones, overriding them. Also a new "unmap" keyword in binding definitions now unmaps a binding without adding a new one. This seriously shrinks the ~/.calmwm/.keys directory of anyone who defines their own bindings whilst wanting some of the defaults. Looked over, liked and ok todd@ | |||
2007-11-16 | fix a pasto: documentation/5639 from viq | Jason McIntyre | |
while i'm at it: - fix an .El botch up - kill trailing whitespace - new sentence, new line | |||
2007-11-13 | introduce conf_bindname() to drastically simplify conf.c | Todd T. Fries | |
really liked by oga@ | |||
2007-11-13 | enable pointer movement in cwm via C-<arrowkeys> | Todd T. Fries | |
looked over by oga@ | |||
2007-11-08 | Small manpage nit. | Owain Ainsworth | |
From Okan Demirmen, thanks! | |||
2007-11-07 | Change MOVE_AMOUNT in kbfunc.c to 1 from 10. This allows more fine tuning when | Owain Ainsworth | |
moving and resizing windows using the keyboard. Future diffs might make this value configurable. ok jasper@, todd@. | |||
2007-11-07 | Document cwm's keybinding support. It was already there, but not in the manpage. | Owain Ainsworth | |
While I'm here add support for extra modifier keys. "commit commit!" jasper@, ok todd@. | |||
2007-11-07 | Add support to cwm for resizing the windows using Control-Meta-[hjkl]. | Owain Ainsworth | |
Please note that this remaps Control-Meta-L (label) to Control-Meta-N (name). ok jasper@, todd@. | |||
2007-10-07 | wording | Ian Darwin | |
2007-10-02 | merge xfs 1.0.5. This version contains security fixes for heap overflow | Matthieu Herrb | |
and corruption vulnerabilites. CVE-2007-4568. | |||
2007-10-02 | When cycling, only the end of the window names will be printed if the | Jasper Lievisse Adriaanse | |
name is too long. so show the beginning instead. from Pierre Riteau <pierre.riteau at free.fr> "looks correct" matthieu@ | |||
2007-09-28 | regen | Matthieu Herrb | |
2007-09-28 | use /dev/arandom to generate the cookie. Problem noticed by | Matthieu Herrb | |
Joerg Sonnenberger. Thanks. | |||
2007-09-28 | revert previous. This is not the good place to patch. | Matthieu Herrb | |
2007-09-28 | use /dev/arandom to generate the cookie. Problem noticed | Matthieu Herrb | |
by Joerg Sonnenberger. Thanks. | |||
2007-09-27 | Fix the commented out way to disable root logins. | Matthieu Herrb | |
Reported by Iruata Souza. | |||
2007-09-16 | merge xwininfo 1.0.3 | Matthieu Herrb | |
2007-09-16 | xwininfo 1.0.3 | Matthieu Herrb | |
2007-09-16 | merge xvinfo 1.0.2 | Matthieu Herrb | |
2007-09-16 | xvinfo 1.0.2 | Matthieu Herrb | |
2007-09-16 | merge xsetroot 1.0.2 | Matthieu Herrb | |
2007-09-16 | xsetroot 1.0.2 | Matthieu Herrb | |
2007-09-16 | merge xset 1.0.3 | Matthieu Herrb | |
2007-09-16 | xet 1.0.3 | Matthieu Herrb | |
2007-09-16 | merge xrdb 1.0.4 | Matthieu Herrb | |