950a1ab
windows which have set transient_for hint inherit the transient_for window tags now by
2006-08-21 17:35:37 +0200
1b9fe55
after switching to OpenBSD again, I switched back to a saner color scheme by
2006-08-21 17:41:09 +0200
2272df9
applied Sanders focus_* patches, removed the unnecessary clean-prefix from the new function names by
2006-08-21 09:03:14 +0200
08d85d6
small renamings of two static functions by
2006-08-21 07:33:18 +0200
b439892
small changes to dwm.1, rearranged order within main event loop by
2006-08-21 07:31:15 +0200
2eebebf
applied Sanders patch by
2006-08-18 13:40:34 +0200
8c1fffe
made a new client position strategy similiar to that one proposed by Sander, but which takes top bar into account by
2006-08-18 08:39:33 +0200
5e9acbc
fixed a bug reported by sander by
2006-08-17 10:06:36 +0200
a420cea
applied the shorter xprop command by
2006-08-17 09:44:17 +0200
0e1c649
centering apps only if transient_for is not(!) set by
2006-08-17 09:37:43 +0200
67c2124
fixed issue Sander reported by
2006-08-17 09:35:44 +0200
a635743
corrected order of cleanup code by
2006-08-16 19:25:29 +0200
b5c2412
condition was insufficient by
2006-08-16 17:58:18 +0200
ad2e77d
fixed issue reported by sander by
2006-08-16 17:56:04 +0200
a20b10d
added general centralization rule for new clients (works around various borken apps) by
2006-08-16 15:57:36 +0200
4cc0551
removed leading ; by
2006-08-16 15:31:24 +0200
56130c3
added sample command to config.default.h to highlight how to query class:instance info with a one-liner of shell commands by
2006-08-16 15:00:14 +0200
14f7380
applied another config.mk patch made by sander by
2006-08-16 12:36:32 +0200
727449d
we close stdin as well by
2006-08-16 09:31:41 +0200
80bf2aa
simplified sort | uniq into sort -u (on my boxes all sort support -u) by
2006-08-16 09:05:58 +0200
b9cd0c4
fixing small bug in config.mk by
2006-08-15 16:54:54 +0200
f77a871
adding forgetten whitespace by
2006-08-15 10:45:14 +0200
65dfe8f
added gmane archive to dwm.html by
2006-08-15 10:44:15 +0200
e3bb595
Added tag 0.9 for changeset fae61afa86
by
2006-08-15 10:25:30 +0200
a1682b8
prepared dwm-0.9 by
2006-08-15 10:11:29 +0200
24d91e3
extended cleanup by
2006-08-15 09:37:12 +0200
ce04a66
applied Sanders changes to config.arg.h by
2006-08-15 08:38:19 +0200
df74b26
applied jk_to_tab patch by
2006-08-15 08:25:11 +0200
b6ad663
changed main event loop by
2006-08-15 07:31:42 +0200
ee31e38
removed NUMLOCKMASK, added dynamically calculated numlockmask instead by
2006-08-14 19:18:02 +0200
4423346
added Sander to LICENSE (since he has contributed/revised big portions) by
2006-08-14 18:47:13 +0200
dfa5ea6
applied viewsel.patch by
2006-08-14 18:46:07 +0200
3e06ede
applied sanders man page patch, removed button2 from bar click by
2006-08-14 18:14:08 +0200
78b050c
applied sanders tag()/toggletag() fixes by
2006-08-14 17:50:48 +0200
4ad20ff
fixed by
2006-08-14 17:48:54 +0200
57e6e3b
added missing arrange by
2006-08-14 17:14:22 +0200
19da197
changed replacetag into toggletag by
2006-08-14 16:59:18 +0200
666fae9
added some flicker prevention by
2006-08-14 16:37:55 +0200
823fb11
remove unnecessary XSync by
2006-08-14 16:26:06 +0200
db1d62e
changed order of selecting input at root window by
2006-08-14 16:21:16 +0200
d26ffc7
removed finished message by
2006-08-14 16:11:54 +0200
0f3acce
added mappingnotify event for kb refreshes by
2006-08-14 16:08:52 +0200
9eef9f7
removed unneecessary crap by
2006-08-14 15:43:04 +0200
aff4c78
applied the saner patch (removed the pathetic one) by
2006-08-14 15:33:23 +0200
fe3dfbb
pplied Sanders appendtag patch by
2006-08-14 15:31:58 +0200
2ffdc19
some other small fixes by
2006-08-14 15:11:02 +0200
0fe52c6
removed ungrabkeys again (because of sander's mail) by
2006-08-14 11:38:43 +0200
28a5219
fixed string cutting by
2006-08-14 10:58:03 +0200
2c0d1cc
fixed a core dump by
2006-08-14 10:49:22 +0200
375a251
implemented ungrabkeys() which is called in cleanup() by
2006-08-14 10:24:38 +0200
d4b7a9a
implemented restack behavior (floats are on top in tiled mode) by
2006-08-14 10:18:24 +0200
4d67199
fixed string cutting in draw.c by
2006-08-14 08:52:15 +0200
95766d6
applied Sanders LD and resize patches by
2006-08-14 08:43:19 +0200
4cb78a1
removed viewnext/viewprev by
2006-08-14 08:38:26 +0200
2c66b42
supplying NULL args in select by
2006-08-14 07:40:20 +0200
e571de8
reducing ConnectionNumber calls to a bare minimum by
2006-08-14 07:23:46 +0200
4bb89e2
updated man page, added CAVEATS section by
2006-08-13 18:04:42 +0200
349cada
made shortcuts like proposed by Sander, renamed viewextend to toggleview (more clear) by
2006-08-13 17:58:06 +0200
292ccc4
implemented viewextend and added M-S-C-n shortcuts for extending the current view... updated man page (works great!) nice feature by
2006-08-11 19:26:12 +0200
d7413ff
implement multi-tag selection through button3 click on the specific tag by
2006-08-11 18:37:41 +0200
50729a2
after some days of experimenting with grey background, I finally give up and switch to white on black ;) by
2006-08-11 18:11:39 +0200
a3e3f0b
applied Sanders fixes to dwm.1 by
2006-08-11 17:12:48 +0200
45aea23
fixed dwm.1, added Mod1-Shift-c (was missing for an odd reason) by
2006-08-11 12:32:34 +0200
975b459
simplified drawtext by
2006-08-11 11:52:55 +0200
2b35fae
updated dwm(1) by
2006-08-11 10:54:29 +0200
84818bd
upgraded version info by
2006-08-11 10:28:51 +0200
895902b
applied Sander's patch as well by
2006-08-11 10:05:53 +0200
7d4184d
realized that client focussing through the bar is pretty useless, better is sloppy view focussing for B1/B3 as well instead by
2006-08-11 10:00:47 +0200
8278f0a
implemented focusprev on button1 press in the bar, and focusnext on button3 press in the bar by
2006-08-11 09:16:40 +0200
d396963
simplified unmanage by
2006-08-11 08:47:55 +0200
735ca9c
removed the if(clients) check from popping code by
2006-08-11 08:34:42 +0200
4ee661d
added dwm favicon by
2006-08-10 18:44:19 +0200
9fce821
applied Sanders zoom_update patch by
2006-08-10 17:48:50 +0200
6521c2d
respecting inc hints in floating mode on togglemax by
2006-08-10 17:33:11 +0200
9ee9ce7
reverting last patch, that sucks, I don't care about retarded apps like gvim by
2006-08-10 16:37:13 +0200
9d39da6
togglemax repects inc-hints (this way gvim can be toggle'maxed as well) by
2006-08-10 16:35:36 +0200
0228dcd
applied grammar correction by ILF by
2006-08-10 15:35:02 +0200
3d35ea9
Added tag 0.8 for changeset cd15de32e1
by
2006-08-10 15:19:31 +0200
0680c76
prepared 0.8 by
2006-08-10 15:19:25 +0200
c3e5f5c
updated html by
2006-08-10 13:30:39 +0200
1c620d2
fixed the issue reported by sander (gaps at left columns button due to round-offs) by
2006-08-10 12:33:44 +0200
fde45eb
applied sumik's multihead patch by
2006-08-10 11:26:32 +0200
4bd0d33
applied sander's patch by
2006-08-10 11:19:25 +0200
0025572
readded border color, this sucks least by
2006-08-10 11:12:15 +0200
4b0328f
drawing border with fg color by
2006-08-10 11:07:27 +0200
30561a0
removed unnecessary border color by
2006-08-10 10:27:08 +0200
a4c4998
swapping my default colors (bg with fg) by
2006-08-10 10:22:15 +0200
8e053b6
made terminals darker, that is better indeed by
2006-08-10 10:20:26 +0200
b79b5fa
disallow zoom on maximized clients by
2006-08-10 10:16:12 +0200
c53f0fc
added zoom on Mod1-Button1 on managed clients only (there is no moving possible) by
2006-08-09 18:37:33 +0200
c225e1a
removed NET_ACTIVE_WINDOW handling by
2006-08-08 18:12:18 +0200
92e55c7
implemented NET_ACTIVE_WINDOW support by
2006-08-08 17:08:45 +0200
c86f131
fixed typo by
2006-08-08 12:58:05 +0200
e943234
it always takes a while until one sticks to a colorscheme, but this one feels well by
2006-08-08 12:50:11 +0200
9fc24e3
default colors are best by
2006-08-08 12:47:45 +0200
cac467d
without borders it looks cleaner by
2006-08-08 11:47:29 +0200
04f17d2
red is easier to my eyes with ffffaa bg by
2006-08-08 11:18:05 +0200
dff15a0
using a better colorscheme (ffffaa is the best background for black) by
2006-08-08 11:06:56 +0200
42277b1
applied Sanders tiny patches by
2006-08-08 09:30:45 +0200
095f9e1
removed some " by
2006-08-07 17:38:14 +0200