2006-08-14 |
Anselm R.Garbe |
applied viewsel.patch
|
2006-08-14 |
Anselm R.Garbe |
applied sanders tag()/toggletag() fixes
|
2006-08-14 |
Anselm R.Garbe |
added missing arrange
|
2006-08-14 |
Anselm R.Garbe |
changed replacetag into toggletag
|
2006-08-14 |
Anselm R.Garbe |
applied the saner patch (removed the pathetic one)
|
2006-08-14 |
Anselm R.Garbe |
pplied Sanders appendtag patch
|
2006-08-14 |
Anselm R.Garbe |
fixed a core dump
|
2006-08-14 |
Anselm R.Garbe |
implemented restack behavior (floats are on top in tiled mode)
|
2006-08-14 |
Anselm R.Garbe |
removed viewnext/viewprev
|
2006-08-13 |
Anselm R.Garbe |
made shortcuts like proposed by Sander, renamed viewextend to toggleview (more clear)
|
2006-08-11 |
Anselm R.Garbe |
implemented viewextend and added M-S-C-n shortcuts for extending the current view... updated man page (works great!) nice feature
|
2006-08-11 |
Anselm R.Garbe |
implement multi-tag selection through button3 click on the specific tag
|
2006-08-10 |
Anselm R.Garbe |
fixed the issue reported by sander (gaps at left columns button due to round-offs)
|
2006-08-04 |
arg |
fixed view-change bug reported on the list
|
2006-08-04 |
arg |
switched to regexp matching for Rules
|
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 |
hotfix of settags
|
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 |
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 ARRANGE into DEFMODE
|
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 |
some cleanups/fixes inspired by Jukka Salmi's feedback
|
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 |
using double-linked list in order to get correct prev focus handling
|
2006-07-20 |
arg |
cleaned the CUSTOMIZE flags
|
2006-07-20 |
arg |
made status bar drawing more robust, implemented togglemax and togglemode, works quite well
|
2006-07-20 |
arg |
cleaned up code
|
2006-07-20 |
arg |
removed c->f{x,y,w,h} and c->t{x,y,w,h} in favor for the new rule handling remembering two kinds of geometries is unnecessary, removed the randomized (x,y) setting on dofloat startup, was kind too random und unpredictable
|
2006-07-19 |
arg |
implemented regexp matching for rules
|
2006-07-19 |
arg |
implemented fallback for too many clients in stacked mode
|
2006-07-19 |
arg |
applied Sanders resize patch, fixed lower bug
|
2006-07-18 |
arg |
firefox instance is different now
|
2006-07-18 |
Anselm R. Garbe |
implemened distinguishing float/managed geometries of clients (works quite well)
|
2006-07-18 |
Anselm R. Garbe |
pop on heretag
|
2006-07-18 |
Anselm R. Garbe |
added heretag command which allows to tag a client of a foreign tag with current tag
|
2006-07-17 |
Anselm R. Garbe |
ordered variables in structs and source files alphabetically
|
2006-07-15 |
Anselm R. Garbe |
several additions in mouse handling ;)
|
2006-07-15 |
Anselm R. Garbe |
proceeded with cleaning up, sorting functions, etc
|
2006-07-15 |
Anselm R. Garbe |
rearranged several stuff
|