log dwm.h @ 226:adbfcac63cdc

age author description
2006-08-04 arg switched to regexp matching for Rules
2006-08-04 arg using execl now, argv changed, using cmd and const char defs directly in the KEYS struct
2006-08-03 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
2006-08-03 arg changed Client->tags and Rule->tags to be Bool (I'll also try to remove the TLast enum)
2006-08-02 arg 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
2006-08-02 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
2006-08-01 arg renamed WM_PROTOCOL_DELWIN into PROTODELWIN
2006-08-01 arg cleaned config.*h to prevent some confusion
2006-08-01 arg uppercasing all define'd values (uppercase-prefixed should only be enum field qualifiers)
2006-08-01 arg centralized/externalized configuration to config.h
2006-08-01 arg applied Jukkas prev/next patch with XK_{h,l}
2006-08-01 arg applied Sanders patches
2006-08-01 arg committed a patch which fixes the hints of Jukka
2006-07-21 arg sanitization of several clunky stuff, removed heretag (rarely of use), simplified pop(), changed shortcuts to always contain MODKEY
2006-07-20 arg applied sanders no_sizehints for tiled mode patch (thx!)