Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| c8a36eb1 | 2008-01-12 14:20:50 | regen | ||
| a80a36f4 | 2008-01-12 14:20:27 | On OpenBSD use 'openssl rand 16 -hex' to generate the cookie. This avoids the quoting hell needed for 'dd /dev/arandom | hexdump' that confuses cpp from gcc 2.95. | ||
| 1385b565 | 2008-01-11 16:06:44 | - Remove the "all rights reserved" tag at the top of most of the source 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@ | ||
| 0e2ef8a1 | 2008-01-08 20:21:43 | Kill some more dead code, cursor.c goes away. ok marc@ | ||
| 27a404c4 | 2008-01-06 18:13:58 | cleandir needs clean | ||
| 2249aa4d | 2008-01-06 10:56:10 | "fix" make distclean | ||
| a6465035 | 2008-01-06 10:11:42 | Remove a generated file. | ||
| bf3696e3 | 2008-01-05 17:23:14 | Set the resolution at which fonts in the login widget are rendered. Switch to Luxi TrueType fonts which look more like helvetica. Tested by bernd@. | ||
| 1545e483 | 2008-01-03 20:20:20 | Adjust initial window placement with any geometry that would place the window at or over the right or bottom edge. OK oda@ | ||
| ee4e50a6 | 2008-01-03 01:58:16 | Kill draw.c, nothing uses the code in it. More dead code removals to come. ok marc@ | ||
| 52cb71d1 | 2008-01-03 01:56:25 | Kill some warnings intoduced with the execwm feature. ok marc@ | ||
| 1b1b4fda | 2008-01-02 20:54:32 | remove declaration of removed function Reminded by matthieu@ (thanks!) | ||
| 535778c8 | 2008-01-02 20:47:11 | remove unused code OK oga@ | ||
| 296e93a6 | 2008-01-01 22:28:59 | Only use the x,y values from the XSizeHints structure when they are greater than zero. The fields are obsolete and not always used. OK jasper@ | ||
| 53c37622 | 2008-01-01 21:26:57 | Fix the computed width of the rectangle to clear when no error message is present and Xft is used. | ||
| 66ad53aa | 2007-12-31 02:49:45 | allow the search feature to work in the root window, like other similar ones. ok todd@ | ||
| bb9a96e5 | 2007-11-28 16:35:52 | Add a "restart wm" function. ok oga@ | ||
| cd016f11 | 2007-11-28 16:02:37 | Another messed up keybinding. I blame todd... ok okan@ | ||
| b017f683 | 2007-11-27 17:17:08 | re-add a lost group keybinding ok oga@ todd@ | ||
| 36c83945 | 2007-11-27 11:30:33 | Fix logic inversion in geometry computation in norender digital mode. patch from millert@, who's apparently to shy to commit to xenocara. | ||
| 787f2311 | 2007-11-24 17:07:52 | enable xbacklight | ||
| 381e02cb | 2007-11-24 17:07:03 | BSD makefile plus regen autotools stuff | ||
| b48b5417 | 2007-11-24 17:04:53 | xbacklight 1.1 | ||
| 4604f50a | 2007-11-24 17:01:24 | merge xrandr 1.2.2 | ||
| 7f9b9fc8 | 2007-11-24 16:58:12 | xrandr 1.2.2 | ||
| cc56ce7a | 2007-11-19 22:18:16 | Make cwm default keybindings always exist. Additional keybindings now 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@ | ||
| 98e3c061 | 2007-11-16 23:04:56 | fix a pasto: documentation/5639 from viq while i'm at it: - fix an .El botch up - kill trailing whitespace - new sentence, new line | ||
| f18f596e | 2007-11-13 23:26:04 | introduce conf_bindname() to drastically simplify conf.c really liked by oga@ | ||
| 87e41b32 | 2007-11-13 23:08:49 | enable pointer movement in cwm via C-<arrowkeys> looked over by oga@ | ||
| b8e78047 | 2007-11-08 13:03:22 | Small manpage nit. From Okan Demirmen, thanks! | ||
| 2651bb08 | 2007-11-07 22:02:04 | Change MOVE_AMOUNT in kbfunc.c to 1 from 10. This allows more fine tuning when moving and resizing windows using the keyboard. Future diffs might make this value configurable. ok jasper@, todd@. | ||
| d65837aa | 2007-11-07 22:00:26 | Document cwm's keybinding support. It was already there, but not in the manpage. While I'm here add support for extra modifier keys. "commit commit!" jasper@, ok todd@. | ||
| 7732ed63 | 2007-11-07 21:58:03 | Add support to cwm for resizing the windows using Control-Meta-[hjkl]. Please note that this remaps Control-Meta-L (label) to Control-Meta-N (name). ok jasper@, todd@. | ||
| 877d8668 | 2007-10-07 16:56:21 | wording | ||
| f0133a7a | 2007-10-02 19:21:11 | merge xfs 1.0.5. This version contains security fixes for heap overflow and corruption vulnerabilites. CVE-2007-4568. | ||
| e79e53bb | 2007-10-02 19:15:44 | xfs 1.0.5 | ||
| 8974a1ab | 2007-10-02 18:01:45 | When cycling, only the end of the window names will be printed if the name is too long. so show the beginning instead. from Pierre Riteau <pierre.riteau at free.fr> "looks correct" matthieu@ | ||
| 3af14866 | 2007-09-28 20:23:21 | regen | ||
| 0e83804b | 2007-09-28 20:23:04 | use /dev/arandom to generate the cookie. Problem noticed by Joerg Sonnenberger. Thanks. | ||
| 4798ec43 | 2007-09-28 20:22:10 | revert previous. This is not the good place to patch. | ||
| 23feae05 | 2007-09-28 20:12:18 | use /dev/arandom to generate the cookie. Problem noticed by Joerg Sonnenberger. Thanks. | ||
| 7bf5786e | 2007-09-27 19:21:13 | Fix the commented out way to disable root logins. Reported by Iruata Souza. | ||
| 17cb7ede | 2007-09-16 17:31:43 | merge xwininfo 1.0.3 | ||
| 99770619 | 2007-09-16 17:30:15 | xwininfo 1.0.3 | ||
| 7387f85b | 2007-09-16 17:28:15 | merge xvinfo 1.0.2 | ||
| 835b0079 | 2007-09-16 17:26:07 | xvinfo 1.0.2 | ||
| 0ff17939 | 2007-09-16 17:23:32 | merge xsetroot 1.0.2 | ||
| 58c48965 | 2007-09-16 17:21:49 | xsetroot 1.0.2 | ||
| fec25645 | 2007-09-16 17:19:11 | merge xset 1.0.3 | ||
| 37f8d727 | 2007-09-16 17:17:35 | xet 1.0.3 | ||
| 9878bac1 | 2007-09-16 17:16:13 | merge xrdb 1.0.4 | ||
| 0ff6d88d | 2007-09-16 17:14:29 | xrdb 1.0.4 | ||
| f3c6326d | 2007-09-16 17:11:49 | merge xprop 1.0.3 | ||
| a0a1a73a | 2007-09-16 17:11:21 | AC_CHECK_HEADERS_ONCE -> AC_CHECK_HEADERS to keep compatibility with autoconf 2.59 for now. | ||
| 623309c5 | 2007-09-16 17:05:26 | xprop 1.0.3 | ||
| fbff1ef5 | 2007-09-16 17:03:32 | merge xmodmap 1.0.3 | ||
| 7d60ff45 | 2007-09-16 17:02:03 | xmodmap 1.0.3 | ||
| bd9d60ad | 2007-09-16 16:59:47 | merge xmessage 1.0.2 | ||
| 29e2756f | 2007-09-16 16:57:45 | xmessage 1.0.2 | ||
| 8aee3804 | 2007-09-16 16:55:45 | merge xman 1.0.3 | ||
| 02a3dd28 | 2007-09-16 16:51:46 | xman 1.0.3 | ||
| ee39ea43 | 2007-09-15 17:23:05 | merge xmag 1.0.2 | ||
| fa2ab941 | 2007-09-15 17:20:36 | xmag 1.0.2 | ||
| 532e51aa | 2007-09-15 17:16:52 | merge xload 1.0.2 | ||
| 9c3899b5 | 2007-09-15 17:14:49 | xload 1.0.2 | ||
| 59ec3355 | 2007-09-15 17:12:01 | merge xinit 1.0.6 | ||
| 7fd4ac2f | 2007-09-15 17:05:29 | xinit 1.0.6 | ||
| fa21c327 | 2007-09-15 16:00:30 | merge xhost 1.0.2 | ||
| d6759afe | 2007-09-15 15:58:47 | xhost 1.0.2 | ||
| f020cfcb | 2007-09-15 15:52:21 | merge xgamma 1.0.2 | ||
| 18d423ef | 2007-09-15 15:49:35 | xgamma 1.0.2 | ||
| 9aab5a64 | 2007-09-15 15:39:51 | merge xdriinfo 1.0.2 | ||
| 3d61dd3f | 2007-09-15 15:35:32 | xdriinfo 1.0.2 | ||
| 06bf4627 | 2007-09-15 15:22:59 | merge xdm 1.1.6 | ||
| b55ce0c2 | 2007-09-15 15:13:04 | xdm 1.1.6 | ||
| 62f469b3 | 2007-09-13 21:15:15 | merge xconsole 1.0.3 | ||
| f6734f3c | 2007-09-13 21:10:16 | xconsole 1.0.3 | ||
| ccf5c8c6 | 2007-09-12 11:55:22 | merge xclock 1.0.3 | ||
| 4f7a0beb | 2007-09-12 11:52:32 | xclock 1.0.3 | ||
| 9f5d7767 | 2007-09-12 11:38:09 | merge xcalc 1.0.2 | ||
| ba1c346b | 2007-09-12 11:34:14 | xcalc 1.0.2 | ||
| ca718b24 | 2007-09-12 11:12:18 | merge setxkbmap 1.0.4 | ||
| 58e8aa09 | 2007-09-12 11:08:59 | setxkbmap 1.0.4 | ||
| b004e47b | 2007-09-11 14:29:16 | merge sessreg 1.0.3 | ||
| f9d2a33f | 2007-09-11 14:26:27 | sessreg 1.0.3 | ||
| 9f945fba | 2007-09-11 13:58:31 | merge mkfontdir 1.0.3 | ||
| fdeb7703 | 2007-09-11 13:56:17 | mkfontdir 1.0.3 | ||
| 44d4697e | 2007-09-11 11:31:58 | merge ico 1.0.2 | ||
| 49864362 | 2007-09-11 11:28:37 | ico 1.0.2 | ||
| e5591833 | 2007-09-11 11:24:39 | merge iceauth 1.0.2 | ||
| 3960c211 | 2007-09-11 11:19:35 | iceauh 1.0.2 | ||
| 3bbf519b | 2007-09-06 06:01:14 | fix buffer overflow, as sizeof(paths) won't fit inside the array. from Stefan Kempf "looks right to me" matthieu@ | ||
| 3f0bef6b | 2007-08-31 22:02:51 | Add some usage notes describing the current limitations. | ||
| 7c79bd95 | 2007-08-31 21:53:55 | - Make the draw_text() function more generic. - Display an error message on the screen when the calibration error is too high before re-starting. | ||
| 69e64ab3 | 2007-08-31 21:17:33 | Switch to Xft/Xrender rendering. Welcome to the 21st century. | ||
| f45e8d18 | 2007-08-31 21:14:04 | Normally, rawmode should not be selected in the output of xtsscale. | ||
| 954f29d4 | 2007-08-31 20:59:33 | Remove the useless ts structure, and fix the setting of the new calibration values. | ||
| 63b35455 | 2007-08-31 20:28:18 | Fix error computation, in the case where one axis is inverted. | ||
| bd8915f0 | 2007-08-30 19:45:25 | First round of bug fixes/enhancements. - fix arithmetic errors. - auto-detect swapxy. | ||
| 0a2bda02 | 2007-08-25 19:17:16 | Install new xterm icons. |