8e37c78ce3focus() enforces visibility of a client if not NULL
arg@mmvi
2006-09-15 10:49:05 +0200
ca68975ff8removed useless inclusion
Anselm R. Garbe
2006-09-14 11:07:44 +0200
529be52feafixed executing of dmenu output to handle args correctly
Anselm R. Garbe
2006-09-12 19:09:04 +0200
ca65478c89removed 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)
Anselm R. Garbe
2006-09-12 10:57:28 +0200
a1e9362d38some more simplifications of intro comment in dwm.h, this should suffice for comments in dwm
Anselm R. Garbe
2006-09-12 09:50:06 +0200
cbfc69e310made introduction comment in dwm.h shorter
Anselm R. Garbe
2006-09-12 09:46:19 +0200
1d7674bb22applied Christof Musik's multihead patch for a pathologic cornercase
Anselm R. Garbe
2006-09-12 08:27:11 +0200
e6cc22396aadded a general comment to dwm.h how dwm is basically organized
Anselm R. Garbe
2006-09-12 08:14:22 +0200
868159fd0asome other simplifications
Anselm R. Garbe
2006-09-11 17:31:21 +0200
b597fa4637fixed some other comments, now also the code side seems to be at a level to be reviewed by experienced programmers
Anselm R. Garbe
2006-09-11 11:28:28 +0200
d2d394eccfsmall change to comments, renamed two set* functions in client.c into update*
Anselm R. Garbe
2006-09-11 10:00:56 +0200
438beeabdesmall fix
Anselm R. Garbe
2006-09-11 08:58:58 +0200
281f0981a6added some comments
Anselm R. Garbe
2006-09-11 07:40:41 +0200
6ff346bed9Added tag 1.5 for changeset 728c9089b079721b43c3347124639a29baa22a97
Anselm R. Garbe
2006-09-08 08:32:08 +0200
0925dd588capplied sanders patch of not manipulating sel
Anselm R. Garbe
2006-09-08 08:19:54 +0200
6f20315dffreally small changes to dwm.1
Anselm R. Garbe
2006-09-08 07:40:16 +0200
2e68f22118hotfix
Anselm R. Garbe
2006-09-07 18:13:19 +0200
8aa860d270simplified unmanage
Anselm R. Garbe
2006-09-07 18:12:40 +0200
15abade272using a global stack for focus recovery on arrange() - seems to work great
Anselm R. Garbe
2006-09-07 17:53:40 +0200
7ab8c87281made markups in dwm.1 more consistent
Anselm R. Garbe
2006-09-07 09:26:01 +0200
4ff8f71643small addition to dwm.1
Anselm R. Garbe
2006-09-07 07:53:29 +0200
d22abeee86this patch keeps track of global z-layer order of clients which are floating or if floating mode is enabled
Anselm R. Garbe
2006-09-06 17:31:52 +0200
a33150eb4bno this is better
Anselm R. Garbe
2006-09-06 15:36:42 +0200
fd00b3a186does this preserve z order for anthony?
Anselm R. Garbe
2006-09-06 15:30:28 +0200
e8389a4cc0maybe this might work
Anselm R. Garbe
2006-09-06 13:56:46 +0200
6078d756bcAdded tag 1.4 for changeset 3cff9403766bf83a9fc2a0aef230115d68de2a8e
Anselm R. Garbe
2006-09-06 12:19:07 +0200
57c49fe867prepared dwm-1.4 update
Anselm R. Garbe
2006-09-06 12:18:57 +0200
c60de1acd4drawstatus even if no client exists
Anselm R. Garbe
2006-09-06 12:10:43 +0200
69b738c097sanders solution is convincing and elegant
Anselm R. Garbe
2006-09-06 11:54:16 +0200
da0b2a2f31seems to preserve floating client z-layer order (even with reorder() calls)
Anselm R. Garbe
2006-09-06 11:46:35 +0200
2378a558a2Added tag 1.4 for changeset a6b8994af16491220db0199623bd57d061e06143
Anselm R. Garbe
2006-09-06 10:54:10 +0200
f18ed615aesmall fix
Anselm R. Garbe
2006-09-06 10:03:21 +0200
f6656fffb4made args mode symbols the default ones (the default ones look too ugly)
Anselm R. Garbe
2006-09-06 09:23:34 +0200
aaad7bfd15moved transient_for tag inheritance to settags
Anselm R. Garbe
2006-09-06 09:21:17 +0200
0915da8842no, reodering floating clients definately breaks the manage() policy which attaches all clients zoomed (otherwise higher-weight clients couldn't be attached zoomed, which sucks)
Anselm R. Garbe
2006-09-06 09:13:31 +0200
0d0e8bde13no, ordering floating clients at the end seems better
Anselm R. Garbe
2006-09-05 19:26:34 +0200
838a1ff950fix
Anselm R. Garbe
2006-09-05 18:43:15 +0200
e1315fd40cthis makes sure the issue mentioned by sander
Anselm R. Garbe
2006-09-05 18:04:22 +0200
52a3ab1042fixing zoom
Anselm R. Garbe
2006-09-05 17:10:48 +0200
a82e7b765efixing two off-by-ones
Anselm R. Garbe
2006-09-05 16:11:52 +0200
0ed0fa4d5bach ich will auch Alt-s
Anselm R. Garbe
2006-09-05 16:05:09 +0200
ec85fddb9aapplied checking existance of >2 tiles patch (proposed by sander) to zoom and resizecol
Anselm R. Garbe
2006-09-05 16:00:09 +0200
3a1343a245renamed resizetile into resizecol
Anselm R. Garbe
2006-09-05 13:52:23 +0200
9066ee2eb4well ok, added Mod-s to default bindings (however, I don't need it)
Anselm R. Garbe
2006-09-05 13:27:43 +0200
40bd21ce63s/growcol/resizetile/g
Anselm R. Garbe
2006-09-05 13:25:42 +0200
4633fbec61right, multihead issue is not involved with growcol
Anselm R. Garbe
2006-09-05 13:21:59 +0200
25060031a5hotfix
Anselm R. Garbe
2006-09-05 13:20:29 +0200
c7ae6334b7applied a fix related to Sanders remark to growcol
Anselm R. Garbe
2006-09-05 13:19:18 +0200
eac04882b4sanders toggletag patch is much more elegant
Anselm R. Garbe
2006-09-05 09:37:45 +0200
6499fc4f93I really need column growing, now pushing upstream
Anselm R. Garbe
2006-09-05 09:02:37 +0200
04f27a5438don't access sel in restack without checking for NULL (multihead crashing bug)
Anselm R. Garbe
2006-09-05 08:37:34 +0200
1b3903d6e9fixing c->weight handling
Anselm R. Garbe
2006-09-05 08:24:00 +0200
cc05093b0dremoved some useless tags
Anselm R. Garbe
2006-09-04 19:19:37 +0200
6436dd4438after 1.3
Anselm R. Garbe
2006-09-04 17:52:46 +0200
26c50c780eAdded tag 1.3 for changeset f5f5cbf016a94b48a8fe9c47f0736e96d166d5d4
Anselm R. Garbe
2006-09-04 17:52:16 +0200
01d13b0c49retagged
Anselm R. Garbe
2006-09-04 17:52:12 +0200
f15f45a9f8simplified manage
Anselm R. Garbe
2006-09-04 17:39:33 +0200
1b2e149cb4removed html crap
Anselm R. Garbe
2006-09-04 17:37:31 +0200
6136640ec9Added tag 1.3 for changeset dd44dc937e8b0a46abf1a15a333dba5304e4fe89
Anselm R. Garbe
2006-09-04 17:21:18 +0200
95d8423823hotfixing with sanders hint
Anselm R. Garbe
2006-09-04 17:21:15 +0200
de6411c338Added tag 1.3 for changeset 6413ea66b1c2496cfc2173fe58df67cb965eb1da
Anselm R. Garbe
2006-09-04 17:18:01 +0200
e316cf53f6fixing the issue that new clients appear lowered
Anselm R. Garbe
2006-09-04 17:02:13 +0200
c107db57dbremoved unused vars
Anselm R. Garbe
2006-09-04 12:23:41 +0200