Commit Graph

925 Commits

Author SHA1 Message Date
Anselm R. Garbe
9ade67af99 removed view <tags>, instead view <tag>, removed ~ labelling of tag labels in the bar 2006-04-04 12:25:36 +02:00
Anselm R. Garbe
abf4198f68 memmove needs to be multiplicated with sizeof(void *) I suspect... 2006-04-03 17:49:45 +02:00
Anselm R. Garbe
0cdd4e85a8 merging usa's yesterday proposal for kb.c with current style 2006-04-03 17:43:02 +02:00
Anselm R. Garbe
595f0eae05 another fix 2006-04-03 17:30:24 +02:00
Anselm R. Garbe
9aa6bfde1b adding paranthesis 2006-04-03 17:28:03 +02:00
Anselm R. Garbe
d9c9ef17f3 fixed kb.c 2006-04-03 17:22:05 +02:00
Anselm R. Garbe
d6d19c5b7b fixed memmove and config.mk (kb handling broken!) 2006-04-03 16:54:45 +02:00
Anselm R. Garbe
04323be88b removed libcext/array.c 2006-04-03 16:48:41 +02:00
Anselm R. Garbe
41f9a57ba6 prepared cext_array_* removal in libixp 2006-04-03 15:52:05 +02:00
Anselm R. Garbe
2dee3984ea removed cext_array_* stuff from wmiimenu 2006-04-03 15:38:32 +02:00
Anselm R. Garbe
72709aff0f removed array_attach from kb.c 2006-04-03 15:25:15 +02:00
Anselm R. Garbe
ede385c313 made the style more concise, s/evector_t/Vector/g, evector.c -> vector.c, s/foo_vec_t/FooVector/g, etc 2006-04-03 13:40:34 +02:00
Anselm R. Garbe
230491250a changed evector somewhat to use memmove and stdio 2006-04-03 13:05:40 +02:00
Anselm R. Garbe
aaf9ec6250 added evector.c 2006-04-02 22:56:25 +02:00
Anselm R. Garbe
03cb248e71 applied the changes made by Icarus Sparry 2006-04-02 22:53:56 +02:00
Anselm R. Garbe
178c157229 added Stefan Tibus to Credits section 2006-04-01 14:02:02 +02:00
Anselm R. Garbe
dd47a1b218 Added tag snap for changeset a636db97166d355e46c63e012ac221af4417db9f 2006-04-01 13:48:00 +02:00
Anthony Martin
d70897c240 fixed a bug in connect_inet_sock(). now using wmiir over tcp works (i.e. wmiir -a 'tcp!204.178.31.8' read /) 2006-03-31 19:14:31 -08:00
Anselm R. Garbe
b4d964e5cd it is sufficient to prepend ~ in views only if they are in floating mode 2006-03-31 08:24:51 +02:00
Anselm R. Garbe
6bb011dc1e sanitized float handling, '~' is only used in /def/rules now, nowhere else and skipped explicitly as tag, Client struct contains a floating flag now (if set, the client will be floating in all views), added [n] suffix to view labels of the bar (does not occur in tags which have not yet been selected, thus no view) showing the focused area of the specific view 2006-03-31 07:57:33 +02:00
Georg Neis
3f77f1c4dd wmiirc: be careful with custom tags 2006-03-30 16:06:59 +02:00
Anselm R. Garbe
42a175422d fixed tag selection issue from mailinglist 2006-03-30 14:58:53 +02:00
Anselm R. Garbe
43edcfc10f bugfix of the destroy_key bug 2006-03-30 13:28:21 +02:00
Anselm R. Garbe
0cb93c498a removed ascii art 2006-03-29 13:05:18 +02:00
salva
3a98bc41ed added doc/Makefile for generating tex documents 2006-03-29 12:58:37 +00:00
Anselm R. Garbe
de7bec431f fixed VERSION 2006-03-29 10:06:51 +02:00
Anselm R. Garbe
c030362729 Added tag snap for changeset e404aeddda454126c927b18551443499b215bf8f 2006-03-29 10:04:50 +02:00
Anselm R. Garbe
5f37f67821 implemented implicit view destroying if last client gets detached, corrected taglabel appearance/disappearance, fixed some small bugs 2006-03-29 09:45:54 +02:00
Sander van Dijk
4c995b2911 small drop_resize change, handle a cornercase nicer 2006-03-28 20:17:44 +02:00
Anselm R. Garbe
c2f458aa9f added stepardo's guide_en.tex to doc/ (though skipped his Makefile, because it is not BSD make compliant) 2006-03-28 14:10:54 +02:00
Sander van Dijk
353a8103bb make vertical colresize more failsafe, fix some vertical wandering 2006-03-27 22:04:38 +02:00
Sander van Dijk
6cd35210a2 little hack to update the taglabel on (un)set of colmax when there's only one client in the column 2006-03-27 20:40:05 +02:00
Sander van Dijk
c32e978ebb fix swap-related crashes 2006-03-27 19:09:30 +02:00
Anselm R. Garbe
193dbc69fc several fixes 2006-03-27 11:55:41 +02:00
Anselm R. Garbe
ae89ad3d79 swapping keeps focus 2006-03-27 11:12:18 +02:00
Anselm R. Garbe
44a0d02c92 fixed some other swapping issues, now works like a charm 2006-03-27 09:48:48 +02:00
Anselm R. Garbe
344f3d0573 fixed crashing bug 2006-03-27 09:42:22 +02:00
Anselm R. Garbe
fcedcdcafd replaced exclusive flag with swap ($MODKEY-Shift-{h,j,k,l}) 2006-03-27 09:38:41 +02:00
Anselm R. Garbe
c946b86cdf re-applying Sanders patches which I accidently overwrote 2006-03-27 09:01:05 +02:00
Anselm R. Garbe
6ce7eb4337 exclusive mode of columns done with $MODKEY-x 2006-03-27 08:38:17 +02:00
Anselm R. Garbe
5e43254a12 removed capacity (doing that as exclusive mode is saner) 2006-03-27 07:46:12 +02:00
Anselm R. Garbe
b42643433e added /view/X/capacity (though some corner cases might crash the wm if you use it) 2006-03-27 07:17:47 +02:00
Sander van Dijk
c7cba3c123 make drop_resize more reliable in cornercases. 2006-03-26 22:13:35 +02:00
Anselm R. Garbe
d12fe194b5 added new shortcuts as described in prev snap, fixed rule.c issues (update_rules()), changed bar rendering order as explained in IRC (expand is the first non-intern label with east alignment) 2006-03-26 18:21:12 +02:00
Anselm R. Garbe
0d935ce433 some cleanup in rule.c, added $MODKEY-Shift-{j,k} 2006-03-26 17:49:31 +02:00
Anselm R. Garbe
2ef7c06986 fixing default colors of status 2006-03-26 16:48:49 +02:00
Anselm R. Garbe
2376e1c829 fixing confreq issue (maybe this fixes other issues as well) 2006-03-26 16:47:06 +02:00
Anselm R. Garbe
a17657c62a changed bar drawing, the top-right label's text is east-aligned and uses the available space, thus it is expanded 2006-03-26 16:37:03 +02:00
Anthony Martin
e64403e90c should fix the bug reported by Fernan on the mailing list 2006-03-24 21:16:58 -08:00
Sander van Dijk
f6979a2eb6 change $MODKEY-Return to $MODKEY-Shift-h and $MODKEY-Shift-Return to $MODKEY-Shift-l (which is consistent with the other move/sendto bindings) 2006-03-24 20:23:32 +01:00