summaryrefslogtreecommitdiffstats
path: root/tag.c
Commit message (Collapse)AuthorAgeFilesLines
* added screen.c, removed layout.c and tag.cGravatar Anselm R. Garbe 2007-08-191-174/+0
|
* hmm I doubt the usefulness of storing this information...Gravatar Anselm R. Garbe 2007-08-181-5/+5
|
* cleaned up settags-handlingGravatar Anselm R. Garbe 2007-08-181-70/+34
|
* renamed seltag into seltagsGravatar Anselm R. Garbe 2007-08-171-7/+7
|
* made plural arraysGravatar Anselm R. Garbe 2007-08-161-6/+6
|
* made tag/view/toggle{tag,view} work on pointer to tags-array, there was the ↵Gravatar Anselm R. Garbe 2007-08-161-8/+18
| | | | need to define Key key[] not static to do this. split focusclient into focusnext/prev, fixed config.*.h's
* fixed _DWM_CONFIG persistation, fixed the client disapperance bug during ↵Gravatar Anselm R. Garbe 2007-08-151-5/+5
| | | | restarts
* fififiGravatar Anselm R. Garbe 2007-08-151-9/+22
|
* small bugfixGravatar Anselm R. Garbe 2007-08-131-9/+19
|
* tags should be persistent now during X server runGravatar Anselm R. Garbe 2007-08-131-2/+27
|
* made Layout a static struct in layout.c, added some convenience getters in ↵Gravatar Anselm R. Garbe 2007-08-131-4/+4
| | | | layout.c, now lt->arrange accesses are not possible anymore, arrange() is the super-arrange function which sets up all layouts
* separated layout-specific stuff into separate .h and .c files which are ↵Gravatar Anselm R. Garbe 2007-08-111-4/+4
| | | | included in config.h resp. config.mk - this allows writing layouts for dwm without any need to patch existing code
* removed VRATIO, NMASTER, inc*(), renamed HRATIO into MASTER, see mailinglist ↵Gravatar Anselm R. Garbe 2007-08-101-4/+4
| | | | for details
* removed shiftview(), if you scroll the views in the tag area, you can also ↵Gravatar Anselm R. Garbe 2007-07-281-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
* applied Jeroen's {clean,spell}.diff patches, thanks Jeroen!Gravatar Anselm R. Garbe 2007-07-261-1/+1
|
* applied Jeroen Schot's shiftview patchGravatar Anselm R. Garbe 2007-07-241-0/+18
|
* referred to LICENSE fileGravatar Anselm R. Garbe 2007-05-301-6/+1
|
* Jukka also belongs to Copyright holders after all he has contributed and ↵Gravatar Anselm R. Garbe 2007-05-301-0/+1
| | | | done for dwm, updated -v as well
* added nsz to copyright holders as well, because he did a lot recentlyGravatar Anselm R. Garbe 2007-05-291-0/+1
|
* added anydot to Copyright holders, because he contributed a lot recentlyGravatar Anselm R. Garbe 2007-05-291-0/+1
|
* yet another fix of copyright compactisitionGravatar Anselm R. Garbe 2007-04-131-1/+2
|
* making Copyright notices more compactGravatar Anselm R. Garbe 2007-04-131-3/+2
|
* renamed untiled into floating, keeping tiled instead of tiling (afaik tiled ↵Gravatar Anselm R. Garbe 2007-02-221-2/+2
| | | | sounds more correct) - English speakers convinced me
* renamed versatile into untiledGravatar Anselm R. Garbe 2007-02-221-2/+2
|
* oopsGravatar Anselm R. Garbe 2007-02-221-2/+2
|
* small bugfixGravatar Anselm R. Garbe 2007-02-221-3/+3
|
* replaced Arg union with const char *arg, seems cleaner to me, even if we ↵Gravatar Anselm R. Garbe 2007-02-221-23/+27
| | | | need atoi() in some places
* several changes, made togglemax extern and separated it from zoom() - moved ↵Gravatar Anselm R. Garbe 2007-02-221-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
* rechecked with OpenBSDGravatar Anselm R. Garbe 2007-02-201-0/+1
|
* split screen.c into layout.c and tag.c (because the view is an implicit ↵Gravatar Anselm R. Garbe 2007-02-201-0/+149
| | | | mixture of both)
* merged tag.c, view.c and tile.c to manage.cGravatar Anselm R. Garbe 2007-02-191-121/+0
|
* introduced tile.c, some refactoring of functionsGravatar Anselm R. Garbe 2007-02-191-1/+1
|
* removed getnext/getprev, redundantGravatar Anselm R. Garbe 2007-02-161-12/+0
|
* made for/if/else constructs more consistent, some code polishingGravatar Anselm R. Garbe 2007-02-141-2/+1
|
* adapting John Grahor's patch to dwm-3.5Gravatar Anselm R. Garbe 2007-02-091-2/+3
|
* correctionsGravatar arg@mig29 2007-01-021-1/+1
|
* next version will contain updated copyright noticeGravatar arg@mig29 2007-01-021-1/+1
|
* hotfix of a serious crashing bugGravatar arg@mig29 2006-12-041-1/+2
|
* applied Manuel's regex patchGravatar arg@mig29 2006-12-031-3/+3
|
* removed viewall(), replaced with view(-1); added tag(-1) to tag a client ↵Gravatar arg@mig29 2006-11-301-1/+1
| | | | with all tags (new key combo MODKEY-Shift-0)
* applied Jukka's sizeof K&R compliance patch, applied Manuels' last-line ↵Gravatar arg@mig29 2006-11-261-2/+2
| | | | printage proposal for stdin reading.
* fifififGravatar arg@mig29 2006-11-221-3/+0
|
* do* has no Arg arument anymore (never called directly)Gravatar Anselm R. Garbe 2006-10-061-2/+2
|
* code polishing, removed unnecessary newlinesGravatar Anselm R. Garbe 2006-10-061-5/+1
|
* applied Jukkas patchGravatar arg@mmvi 2006-09-251-1/+1
|
* removed a bunch of lines through making function signatures more consistent ↵Gravatar Anselm R. Garbe 2006-09-121-12/+6
| | | | with my style ( { does not belong to a new line, if function args are single-lined)
* does this preserve z order for anthony?Gravatar Anselm R. Garbe 2006-09-061-6/+3
|
* maybe this might workGravatar Anselm R. Garbe 2006-09-061-3/+6
|
* moved transient_for tag inheritance to settagsGravatar Anselm R. Garbe 2006-09-061-3/+7
|
* no, reodering floating clients definately breaks the manage() policy which ↵Gravatar Anselm R. Garbe 2006-09-061-6/+3
| | | | attaches all clients zoomed (otherwise higher-weight clients couldn't be attached zoomed, which sucks)