Commit Graph

925 Commits

Author SHA1 Message Date
Anselm R. Garbe
9beba68abb Added tag snap for changeset 3a8145e2ba656c11992ece01cecc4c18e57f19be 2006-03-16 09:30:11 +01:00
Anselm R. Garbe
7d961a152b skipping doc in dist target 2006-03-16 09:30:06 +01:00
Anselm R. Garbe
857d63c70d Added tag snap for changeset c62e7f38eb74cbc4b61f33f5732637aefb0e2dee 2006-03-16 09:28:47 +01:00
Anselm R. Garbe
818a3acc9f snap hotfix 2006-03-16 09:28:37 +01:00
Anselm R. Garbe
08587dbb97 Added tag snap for changeset aa028026a521a268b63354fa999cba2820497cfe 2006-03-16 09:15:17 +01:00
Anselm R. Garbe
7ea3975973 applied Sanders patch to deny annoying resize artifacts with some minor changes 2006-03-16 09:13:14 +01:00
Anselm R. Garbe
be312b9fe2 fixed issues in welcome 2006-03-16 08:24:04 +01:00
Anselm R. Garbe
88de7a499a fixed resize_all_clients call, updated welcome 2006-03-16 08:06:31 +01:00
Anselm R. Garbe
f4908e70a2 changed two important things, first on update_tags clients should be attached at least to the selected tag (that the specific frame is most recent, this is much more efficient, second fixed arrange_tag call if a floating client gets detached) 2006-03-16 07:33:25 +01:00
Anselm R. Garbe
ebc347a356 hotfix of update_tags 2006-03-15 16:30:06 +01:00
Anselm R. Garbe
e2e18a8d76 some other simplifications 2006-03-15 16:28:13 +01:00
Anselm R. Garbe
4952030390 made destroy_tag static 2006-03-15 16:08:22 +01:00
Anselm R. Garbe
2851ce5b02 fixed cyclic calls of resize_client because it called resize_area (this is only called explicitely now) 2006-03-15 16:00:39 +01:00
Anselm R. Garbe
8e61f1b496 multitag syntax for select and tags file is allowed now with tag[+tag[+tag]...], spaces don't separate tags anymore!!! 2006-03-15 13:18:05 +01:00
Anselm R. Garbe
b72f13580c fixed float forcing as well 2006-03-15 10:51:57 +01:00
Anselm R. Garbe
a8e7215e12 fixed rule matching 2006-03-15 10:44:54 +01:00
Anselm R. Garbe
41f268a1fe added wmiiwarp to install target again 2006-03-15 10:36:47 +01:00
Anselm R. Garbe
ebff664fd4 proceeded with tag separation 2006-03-15 10:35:38 +01:00
Anselm R. Garbe
dff6fb2502 began to store tags in a different way 2006-03-15 09:02:25 +01:00
Anselm R. Garbe
d89153c109 some other changes 2006-03-14 15:46:12 +01:00
Anselm R. Garbe
63d343c87f small fix in wmiiwarp.c 2006-03-14 13:33:20 +01:00
Anselm R. Garbe
257207046f added wmiiwarp 2006-03-14 13:32:08 +01:00
Anselm R. Garbe
d93851ebd4 changed proglist 2006-03-14 12:08:06 +01:00
Anselm R. Garbe
1cfea0d215 fixed update_tags, hopefully 2006-03-14 10:33:50 +01:00
Anselm R. Garbe
3c5dd59018 changed proglist in wmiirc, updated update_tags() to allow 'select tag(s)' ;) 2006-03-14 10:05:55 +01:00
Anselm R. Garbe
889aaed80f temporary select tag(s) must be space separated (no inheritance) 2006-03-14 09:36:59 +01:00
Anselm R. Garbe
3d0b3a41da fixed several issue 2006-03-14 08:53:56 +01:00
Anselm R. Garbe
ae43c939d8 ~ is a magic tag which needs to be separated by case, merging of different tags works with the '+' operator, ie xwrite /ctl select 1+2 2006-03-13 20:27:33 +01:00
Anselm R. Garbe
3eea13a29b I recently worked on allowing 'select tag(s)', but not finished yet 2006-03-13 19:49:06 +01:00
Anselm R. Garbe
ae9064ab09 fixed comment in geometry.c 2006-03-13 18:34:32 +01:00
Anselm R. Garbe
bf82150f60 fixed bug which moved other windows inplace on updating /def/font 2006-03-13 10:45:30 +01:00
Anselm R. Garbe
137bae1174 hopefully I forgot nobody :( 2006-03-13 10:34:47 +01:00
Anselm R. Garbe
6381abe809 updated Credits section 2006-03-13 10:31:04 +01:00
Anselm R. Garbe
3f1383d823 after snap 2006-03-13 10:22:38 +01:00
Anselm R. Garbe
fef06b814f Added tag snap for changeset 152b08d672054d56b1fd08eb57f6e135f8711b8f 2006-03-13 10:14:57 +01:00
Anselm R. Garbe
46f5cecee4 applied gualteri's status mechanism, removed pidfile handling 2006-03-13 10:13:57 +01:00
Anselm R. Garbe
45e1326481 reparent only on manage_client and destroy_client ;) 2006-03-13 10:09:37 +01:00
Anselm R. Garbe
85ec4d7480 fixed subtle bug which caused crashing nearly every app which unmaps itself but wmii don't reparents the window... 2006-03-13 09:57:56 +01:00
Anselm R. Garbe
8820d14146 some refactoring of defines 2006-03-13 09:22:35 +01:00
Anselm R. Garbe
4a93c03dbc fixed grab-related bug 2006-03-13 09:13:22 +01:00
Anselm R. Garbe
3615845bdd replaced pidfile based wmiirc start/stop mechanism to /event based (since we allow writes to /event which get broadcasted among all consumers) 2006-03-13 08:56:22 +01:00
Anselm R. Garbe
42aa2cec38 fixed issue in relax_area reported by Sander 2006-03-13 08:22:21 +01:00
Anselm R. Garbe
0bbae7dd43 fallback handling to max mode also in relax_area 2006-03-12 11:00:39 +01:00
Anselm R. Garbe
23d83405b6 added fallback for stacking/equal mode if too many clients in a column, then max mode is used (without lossing that we're in equal/stacking mode), allowing writes to /event which are broadcasted to all reading consumers 2006-03-12 10:51:12 +01:00
Anselm R. Garbe
3694f5faa6 forgot wmiirc & 2006-03-12 10:19:56 +01:00
Anselm R. Garbe
ce4bc3ae92 wmiirc needs the pidfile mechanism, otherwise running wmiirc from other sources than a shortcut won't work 2006-03-12 10:16:04 +01:00
Anselm R. Garbe
1094d3e3af fix of fix 2006-03-12 10:04:37 +01:00
Anselm R. Garbe
616ddc0320 fix for reading tags file 2006-03-12 10:03:54 +01:00
Anselm R. Garbe
c9feb28a3c applied denisg patch, added a busy wait at wmiirc startup 2006-03-12 00:35:15 +01:00
Anselm R. Garbe
b228ff4171 changed cursor stuff in event.c 2006-03-12 00:20:47 +01:00