tag.c
Sat, 18 Aug 2007 14:20:56 +0200 Anselm R. Garbe hmm I doubt the usefulness of storing this information...
Sat, 18 Aug 2007 13:48:05 +0200 Anselm R. Garbe cleaned up settags-handling
Fri, 17 Aug 2007 21:12:55 +0200 Anselm R. Garbe renamed seltag into seltags
Thu, 16 Aug 2007 18:41:22 +0200 Anselm R. Garbe made plural arrays
Thu, 16 Aug 2007 17:55:55 +0200 Anselm R. Garbe made tag/view/toggle{tag,view} work on pointer to tags-array, there was the need to define Key key[] not static to do this. split focusclient into focusnext/prev, fixed config.*.h's
Wed, 15 Aug 2007 19:31:41 +0200 Anselm R. Garbe fixed _DWM_CONFIG persistation, fixed the client disapperance bug during restarts
Wed, 15 Aug 2007 19:27:32 +0200 Anselm R. Garbe fififi
Mon, 13 Aug 2007 20:10:44 +0200 Anselm R. Garbe small bugfix
Mon, 13 Aug 2007 20:06:00 +0200 Anselm R. Garbe tags should be persistent now during X server run
Mon, 13 Aug 2007 19:13:54 +0200 Anselm R. Garbe made Layout a static struct in layout.c, added some convenience getters in layout.c, now lt->arrange accesses are not possible anymore, arrange() is the super-arrange function which sets up all layouts
Sat, 11 Aug 2007 12:11:50 +0200 Anselm R. Garbe separated layout-specific stuff into separate .h and .c files which are included in config.h resp. config.mk - this allows writing layouts for dwm without any need to patch existing code
Fri, 10 Aug 2007 18:16:05 +0200 Anselm R. Garbe removed VRATIO, NMASTER, inc*(), renamed HRATIO into MASTER, see mailinglist for details
Sat, 28 Jul 2007 12:58:56 +0200 Anselm R. Garbe removed shiftview(), if you scroll the views in the tag area, you can also use Button1 instead
Thu, 26 Jul 2007 20:15:02 +0200 Anselm R. Garbe applied Jeroen's {clean,spell}.diff patches, thanks Jeroen!
Tue, 24 Jul 2007 18:29:29 +0200 Anselm R. Garbe applied Jeroen Schot's shiftview patch
Wed, 30 May 2007 12:19:28 +0200 Anselm R. Garbe referred to LICENSE file 4.2
Wed, 30 May 2007 12:10:01 +0200 Anselm R. Garbe Jukka also belongs to Copyright holders after all he has contributed and done for dwm, updated -v as well
Tue, 29 May 2007 11:57:08 +0200 Anselm R. Garbe added nsz to copyright holders as well, because he did a lot recently
Tue, 29 May 2007 11:47:55 +0200 Anselm R. Garbe added anydot to Copyright holders, because he contributed a lot recently
Fri, 13 Apr 2007 11:40:09 +0200 Anselm R. Garbe yet another fix of copyright compactisition
Fri, 13 Apr 2007 11:32:38 +0200 Anselm R. Garbe making Copyright notices more compact
Thu, 22 Feb 2007 22:10:16 +0100 Anselm R. Garbe renamed untiled into floating, keeping tiled instead of tiling (afaik tiled sounds more correct) - English speakers convinced me
Thu, 22 Feb 2007 17:43:41 +0100 Anselm R. Garbe renamed versatile into untiled
Thu, 22 Feb 2007 12:16:58 +0100 Anselm R. Garbe oops
Thu, 22 Feb 2007 12:15:48 +0100 Anselm R. Garbe small bugfix
Thu, 22 Feb 2007 11:42:08 +0100 Anselm R. Garbe replaced Arg union with const char *arg, seems cleaner to me, even if we need atoi() in some places
Thu, 22 Feb 2007 07:59:13 +0100 Anselm R. Garbe several changes, made togglemax extern and separated it from zoom() - moved 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
Tue, 20 Feb 2007 11:26:16 +0100 Anselm R. Garbe rechecked with OpenBSD
Tue, 20 Feb 2007 10:49:53 +0100 Anselm R. Garbe split screen.c into layout.c and tag.c (because the view is an implicit mixture of both)
Mon, 19 Feb 2007 13:00:29 +0100 Anselm R. Garbe introduced tile.c, some refactoring of functions
Fri, 16 Feb 2007 10:20:34 +0100 Anselm R. Garbe removed getnext/getprev, redundant
Wed, 14 Feb 2007 09:09:18 +0100 Anselm R. Garbe made for/if/else constructs more consistent, some code polishing
Fri, 09 Feb 2007 09:54:08 +0100 Anselm R. Garbe adapting John Grahor's patch to dwm-3.5
Tue, 02 Jan 2007 15:44:19 +0100 arg corrections
Tue, 02 Jan 2007 15:37:58 +0100 arg next version will contain updated copyright notice
Mon, 04 Dec 2006 21:00:26 +0100 arg hotfix of a serious crashing bug 2.5.1
Sun, 03 Dec 2006 11:21:25 +0100 arg applied Manuel's regex patch 2.5
Thu, 30 Nov 2006 15:27:43 +0100 arg removed viewall(), replaced with view(-1); added tag(-1) to tag a client with all tags (new key combo MODKEY-Shift-0)
Sun, 26 Nov 2006 14:26:53 +0100 arg applied Jukka's sizeof K&R compliance patch, applied Manuels' last-line printage proposal for stdin reading.
Wed, 22 Nov 2006 16:17:50 +0100 arg fififif
Fri, 06 Oct 2006 13:06:37 +0200 Anselm R. Garbe do* has no Arg arument anymore (never called directly) 1.9
Fri, 06 Oct 2006 11:50:15 +0200 Anselm R. Garbe code polishing, removed unnecessary newlines
Mon, 25 Sep 2006 08:21:51 +0200 arg applied Jukkas patch
Tue, 12 Sep 2006 10:57:28 +0200 Anselm R. Garbe removed a bunch of lines through making function signatures more consistent with my style ( { does not belong to a new line, if function args are single-lined)
Wed, 06 Sep 2006 15:30:28 +0200 Anselm R. Garbe does this preserve z order for anthony?
Wed, 06 Sep 2006 13:56:46 +0200 Anselm R. Garbe maybe this might work
Wed, 06 Sep 2006 09:21:17 +0200 Anselm R. Garbe moved transient_for tag inheritance to settags
Wed, 06 Sep 2006 09:13:31 +0200 Anselm R. Garbe no, reodering floating clients definately breaks the manage() policy which attaches all clients zoomed (otherwise higher-weight clients couldn't be attached zoomed, which sucks)
Tue, 05 Sep 2006 19:26:34 +0200 Anselm R. Garbe no, ordering floating clients at the end seems better
Tue, 05 Sep 2006 09:37:45 +0200 Anselm R. Garbe sanders toggletag patch is much more elegant
Tue, 05 Sep 2006 08:24:00 +0200 Anselm R. Garbe fixing c->weight handling
Thu, 31 Aug 2006 08:48:04 +0200 Anselm R. Garbe applied sanders patch to remove unnecessary commit()
Tue, 29 Aug 2006 17:31:55 +0200 Anselm R. Garbe configurenotify remembers max geom now, and restores this if necessary, however it accepts to touch the max size on configurerequest, this shouldn't break fillscreen apps (tested with mplayer)
Tue, 29 Aug 2006 17:11:37 +0200 Anselm R. Garbe applied patch similiar proposed by dave tweed
Tue, 29 Aug 2006 13:40:09 +0200 Anselm R. Garbe still something wrong with reorder()
Tue, 29 Aug 2006 09:25:14 +0200 Anselm R. Garbe fix client position in list also on tag and toggletag
Wed, 23 Aug 2006 18:50:46 +0200 Anselm R. Garbe updated man page
Wed, 23 Aug 2006 14:38:25 +0200 Anselm R. Garbe implemented right tag drawing in the status bar and titlebars
Wed, 23 Aug 2006 12:08:37 +0200 Anselm R. Garbe implemented class:inst:title matching
Tue, 22 Aug 2006 16:50:21 +0200 Anselm R. Garbe separated several functions into view.c
less more (0) -100 -60 tip