age |
author |
description |
Thu, 10 Aug 2006 12:33:44 +0200 |
Anselm R.Garbe |
fixed the issue reported by sander (gaps at left columns button due to round-offs) |
Fri, 04 Aug 2006 18:17:02 +0200 |
arg |
fixed view-change bug reported on the list |
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 |
Thu, 03 Aug 2006 11:38:26 +0200 |
arg |
hotfix of settags |
Thu, 03 Aug 2006 10:55:07 +0200 |
arg |
changed Client->tags and Rule->tags to be Bool (I'll also try to remove the TLast enum) |
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 |
Tue, 01 Aug 2006 16:39:20 +0200 |
arg |
renamed ARRANGE into DEFMODE |
Tue, 01 Aug 2006 13:59:13 +0200 |
arg |
centralized/externalized configuration to config.h |
Tue, 01 Aug 2006 12:39:14 +0200 |
arg |
applied Jukkas prev/next patch with XK_{h,l} |
Tue, 01 Aug 2006 12:32:33 +0200 |
arg |
applied Sanders patches |
Tue, 01 Aug 2006 11:49:19 +0200 |
arg |
committed a patch which fixes the hints of Jukka |
Fri, 21 Jul 2006 18:34:10 +0200 |
arg |
some cleanups/fixes inspired by Jukka Salmi's feedback |
Fri, 21 Jul 2006 07:37:52 +0200 |
arg |
sanitization of several clunky stuff, removed heretag (rarely of use), simplified pop(), changed shortcuts to always contain MODKEY |