Commit Graph
100 Commits
Author SHA1 Message Date
Anselm R. Garbe 02cea3b47e small change to README 2006-09-28 16:14:48 +02:00
Anselm R. Garbe 1c2d673ded applied Jukkas patch 2006-09-28 14:03:39 +02:00
Anselm R. Garbe c34df2c1b6 Added tag 1.7.1 for changeset d5ad819f2a66a40fa75dd2e44429f3bfc884d07b 2006-09-27 17:21:25 +02:00
Anselm R. Garbe 6092aa977e fixing the settags issue, preparing 1.7.1 2006-09-27 17:18:46 +02:00
Anselm R. Garbe ca68975ff8 removed useless inclusion 2006-09-14 11:07:44 +02:00
Anselm R. Garbe 529be52fea fixed executing of dmenu output to handle args correctly 2006-09-12 19:09:04 +02:00
Anselm R. Garbe ca65478c89 removed a bunch of lines through making function signatures more consistent with my style ( { does not belong to a new line, if function args are single-lined) 2006-09-12 10:57:28 +02:00
Anselm R. Garbe a1e9362d38 some more simplifications of intro comment in dwm.h, this should suffice for comments in dwm 2006-09-12 09:50:06 +02:00
Anselm R. Garbe cbfc69e310 made introduction comment in dwm.h shorter 2006-09-12 09:46:19 +02:00
Anselm R. Garbe 1d7674bb22 applied Christof Musik's multihead patch for a pathologic cornercase 2006-09-12 08:27:11 +02:00
Anselm R. Garbe e6cc22396a added a general comment to dwm.h how dwm is basically organized 2006-09-12 08:14:22 +02:00
Anselm R. Garbe 868159fd0a some other simplifications 2006-09-11 17:31:21 +02:00
Anselm R. Garbe b597fa4637 fixed some other comments, now also the code side seems to be at a level to be reviewed by experienced programmers 2006-09-11 11:28:28 +02:00
Anselm R. Garbe d2d394eccf small change to comments, renamed two set* functions in client.c into update* 2006-09-11 10:00:56 +02:00
Anselm R. Garbe 438beeabde small fix 2006-09-11 08:58:58 +02:00
Anselm R. Garbe 281f0981a6 added some comments 2006-09-11 07:40:41 +02:00
Anselm R. Garbe 6ff346bed9 Added tag 1.5 for changeset 728c9089b079721b43c3347124639a29baa22a97 2006-09-08 08:32:08 +02:00
Anselm R. Garbe 0925dd588c applied sanders patch of not manipulating sel 2006-09-08 08:19:54 +02:00
Anselm R. Garbe 6f20315dff really small changes to dwm.1 2006-09-08 07:40:16 +02:00
Anselm R. Garbe 2e68f22118 hotfix 2006-09-07 18:13:19 +02:00
Anselm R. Garbe 8aa860d270 simplified unmanage 2006-09-07 18:12:40 +02:00
Anselm R. Garbe 15abade272 using a global stack for focus recovery on arrange() - seems to work great 2006-09-07 17:53:40 +02:00
Anselm R. Garbe 7ab8c87281 made markups in dwm.1 more consistent 2006-09-07 09:26:01 +02:00
Anselm R. Garbe 4ff8f71643 small addition to dwm.1 2006-09-07 07:53:29 +02:00
Anselm R. Garbe d22abeee86 this patch keeps track of global z-layer order of clients which are floating or if floating mode is enabled 2006-09-06 17:31:52 +02:00
Anselm R. Garbe a33150eb4b no this is better 2006-09-06 15:36:42 +02:00
Anselm R. Garbe fd00b3a186 does this preserve z order for anthony? 2006-09-06 15:30:28 +02:00
Anselm R. Garbe e8389a4cc0 maybe this might work 2006-09-06 13:56:46 +02:00
Anselm R. Garbe 6078d756bc Added tag 1.4 for changeset 3cff9403766bf83a9fc2a0aef230115d68de2a8e 2006-09-06 12:19:07 +02:00
Anselm R. Garbe 57c49fe867 prepared dwm-1.4 update 2006-09-06 12:18:57 +02:00
Anselm R. Garbe c60de1acd4 drawstatus even if no client exists 2006-09-06 12:10:43 +02:00
Anselm R. Garbe 69b738c097 sanders solution is convincing and elegant 2006-09-06 11:54:16 +02:00
Anselm R. Garbe da0b2a2f31 seems to preserve floating client z-layer order (even with reorder() calls) 2006-09-06 11:46:35 +02:00
Anselm R. Garbe 2378a558a2 Added tag 1.4 for changeset a6b8994af16491220db0199623bd57d061e06143 2006-09-06 10:54:10 +02:00
Anselm R. Garbe f18ed615ae small fix 2006-09-06 10:03:21 +02:00
Anselm R. Garbe f6656fffb4 made args mode symbols the default ones (the default ones look too ugly) 2006-09-06 09:23:34 +02:00
Anselm R. Garbe aaad7bfd15 moved transient_for tag inheritance to settags 2006-09-06 09:21:17 +02:00
Anselm R. Garbe 0915da8842 no, reodering floating clients definately breaks the manage() policy which attaches all clients zoomed (otherwise higher-weight clients couldn't be attached zoomed, which sucks) 2006-09-06 09:13:31 +02:00
Anselm R. Garbe 0d0e8bde13 no, ordering floating clients at the end seems better 2006-09-05 19:26:34 +02:00
Anselm R. Garbe 838a1ff950 fix 2006-09-05 18:43:15 +02:00
Anselm R. Garbe e1315fd40c this makes sure the issue mentioned by sander 2006-09-05 18:04:22 +02:00
Anselm R. Garbe 52a3ab1042 fixing zoom 2006-09-05 17:10:48 +02:00
Anselm R. Garbe a82e7b765e fixing two off-by-ones 2006-09-05 16:11:52 +02:00
Anselm R. Garbe 0ed0fa4d5b ach ich will auch Alt-s 2006-09-05 16:05:09 +02:00
Anselm R. Garbe ec85fddb9a applied checking existance of >2 tiles patch (proposed by sander) to zoom and resizecol 2006-09-05 16:00:09 +02:00
Anselm R. Garbe 3a1343a245 renamed resizetile into resizecol 2006-09-05 13:52:23 +02:00
Anselm R. Garbe 9066ee2eb4 well ok, added Mod-s to default bindings (however, I don't need it) 2006-09-05 13:27:43 +02:00
Anselm R. Garbe 40bd21ce63 s/growcol/resizetile/g 2006-09-05 13:25:42 +02:00
Anselm R. Garbe 4633fbec61 right, multihead issue is not involved with growcol 2006-09-05 13:21:59 +02:00
Anselm R. Garbe 25060031a5 hotfix 2006-09-05 13:20:29 +02:00
Anselm R. Garbe c7ae6334b7 applied a fix related to Sanders remark to growcol 2006-09-05 13:19:18 +02:00
Anselm R. Garbe eac04882b4 sanders toggletag patch is much more elegant 2006-09-05 09:37:45 +02:00
Anselm R. Garbe 6499fc4f93 I really need column growing, now pushing upstream 2006-09-05 09:02:37 +02:00
Anselm R. Garbe 04f27a5438 don't access sel in restack without checking for NULL (multihead crashing bug) 2006-09-05 08:37:34 +02:00
Anselm R. Garbe 1b3903d6e9 fixing c->weight handling 2006-09-05 08:24:00 +02:00
Anselm R. Garbe cc05093b0d removed some useless tags 2006-09-04 19:19:37 +02:00
Anselm R. Garbe 6436dd4438 after 1.3 2006-09-04 17:52:46 +02:00
Anselm R. Garbe 26c50c780e Added tag 1.3 for changeset f5f5cbf016a94b48a8fe9c47f0736e96d166d5d4 2006-09-04 17:52:16 +02:00
Anselm R. Garbe 01d13b0c49 retagged 2006-09-04 17:52:12 +02:00
Anselm R. Garbe f15f45a9f8 simplified manage 2006-09-04 17:39:33 +02:00
Anselm R. Garbe 1b2e149cb4 removed html crap 2006-09-04 17:37:31 +02:00
Anselm R. Garbe 6136640ec9 Added tag 1.3 for changeset dd44dc937e8b0a46abf1a15a333dba5304e4fe89 2006-09-04 17:21:18 +02:00
Anselm R. Garbe 95d8423823 hotfixing with sanders hint 2006-09-04 17:21:15 +02:00
Anselm R. Garbe de6411c338 Added tag 1.3 for changeset 6413ea66b1c2496cfc2173fe58df67cb965eb1da 2006-09-04 17:18:01 +02:00
Anselm R. Garbe e316cf53f6 fixing the issue that new clients appear lowered 2006-09-04 17:02:13 +02:00
Anselm R. Garbe c107db57db removed unused vars 2006-09-04 12:23:41 +02:00
Anselm R. Garbe d39d00057c reducing focus calls (sanders patch) 2006-09-04 10:10:08 +02:00
Anselm R. Garbe 26157e6973 applied Sanders max_and_focus.patch 2006-09-04 08:55:49 +02:00
Anselm R. Garbe 6d22782e8f simplified buttonpress 2006-09-01 15:31:59 +02:00
Anselm R. Garbe 1836b6740d applied sanders patch 2006-09-01 10:32:50 +02:00
Anselm R. Garbe 924a088812 reorder was misssing in Ross version of viewall 2006-08-31 18:08:28 +02:00
Anselm R. Garbe bab575c868 changed shortcut into Mod1-0 2006-08-31 18:04:34 +02:00
Anselm R. Garbe daae3bba50 added viewall to mainstream (only Ross Mohns version, not the toggle) 2006-08-31 18:02:38 +02:00
Anselm R. Garbe 05fbbbd8dc implemented Button2 press on tags for toggletag on the focused client 2006-08-31 17:49:04 +02:00
Anselm R. Garbe 4c368bcd24 applied sanders patch to remove unnecessary commit() 2006-08-31 08:48:04 +02:00
Anselm R. Garbe 9927b9e642 small fix in config.arg.h 2006-08-30 13:00:30 +02:00
Anselm R. Garbe 1b492dffc8 Added tag 1.2 for changeset e3179ce2b90451d2807cd53b589d768412b8666b 2006-08-30 12:39:35 +02:00
Anselm R. Garbe 140be1b4b3 prepared 1.2 2006-08-30 12:39:27 +02:00
Anselm R. Garbe 79259acc12 now using Salmi's menu command 2006-08-30 11:21:56 +02:00
Anselm R. Garbe 5a3bea2d69 removed a warning reported by Jukka 2006-08-30 11:15:58 +02:00
Anselm R. Garbe 30d928591d simplified configurerequest 2006-08-29 19:24:28 +02:00
Anselm R. Garbe 70a3e62257 now dwm enforces max screen size also in tiled mode on non-floating clients which are maximized 2006-08-29 18:05:02 +02:00
Anselm R. Garbe 6828fba7a0 fixed 2006-08-29 17:33:27 +02:00
Anselm R. Garbe aa1bda8164 configurenotify remembers max geom now, and restores this if necessary, however it accepts to touch the max size on configurerequest, this shouldn't break fillscreen apps (tested with mplayer) 2006-08-29 17:31:55 +02:00
Anselm R. Garbe 157ea539a2 applied patch similiar proposed by dave tweed 2006-08-29 17:11:37 +02:00
Anselm R. Garbe c3c94c0e0a improved selection policy 2006-08-29 15:28:29 +02:00
Anselm R. Garbe 9d73909075 still something wrong with reorder() 2006-08-29 13:40:09 +02:00
Anselm R. Garbe 016c54196e this algorithm seems to keep order for any scenario 2006-08-29 09:57:57 +02:00
Anselm R. Garbe 5056bb952d fix client position in list also on tag and toggletag 2006-08-29 09:25:14 +02:00
Anselm R. Garbe 8a6679b3b4 added attach/detach functions which don't attach at the begin of list, but at the slot of a first match of the tags of a client 2006-08-29 09:23:44 +02:00
Anselm R. Garbe 7b6d5ff298 removed crappy variables 2006-08-28 14:32:51 +02:00
Anselm R. Garbe 846850914d changed config.arg.h - I really need the 4th tag 2006-08-28 12:27:00 +02:00
Anselm R. Garbe 4e6c513ac2 updated html page 2006-08-28 10:21:40 +02:00
Anselm R. Garbe db9cda6a7d Added tag 1.1 for changeset 44a55e6e46bf6c231780b09d919977d6f01083de 2006-08-28 10:19:55 +02:00
Anselm R. Garbe a50b15a9e9 added a comment to spawn 2006-08-28 08:17:27 +02:00
Anselm R. Garbe 0a25fe9188 applied sanders focus_ patches 2006-08-28 08:06:50 +02:00
Anselm R. Garbe 2dd5212a79 applied sanders somepatches.patch 2006-08-28 08:02:29 +02:00
Anselm R. Garbe 00e95e1f38 oh frking dear big font... 2006-08-25 18:14:55 +02:00
Anselm R. Garbe 0a0759132c term enlightened 2006-08-25 18:05:18 +02:00
Anselm R. Garbe 5cf362c7d0 switching to darker colorscheme with larger font 2006-08-25 18:03:56 +02:00