dddd58a8cd
added symbols for different modes
Anselm R. Garbe
2006-09-29 18:08:20 +02:00
010fd21b20
removed useless updatemaster
Anselm R. Garbe
2006-09-29 17:25:49 +02:00
1802fad2f9
documented the new behavior in man page
Anselm R. Garbe
2006-09-29 17:20:05 +02:00
f833d109d1
fixed small offset issue
Anselm R. Garbe
2006-09-29 17:15:05 +02:00
7225c99903
fixed the z-layer issue described on mailinglist
Anselm R. Garbe
2006-09-29 17:12:57 +02:00
36178933ed
removed the direction flipping
Anselm R. Garbe
2006-09-29 17:02:56 +02:00
ad0da9a571
small fix of a corner case
Anselm R. Garbe
2006-09-29 16:54:15 +02:00
6646468125
small change
Anselm R. Garbe
2006-09-29 16:44:02 +02:00
fee8df6ccf
added the new dotile as described on ml
Anselm R. Garbe
2006-09-29 16:22:20 +02:00
8fa47ac679
prelim of dotile()
Anselm R. Garbe
2006-09-29 14:39:03 +02:00
b427a2c6cb
I changed sanders patch to fix the ff issue to be simplier, though it needs testing if this really fixes the issue
Anselm R. Garbe
2006-09-29 12:56:01 +02:00
14d05e7c72
first step to a more flexible dotile() algorithm
Anselm R. Garbe
2006-09-29 12:38:27 +02:00
a118a57fe3
renamed column into area
Anselm R. Garbe
2006-09-28 21:29:20 +02:00
02cea3b47e
small change to README
Anselm R. Garbe
2006-09-28 16:14:48 +02:00
1c2d673ded
applied Jukkas patch
Anselm R. Garbe
2006-09-28 14:03:39 +02:00
c34df2c1b6
Added tag 1.7.1 for changeset d5ad819f2a66a40fa75dd2e44429f3bfc884d07b
Anselm R. Garbe
2006-09-27 17:21:25 +02:00
6092aa977e
fixing the settags issue, preparing 1.7.1
Anselm R. Garbe
2006-09-27 17:18:46 +02:00
c9cc2b385a
removed an unused var
arg@zarathustra
2006-09-26 17:42:14 +02:00
b39d0c521a
Added tag 1.7 for changeset 4dbdb61c8b8ce21dee5c7050a6b103855964ed20
arg@zarathustra
2006-09-26 17:39:30 +02:00
8e37c78ce3
focus() enforces visibility of a client if not NULL
arg@mmvi
2006-09-15 10:49:05 +02:00
ca68975ff8
removed useless inclusion
Anselm R. Garbe
2006-09-14 11:07:44 +02:00
529be52fea
fixed executing of dmenu output to handle args correctly
Anselm R. Garbe
2006-09-12 19:09:04 +02:00
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)
Anselm R. Garbe
2006-09-12 10:57:28 +02:00
a1e9362d38
some more simplifications of intro comment in dwm.h, this should suffice for comments in dwm
Anselm R. Garbe
2006-09-12 09:50:06 +02:00
cbfc69e310
made introduction comment in dwm.h shorter
Anselm R. Garbe
2006-09-12 09:46:19 +02:00
1d7674bb22
applied Christof Musik's multihead patch for a pathologic cornercase
Anselm R. Garbe
2006-09-12 08:27:11 +02:00
e6cc22396a
added a general comment to dwm.h how dwm is basically organized
Anselm R. Garbe
2006-09-12 08:14:22 +02:00
868159fd0a
some other simplifications
Anselm R. Garbe
2006-09-11 17:31:21 +02:00
b597fa4637
fixed 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 +02:00
d2d394eccf
small change to comments, renamed two set* functions in client.c into update*
Anselm R. Garbe
2006-09-11 10:00:56 +02:00
438beeabde
small fix
Anselm R. Garbe
2006-09-11 08:58:58 +02:00
281f0981a6
added some comments
Anselm R. Garbe
2006-09-11 07:40:41 +02:00
6ff346bed9
Added tag 1.5 for changeset 728c9089b079721b43c3347124639a29baa22a97
Anselm R. Garbe
2006-09-08 08:32:08 +02:00
0925dd588c
applied sanders patch of not manipulating sel
Anselm R. Garbe
2006-09-08 08:19:54 +02:00
6f20315dff
really small changes to dwm.1
Anselm R. Garbe
2006-09-08 07:40:16 +02:00
2e68f22118
hotfix
Anselm R. Garbe
2006-09-07 18:13:19 +02:00
8aa860d270
simplified unmanage
Anselm R. Garbe
2006-09-07 18:12:40 +02:00
15abade272
using a global stack for focus recovery on arrange() - seems to work great
Anselm R. Garbe
2006-09-07 17:53:40 +02:00
7ab8c87281
made markups in dwm.1 more consistent
Anselm R. Garbe
2006-09-07 09:26:01 +02:00
4ff8f71643
small addition to dwm.1
Anselm R. Garbe
2006-09-07 07:53:29 +02:00
d22abeee86
this 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 +02:00
a33150eb4b
no this is better
Anselm R. Garbe
2006-09-06 15:36:42 +02:00
fd00b3a186
does this preserve z order for anthony?
Anselm R. Garbe
2006-09-06 15:30:28 +02:00
e8389a4cc0
maybe this might work
Anselm R. Garbe
2006-09-06 13:56:46 +02:00
6078d756bc
Added tag 1.4 for changeset 3cff9403766bf83a9fc2a0aef230115d68de2a8e
Anselm R. Garbe
2006-09-06 12:19:07 +02:00
57c49fe867
prepared dwm-1.4 update
Anselm R. Garbe
2006-09-06 12:18:57 +02:00
c60de1acd4
drawstatus even if no client exists
Anselm R. Garbe
2006-09-06 12:10:43 +02:00
69b738c097
sanders solution is convincing and elegant
Anselm R. Garbe
2006-09-06 11:54:16 +02:00
da0b2a2f31
seems to preserve floating client z-layer order (even with reorder() calls)
Anselm R. Garbe
2006-09-06 11:46:35 +02:00
2378a558a2
Added tag 1.4 for changeset a6b8994af16491220db0199623bd57d061e06143
Anselm R. Garbe
2006-09-06 10:54:10 +02:00
f18ed615ae
small fix
Anselm R. Garbe
2006-09-06 10:03:21 +02:00
f6656fffb4
made args mode symbols the default ones (the default ones look too ugly)
Anselm R. Garbe
2006-09-06 09:23:34 +02:00
aaad7bfd15
moved transient_for tag inheritance to settags
Anselm R. Garbe
2006-09-06 09:21:17 +02:00
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)
Anselm R. Garbe
2006-09-06 09:13:31 +02:00