aewl

log main.c

age author description
Thu, 10 Aug 2006 11:12:15 +0200 Anselm R.Garbe readded border color, this sucks least
Thu, 10 Aug 2006 10:27:08 +0200 Anselm R.Garbe removed unnecessary border color
Tue, 08 Aug 2006 18:12:18 +0200 Anselm R.Garbe removed NET_ACTIVE_WINDOW handling
Tue, 08 Aug 2006 17:08:45 +0200 Anselm R.Garbe implemented NET_ACTIVE_WINDOW support
Tue, 08 Aug 2006 09:30:45 +0200 Anselm R.Garbe applied Sanders tiny patches
Mon, 07 Aug 2006 12:12:56 +0200 arg small fix of a comment
Mon, 07 Aug 2006 08:19:58 +0200 arg changed getproto, maybe that might fix the killclient issue reported on the list
Sat, 05 Aug 2006 13:10:09 +0200 arg slight fix
Fri, 04 Aug 2006 14:40:32 +0200 arg switched to regexp matching for Rules
Thu, 03 Aug 2006 12:12:26 +0200 arg 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
Wed, 02 Aug 2006 16:32:05 +0200 arg 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
Wed, 02 Aug 2006 12:33:24 +0200 arg dwm is now exit, if stdin is closed due broken pipe
Tue, 01 Aug 2006 16:44:23 +0200 arg renamed WM_PROTOCOL_DELWIN into PROTODELWIN
Tue, 01 Aug 2006 13:59:13 +0200 arg centralized/externalized configuration to config.h
Fri, 21 Jul 2006 18:34:10 +0200 arg some cleanups/fixes inspired by Jukka Salmi's feedback