client.c
Sat, 15 Sep 2007 12:36:42 +0200 Anselm R. Garbe renamed drawstatus into drawbar
Sun, 26 Aug 2007 12:53:40 +0200 Anselm R. Garbe prepared 4.4.1 bugfix and minor feature enhancement release 4.4.1
Thu, 23 Aug 2007 18:11:24 +0200 Anselm R. Garbe removed unnecessary include, prepared dwm-4.4 4.4
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 18:50:47 +0200 Anselm R. Garbe renamed char prop[] into buf[]
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
Thu, 16 Aug 2007 18:30:25 +0200 Anselm R. Garbe fixed the issue observed by various people, that clients appeared on empty tags
Wed, 15 Aug 2007 19:27:32 +0200 Anselm R. Garbe fififi
Tue, 14 Aug 2007 19:38:10 +0200 Anselm R. Garbe fix of resize (thanks Sander for the hint!)
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
Mon, 13 Aug 2007 18:24:15 +0200 Anselm R. Garbe made resize more precise
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
Tue, 31 Jul 2007 18:22:13 +0200 Anselm R. Garbe changed the fix of yesterday, the resize should only be necessary at manage() time, not on any unban()
Mon, 30 Jul 2007 21:03:08 +0200 Anselm R. Garbe foo
Sat, 28 Jul 2007 17:25:44 +0200 Anselm R. Garbe set client state to iconic on maprequest
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
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 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
Mon, 28 May 2007 15:05:47 +0200 Anselm R. Garbe applied Sanders patch
Fri, 25 May 2007 15:28:10 +0200 Anselm R. Garbe applied anydots proposal to let togglefloating restore fixed windows
Wed, 23 May 2007 07:49:05 +0200 Anselm R. Garbe reverted last change after Sander pointed out the original decision
Wed, 23 May 2007 07:47:20 +0200 Anselm R. Garbe applied anydots remark of togglefloating()
Mon, 14 May 2007 16:24:01 +0200 Anselm R. Garbe thanks to Jukka
Mon, 14 May 2007 11:54:30 +0200 Anselm R. Garbe applied dfenze cleanups, fixed some comments in dwm.h
Thu, 10 May 2007 13:49:17 +0200 Anselm R. Garbe small fix of fix
Thu, 10 May 2007 13:47:44 +0200 Anselm R. Garbe fixed a potential security flaw
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
Thu, 19 Apr 2007 08:53:40 +0200 Anselm R. Garbe touch border
Wed, 18 Apr 2007 21:11:46 +0200 Anselm R. Garbe set border at manage time
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
Wed, 11 Apr 2007 15:17:29 +0200 Anselm R. Garbe make also transients floating when we do not know the main window
Thu, 29 Mar 2007 15:17:57 +0200 Anselm R. Garbe add an additional check in resize() to prevent a crash of dwm
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
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 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
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)
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 16:07:22 +0100 Anselm R. Garbe some more code polishing
Mon, 19 Feb 2007 15:57:08 +0100 Anselm R. Garbe bugfix of transient handling
Mon, 19 Feb 2007 15:17:31 +0100 Anselm R. Garbe draw.c is useless (belongs to main.c now)
Mon, 19 Feb 2007 15:05:29 +0100 Anselm R. Garbe renamed view.c into screen.c
Mon, 19 Feb 2007 14:57:32 +0100 Anselm R. Garbe renamed manage.c to view.c
less more (0) -100 -60 tip