797 Commits

Author SHA1 Message Date
Anselm R. Garbe
38fa6c1f49 proceeded with cleanup 2006-04-06 08:09:22 +02:00
Anselm R. Garbe
83834ba9b3 drastic reduction of ugly #define's 2006-04-06 07:55:33 +02:00
Anselm R. Garbe
bcec7933d8 fixed * handling 2006-04-05 19:45:34 +02:00
Anselm R. Garbe
bc2df2577c fixed name2view bug 2006-04-05 19:37:38 +02:00
Anselm R. Garbe
48e62c1f94 fix of stupid bug 2006-04-05 18:27:52 +02:00
Anselm R. Garbe
d2c6677892 added * tag for having clients sticky 2006-04-05 13:27:12 +02:00
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
0cdd4e85a8 merging usa's yesterday proposal for kb.c with current style 2006-04-03 17:43:02 +02:00
Anselm R. Garbe
d9c9ef17f3 fixed kb.c 2006-04-03 17:22:05 +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
03cb248e71 applied the changes made by Icarus Sparry 2006-04-02 22:53:56 +02: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
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
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
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
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
Anselm R. Garbe
73dbbb13ea fixed crashing bug on second run of wmiirc 2006-03-24 15:45:30 +01:00
Anselm R. Garbe
bdc19c863a tag label in titlebar is now inverted, if the column is in max mode 2006-03-24 15:30:48 +01:00
Anselm R. Garbe
92c17cb5f2 drawing tags into a separate label in the titlebar 2006-03-24 15:23:21 +01:00
Anselm R. Garbe
fb813f2bc1 rejecting writing empty tags 2006-03-24 15:17:50 +01:00
Anselm R. Garbe
94ec2ffc74 because I think wmiimenu is adequate enough and we don't need an input widget, I allow moving frames by grabbing their titlebar 2006-03-24 15:15:46 +01:00
Anselm R. Garbe
dd64d2e7b6 if tags of a client change, then the frame is redrawn 2006-03-24 15:06:47 +01:00
Anselm R. Garbe
c63add01fe some more changes to wmii.1 2006-03-24 13:52:22 +01:00
Anselm R. Garbe
67b6bb092a added correct socket file to wmii.1 2006-03-24 13:46:56 +01:00
Anselm R. Garbe
1b312231d6 finished internalized tag selector for bar 2006-03-24 13:36:35 +01:00
Anselm R. Garbe
829a64e302 drawing quadrants as well 2006-03-24 12:28:52 +01:00
Sander van Dijk
9d96bc2fe6 introduce a min_colwidth (32 pix for now), limit the amount of columns to screenwidth/(2*min_colwidth) 2006-03-23 21:39:02 +01:00