2007-01-02 |
arg |
corrections
|
2007-01-02 |
arg |
next version will contain updated copyright notice
|
2006-12-04 |
arg |
hotfix of a serious crashing bug
2.5.1
|
2006-12-03 |
arg |
applied Manuel's regex patch
2.5
|
2006-11-30 |
arg |
removed viewall(), replaced with view(-1); added tag(-1) to tag a client with all tags (new key combo MODKEY-Shift-0)
|
2006-11-26 |
arg |
applied Jukka's sizeof K&R compliance patch, applied Manuels' last-line printage proposal for stdin reading.
|
2006-11-22 |
arg |
fififif
|
2006-10-06 |
Anselm R. Garbe |
do* has no Arg arument anymore (never called directly)
1.9
|
2006-10-06 |
Anselm R. Garbe |
code polishing, removed unnecessary newlines
|
2006-09-25 |
arg |
applied Jukkas patch
|
2006-09-12 |
Anselm R. Garbe |
removed a bunch of lines through making function signatures more consistent with my style ( { does not belong to a new line, if function args are single-lined)
|
2006-09-06 |
Anselm R. Garbe |
does this preserve z order for anthony?
|
2006-09-06 |
Anselm R. Garbe |
maybe this might work
|
2006-09-06 |
Anselm R. Garbe |
moved transient_for tag inheritance to settags
|
2006-09-06 |
Anselm R. Garbe |
no, reodering floating clients definately breaks the manage() policy which attaches all clients zoomed (otherwise higher-weight clients couldn't be attached zoomed, which sucks)
|
2006-09-05 |
Anselm R. Garbe |
no, ordering floating clients at the end seems better
|
2006-09-05 |
Anselm R. Garbe |
sanders toggletag patch is much more elegant
|
2006-09-05 |
Anselm R. Garbe |
fixing c->weight handling
|
2006-08-31 |
Anselm R. Garbe |
applied sanders patch to remove unnecessary commit()
|
2006-08-29 |
Anselm R. Garbe |
configurenotify remembers max geom now, and restores this if necessary, however it accepts to touch the max size on configurerequest, this shouldn't break fillscreen apps (tested with mplayer)
|
2006-08-29 |
Anselm R. Garbe |
applied patch similiar proposed by dave tweed
|
2006-08-29 |
Anselm R. Garbe |
still something wrong with reorder()
|
2006-08-29 |
Anselm R. Garbe |
fix client position in list also on tag and toggletag
|
2006-08-23 |
Anselm R. Garbe |
updated man page
|
2006-08-23 |
Anselm R. Garbe |
implemented right tag drawing in the status bar and titlebars
|
2006-08-23 |
Anselm R. Garbe |
implemented class:inst:title matching
|
2006-08-22 |
Anselm R. Garbe |
separated several functions into view.c
|
2006-08-16 |
Anselm R.Garbe |
fixed issue reported by sander
|
2006-08-16 |
Anselm R.Garbe |
added general centralization rule for new clients (works around various borken apps)
|
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
|