aboutsummaryrefslogtreecommitdiff
path: root/tag.c
AgeCommit message (Collapse)AuthorLines
2007-08-19added screen.c, removed layout.c and tag.cAnselm R. Garbe-174/+0
2007-08-18hmm I doubt the usefulness of storing this information...Anselm R. Garbe-5/+5
2007-08-18cleaned up settags-handlingAnselm R. Garbe-70/+34
2007-08-17renamed seltag into seltagsAnselm R. Garbe-7/+7
2007-08-16made plural arraysAnselm R. Garbe-6/+6
2007-08-16made tag/view/toggle{tag,view} work on pointer to tags-array, there was the ↵Anselm R. Garbe-8/+18
need to define Key key[] not static to do this. split focusclient into focusnext/prev, fixed config.*.h's
2007-08-15fixed _DWM_CONFIG persistation, fixed the client disapperance bug during ↵Anselm R. Garbe-5/+5
restarts
2007-08-15fififiAnselm R. Garbe-9/+22
2007-08-13small bugfixAnselm R. Garbe-9/+19
2007-08-13tags should be persistent now during X server runAnselm R. Garbe-2/+27
2007-08-13made Layout a static struct in layout.c, added some convenience getters in ↵Anselm R. Garbe-4/+4
layout.c, now lt->arrange accesses are not possible anymore, arrange() is the super-arrange function which sets up all layouts
2007-08-11separated layout-specific stuff into separate .h and .c files which are ↵Anselm R. Garbe-4/+4
included in config.h resp. config.mk - this allows writing layouts for dwm without any need to patch existing code
2007-08-10removed VRATIO, NMASTER, inc*(), renamed HRATIO into MASTER, see mailinglist ↵Anselm R. Garbe-4/+4
for details
2007-07-28removed shiftview(), if you scroll the views in the tag area, you can also ↵Anselm R. Garbe-18/+0
use Button1 instead removed focusclient([-]1) bound to scroll wheel - if you slightly move the mouse you will focus the first client anways which is in the way
2007-07-26applied Jeroen's {clean,spell}.diff patches, thanks Jeroen!Anselm R. Garbe-1/+1
2007-07-24applied Jeroen Schot's shiftview patchAnselm R. Garbe-0/+18
2007-05-30referred to LICENSE fileAnselm R. Garbe-6/+1
2007-05-30Jukka also belongs to Copyright holders after all he has contributed and ↵Anselm R. Garbe-0/+1
done for dwm, updated -v as well
2007-05-29added nsz to copyright holders as well, because he did a lot recentlyAnselm R. Garbe-0/+1
2007-05-29added anydot to Copyright holders, because he contributed a lot recentlyAnselm R. Garbe-0/+1
2007-04-13yet another fix of copyright compactisitionAnselm R. Garbe-1/+2
2007-04-13making Copyright notices more compactAnselm R. Garbe-3/+2
2007-02-22renamed untiled into floating, keeping tiled instead of tiling (afaik tiled ↵Anselm R. Garbe-2/+2
sounds more correct) - English speakers convinced me
2007-02-22renamed versatile into untiledAnselm R. Garbe-2/+2
2007-02-22oopsAnselm R. Garbe-2/+2
2007-02-22small bugfixAnselm R. Garbe-3/+3
2007-02-22replaced Arg union with const char *arg, seems cleaner to me, even if we ↵Anselm R. Garbe-23/+27
need atoi() in some places
2007-02-22several changes, made togglemax extern and separated it from zoom() - moved ↵Anselm R. Garbe-14/+14
zoom() and togglemax() into layout.c, changed void (*func)(Arg *) into void (*func)(Arg), changed default keybindings of focusnext/focusprev and incmasterw to h/j/k/l accordingly, made keys in config*h appear alphabetically (special keys first), renamed resizemaster into incmasterw, renamed MASTER into MASTERWIDTH
2007-02-20rechecked with OpenBSDAnselm R. Garbe-0/+1
2007-02-20split screen.c into layout.c and tag.c (because the view is an implicit ↵Anselm R. Garbe-0/+149
mixture of both)
2007-02-19merged tag.c, view.c and tile.c to manage.cAnselm R. Garbe-121/+0
2007-02-19introduced tile.c, some refactoring of functionsAnselm R. Garbe-1/+1
2007-02-16removed getnext/getprev, redundantAnselm R. Garbe-12/+0
2007-02-14made for/if/else constructs more consistent, some code polishingAnselm R. Garbe-2/+1
2007-02-09adapting John Grahor's patch to dwm-3.5Anselm R. Garbe-2/+3
2007-01-02correctionsarg@mig29-1/+1
2007-01-02next version will contain updated copyright noticearg@mig29-1/+1
2006-12-04hotfix of a serious crashing bugarg@mig29-1/+2
2006-12-03applied Manuel's regex patcharg@mig29-3/+3
2006-11-30removed viewall(), replaced with view(-1); added tag(-1) to tag a client ↵arg@mig29-1/+1
with all tags (new key combo MODKEY-Shift-0)
2006-11-26applied Jukka's sizeof K&R compliance patch, applied Manuels' last-line ↵arg@mig29-2/+2
printage proposal for stdin reading.
2006-11-22fifififarg@mig29-3/+0
2006-10-06do* has no Arg arument anymore (never called directly)Anselm R. Garbe-2/+2
2006-10-06code polishing, removed unnecessary newlinesAnselm R. Garbe-5/+1
2006-09-25applied Jukkas patcharg@mmvi-1/+1
2006-09-12removed 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-06does this preserve z order for anthony?Anselm R. Garbe-6/+3
2006-09-06maybe this might workAnselm R. Garbe-3/+6
2006-09-06moved transient_for tag inheritance to settagsAnselm R. Garbe-3/+7
2006-09-06no, 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)