Commit Graph

1174 Commits

Author SHA1 Message Date
stepardo
825c7cf1c1 Applied a patch by Dennis. 2006-05-07 17:21:13 +01:00
stepardo
06f0ba0bd5 Merged patch from Adrian. 2006-05-06 21:43:23 +01:00
stepardo
a25cb7a75f Merged in patches by garbeam and ross 2006-05-06 21:35:12 +01:00
Sander van Dijk
de4c819d97 some cleaning 2006-05-06 19:48:49 +00:00
Sander van Dijk
5e3214dfa4 this should fix keiss' maxcol issue (keiss: please verify!) 2006-05-05 20:06:08 +00:00
salva
25a0f841b1 guide: A clarification about the ways to read the guide_en 2006-05-05 12:03:07 +00:00
Anthony Martin
2f00d5b3b5 small changes in wmiiwm.1 to properly display hyphens in utf8 terminals 2006-05-04 23:39:16 -07:00
Sander van Dijk
11dc750133 small fix to event.c 2006-05-05 00:06:27 +02:00
Anselm R. Garbe
739f746aec reverted 2006-05-04 15:25:57 +02:00
Anselm R. Garbe
7b56e71435 Added tag rc2 for changeset 0dcd081a7c70b319e0c6d330b665bb18a2be5ebe 2006-05-04 14:59:17 +02:00
Anselm R. Garbe
33b83345d9 updated TODO 2006-05-04 14:57:37 +02:00
Anselm R. Garbe
a7341e078f making wmiirc more error-prone, though tagnames containing * are evaluated by sh before BarClick is handled :( 2006-05-04 14:50:19 +02:00
Anselm R. Garbe
dd782be04f tags are trimmed from " \t" now, added $MODKEY-Shift-{j,k} and $MODKEY-Button2 for swapping (mouse-based) 2006-05-04 14:34:44 +02:00
Sander van Dijk
7afc36f949 add an extra check to create_area 2006-05-03 23:20:32 +00:00
Sander van Dijk
47b79d6f83 small change 2006-05-03 22:25:33 +02:00
Sander van Dijk
e0c943a09b small update to previous patch 2006-05-03 21:26:21 +00:00
Sander van Dijk
fca197fdb3 a little restructuring, moves the MIN_COLWIDTH/min_height handling into scale_* (where it belongs). The way it's done now is safer than before. 2006-05-03 21:11:14 +00:00
Anselm R. Garbe
b36bee30fb grab the keyboard as early as possible 2006-05-03 13:07:14 +02:00
Anselm R. Garbe
f2e13ffe28 fixed annoyance reported by Thomas Tretzmueller 2006-05-03 12:51:24 +02:00
Anselm R. Garbe
2f8a1cc702 fixed typo in wmiiwm.1 2006-05-03 12:44:24 +02:00
Sander van Dijk
20f43ad800 small patch to make the mouse issue only I seem to be affected by more bearable; it makes it more obvious what's going on when it occurs. Still looking for a real fix... 2006-05-02 20:11:44 +00:00
Sander van Dijk
abe30523aa add the col* defaults to wmiirc 2006-05-02 19:22:42 +00:00
Anselm R. Garbe
7f82cae4cd updated README 2006-05-02 14:38:25 +02:00
Anselm R. Garbe
2755b04a46 small change 2006-05-02 02:10:15 +02:00
Anselm R. Garbe
f1a336692f Added tag rc1 for changeset 321dc478abf2c7cd3f17ef7dfb1730af6f7fffee 2006-05-02 00:17:23 +02:00
Anselm R. Garbe
4e824db4b3 fixed double-free bug 2006-05-02 00:00:16 +02:00
Anselm R. Garbe
e05860576b prevent i from getting MAX_INT in update_view_bars 2006-05-01 23:49:05 +02:00
Anselm R. Garbe
b816a09ffc removed strcmp in font.c 2006-05-01 23:35:20 +02:00
Anselm R. Garbe
d18d7c66f8 checking locale now in blitz_loadfont (prevents ugly artefacts) 2006-05-01 23:32:04 +02:00
Anselm R. Garbe
70f3dfff77 implemented CreateClient <index> event 2006-05-01 21:58:31 +02:00
Anselm R. Garbe
161536badf fixed wrong info in welcome 2006-05-01 21:50:51 +02:00
Anselm R. Garbe
ec658d058f hopefully this fixes the issue seen by Sander 2006-05-01 21:15:24 +02:00
Anselm R. Garbe
939677d2f0 fixed the mem leak (hopefully) noticed by Icarus, adding an exit(1) to destroy_area, if its frame.size > 0 (should never happen, but we'll see) 2006-05-01 20:53:30 +02:00
Anselm R. Garbe
87b1782a04 changed wmiiwm.1 (added event processing section), attempt to fix the mouse issue reported by sander 2006-05-01 20:40:33 +02:00
Sander van Dijk
04f162eeb0 spelling correction 2006-05-01 20:35:23 +00:00
Sander van Dijk
06797066ac some small 'welcome' changes, at least it is correct now, but more work is needed 2006-05-01 20:31:47 +00:00
Anselm R. Garbe
efdfee9c9e 9P fixes 2006-05-01 19:39:26 +02:00
Anselm R. Garbe
c5a07ddb81 Added tag without_ixp_patch for changeset 32536d1dd5c9fe52987390513ab9956e019f9a1e 2006-04-29 22:30:18 +02:00
Anselm R. Garbe
c6defdb115 fixed bug in event.c:handle_enternotufy() reported by DenisG 2006-04-29 22:27:50 +02:00
Anselm R. Garbe
73063a4151 fixed wrong indentation (I should never use tabstop==4 and reindent comments on the right) 2006-04-29 22:21:10 +02:00
Anselm R. Garbe
60b3b48f33 9P bugfix #1, though I'll push a minor refactored version later (which is more error-prone with 9p2000.ko as well) 2006-04-29 18:51:45 +02:00
Anthony Martin
f27511b0ae updated the scripts in extra/p9p so they're at least in line with the release 2006-04-29 00:09:16 -07:00
Anthony Martin
2f7eb817c2 update to wmiiwm.1, rewrote parts, cleaned groff formatting 2006-04-29 00:00:14 -07:00
Sander van Dijk
02b4f28ea6 reverted fs.c, since it seems that the change to it a couple of patches back was unintended... 2006-04-28 19:37:38 +00:00
Anselm R. Garbe
7106af4ca1 updated TODO.wmii-4, removed slot idea, we should concentrate on useful things instead ;) 2006-04-28 19:10:59 +02:00
Anselm R. Garbe
682a0de848 now please use this wmiiwm.1 and make something sane from it ;) 2006-04-28 18:58:08 +02:00
Anselm R. Garbe
ff7e066f29 proceeded with wmiiwm.1, still not finished 2006-04-28 18:00:22 +02:00
Anselm R. Garbe
28fa7146f2 proceeded with wmiiwm.1 man page, not finished yet though 2006-04-28 16:39:29 +02:00
Anselm R. Garbe
dba156e3f9 keiss, right, check again 2006-04-28 15:03:01 +02:00
Anselm R. Garbe
3f28a77d9e proceeded with wmiiwm.1 and fixed bug reported by keiss (keiss please recheck) 2006-04-28 14:33:43 +02:00