1029 Commits

Author SHA1 Message Date
Anselm R. Garbe
bce2865e89 changed wmiirc, exporting WMII_ in a separate line, proglist don't does tr : ' ', this should be done earlier 2006-04-19 16:19:52 +02:00
Sander van Dijk
05964332e1 jump to the correct view (intstead of the last one) on new view creation (issue reported by DenisG) 2006-04-16 23:00:31 +00:00
Sander van Dijk
7b509ce08b make M-S-t read from /tags instead of /view/sel/sel/tags as suggested by unequal 2006-04-16 22:39:07 +00:00
Sander van Dijk
e1a5370c53 another small fix in create_area 2006-04-15 00:30:49 +00:00
Sander van Dijk
2b2dfb9fd3 oops... 2006-04-15 00:08:26 +00:00
Sander van Dijk
fe24755f00 small fix in create_area 2006-04-15 00:05:34 +00:00
Anselm R. Garbe
f24f20e631 Added tag snap for changeset 28647882a7fdd679931c22753d2ac4bf14d47f29 2006-04-14 13:05:09 +02:00
Anselm R. Garbe
9d03988fa0 updated TODO 2006-04-14 13:01:35 +02:00
Anselm R. Garbe
16eba3214a fixed writing to /view/X/mode 2006-04-14 12:49:29 +02:00
Anselm R. Garbe
2007eebaae allowing to write 0 to /def/colwidth 2006-04-14 12:47:10 +02:00
Anselm R. Garbe
ca7547d056 implemented /def/colwidth (takes 0 for default scaling, or a px value for a specific size, ie 500 seems fine for 1400x1050 screens) 2006-04-14 12:45:53 +02:00
Anselm R. Garbe
391f88e730 implemented /def/colmode containing the default column mode 2006-04-14 12:03:44 +02:00
Anselm R. Garbe
7819b86861 fixed negative (x,y) issue in place_client 2006-04-14 11:50:20 +02:00
Anselm R. Garbe
37f8da2353 made place_client more robust against clients with obfuscated sizes 2006-04-14 11:35:42 +02:00
Anselm R. Garbe
60db995b44 changed str_of_time in wmiir.c 2006-04-14 11:27:48 +02:00
Anselm R. Garbe
c3302b5577 changed progs default once again 2006-04-14 10:59:49 +02:00
Anselm R. Garbe
4df65cbd6b changed the progs caching slightly differently to work in the ns directory (to prevent problems on multiuser mainframes) 2006-04-14 10:56:07 +02:00
Anselm R. Garbe
0b7acc5330 removed rc/extern redirection, removed OLD_PATH stuff (unnecessary), I don't care about WMII_FONT/*COLORS being in env, three vars are ok, changed progs file location (this allows running wmiirc from shell as well, because DISPLAY is not screwed up) 2006-04-14 10:28:10 +02:00
Anselm R. Garbe
1951514d99 added garbeam's TODO file 2006-04-14 10:07:45 +02:00
Anselm R. Garbe
b9d53efbe1 adding bar rect to rects_of_view() vector... 2006-04-14 10:06:05 +02:00
Anselm R. Garbe
4d366db25c fixed move on grab 2006-04-14 09:40:18 +02:00
Anselm R. Garbe
9f8279aa6b made floating placement much better (best fit strategy first, random x/y strategy if no best fit found) 2006-04-14 09:34:03 +02:00
Sander van Dijk
9ba83fab07 respect min_height in the frame rescaling mechanism in column-default too 2006-04-13 22:20:54 +00:00
Sander van Dijk
92814d3fd4 respect MIN_COLWIDTH in the column rescaling mechanism 2006-04-13 21:28:04 +00:00
Sander van Dijk
20431e4bc1 disallow the creation of new columns if the amount of columns on screen is width/mincolwidth; next up is respecting mincolwidth in the scaling mechanism 2006-04-13 20:44:31 +00:00
Anselm R. Garbe
c6ddb166c7 added wmiirc 2006-04-13 17:43:57 +02:00
Anselm R. Garbe
8c5358831b readded /tags, Maxi check if this patch fixes your problem 2006-04-13 17:41:58 +02:00
Anselm R. Garbe
0e453fb47b removed unnecessary debug output 2006-04-13 17:08:17 +02:00
Anselm R. Garbe
f750cd9813 code cleanups 2006-04-13 16:52:33 +02:00
Anselm R. Garbe
a126bbafb1 fixed view focussing issue in update_views 2006-04-13 15:37:52 +02:00
Anselm R. Garbe
fe500a8cd2 some more polishing 2006-04-13 15:35:10 +02:00
Anselm R. Garbe
11906f13b2 order matters in wmiirc 2006-04-13 14:58:22 +02:00
Anselm R. Garbe
fe0f4413e4 fixed match_rules 2006-04-13 14:38:29 +02:00
Anselm R. Garbe
39085f5b67 fix in match_rule 2006-04-13 14:31:07 +02:00
Anselm R. Garbe
4be90199ae removed 'retag' command 2006-04-13 14:09:28 +02:00
Anselm R. Garbe
aa50f6e179 fixed forgotten def.mod occurence in event.c 2006-04-13 12:21:08 +02:00
Anselm R. Garbe
4e4793336f removed /view indirection, instead tags occur in / directory, /view is a shorty for the viewed tag, fixed floating focus bug, fixed $MODKEY-s crashing bug on startup 2006-04-13 10:06:07 +02:00
Anthony Martin
ddd5dec606 fixed incorrect test for modifier masks, reported by Frank 2006-04-12 22:30:44 -07:00
Sander van Dijk
ec78f60e8a ugly hack to make 'retag' actually work (it didn't) on startup, but let it not mess up a users layout 2006-04-13 00:03:29 +00:00
Anselm R. Garbe
9184de8ad5 fixed bug reported by redondos 2006-04-12 15:29:03 +02:00
Anselm R. Garbe
64cb1b3822 Added tag snap for changeset 931d7cec4d82bded4999120fe0d7b577b9a75069 2006-04-12 14:49:34 +02:00
Anselm R. Garbe
e52879b08b prepared new snap 2006-04-12 14:49:23 +02:00
Anselm R. Garbe
aa9c4c48a8 fixed reading /view/X/name 2006-04-12 14:31:38 +02:00
Anselm R. Garbe
eaa2d5f382 added /view/ctl for view-specific commands, fixed retag command of /ctl 2006-04-12 14:28:05 +02:00
Anselm R. Garbe
6d878a1b71 removed /tags, renamed /clients/ to /client/, changed /view, it contains now all avaiable views, to address the selected view, you have to substitute /view with /view/sel 2006-04-12 14:14:34 +02:00
Anselm R. Garbe
5c0fb002b6 using tv.tv_sec instead of unsigned int, though this might be unsafe 2006-04-12 12:53:21 +02:00
Anselm R. Garbe
bb7ac65b3e forgot a ! 2006-04-12 12:33:28 +02:00
Anselm R. Garbe
da725f1f83 now fixed the send_client_to bug, also changed max mode rendering, I added an additional bar which contains <sel client idx>/<number of clients> 2006-04-12 12:24:04 +02:00
Anselm R. Garbe
14375d795b fixed typo caused bug reported by bogon 2006-04-12 11:59:09 +02:00
Anselm R. Garbe
a6b8c2d30e fixed wmiirc ctime handling 2006-04-12 11:44:45 +02:00