aewl

log

age author description
Sun, 11 Feb 2007 12:01:06 +0100 meillo added my config.h and removed config.arg.h config.default.h
Sun, 11 Feb 2007 11:59:23 +0100 meillo added jukka's viewnext code
Fri, 09 Feb 2007 14:56:19 +0100 Anselm R. Garbe pneubeck pointed out an obvious thing, that a second p = stext + strlen(stext) - 1 is unnecessary
Fri, 09 Feb 2007 11:58:37 +0100 Anselm R. Garbe treating acroread and mplayer floating by default
Fri, 09 Feb 2007 09:54:08 +0100 Anselm R. Garbe adapting John Grahor's patch to dwm-3.5
Thu, 08 Feb 2007 14:09:52 +0100 Anselm R. Garbe fixed copyright notice in Makefile
Thu, 08 Feb 2007 13:39:33 +0100 Anselm R. Garbe fixed order of Bool declarations
Thu, 08 Feb 2007 11:48:01 +0100 Anselm R. Garbe added TOPBAR option for making the bar appear what the user likes
Thu, 08 Feb 2007 11:11:15 +0100 Anselm R. Garbe next version is 3.5
Thu, 08 Feb 2007 11:08:40 +0100 Anselm R. Garbe making the bar appear at bottom
Wed, 07 Feb 2007 12:42:35 +0100 Anselm R. Garbe Added tag 3.4 for changeset 9ede7b2d2450
Wed, 07 Feb 2007 12:37:21 +0100 Anselm R. Garbe removed debug flags3.4
Wed, 07 Feb 2007 12:37:06 +0100 Anselm R. Garbe replaced getproto with a saner function, now old-school artifacts of WM times in the early 90s completely disappeared, no punned pointer warning anymore ;)
Tue, 06 Feb 2007 15:29:19 +0100 Anselm R. Garbe yet another fix
Tue, 06 Feb 2007 15:28:25 +0100 Anselm R. Garbe simplification
Tue, 06 Feb 2007 15:22:13 +0100 Anselm R. Garbe implemented aspect ratio support of windows
Mon, 05 Feb 2007 11:19:46 +0100 Anselm R. Garbe made some changes more concistent
Mon, 05 Feb 2007 11:09:53 +0100 Anselm R. Garbe got rid of LD (inspired by JGs patch to wmii)
Mon, 05 Feb 2007 11:05:16 +0100 Anselm R. Garbe applied apm's patch proposal, getting rid of XDrawLines
Thu, 01 Feb 2007 08:23:00 +0100 Anselm R. Garbe Added tag 3.3 for changeset 0f91934037b0
Wed, 31 Jan 2007 20:08:55 +0100 Anselm R. Garbe applied Sander's drop_bh patch3.3
Sun, 28 Jan 2007 20:29:41 +0100 Anselm R. Garbe handling WM_STATE seems to make DnD in gtk/qt apps working, well let's handle this in dwm as well
Fri, 26 Jan 2007 12:41:15 +0100 Anselm R. Garbe regarding to http://plan9.bell-labs.com/sources/contrib/rsc/man.ps the BUGS section should appear after SEE ALSO section.
Fri, 26 Jan 2007 12:31:57 +0100 Anselm R. Garbe renamed CAVEATS into BUGS
Thu, 25 Jan 2007 10:05:02 +0100 Anselm R. Garbe Added tag 3.2.2 for changeset d3876aa79292
Thu, 25 Jan 2007 09:59:48 +0100 Anselm R. Garbe prepared yet another hotfix release3.2.2
Wed, 24 Jan 2007 17:25:37 +0100 Anselm R. Garbe Added tag 3.2.1 for changeset f2cabc83a18f
Wed, 24 Jan 2007 17:25:30 +0100 Anselm R. Garbe hotfix release 3.2.13.2.1
Wed, 24 Jan 2007 17:24:55 +0100 Anselm R. Garbe applied offscreen appearance hotfix
Wed, 24 Jan 2007 12:12:29 +0100 Anselm R. Garbe Added tag 3.2 for changeset 4ce65f61f01b
Tue, 23 Jan 2007 17:12:15 +0100 Anselm R. Garbe renamed activescreen into selscreen3.2
Tue, 23 Jan 2007 13:10:35 +0100 Anselm R. Garbe implemented Sanders remarks
Tue, 23 Jan 2007 12:29:17 +0100 Anselm R. Garbe small changes
Tue, 23 Jan 2007 12:04:22 +0100 Anselm R. Garbe removed a blank line
Tue, 23 Jan 2007 12:00:49 +0100 Anselm R. Garbe this version should also work with cornercases (like unmanage during !issel, etc.)
Tue, 23 Jan 2007 11:49:16 +0100 Anselm R. Garbe I think this is the best solution of multihead support
Mon, 22 Jan 2007 16:02:37 +0100 Anselm R. Garbe darker border
Mon, 22 Jan 2007 10:35:58 +0100 Anselm R. Garbe this variant is known to work, but focus() is ugly - we need in general a better way to handle multihead, this issel-stuff looks awkward (maybe it might be a good idea to set sel to NULL but to introduce a Client *revert which is set if a screen is unfocused, have to think about it further).
Mon, 22 Jan 2007 10:22:58 +0100 Anselm R. Garbe applied Sanders all5.patch (thanks for your weekend session, Sander!)
Fri, 19 Jan 2007 15:05:07 +0100 Anselm R. Garbe leavenotify also don't needs the check
Fri, 19 Jan 2007 15:01:51 +0100 Anselm R. Garbe deciding for focus(NULL);
Fri, 19 Jan 2007 14:38:09 +0100 Anselm R. Garbe replaced XSetBorder.../focus()
Fri, 19 Jan 2007 14:36:25 +0100 Anselm R. Garbe yet another multihead fix by Christof Musik
Fri, 19 Jan 2007 08:05:39 +0100 Anselm R. Garbe I prefer BORDERPX=1
Thu, 18 Jan 2007 11:46:39 +0100 Anselm R. Garbe personally I prefer 2px borders
Thu, 18 Jan 2007 11:11:40 +0100 Anselm R. Garbe applied a modified version of Christof Musik's multihead patch (though this is not sure if it works in all cases, have to wait for an ACK by Christof)
Wed, 17 Jan 2007 12:36:29 +0100 Anselm R. Garbe moved BORDERPX to config.*.h
Tue, 16 Jan 2007 11:41:56 +0100 Anselm R. Garbe Added tag 3.1 for changeset e1c8bef05e6e
Tue, 16 Jan 2007 11:35:56 +0100 Anselm R. Garbe removed erealloc (not used)3.1
Tue, 16 Jan 2007 11:33:42 +0100 Anselm R. Garbe removed unnecessary bx, by, bw variables
Tue, 16 Jan 2007 11:28:17 +0100 Anselm R. Garbe s/444/555/g - enlightened selected background
Tue, 16 Jan 2007 11:26:15 +0100 Anselm R. Garbe removed firefox rule from default.h
Tue, 16 Jan 2007 11:25:10 +0100 Anselm R. Garbe applied new default colors
Tue, 16 Jan 2007 11:12:34 +0100 Anselm R. Garbe applied sanders patch of my config
Mon, 15 Jan 2007 19:01:57 +0100 Anselm R. Garbe Jukka, thanks for being faster than me!
Mon, 15 Jan 2007 12:07:18 +0100 Anselm R. Garbe changed restack, to fix undrawed tag indicators
Mon, 15 Jan 2007 12:04:25 +0100 Anselm R. Garbe removed drawclient and drawall (they performed useless operations/consumed useless cpu cycles)
Sun, 14 Jan 2007 22:37:34 +0100 Anselm R. Garbe implemented new color scheme accordingly to Sanders proposal
Sun, 14 Jan 2007 22:32:26 +0100 Anselm R. Garbe removed mode label stuff
Sun, 14 Jan 2007 22:27:29 +0100 Anselm R. Garbe removed client title bar