aboutsummaryrefslogtreecommitdiffstats
path: root/tag.c
Commit message (Collapse)AuthorAgeFilesLines
* Jukka also belongs to Copyright holders after all he has contributed and ↵Anselm R. Garbe2007-05-301-0/+1
| | | | done for dwm, updated -v as well
* added nsz to copyright holders as well, because he did a lot recentlyAnselm R. Garbe2007-05-291-0/+1
|
* added anydot to Copyright holders, because he contributed a lot recentlyAnselm R. Garbe2007-05-291-0/+1
|
* yet another fix of copyright compactisitionAnselm R. Garbe2007-04-131-1/+2
|
* making Copyright notices more compactAnselm R. Garbe2007-04-131-3/+2
|
* renamed untiled into floating, keeping tiled instead of tiling (afaik tiled ↵Anselm R. Garbe2007-02-221-2/+2
| | | | sounds more correct) - English speakers convinced me
* renamed versatile into untiledAnselm R. Garbe2007-02-221-2/+2
|
* oopsAnselm R. Garbe2007-02-221-2/+2
|
* small bugfixAnselm R. Garbe2007-02-221-3/+3
|
* replaced Arg union with const char *arg, seems cleaner to me, even if we ↵Anselm R. Garbe2007-02-221-23/+27
| | | | need atoi() in some places
* several changes, made togglemax extern and separated it from zoom() - moved ↵Anselm R. Garbe2007-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 OpenBSDAnselm R. Garbe2007-02-201-0/+1
|
* split screen.c into layout.c and tag.c (because the view is an implicit ↵Anselm R. Garbe2007-02-201-0/+149
| | | | mixture of both)
* merged tag.c, view.c and tile.c to manage.cAnselm R. Garbe2007-02-191-121/+0
|
* introduced tile.c, some refactoring of functionsAnselm R. Garbe2007-02-191-1/+1
|
* removed getnext/getprev, redundantAnselm R. Garbe2007-02-161-12/+0
|
* made for/if/else constructs more consistent, some code polishingAnselm R. Garbe2007-02-141-2/+1
|
* adapting John Grahor's patch to dwm-3.5Anselm R. Garbe2007-02-091-2/+3
|
* correctionsarg@mig292007-01-021-1/+1
|
* next version will contain updated copyright noticearg@mig292007-01-021-1/+1
|
* hotfix of a serious crashing bugarg@mig292006-12-041-1/+2
|
* applied Manuel's regex patcharg@mig292006-12-031-3/+3
|
* removed viewall(), replaced with view(-1); added tag(-1) to tag a client ↵arg@mig292006-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 ↵arg@mig292006-11-261-2/+2
| | | | printage proposal for stdin reading.
* fifififarg@mig292006-11-221-3/+0
|
* do* has no Arg arument anymore (never called directly)Anselm R. Garbe2006-10-061-2/+2
|
* code polishing, removed unnecessary newlinesAnselm R. Garbe2006-10-061-5/+1
|
* applied Jukkas patcharg@mmvi2006-09-251-1/+1
|
* removed a bunch of lines through making function signatures more consistent ↵Anselm R. Garbe2006-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?Anselm R. Garbe2006-09-061-6/+3
|
* maybe this might workAnselm R. Garbe2006-09-061-3/+6
|
* moved transient_for tag inheritance to settagsAnselm R. Garbe2006-09-061-3/+7
|
* no, reodering floating clients definately breaks the manage() policy which ↵Anselm R. Garbe2006-09-061-6/+3
| | | | attaches all clients zoomed (otherwise higher-weight clients couldn't be attached zoomed, which sucks)
* no, ordering floating clients at the end seems betterAnselm R. Garbe2006-09-051-3/+6
|
* sanders toggletag patch is much more elegantAnselm R. Garbe2006-09-051-1/+1
|
* fixing c->weight handlingAnselm R. Garbe2006-09-051-2/+3
|
* applied sanders patch to remove unnecessary commit()Anselm R. Garbe2006-08-311-13/+2
|
* configurenotify remembers max geom now, and restores this if necessary, ↵Anselm R. Garbe2006-08-291-3/+3
| | | | however it accepts to touch the max size on configurerequest, this shouldn't break fillscreen apps (tested with mplayer)
* applied patch similiar proposed by dave tweedAnselm R. Garbe2006-08-291-10/+13
|
* still something wrong with reorder()Anselm R. Garbe2006-08-291-4/+2
|
* fix client position in list also on tag and toggletagAnselm R. Garbe2006-08-291-0/+4
|
* updated man pageAnselm R. Garbe2006-08-231-0/+2
|
* implemented right tag drawing in the status bar and titlebarsAnselm R. Garbe2006-08-231-0/+2
|
* implemented class:inst:title matchingAnselm R. Garbe2006-08-231-4/+4
|
* separated several functions into view.cAnselm R. Garbe2006-08-221-186/+0
|
* fixed issue reported by sanderAnselm R.Garbe2006-08-161-3/+2
|
* added general centralization rule for new clients (works around various ↵Anselm R.Garbe2006-08-161-1/+4
| | | | borken apps)
* applied viewsel.patchAnselm R.Garbe2006-08-141-2/+6
|
* applied sanders tag()/toggletag() fixesAnselm R.Garbe2006-08-141-1/+4
|
* added missing arrangeAnselm R.Garbe2006-08-141-0/+1
|