9fbb2eb
I really only need 3 tags by
2006-08-07 14:12:28 +0200
dbcf87c
added a trailing '.' to shortcut descriptions in dwm(1) by
2006-08-07 14:10:22 +0200
4250c26
changed signature of drawtext by
2006-08-07 13:54:59 +0200
e48de30
applied grabbing-- and shell_minimal by
2006-08-07 13:40:31 +0200
1f0060c
updated screenshot section by
2006-08-07 12:26:28 +0200
c732cc9
changed font size, I'm not blind... by
2006-08-07 12:21:17 +0200
4e2c5b5
small fix of a comment by
2006-08-07 12:12:56 +0200
d9386a0
typo fix by
2006-08-07 11:58:46 +0200
66e16c9
applied Sanders man page/Makefile patch by
2006-08-07 11:57:05 +0200
6a8e176
settle with grey by
2006-08-07 11:10:19 +0200
632c7f3
next version is 0.8 by
2006-08-07 10:32:36 +0200
045f184
made my colors tasting better with the background by
2006-08-07 10:28:21 +0200
45d16d0
status box should have a border in my eyes by
2006-08-07 09:47:13 +0200
525c5ff
next attempt for w on black switch by
2006-08-07 09:41:43 +0200
5952157
Added tag 0.7 for changeset 3fb41412e2
by
2006-08-07 08:55:39 +0200
f777d21
prepared dwm.html by
2006-08-07 08:51:43 +0200
82064af
added stripping to dwm target in Makefile by
2006-08-07 08:46:11 +0200
d54444c
changed getproto, maybe that might fix the killclient issue reported on the list by
2006-08-07 08:19:58 +0200
525ef3c
applied endless loop prevention on zoom() by
2006-08-07 08:05:04 +0200
5ef6ef1
updated man page by
2006-08-07 07:36:36 +0200
f4208e7
small fix of the last commit by
2006-08-05 14:57:26 +0200
ecc95c9
using -Os again, zoom is ignored in floating mode or on floating clients by
2006-08-05 14:56:32 +0200
a207949
mouse grab needs also to grab for combinations of numlock/lockmask by
2006-08-05 14:02:25 +0200
86d1224
slight fix by
2006-08-05 13:10:09 +0200
b098c94
small performance tweak ;) by
2006-08-04 18:34:40 +0200
6a39a49
fixed xterm font change (all other related apps should work fine with this fix as well) by
2006-08-04 18:25:40 +0200
3d73084
fixed view-change bug reported on the list by
2006-08-04 18:17:02 +0200
12b1d43
no need for -g anymore, regexp matching works now by
2006-08-04 17:04:50 +0200
1076161
fixed dmenu link (thx to deifl) by
2006-08-04 15:47:50 +0200
e21d93b
switched to regexp matching for Rules by
2006-08-04 14:40:32 +0200
f504aea
fixed a bug in dmenu call by
2006-08-04 13:42:40 +0200
9955ddc
using execl now, argv changed, using cmd and const char defs directly in the KEYS struct by
2006-08-04 12:00:55 +0200
0dfe729
added dmenu to dwm.html by
2006-08-04 10:36:22 +0200
8f698bd
small stylistic fix by
2006-08-04 10:27:16 +0200
99b126d
removed CONFIG by
2006-08-03 17:08:43 +0200
a2d56f6
make config.h not a time dependence by
2006-08-03 15:36:13 +0200
db876f9
removed rm config.h from clean by
2006-08-03 15:29:28 +0200
05a618b
added gmake compliance by
2006-08-03 15:21:08 +0200
72608f0
s/tag2/two/g by
2006-08-03 15:09:52 +0200
bba044d
applied Jukka's diff by
2006-08-03 15:05:34 +0200
4d55eee
applied Sanders Makefile patch by
2006-08-03 13:50:37 +0200
d41b232
stylistic chnage by
2006-08-03 12:21:00 +0200
b355755
removed TLast tag enum, now tags is simple defined as char *[] array, the rest is calculated correctly, rules take an int array for the tags by
2006-08-03 12:12:26 +0200
666b456
hotfix of settags by
2006-08-03 11:38:26 +0200
7315bb0
using SRC instead of *.c by
2006-08-03 11:27:29 +0200
f80688f
changed the files included in make dist by
2006-08-03 10:59:20 +0200
dc5c070
applied Sanders doc changes, added a PHONY line and changed the output of config.h creation somewhat by
2006-08-03 10:58:29 +0200
8cc7f3b
changed Client->tags and Rule->tags to be Bool (I'll also try to remove the TLast enum) by
2006-08-03 10:55:07 +0200
5d3fd37
implemented the idea presented by Sander for dwm target by
2006-08-02 17:49:21 +0200
1bf0c4a
changing MASTERW value from 52 to 60 (in both, default and arg), I feel this is better now by
2006-08-02 17:19:22 +0200
863656d
fixed a type in README, and patched config.mk by
2006-08-02 17:12:00 +0200
f1a34ae
updated dwm.html by
2006-08-02 16:54:58 +0200
3000cad
Added tag 0.6 for changeset c11f86db45
by
2006-08-02 16:52:21 +0200
0f8249f
removed config.h (stupid hg) by
2006-08-02 16:52:02 +0200
b515765
removed the CONFIG variable from config.mk, renamed config.h into config.default.h, after first clone/extract one needs to copy config.default.h to config.h, that is easier than always heavy typing make CONFIG=blafasel by
2006-08-02 16:46:59 +0200
85e6d59
added Acroread.* and MPlayer.* to config.arg.h rules by
2006-08-02 16:38:21 +0200
95e8d12
made fullscreen apps working fine in floating mode (there is no sane way to make them work in tiled mode, thus I switch to floating mode if I run such kind of app), also fixed the xterm issue reported by Sander by
2006-08-02 16:32:05 +0200
a55f0e1
new stuff by
2006-08-02 13:05:04 +0200
0cf3ba0
dwm is now exit, if stdin is closed due broken pipe by
2006-08-02 12:33:24 +0200
1d85225
implemented focus on enterwindow on titlebars by
2006-08-02 11:28:27 +0200
3af6434
applied Sanders patches (numlock2) by
2006-08-02 11:13:32 +0200
5787141
reverting to old resize policy by
2006-08-02 10:48:58 +0200
5202185
new resize stuff (using XConfigureWindow instead of XSendEvent) by
2006-08-02 10:43:21 +0200
080a38d
renamed WM_PROTOCOL_DELWIN into PROTODELWIN by
2006-08-01 16:44:23 +0200
ab7a11c
renamed ARRANGE into DEFMODE by
2006-08-01 16:39:20 +0200
d8675f6
small fixes to dwm.html by
2006-08-01 16:35:54 +0200
eff4478
simplified README by
2006-08-01 16:29:25 +0200
8168335
removed 1 missing LOC by
2006-08-01 16:20:29 +0200
b38905b
removed 5LOC by
2006-08-01 16:20:03 +0200
d9a6a3b
removed artefacts of single-linked list (thanx to Jukka, I must have been mad) by
2006-08-01 16:14:17 +0200
7c2e3bb
cleaned config.*h to prevent some confusion by
2006-08-01 15:29:37 +0200
b01a51a
saved 2LOC by
2006-08-01 15:16:29 +0200
77f8c07
uppercasing all define'd values (uppercase-prefixed should only be enum field qualifiers) by
2006-08-01 14:46:01 +0200
33b4821
fixed config.h files by
2006-08-01 14:03:29 +0200
a73a882
centralized/externalized configuration to config.h by
2006-08-01 13:59:13 +0200
57416be
applied Cedric's NumLock patch by
2006-08-01 12:41:38 +0200
1b63f83
applied Jukkas prev/next patch with XK_{h,l} by
2006-08-01 12:39:14 +0200
7b5638f
applied Sanders patches by
2006-08-01 12:32:33 +0200
937cabf
committed a patch which fixes the hints of Jukka by
2006-08-01 11:49:19 +0200
deba506
updated html by
2006-07-21 21:15:39 +0200
956113b
Added tag 0.5 for changeset 22213b9a21
by
2006-07-21 21:15:11 +0200
db98a7d
prepared 0.5 by
2006-07-21 21:15:08 +0200
0464e42
some cleanups/fixes inspired by Jukka Salmi's feedback by
2006-07-21 18:34:10 +0200
4970ef9
simplified main.c, switching back to single urxvt usage by
2006-07-21 14:11:38 +0200
f85b163
s/sleep 5/sleep 2/ by
2006-07-21 11:54:14 +0200
2b66f7a
changed the status info README hint (more simple now, no extra script necessary) by
2006-07-21 11:48:28 +0200
67b3083
s/0.5/0.6/ - my steps are wider than the reality by
2006-07-21 10:18:12 +0200
0c7bcc2
applied sanders maxfix patch by
2006-07-21 10:07:41 +0200
98c6a92
added a note how to achieve status info in the bar by
2006-07-21 09:59:11 +0200
ba59bc8
preparing 0.6 which will be available in the evening after sanders patch approx. by
2006-07-21 09:39:44 +0200
cd8d8e1
sanitization of several clunky stuff, removed heretag (rarely of use), simplified pop(), changed shortcuts to always contain MODKEY by
2006-07-21 07:37:52 +0200
04eb016
applied sanders no_sizehints for tiled mode patch (thx!) by
2006-07-20 19:09:11 +0200
0a43420
serious mistake in pop() (forgot to set c->prev to NULL on pop) by
2006-07-20 18:23:43 +0200
72707c2
using double-linked list in order to get correct prev focus handling by
2006-07-20 16:54:20 +0200
06dc514
added yet another CUTOMIZE tag by
2006-07-20 15:40:41 +0200
2b5553b
cleaned the CUSTOMIZE flags by
2006-07-20 15:17:52 +0200
4688ad1
made status bar drawing more robust, implemented togglemax and togglemode, works quite well by
2006-07-20 15:07:35 +0200
dc5d967
cleaned up code by
2006-07-20 12:18:06 +0200
fe3756c
Added tag 0.4 for changeset eb3165734f
by
2006-07-20 10:48:22 +0200
01b151f
prepared 0.4 by
2006-07-20 10:48:19 +0200