Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | replaced Arg union with const char *arg, seems cleaner to me, even if we ↵ | Anselm R. Garbe | 2007-02-22 |
| | | | | need atoi() in some places | ||
* | several changes, made togglemax extern and separated it from zoom() - moved ↵ | Anselm R. Garbe | 2007-02-22 |
| | | | | 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 OpenBSD | Anselm R. Garbe | 2007-02-20 |
| | |||
* | split screen.c into layout.c and tag.c (because the view is an implicit ↵ | Anselm R. Garbe | 2007-02-20 |
| | | | | mixture of both) | ||
* | merged tag.c, view.c and tile.c to manage.c | Anselm R. Garbe | 2007-02-19 |
| | |||
* | introduced tile.c, some refactoring of functions | Anselm R. Garbe | 2007-02-19 |
| | |||
* | removed getnext/getprev, redundant | Anselm R. Garbe | 2007-02-16 |
| | |||
* | made for/if/else constructs more consistent, some code polishing | Anselm R. Garbe | 2007-02-14 |
| | |||
* | adapting John Grahor's patch to dwm-3.5 | Anselm R. Garbe | 2007-02-09 |
| | |||
* | corrections | arg@mig29 | 2007-01-02 |
| | |||
* | next version will contain updated copyright notice | arg@mig29 | 2007-01-02 |
| | |||
* | hotfix of a serious crashing bug | arg@mig29 | 2006-12-04 |
| | |||
* | applied Manuel's regex patch | arg@mig29 | 2006-12-03 |
| | |||
* | removed viewall(), replaced with view(-1); added tag(-1) to tag a client ↵ | arg@mig29 | 2006-11-30 |
| | | | | with all tags (new key combo MODKEY-Shift-0) | ||
* | applied Jukka's sizeof K&R compliance patch, applied Manuels' last-line ↵ | arg@mig29 | 2006-11-26 |
| | | | | printage proposal for stdin reading. | ||
* | fififif | arg@mig29 | 2006-11-22 |
| | |||
* | do* has no Arg arument anymore (never called directly) | Anselm R. Garbe | 2006-10-06 |
| | |||
* | code polishing, removed unnecessary newlines | Anselm R. Garbe | 2006-10-06 |
| | |||
* | applied Jukkas patch | arg@mmvi | 2006-09-25 |
| | |||
* | removed a bunch of lines through making function signatures more consistent ↵ | Anselm R. Garbe | 2006-09-12 |
| | | | | 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. Garbe | 2006-09-06 |
| | |||
* | maybe this might work | Anselm R. Garbe | 2006-09-06 |
| | |||
* | moved transient_for tag inheritance to settags | Anselm R. Garbe | 2006-09-06 |
| | |||
* | no, reodering floating clients definately breaks the manage() policy which ↵ | Anselm R. Garbe | 2006-09-06 |
| | | | | attaches all clients zoomed (otherwise higher-weight clients couldn't be attached zoomed, which sucks) | ||
* | no, ordering floating clients at the end seems better | Anselm R. Garbe | 2006-09-05 |
| | |||
* | sanders toggletag patch is much more elegant | Anselm R. Garbe | 2006-09-05 |
| | |||
* | fixing c->weight handling | Anselm R. Garbe | 2006-09-05 |
| | |||
* | applied sanders patch to remove unnecessary commit() | Anselm R. Garbe | 2006-08-31 |
| | |||
* | configurenotify remembers max geom now, and restores this if necessary, ↵ | Anselm R. Garbe | 2006-08-29 |
| | | | | 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 tweed | Anselm R. Garbe | 2006-08-29 |
| | |||
* | still something wrong with reorder() | Anselm R. Garbe | 2006-08-29 |
| | |||
* | fix client position in list also on tag and toggletag | Anselm R. Garbe | 2006-08-29 |
| | |||
* | updated man page | Anselm R. Garbe | 2006-08-23 |
| | |||
* | implemented right tag drawing in the status bar and titlebars | Anselm R. Garbe | 2006-08-23 |
| | |||
* | implemented class:inst:title matching | Anselm R. Garbe | 2006-08-23 |
| | |||
* | separated several functions into view.c | Anselm R. Garbe | 2006-08-22 |
| | |||
* | fixed issue reported by sander | Anselm R.Garbe | 2006-08-16 |
| | |||
* | added general centralization rule for new clients (works around various ↵ | Anselm R.Garbe | 2006-08-16 |
| | | | | borken apps) | ||
* | applied viewsel.patch | Anselm R.Garbe | 2006-08-14 |
| | |||
* | applied sanders tag()/toggletag() fixes | Anselm R.Garbe | 2006-08-14 |
| | |||
* | added missing arrange | Anselm R.Garbe | 2006-08-14 |
| | |||
* | changed replacetag into toggletag | Anselm R.Garbe | 2006-08-14 |
| | |||
* | applied the saner patch (removed the pathetic one) | Anselm R.Garbe | 2006-08-14 |
| | |||
* | pplied Sanders appendtag patch | Anselm R.Garbe | 2006-08-14 |
| | |||
* | fixed a core dump | Anselm R.Garbe | 2006-08-14 |
| | |||
* | implemented restack behavior (floats are on top in tiled mode) | Anselm R.Garbe | 2006-08-14 |
| | |||
* | removed viewnext/viewprev | Anselm R.Garbe | 2006-08-14 |
| | |||
* | made shortcuts like proposed by Sander, renamed viewextend to toggleview ↵ | Anselm R.Garbe | 2006-08-13 |
| | | | | (more clear) | ||
* | implemented viewextend and added M-S-C-n shortcuts for extending the current ↵ | Anselm R.Garbe | 2006-08-11 |
| | | | | view... updated man page (works great!) nice feature | ||
* | implement multi-tag selection through button3 click on the specific tag | Anselm R.Garbe | 2006-08-11 |
| |