Commit Graph

2771 Commits

Author SHA1 Message Date
Kris Maglione ed809b8471 [menu] Add vertical mode. 2010-10-07 16:31:41 -04:00
Kris Maglione 8ca9f3ca3a [mq]: gethostbyname 2010-10-07 16:31:38 -04:00
Kris Maglione 83e5716fc8 Fix build on gmake 3.82. Closes issue #216. 2010-08-29 08:53:15 -04:00
Kris Maglione 675f117026 [wmiir] Use stat rater than lstat for proglist. Fixes issue #215. 2010-08-16 19:38:17 -04:00
Kris Maglione 96389a015e Fix wmiir proglist. 2010-08-12 20:10:13 -04:00
Kris Maglione 65c8c8d536 Fix strcasestr. 2010-08-10 05:46:00 -04:00
Kris Maglione bd9f907d88 [menu] Allow composed input. 2010-07-31 19:11:45 -04:00
Kris Maglione 26bd6db557 [menu] Fix numeric keypad input. Closes issue #213. 2010-07-31 16:20:51 -04:00
Kris Maglione 05053cb995 Don't allow extra content after colors ctl commands. 2010-07-27 14:45:42 -04:00
Kris Maglione 366420f459 Clear window tags on client_destroy. 2010-07-27 14:30:24 -04:00
Kris Maglione 3798957c3b Speedup build somewhat. 2010-07-27 14:28:04 -04:00
Kris Maglione 6868022346 Fix quadrant(). Closes issue #210. 2010-07-21 10:08:01 -04:00
Kris Maglione ccb962b2ea [9libs] Sync with plan9port. 2010-07-19 12:50:19 -04:00
Kris Maglione 63d4079b8a Allow alpha colors in the bar. 2010-07-19 09:30:52 -04:00
Kris Maglione 94eeb058d9 [python] Small fixes. 2010-07-19 09:30:11 -04:00
Kris Maglione 7b1ed1981c Fix multiscreen focus coloring. 2010-07-19 09:29:12 -04:00
Kris Maglione 3ca478a6e0 Fix status bar for silly locales. 2010-07-14 20:10:16 -04:00
Kris Maglione 31f49d1c2a [python] Fix broken patch. 2010-07-10 22:35:31 -04:00
Kris Maglione 05e71d0715 Use RGBA windows only when required. Closes issue #203. 2010-07-09 19:59:40 -04:00
Kris Maglione b86ca7ea66 [python] Fix 9P muxing deadlock. 2010-07-09 17:48:54 -04:00
Kris Maglione 71891f6f00 [python] Rephrase async client request chains as coroutines. 2010-07-09 17:48:46 -04:00
Kris Maglione f4d2ca3261 [python] Minor cleanups. 2010-07-09 17:17:39 -04:00
Kris Maglione 1ede2c9895 Deal with Java AWT rendering inanity. Closes issue #5. 2010-07-08 03:07:08 -04:00
Kris Maglione 16670eb3fd [debian] Fix some lintian warnings. 2010-07-07 22:47:39 +00:00
Kris Maglione 116fdc62b4 [arch] Fix pkgdesc for pyxp/pygmi. 2010-07-07 00:37:58 -04:00
Kris Maglione 24fc6e7271 [debian] Add python to Build-Depends. 2010-07-06 23:09:53 -04:00
Kris Maglione c738bfc8e7 [debian] Add util/genchangelog. 2010-07-06 21:23:15 -04:00
Robert Ransom f7972993f3 [p9p] Fix for new bar file format. 2010-07-02 00:33:09 -07:00
Kris Maglione bdf6dacdc5 [python] Fix some deadlock issues. 2010-07-01 21:45:27 -04:00
Kris Maglione c7994d542e [python] Fix rather badly broken pygmi. 2010-06-30 23:12:41 -04:00
Kris Maglione 6f6bce6a65 Fix possible error stack overflow in last commit. 2010-06-30 00:58:04 -04:00
Kris Maglione 9bfa6ce867 Fix updating tags via /client/*/tags. Closes issue #200. 2010-06-29 13:40:51 -04:00
Kris Maglione 0f6a36936d Fix fs.c bug introduced in revision 9d31d13386b8. Closes issue #199. 2010-06-28 11:54:55 -04:00
Kris Maglione 7669688f3f [PKGBUILD] s/(pyxp|pygmi)-hg/python-&/g 2010-06-27 22:51:40 -04:00
Kris Maglione c629223ec9 [python] Use distutils to compile and install pygmi/pyxp. 2010-06-27 17:47:45 -04:00
Kris Maglione a5ca791958 Minor cleanup. 2010-06-27 17:11:08 -04:00
Kris Maglione 86d42bceb6 Update man/Makefile to track changes in mk/man.mk 2010-06-27 17:08:54 -04:00
Kris Maglione e1ea247994 [guide] Split guide sections into separate .tex files. 2010-06-27 17:08:20 -04:00
Kris Maglione 68b77ab4e8 Change format of bar files. Refactor fs.c. Add M-n/M-b to rc scripts. Add showkeys to plan9port rc. Update docs. Linkify code fragments in wmii.tex. 2010-06-25 17:21:12 -04:00
Kris Maglione ec18eb22e9 Cache property change values to cut down on noise. 2010-06-24 11:03:52 -04:00
Kris Maglione 5a6c5c1b4d Set ignoreenter indiscriminantly. Closes issue #196. 2010-06-24 10:39:42 -04:00
Kris Maglione 8177ac58d7 Sync makefiles with libixp. Fix some PKGBUILD bugs. 2010-06-23 10:55:55 -04:00
Kris Maglione 2177aed027 Make sure a window has a visual before dereferencing it. Fixes issue #195. 2010-06-21 10:29:51 -04:00
Kris Maglione 0855f12de8 [python] Call background programs with stdin=/dev/null. 2010-06-20 16:37:17 -04:00
Kris Maglione 262778dccc Fix some RGBA color bugs. 2010-06-20 15:59:27 -04:00
Kris Maglione 683b3ed895 Handle colormapped displays. 2010-06-20 14:24:04 -04:00
Kris Maglione e1f621dba0 Stop event handler chain after client is destroyed. 2010-06-18 16:44:30 -04:00
Kris Maglione a33719f9d4 Allow colors to be specified in any form recognized by X, including rgba. 2010-06-18 10:57:42 -04:00
Kris Maglione 87f46f44bb Change order of initialization after randr screens are added. Closes issue #153. 2010-06-18 10:17:25 -04:00
Kris Maglione fb9e477fba Bump IXP_NEEDAPI to 129. 2010-06-17 19:51:58 -04:00