Commit Graph

2589 Commits

Author SHA1 Message Date
Kris Maglione
87e8b017b5 Add a note about 'default' colmode to doc/wmii.tex. Some minor cleanup elsewhere. 2009-11-08 04:45:21 -05:00
Kris Maglione
429de2d376 Better color support on non-truecolor displays. 2009-11-07 18:59:33 -05:00
rogutes
e440ef6cb7 remarks on the user guide. Closes issue #155. 2009-11-07 17:27:10 -05:00
Kris Maglione
079fc4c43c Add regexp error handler. Fixes issue #152. 2009-11-03 20:51:17 -05:00
Kris Maglione
59bf7023dd Add 9p debugging. 2009-11-03 20:48:55 -05:00
Kris Maglione
0e6b2f7025 Fix wmiir.1 typo. 2009-10-30 17:32:33 -04:00
Kris Maglione
cee2e686db Fix some pygmi bugs. 2009-10-30 04:10:53 -04:00
Kris Maglione
e31731e8bc Better font metrics support. 2009-10-30 03:06:14 -04:00
Kris Maglione
6659d28663 Fix unnecessary SIGWINCHes when unmapping clients. 2009-10-28 16:12:30 -04:00
Kris Maglione
e42ca8806a Filter out warn_unused_result messages rather than play nice with gcc. Fixes issue #149. 2009-10-27 04:44:53 -04:00
Kris Maglione
cb8d4bc6e9 Fix minor error in last commit. 2009-10-26 21:30:06 -04:00
Kris Maglione
bbb684ec8e Update wimenu(1), add custom completion example. 2009-10-26 21:25:53 -04:00
Kris Maglione
2cc597a308 Greatly speed up recursive make from hg. 2009-10-26 16:35:43 -04:00
Kris Maglione
9db3ef8f54 Gmake. 2009-10-26 15:27:43 -04:00
pod
d15fb0ab06 [dev] [wmii] fix for possible minor typos
There appear to be a few minor typos in wmii rc/wmiirc.sh tip
(2573:02e77b2213fb).  Rather than describe them I'm just appending a
patch.
2009-10-25 23:29:48 -04:00
Kris Maglione
e3cf0426a1 Fix debian build. Closes issue #143. 2009-10-25 17:05:55 -04:00
Kris Maglione
89c937aa11 Generate some more noise with $noisycc set. 2009-10-25 14:57:21 -04:00
Kris Maglione
704887372c Remove unused variable. 2009-10-25 14:47:45 -04:00
Kris Maglione
c1243c5ad5 Simplify debian patches. 2009-10-25 14:46:56 -04:00
Kris Maglione
9950100cc6 More Xinerama float placement fixes. Closes issue #146. 2009-10-24 03:49:10 -04:00
Kris Maglione
67512fa9e7 Float clients to the same Xinerama screen as their column. Closes issue #145. 2009-10-24 01:50:52 -04:00
Kris Maglione
c53d95d090 Fix clients overlapping titlebar of collapsed frames after font change. Closes issue #128. 2009-10-23 08:55:28 -04:00
Kris Maglione
b5442734cf Fix unfloating client via chording. Closes issue #144. 2009-10-23 04:39:11 -04:00
Kris Maglione
6826773d31 Fix debian/compat. 2009-10-22 22:33:37 -04:00
Kris Maglione
f6e79aadac Added tag 3.9b1 for changeset 8d966d3324d8 2009-10-22 17:21:55 -04:00
Kris Maglione
d3dc97fb23 Update NEWS. 2009-10-22 17:17:59 -04:00
Kris Maglione
1200780e39 Fix another pygmi Xinerama bug. 2009-10-22 07:07:39 -04:00
Kris Maglione
c26f563c55 Restrict wmii9menu to logical Xinerama screen. Closes issue #142. 2009-10-22 07:07:10 -04:00
Kris Maglione
79bbf50cb8 [pygmi] Call super from Dir constructor. Fixes issue #141. 2009-10-21 14:22:45 -04:00
Kris Maglione
4b51770266 Make a better attempt to keep up with color scheme changes in python wmiirc without extra roundtrips. 2009-10-21 00:03:59 -04:00
Kris Maglione
e156d03e09 No one cares about missing fontsets. 2009-10-20 01:40:59 -04:00
Kris Maglione
7e95268cd3 Fix wistrut. Closes issue #131. 2009-10-18 18:07:35 -04:00
Kris Maglione
3cf4dfd093 Mask more events during mouse move/resize. Fixes issue #95. 2009-10-18 17:33:37 -04:00
Kris Maglione
d4d8a6b891 Properly fix problem fixed in last commit. Cleanup some stuff in the process.
Update issue #132
Status: Fixed
This is a very strange issue. It turns out that subprocess
won't work from non-main threads while a module is being
imported. Since the wmiirc entered its event loop rather than
returning, it was causing problems. I suspect it was also the
cause of the stack traces being printed at interperater shutdown.
2009-10-17 21:52:29 -04:00
Kris Maglione
ea0e1bbe5d Work around seeming subprocess/threading bug in python 2.6.3. 2009-10-17 19:38:31 -04:00
Kris Maglione
26db14166b Small python wmiirc changes. 2009-10-17 04:34:17 -04:00
Kris Maglione
dd72b1baf7 Add -S flag to wimenu. 2009-10-17 03:10:37 -04:00
Kris Maglione
3fa8e4ec06 Bump wm priority on debian build from 20 to 60. 2009-10-16 10:14:15 -04:00
Kris Maglione
e9752c5081 Follow some more EWMH "MUST"s. 2009-10-16 09:31:50 -04:00
Kris Maglione
7fcbd1be5e Add wmii9menu manpage. 2009-10-16 08:56:08 -04:00
Kris Maglione
32ff4a006e Update debian build data. 2009-10-16 03:28:54 -04:00
Kris Maglione
28360c55d9 Fix wmiir. 2009-10-13 22:02:47 -04:00
Kris Maglione
2b0e697d1d Update doc/wmii.tex. Add LICENSE. 2009-10-13 22:19:38 -04:00
Kris Maglione
d0b312fc1c Some sort of eccentric, empty patch. 2009-10-13 22:02:50 -04:00
Kris Maglione
e7f871642b Update DISTRIBUTERS for clarity. Install LICENSE file by default. 2009-10-13 21:37:04 -04:00
Kris Maglione
a188af95e6 Update NEWS. 2009-10-13 18:23:49 -04:00
Kris Maglione
8297986d57 Update the welcome script a bit. 2009-10-13 17:15:15 -04:00
Kris Maglione
ee53d79fa8 Fix failed MKDIR when $(DESTDIR) is set. 2009-10-13 15:55:17 -04:00
Kris Maglione
6b0d71843b Try harder to find rc for plan9port/wmiirc; rename rc.wmii.local to wmiirc_local.rc 2009-10-13 05:38:54 -04:00
Kris Maglione
4f8a192394 Add forgotten Makefiles. Closes issue #137. 2009-10-13 04:56:24 -04:00