event.c
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
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:27:32 +0200 Anselm R. Garbe fififi
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 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
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
Tue, 24 Jul 2007 18:25:01 +0200 arg applied dwm-windowscrolling patch
Thu, 12 Jul 2007 19:45:28 +0200 arg restoring tip to be a working dwm again (switching FONT to terminus in config.arg.h) 4.3
Tue, 19 Jun 2007 09:08:15 +0200 Anselm R. Garbe please recheck this patch with Mathematica from Wolfram Research - lemme know if it fixes the geyish blob window bug
Tue, 19 Jun 2007 09:04:21 +0200 Anselm R. Garbe removed crappy createnotify handler
Mon, 04 Jun 2007 14:38:24 +0200 Anselm R. Garbe uncommented creatnotify
Mon, 04 Jun 2007 11:50:48 +0200 Anselm R. Garbe added an creatnotify event handler
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
Wed, 30 May 2007 08:57:44 +0200 Anselm R. Garbe applied Jukkas patch
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 11:35:32 +0200 Anselm R. Garbe fixed issue reported by Christian Garbs
Mon, 14 May 2007 11:54:30 +0200 Anselm R. Garbe applied dfenze cleanups, fixed some comments in dwm.h
Wed, 09 May 2007 11:31:14 +0200 Anselm R. Garbe applied Maarten Maathuis recenter-patch for floating clients only requesting new width and height exceeding the screen space
Tue, 08 May 2007 08:52:34 +0200 Anselm R. Garbe thanks to Juka to check -Wall ;)
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 12:22:00 +0200 Anselm R. Garbe changing order of c->border restorage
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: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 11:09:44 +0100 Anselm R. Garbe removed button4/5-bindings for incnmaster on mode label - that is misleading
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
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
Mon, 19 Feb 2007 17:12:26 +0100 Anselm R. Garbe renames swim[ming] into versatile
Mon, 19 Feb 2007 17:00:32 +0100 Anselm R. Garbe renamed floating into swimming (this does not clash with C naming conventions and fits better the fish symbol) - also in man page
Mon, 19 Feb 2007 16:40:36 +0100 Anselm R. Garbe introduced Layout struct
Mon, 19 Feb 2007 15:23:35 +0100 Anselm R. Garbe removed procevent, more refactoring
Mon, 19 Feb 2007 15:17:31 +0100 Anselm R. Garbe draw.c is useless (belongs to main.c now)
Mon, 19 Feb 2007 11:34:12 +0100 Anselm R. Garbe simplified configurerequest to a bare minimum, removed wrong ban() calls
Mon, 19 Feb 2007 11:22:47 +0100 Anselm R. Garbe fixed configurerequest according to Jukkas complains
Mon, 19 Feb 2007 11:03:27 +0100 Anselm R. Garbe fixed configurerequest according to the problem Jukka reported
Fri, 16 Feb 2007 16:51:27 +0100 Anselm R. Garbe removed useless space
Fri, 16 Feb 2007 16:38:40 +0100 Anselm R. Garbe removed ugly ban(), extended resize() that it only resets the size if necessary, added border_width commit to manage()
Wed, 14 Feb 2007 14:01:12 +0100 Anselm R. Garbe added ban() which takes care than a banned window is not banned again... (this reduces the overall ConfigureNotify's to clients)
Wed, 14 Feb 2007 09:09:18 +0100 Anselm R. Garbe made for/if/else constructs more consistent, some code polishing
Wed, 14 Feb 2007 08:14:41 +0100 Anselm R. Garbe made configurerequest more tidy
Tue, 13 Feb 2007 22:53:58 +0100 Anselm R. Garbe I didn't knew of c->isfixed, that should fix Jukkas issue with gkrellm ;)
Tue, 13 Feb 2007 14:59:58 +0100 Anselm R. Garbe stupid me, one needs to set c->{x,y,w,h} in configurerequest obviously ;)
Tue, 13 Feb 2007 13:39:33 +0100 Anselm R. Garbe simplified configurerequest
Mon, 12 Feb 2007 16:41:46 +0100 Anselm R. Garbe I don't see any reason why we should select for input on override-redirect windows?
Mon, 12 Feb 2007 10:21:26 +0100 Anselm R. Garbe removing all EnterNotifys after resize
Mon, 12 Feb 2007 10:19:52 +0100 Anselm R. Garbe added pointer warp on drop in resize
less more (0) -100 -60 tip