Commit Graph

2812 Commits

Author SHA1 Message Date
Kris Maglione
0ac2afce5c Update copyrights. 2010-05-17 13:59:30 -04:00
Kris Maglione
aafa8bda67 Added tag 3.9 for changeset 245fc0f24048 2010-05-17 13:16:59 -04:00
Kris Maglione
2f68695947 Closes issue #175. 2010-05-17 12:35:12 -04:00
Kris Maglione
38ae2bcc17 Ensure a positive label height. Closes issue #169. 2010-05-17 12:29:18 -04:00
Kris Maglione
3898849361 Fix problem of ghost windows when clients disconnect while being dragged. 2010-05-17 12:22:42 -04:00
Kris Maglione
26bd6ca8f7 Merge. 2010-05-17 12:11:01 -04:00
Kris Maglione
59406f4335 Update .hgignore. 2010-05-17 12:10:08 -04:00
Kris Maglione
d953213bf7 Add forgotten cmd/wmii/error.c 2010-05-17 12:06:02 -04:00
Anselm R Garbe
8c9e307a14 minor fix in Makefile to make wmii compile 2010-04-11 16:40:02 +01:00
Kris Maglione
e42c5a1be6 Add padding to the wimenu prompt. Closes issue #177. 2010-04-06 15:53:33 -04:00
Kris Maglione
4757b9af11 Set _NET_NUMBER_OF_DESKTOPS properly. 2010-01-25 02:01:19 -05:00
Kris Maglione
48ee811677 Try harder to find the right screen for new fullscreen windows. Closes issue #164. 2010-01-23 20:16:10 -05:00
Kris Maglione
3083118201 Fix regex tagrules. Closes issue #166. 2010-01-23 18:48:26 -05:00
Kris Maglione
fde667e1aa Remove destroyed clients from the save set. Closes issue #129. 2010-01-23 16:56:42 -05:00
Kris Maglione
5e753ad1ce Prefer tag rules to window groups. Closes issue #165.
Update issue #165
You can work around this by adding something like the following to
your /tagrules:

 /terminal/ -> sel # Ignore terminal window groups.
2010-01-22 20:56:00 -05:00
Kris Maglione
e66b83eab2 Fix MWM hint regression. Closes issue #167. 2010-01-22 19:31:26 -05:00
Anselm R Garbe
fc5341aaf7 fixed email address 2009-11-28 11:58:57 +00:00
Kris Maglione
9b2619ae43 Remove spurious "foo" from wmii9menu output. 2009-11-19 20:33:32 -05:00
Kris Maglione
ea9da60c34 Release grab when trying to move fullscreen clients. Closes issue #158. 2009-11-16 20:20:13 -05:00
Kris Maglione
3051e5e8a8 Some doc updates.
Update issue #155.
I hope that this addresses most of your concerns.
2009-11-12 19:38:31 -05:00
Kris Maglione
4ef9c591eb Filter out modifiers key modifiers beyond Mod5 in wimenu. Closes issue #156. 2009-11-08 16:31:43 -05:00
Kris Maglione
89037e2c3b Fix layout chording issue. Closes issue #157. 2009-11-08 16:13:57 -05:00
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