8e37c78ce3focus() enforces visibility of a client if not NULL
arg@mmvi
2006-09-15 10:49:05 +02:00
ca68975ff8removed useless inclusion
Anselm R. Garbe
2006-09-14 11:07:44 +02:00
529be52feafixed executing of dmenu output to handle args correctly
Anselm R. Garbe
2006-09-12 19:09:04 +02:00
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 +02:00
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 +02:00
cbfc69e310made introduction comment in dwm.h shorter
Anselm R. Garbe
2006-09-12 09:46:19 +02:00
1d7674bb22applied Christof Musik's multihead patch for a pathologic cornercase
Anselm R. Garbe
2006-09-12 08:27:11 +02:00
e6cc22396aadded a general comment to dwm.h how dwm is basically organized
Anselm R. Garbe
2006-09-12 08:14:22 +02:00
868159fd0asome other simplifications
Anselm R. Garbe
2006-09-11 17:31:21 +02:00
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 +02:00
d2d394eccfsmall change to comments, renamed two set* functions in client.c into update*
Anselm R. Garbe
2006-09-11 10:00:56 +02:00
438beeabdesmall fix
Anselm R. Garbe
2006-09-11 08:58:58 +02:00
281f0981a6added some comments
Anselm R. Garbe
2006-09-11 07:40:41 +02:00
6ff346bed9Added tag 1.5 for changeset 728c9089b079721b43c3347124639a29baa22a97
Anselm R. Garbe
2006-09-08 08:32:08 +02:00
0925dd588capplied sanders patch of not manipulating sel
1.5
Anselm R. Garbe
2006-09-08 08:19:54 +02:00
6f20315dffreally small changes to dwm.1
Anselm R. Garbe
2006-09-08 07:40:16 +02:00
2e68f22118hotfix
Anselm R. Garbe
2006-09-07 18:13:19 +02:00
8aa860d270simplified unmanage
Anselm R. Garbe
2006-09-07 18:12:40 +02:00
15abade272using a global stack for focus recovery on arrange() - seems to work great
Anselm R. Garbe
2006-09-07 17:53:40 +02:00
7ab8c87281made markups in dwm.1 more consistent
Anselm R. Garbe
2006-09-07 09:26:01 +02:00
4ff8f71643small addition to dwm.1
Anselm R. Garbe
2006-09-07 07:53:29 +02:00
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 +02:00
a33150eb4bno this is better
Anselm R. Garbe
2006-09-06 15:36:42 +02:00
fd00b3a186does this preserve z order for anthony?
Anselm R. Garbe
2006-09-06 15:30:28 +02:00
e8389a4cc0maybe this might work
Anselm R. Garbe
2006-09-06 13:56:46 +02:00
6078d756bcAdded tag 1.4 for changeset 3cff9403766bf83a9fc2a0aef230115d68de2a8e
Anselm R. Garbe
2006-09-06 12:19:07 +02:00
57c49fe867prepared dwm-1.4 update
1.4
Anselm R. Garbe
2006-09-06 12:18:57 +02:00
c60de1acd4drawstatus even if no client exists
Anselm R. Garbe
2006-09-06 12:10:43 +02:00
69b738c097sanders solution is convincing and elegant
Anselm R. Garbe
2006-09-06 11:54:16 +02:00
da0b2a2f31seems to preserve floating client z-layer order (even with reorder() calls)
Anselm R. Garbe
2006-09-06 11:46:35 +02:00
2378a558a2Added tag 1.4 for changeset a6b8994af16491220db0199623bd57d061e06143
Anselm R. Garbe
2006-09-06 10:54:10 +02:00
f18ed615aesmall fix
Anselm R. Garbe
2006-09-06 10:03:21 +02:00
f6656fffb4made args mode symbols the default ones (the default ones look too ugly)
Anselm R. Garbe
2006-09-06 09:23:34 +02:00
aaad7bfd15moved transient_for tag inheritance to settags
Anselm R. Garbe
2006-09-06 09:21:17 +02:00
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 +02:00
0d0e8bde13no, ordering floating clients at the end seems better
Anselm R. Garbe
2006-09-05 19:26:34 +02:00
838a1ff950fix
Anselm R. Garbe
2006-09-05 18:43:15 +02:00
e1315fd40cthis makes sure the issue mentioned by sander
Anselm R. Garbe
2006-09-05 18:04:22 +02:00
52a3ab1042fixing zoom
Anselm R. Garbe
2006-09-05 17:10:48 +02:00
a82e7b765efixing two off-by-ones
Anselm R. Garbe
2006-09-05 16:11:52 +02:00
0ed0fa4d5bach ich will auch Alt-s
Anselm R. Garbe
2006-09-05 16:05:09 +02:00
ec85fddb9aapplied checking existance of >2 tiles patch (proposed by sander) to zoom and resizecol
Anselm R. Garbe
2006-09-05 16:00:09 +02:00
3a1343a245renamed resizetile into resizecol
Anselm R. Garbe
2006-09-05 13:52:23 +02:00
9066ee2eb4well ok, added Mod-s to default bindings (however, I don't need it)
Anselm R. Garbe
2006-09-05 13:27:43 +02:00
40bd21ce63s/growcol/resizetile/g
Anselm R. Garbe
2006-09-05 13:25:42 +02:00
4633fbec61right, multihead issue is not involved with growcol
Anselm R. Garbe
2006-09-05 13:21:59 +02:00
25060031a5hotfix
Anselm R. Garbe
2006-09-05 13:20:29 +02:00
c7ae6334b7applied a fix related to Sanders remark to growcol
Anselm R. Garbe
2006-09-05 13:19:18 +02:00
eac04882b4sanders toggletag patch is much more elegant
Anselm R. Garbe
2006-09-05 09:37:45 +02:00
6499fc4f93I really need column growing, now pushing upstream
Anselm R. Garbe
2006-09-05 09:02:37 +02:00
04f27a5438don't access sel in restack without checking for NULL (multihead crashing bug)
Anselm R. Garbe
2006-09-05 08:37:34 +02:00
1b3903d6e9fixing c->weight handling
Anselm R. Garbe
2006-09-05 08:24:00 +02:00
cc05093b0dremoved some useless tags
Anselm R. Garbe
2006-09-04 19:19:37 +02:00
6436dd4438after 1.3
Anselm R. Garbe
2006-09-04 17:52:46 +02:00
26c50c780eAdded tag 1.3 for changeset f5f5cbf016a94b48a8fe9c47f0736e96d166d5d4
Anselm R. Garbe
2006-09-04 17:52:16 +02:00
01d13b0c49retagged
1.3
Anselm R. Garbe
2006-09-04 17:52:12 +02:00
f15f45a9f8simplified manage
Anselm R. Garbe
2006-09-04 17:39:33 +02:00
1b2e149cb4removed html crap
Anselm R. Garbe
2006-09-04 17:37:31 +02:00
6136640ec9Added tag 1.3 for changeset dd44dc937e8b0a46abf1a15a333dba5304e4fe89
Anselm R. Garbe
2006-09-04 17:21:18 +02:00
95d8423823hotfixing with sanders hint
Anselm R. Garbe
2006-09-04 17:21:15 +02:00
de6411c338Added tag 1.3 for changeset 6413ea66b1c2496cfc2173fe58df67cb965eb1da
Anselm R. Garbe
2006-09-04 17:18:01 +02:00
e316cf53f6fixing the issue that new clients appear lowered
Anselm R. Garbe
2006-09-04 17:02:13 +02:00
c107db57dbremoved unused vars
Anselm R. Garbe
2006-09-04 12:23:41 +02:00
26157e6973applied Sanders max_and_focus.patch
Anselm R. Garbe
2006-09-04 08:55:49 +02:00
6d22782e8fsimplified buttonpress
Anselm R. Garbe
2006-09-01 15:31:59 +02:00
1836b6740dapplied sanders patch
Anselm R. Garbe
2006-09-01 10:32:50 +02:00
924a088812reorder was misssing in Ross version of viewall
Anselm R. Garbe
2006-08-31 18:08:28 +02:00
bab575c868changed shortcut into Mod1-0
Anselm R. Garbe
2006-08-31 18:04:34 +02:00
daae3bba50added viewall to mainstream (only Ross Mohns version, not the toggle)
Anselm R. Garbe
2006-08-31 18:02:38 +02:00
05fbbbd8dcimplemented Button2 press on tags for toggletag on the focused client
Anselm R. Garbe
2006-08-31 17:49:04 +02:00
4c368bcd24applied sanders patch to remove unnecessary commit()
Anselm R. Garbe
2006-08-31 08:48:04 +02:00
9927b9e642small fix in config.arg.h
Anselm R. Garbe
2006-08-30 13:00:30 +02:00
1b492dffc8Added tag 1.2 for changeset e3179ce2b90451d2807cd53b589d768412b8666b
Anselm R. Garbe
2006-08-30 12:39:35 +02:00
140be1b4b3prepared 1.2
1.2
Anselm R. Garbe
2006-08-30 12:39:27 +02:00
79259acc12now using Salmi's menu command
Anselm R. Garbe
2006-08-30 11:21:56 +02:00
5a3bea2d69removed a warning reported by Jukka
Anselm R. Garbe
2006-08-30 11:15:58 +02:00
30d928591dsimplified configurerequest
Anselm R. Garbe
2006-08-29 19:24:28 +02:00
70a3e62257now dwm enforces max screen size also in tiled mode on non-floating clients which are maximized
Anselm R. Garbe
2006-08-29 18:05:02 +02:00
6828fba7a0fixed
Anselm R. Garbe
2006-08-29 17:33:27 +02:00
aa1bda8164configurenotify 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)
Anselm R. Garbe
2006-08-29 17:31:55 +02:00
157ea539a2applied patch similiar proposed by dave tweed
Anselm R. Garbe
2006-08-29 17:11:37 +02:00
c3c94c0e0aimproved selection policy
Anselm R. Garbe
2006-08-29 15:28:29 +02:00
9d73909075still something wrong with reorder()
Anselm R. Garbe
2006-08-29 13:40:09 +02:00
016c54196ethis algorithm seems to keep order for any scenario
Anselm R. Garbe
2006-08-29 09:57:57 +02:00
5056bb952dfix client position in list also on tag and toggletag
Anselm R. Garbe
2006-08-29 09:25:14 +02:00
8a6679b3b4added 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
Anselm R. Garbe
2006-08-29 09:23:44 +02:00
7b6d5ff298removed crappy variables
Anselm R. Garbe
2006-08-28 14:32:51 +02:00
846850914dchanged config.arg.h - I really need the 4th tag
Anselm R. Garbe
2006-08-28 12:27:00 +02:00
4e6c513ac2updated html page
Anselm R. Garbe
2006-08-28 10:21:40 +02:00
db9cda6a7dAdded tag 1.1 for changeset 44a55e6e46bf6c231780b09d919977d6f01083de
Anselm R. Garbe
2006-08-28 10:19:55 +02:00
a50b15a9e9added a comment to spawn
1.1
Anselm R. Garbe
2006-08-28 08:17:27 +02:00
0a25fe9188applied sanders focus_ patches
Anselm R. Garbe
2006-08-28 08:06:50 +02:00
2dd5212a79applied sanders somepatches.patch
Anselm R. Garbe
2006-08-28 08:02:29 +02:00
00e95e1f38oh frking dear big font...
Anselm R. Garbe
2006-08-25 18:14:55 +02:00
0a0759132cterm enlightened
Anselm R. Garbe
2006-08-25 18:05:18 +02:00