Tue, 20 Feb 2007 13:56:21 +0100 Anselm R. Garbe renamed setfont to initfont, getcolor to initcolor
Tue, 20 Feb 2007 13:48:02 +0100 Anselm R. Garbe fixed order
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 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 21:17:54 +0100 Anselm R. Garbe using eprint instead of fputs
Mon, 19 Feb 2007 18:33:15 +0100 Anselm R. Garbe replaced togglelayout with setlayout
Mon, 19 Feb 2007 18:19:43 +0100 Anselm R. Garbe changed some odering in config*.h
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:41:47 +0100 Anselm R. Garbe removed debug compile flags
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 16:04:38 +0100 Anselm R. Garbe forgot an extern declaration
Mon, 19 Feb 2007 15:57:08 +0100 Anselm R. Garbe bugfix of transient handling
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 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
Mon, 19 Feb 2007 14:52:19 +0100 Anselm R. Garbe renamed Rule members, renamed RReg into Regexps
Mon, 19 Feb 2007 14:44:05 +0100 Anselm R. Garbe merged tag.c, view.c and tile.c to manage.c
Mon, 19 Feb 2007 13:53:40 +0100 Anselm R. Garbe some more refactoring
Mon, 19 Feb 2007 13:42:39 +0100 Anselm R. Garbe added some new convenience functions
Mon, 19 Feb 2007 13:17:49 +0100 Anselm R. Garbe some more refactoring
Mon, 19 Feb 2007 13:00:29 +0100 Anselm R. Garbe introduced tile.c, some refactoring of functions
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
Mon, 19 Feb 2007 10:51:11 +0100 Anselm R. Garbe don't resize master if not in tiled mode
Fri, 16 Feb 2007 16:51:27 +0100 Anselm R. Garbe removed useless space
Fri, 16 Feb 2007 16:41:22 +0100 Anselm R. Garbe well, resize should be called in dofloat anyways ;)
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()
Fri, 16 Feb 2007 10:20:34 +0100 Anselm R. Garbe removed getnext/getprev, redundant
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:35:48 +0100 Anselm R. Garbe Added tag 3.5 for changeset 63ad05e7f9e1
Wed, 14 Feb 2007 09:31:23 +0100 Anselm R. Garbe simplifying regexps in config samples 3.5
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 22:24:27 +0100 Anselm R. Garbe making it more sure that transient checks will work in any case
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 17:20:51 +0100 Anselm R. Garbe yet another consistency fix of dwm
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 14:20:47 +0100 Anselm R. Garbe bugfix of bugfix (thx to Sander)
Mon, 12 Feb 2007 13:04:29 +0100 Anselm R. Garbe fixed a bug
Mon, 12 Feb 2007 11:42:32 +0100 Anselm R. Garbe during writing 2wm.1 I noticed some bugs in dwm.1
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
Fri, 09 Feb 2007 14:56:19 +0100 Anselm R. Garbe pneubeck pointed out an obvious thing, that a second p = stext + strlen(stext) - 1 is unnecessary
Fri, 09 Feb 2007 11:58:37 +0100 Anselm R. Garbe treating acroread and mplayer floating by default
Fri, 09 Feb 2007 09:54:08 +0100 Anselm R. Garbe adapting John Grahor's patch to dwm-3.5
Thu, 08 Feb 2007 14:09:52 +0100 Anselm R. Garbe fixed copyright notice in Makefile
Thu, 08 Feb 2007 13:39:33 +0100 Anselm R. Garbe fixed order of Bool declarations
Thu, 08 Feb 2007 11:48:01 +0100 Anselm R. Garbe added TOPBAR option for making the bar appear what the user likes
Thu, 08 Feb 2007 11:11:15 +0100 Anselm R. Garbe next version is 3.5
Thu, 08 Feb 2007 11:08:40 +0100 Anselm R. Garbe making the bar appear at bottom
Wed, 07 Feb 2007 12:42:35 +0100 Anselm R. Garbe Added tag 3.4 for changeset 9ede7b2d2450
(0) -300 -100 -60 +60 +100 +300 tip