Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2006-09-12 | removed a bunch of lines through making function signatures more consistent ↵ | Anselm R. Garbe | -12/+6 | |
with my style ( { does not belong to a new line, if function args are single-lined) | ||||
2006-09-06 | does this preserve z order for anthony? | Anselm R. Garbe | -6/+3 | |
2006-09-06 | maybe this might work | Anselm R. Garbe | -3/+6 | |
2006-09-06 | moved transient_for tag inheritance to settags | Anselm R. Garbe | -3/+7 | |
2006-09-06 | no, reodering floating clients definately breaks the manage() policy which ↵ | Anselm R. Garbe | -6/+3 | |
attaches all clients zoomed (otherwise higher-weight clients couldn't be attached zoomed, which sucks) | ||||
2006-09-05 | no, ordering floating clients at the end seems better | Anselm R. Garbe | -3/+6 | |
2006-09-05 | sanders toggletag patch is much more elegant | Anselm R. Garbe | -1/+1 | |
2006-09-05 | fixing c->weight handling | Anselm R. Garbe | -2/+3 | |
2006-08-31 | applied sanders patch to remove unnecessary commit() | Anselm R. Garbe | -13/+2 | |
2006-08-29 | configurenotify remembers max geom now, and restores this if necessary, ↵ | Anselm R. Garbe | -3/+3 | |
however it accepts to touch the max size on configurerequest, this shouldn't break fillscreen apps (tested with mplayer) | ||||
2006-08-29 | applied patch similiar proposed by dave tweed | Anselm R. Garbe | -10/+13 | |
2006-08-29 | still something wrong with reorder() | Anselm R. Garbe | -4/+2 | |
2006-08-29 | fix client position in list also on tag and toggletag | Anselm R. Garbe | -0/+4 | |
2006-08-23 | updated man page | Anselm R. Garbe | -0/+2 | |
2006-08-23 | implemented right tag drawing in the status bar and titlebars | Anselm R. Garbe | -0/+2 | |
2006-08-23 | implemented class:inst:title matching | Anselm R. Garbe | -4/+4 | |
2006-08-22 | separated several functions into view.c | Anselm R. Garbe | -186/+0 | |
2006-08-16 | fixed issue reported by sander | Anselm R.Garbe | -3/+2 | |
2006-08-16 | added general centralization rule for new clients (works around various ↵ | Anselm R.Garbe | -1/+4 | |
borken apps) | ||||
2006-08-14 | applied viewsel.patch | Anselm R.Garbe | -2/+6 | |
2006-08-14 | applied sanders tag()/toggletag() fixes | Anselm R.Garbe | -1/+4 | |
2006-08-14 | added missing arrange | Anselm R.Garbe | -0/+1 | |
2006-08-14 | changed replacetag into toggletag | Anselm R.Garbe | -29/+36 | |
2006-08-14 | applied the saner patch (removed the pathetic one) | Anselm R.Garbe | -7/+3 | |
2006-08-14 | pplied Sanders appendtag patch | Anselm R.Garbe | -2/+6 | |
2006-08-14 | fixed a core dump | Anselm R.Garbe | -2/+4 | |
2006-08-14 | implemented restack behavior (floats are on top in tiled mode) | Anselm R.Garbe | -10/+54 | |
2006-08-14 | removed viewnext/viewprev | Anselm R.Garbe | -20/+0 | |
2006-08-13 | made shortcuts like proposed by Sander, renamed viewextend to toggleview ↵ | Anselm R.Garbe | -1/+1 | |
(more clear) | ||||
2006-08-11 | implemented viewextend and added M-S-C-n shortcuts for extending the current ↵ | Anselm R.Garbe | -6/+19 | |
view... updated man page (works great!) nice feature | ||||
2006-08-11 | implement multi-tag selection through button3 click on the specific tag | Anselm R.Garbe | -9/+31 | |
2006-08-10 | fixed the issue reported by sander (gaps at left columns button due to ↵ | Anselm R.Garbe | -1/+4 | |
round-offs) | ||||
2006-08-04 | fixed view-change bug reported on the list | arg@10ksloc.org | -14/+10 | |
2006-08-04 | switched to regexp matching for Rules | arg@10ksloc.org | -17/+51 | |
2006-08-03 | removed TLast tag enum, now tags is simple defined as char *[] array, the ↵ | arg@10ksloc.org | -9/+10 | |
rest is calculated correctly, rules take an int array for the tags | ||||
2006-08-03 | hotfix of settags | arg@10ksloc.org | -2/+1 | |
2006-08-03 | changed Client->tags and Rule->tags to be Bool (I'll also try to remove the ↵ | arg@10ksloc.org | -5/+5 | |
TLast enum) | ||||
2006-08-02 | made fullscreen apps working fine in floating mode (there is no sane way to ↵ | arg@10ksloc.org | -9/+8 | |
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 | renamed ARRANGE into DEFMODE | arg@10ksloc.org | -1/+1 | |
2006-08-01 | centralized/externalized configuration to config.h | arg@10ksloc.org | -18/+4 | |
2006-08-01 | applied Jukkas prev/next patch with XK_{h,l} | arg@10ksloc.org | -0/+14 | |
2006-08-01 | applied Sanders patches | arg@10ksloc.org | -0/+4 | |
2006-08-01 | committed a patch which fixes the hints of Jukka | arg@10ksloc.org | -4/+4 | |
2006-07-21 | some cleanups/fixes inspired by Jukka Salmi's feedback | arg@10ksloc.org | -6/+1 | |
2006-07-21 | sanitization of several clunky stuff, removed heretag (rarely of use), ↵ | arg@10ksloc.org | -22/+4 | |
simplified pop(), changed shortcuts to always contain MODKEY | ||||
2006-07-20 | using double-linked list in order to get correct prev focus handling | arg@10ksloc.org | -0/+7 | |
2006-07-20 | cleaned the CUSTOMIZE flags | arg@10ksloc.org | -3/+5 | |
2006-07-20 | made status bar drawing more robust, implemented togglemax and togglemode, ↵ | arg@10ksloc.org | -2/+9 | |
works quite well | ||||
2006-07-20 | cleaned up code | arg@10ksloc.org | -4/+5 | |
2006-07-20 | removed c->f{x,y,w,h} and c->t{x,y,w,h} in favor for the new rule handling ↵ | arg@10ksloc.org | -18/+16 | |
remembering two kinds of geometries is unnecessary, removed the randomized (x,y) setting on dofloat startup, was kind too random und unpredictable |