dwm.h
Wed, 17 Oct 2007 11:19:14 +0200 arg just making dwm.h saner
Tue, 16 Oct 2007 19:04:49 +0200 Anselm R. Garbe cleaned up dwm.c/dwm.h somewhat that it allows easier integration of patches
Thu, 11 Oct 2007 20:47:34 +0200 Anselm R. Garbe recreated dwm.h
Sat, 15 Sep 2007 20:39:31 +0200 Anselm R. Garbe new colorscheme (16-bit compliant)
Sat, 15 Sep 2007 13:16:54 +0200 Anselm R. Garbe moved bar-related stuff to bar.c (merged draw.c into that)
Sat, 15 Sep 2007 12:36:42 +0200 Anselm R. Garbe renamed drawstatus into drawbar
Wed, 22 Aug 2007 19:01:05 +0200 Anselm R. Garbe removed the _DWM_PROPERTIES handling, reverted ban/unban to XMoveWindow(), and changed argument of setlayout to layout[N].symbol check
Sun, 19 Aug 2007 11:00:47 +0200 Anselm R. Garbe moved updatebarpos to screen
Sun, 19 Aug 2007 10:57:02 +0200 Anselm R. Garbe added screen.c, removed layout.c and tag.c
Sun, 19 Aug 2007 10:40:07 +0200 Anselm R. Garbe prepared merging layout.c and tag.c into screen.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 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:27:32 +0200 Anselm R. Garbe fififi
Tue, 14 Aug 2007 07:54:51 +0200 Anselm R. Garbe fixed a typo
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
Sun, 12 Aug 2007 13:10:21 +0200 Anselm R. Garbe moved floating to layout.c, kept tile.c outside
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, 04 Aug 2007 10:51:39 +0200 Anselm R. Garbe I introduced {H,V}RATIO and inc{h,v,}ratio() functions - the default behaves like in dwm-4.3, config.arg.h shows how I prefer the ratio being handled (for the future I plan to change const char *arg into ..., and renaming Client into Win.)
Fri, 03 Aug 2007 19:23:30 +0200 Anselm R. Garbe implemented ratio tile as described on the mailinglist
Sat, 28 Jul 2007 17:18:45 +0200 Anselm R. Garbe changed ban/unban implementation to not move the windows anymore, but map/unmap them instead - PLEASE TEST THIS
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
Tue, 24 Jul 2007 18:29:29 +0200 Anselm R. Garbe applied Jeroen Schot's shiftview patch
Mon, 04 Jun 2007 11:50:48 +0200 Anselm R. Garbe added an creatnotify event handler
Fri, 01 Jun 2007 12:11:25 +0200 Anselm R. Garbe making variable declarations in dwm.h extern, this seems to be more ansi compliant
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
Tue, 29 May 2007 11:35:20 +0200 Anselm R. Garbe applied anydot's 3 minor patches, thank you anydot
Wed, 23 May 2007 14:51:51 +0200 Anselm R. Garbe foo
Tue, 15 May 2007 12:09:18 +0200 Anselm R. Garbe made bar togglalble
Mon, 14 May 2007 11:54:30 +0200 Anselm R. Garbe applied dfenze cleanups, fixed some comments in dwm.h
Thu, 19 Apr 2007 09:24:25 +0200 Anselm R. Garbe fixed the border issue for mplayer, ff is definately broken when using F11 (fullscreen mode) 4.0
Fri, 13 Apr 2007 11:40:09 +0200 Anselm R. Garbe yet another fix of copyright compactisition
Thu, 01 Mar 2007 12:33:45 +0100 Anselm R. Garbe some changes to updatesizehints, I don't change the aspect ratio algorithm now - I can't think, it is a mess
Mon, 26 Feb 2007 16:24:51 +0100 Anselm R. Garbe removed sendevent
Sat, 24 Feb 2007 14:08:27 +0100 Anselm R. Garbe removed an unnecessary newline
Sat, 24 Feb 2007 14:06:35 +0100 Anselm R. Garbe removed superfluous externs (except for tags, because tags is defined in the source)
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 18:17:07 +0100 Anselm R. Garbe made Fnt an anonymous inner struct
Thu, 22 Feb 2007 18:08:31 +0100 Anselm R. Garbe made Fnt an anonymous inner struct
Thu, 22 Feb 2007 17:43:41 +0100 Anselm R. Garbe renamed versatile into untiled
Thu, 22 Feb 2007 15:25:19 +0100 Anselm R. Garbe merged focus{prev.next} into focusclient(1/-1)
Thu, 22 Feb 2007 15:06:56 +0100 Anselm R. Garbe made dwm.h more tidy (thx Jukka for the zoom() hint)
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 08:02:04 +0100 Anselm R. Garbe fixing missing extern declars in dwm.h for {de,at}tach()
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
Wed, 21 Feb 2007 11:49:06 +0100 Anselm R. Garbe reverted accidental removal of sx, sy
Wed, 21 Feb 2007 11:45:51 +0100 Anselm R. Garbe removed some global vars which should be static instead
Wed, 21 Feb 2007 11:39:57 +0100 Anselm R. Garbe moved focus{next,prev} and nexttiled from client.c to layout.c (because those are not client-specific), moved toggleversatile() from layout.c to client.c (because those are client-specific)
Wed, 21 Feb 2007 11:04:33 +0100 Anselm R. Garbe fixed quoting and a comment 3.6
Tue, 20 Feb 2007 13:46:21 +0100 Anselm R. Garbe added draw.c again (except getcolor and setfont which are helpers in main.c)
Tue, 20 Feb 2007 13:40:31 +0100 Anselm R. Garbe separating drawsquare from drawtext, made drawtext extern
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 18:33:15 +0100 Anselm R. Garbe replaced togglelayout with setlayout
Mon, 19 Feb 2007 17:18:24 +0100 Anselm R. Garbe renamed Client->versatile and Rule->versatile into Client->isversatile resp. Rule->isversatile
less more (0) -100 -60 tip