layout.c
Sun, 19 Aug 2007 10:40:07 +0200 Anselm R. Garbe prepared merging layout.c and tag.c into screen.c
Sun, 19 Aug 2007 10:13:24 +0200 Anselm R. Garbe small fix
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:19:07 +0200 Anselm R. Garbe replaced static Layout *lt with static unsigned int sellayout... (will be adapted later when _DWM_CONFIG is serialized as root window property)
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
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:27:25 +0200 Anselm R. Garbe let not overlap the borders
Fri, 10 Aug 2007 18:16:05 +0200 Anselm R. Garbe removed VRATIO, NMASTER, inc*(), renamed HRATIO into MASTER, see mailinglist for details
Sun, 05 Aug 2007 16:00:08 +0200 Anselm R. Garbe removed spow(x, 0); calls, I did them for consistency's sake, but it should be rather obvious how the scaling works anyways
Sun, 05 Aug 2007 12:47:52 +0200 Anselm R. Garbe changed shortcuts as described on the mailinglist, added sanity checks for ratios during tile (fallback to wah if clients would get too small), documented that new stuff/shortcuts in dwm(1)
Sat, 04 Aug 2007 10:57:56 +0200 Anselm R. Garbe small fix of static function order
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:29:58 +0200 Anselm R. Garbe removed a C++ style comment
Fri, 03 Aug 2007 19:23:30 +0200 Anselm R. Garbe implemented ratio tile as described on the mailinglist
Wed, 06 Jun 2007 11:43:14 +0200 Anselm R. Garbe applied restack patch of anydot, with slight changes
Mon, 04 Jun 2007 11:50:48 +0200 Anselm R. Garbe added an creatnotify event handler
Mon, 04 Jun 2007 11:37:33 +0200 Anselm R. Garbe applied anudots [un]ban repair patch
Wed, 30 May 2007 20:49:38 +0200 Anselm R. Garbe replaced BORDERPX with sel->border in togglemax(), in other places this is not possible.
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
Thu, 24 May 2007 16:25:09 +0200 Anselm R. Garbe fix if n < nmaster of remainer calculation for master windows
Thu, 24 May 2007 15:40:07 +0200 Anselm R. Garbe calculating the remainder for master and stack area correctly
Tue, 22 May 2007 11:29:59 +0200 Anselm R. Garbe applied Szabolcs proposal for zoom() as well
Tue, 22 May 2007 11:29:04 +0200 Anselm R. Garbe applied Szabolcs proposal to simplify setlayout()
Wed, 16 May 2007 22:05:02 +0200 Anselm R. Garbe no that change breaks fullscreen apps 4.1
Wed, 16 May 2007 21:59:53 +0200 Anselm R. Garbe raise barwin in restack, that's the most elegant solution I think
Tue, 15 May 2007 14:06:18 +0200 Anselm R. Garbe simplification
Tue, 15 May 2007 13:49:43 +0200 Anselm R. Garbe using BarTop as fallback if BARPOS is set to BarOff as default for toggling
Tue, 15 May 2007 13:36:04 +0200 Anselm R. Garbe another fix, call lt->arrange() in togglebar only
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
Wed, 09 May 2007 10:12:55 +0200 Anselm R. Garbe s/remain/remainder/
Wed, 09 May 2007 10:11:34 +0200 Anselm R. Garbe fixing remaining space calculation
Mon, 07 May 2007 13:12:41 +0200 Anselm R. Garbe applied patch of Paul Liu to allow onthefly resizing due to xrandr changes
Tue, 17 Apr 2007 14:56:46 +0200 Anselm R. Garbe changed border handling
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:51:34 +0100 Anselm R. Garbe simplified focusclient()
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 12:15:48 +0100 Anselm R. Garbe small bugfix
Thu, 22 Feb 2007 12:00:02 +0100 Anselm R. Garbe fixed some issues due to the Arg->const char * transition
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 10:59:42 +0100 Anselm R. Garbe status needs update even in togglemax() - since we got an indicator for this
Thu, 22 Feb 2007 08:08:36 +0100 Anselm R. Garbe fixed exit condition in togglemax()
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: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)
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)
less more (0) tip