Mon, 19 May 2008 20:08:31 +0100 |
anselm |
reverted dist target in Makefile
|
file |
diff |
annotate
|
Sat, 17 May 2008 14:41:41 +0100 |
Anselm R Garbe |
removed the exact focus mechanism of next/prev window
|
file |
diff |
annotate
|
Sun, 20 Apr 2008 19:09:30 +0100 |
anselm |
this is the correct way
|
file |
diff |
annotate
|
Sun, 20 Apr 2008 19:09:00 +0100 |
anselm |
copyright notice is in LICENSE
|
file |
diff |
annotate
|
Thu, 03 Apr 2008 14:38:58 +0100 |
Anselm R Garbe |
some cleanup changes
|
file |
diff |
annotate
|
Thu, 13 Mar 2008 10:11:02 +0000 |
Anselm R Garbe |
removed all defines of geoms, implemented setgeoms() instead, added config.anselm.h to show how I'd like to see that people edit their geoms
|
file |
diff |
annotate
|
Fri, 19 Oct 2007 09:56:51 +0200 |
arg |
thx to Toni Lainson
|
file |
diff |
annotate
|
Thu, 18 Oct 2007 10:28:41 +0200 |
arg |
removed dwm.h, just include C-files in config.h if you extend dwm, that's simplier and most flexible than all other possibilities
|
file |
diff |
annotate
|
Thu, 11 Oct 2007 20:47:34 +0200 |
Anselm R. Garbe |
recreated dwm.h
|
file |
diff |
annotate
|
Sun, 23 Sep 2007 11:24:12 +0200 |
Anselm R. Garbe |
renamed config.h into config.def.h, config.h will be created if not present, this seems less annoying after all
|
file |
diff |
annotate
|
Mon, 17 Sep 2007 16:42:37 +0200 |
arg |
made all stuff non-static - so you can choose wether to use dwm the static or the extern way when extending it
|
file |
diff |
annotate
|
Sat, 15 Sep 2007 22:25:27 +0200 |
Anselm R. Garbe |
micromizing dwm step 1
|
file |
diff |
annotate
|
Sat, 15 Sep 2007 13:16:54 +0200 |
Anselm R. Garbe |
moved bar-related stuff to bar.c (merged draw.c into that)
|
file |
diff |
annotate
|
Sat, 15 Sep 2007 10:35:18 +0200 |
Anselm R. Garbe |
renamed config.default.h into config.h
|
file |
diff |
annotate
|
Sat, 15 Sep 2007 10:31:28 +0200 |
Anselm R. Garbe |
dist target only needs to add config.default.h
|
file |
diff |
annotate
|
Sun, 19 Aug 2007 10:57:02 +0200 |
Anselm R. Garbe |
added screen.c, removed layout.c and tag.c
|
file |
diff |
annotate
|
Wed, 15 Aug 2007 19:27:32 +0200 |
Anselm R. Garbe |
fififi
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 15 May 2007 13:44:04 +0200 |
Anselm R. Garbe |
removed strip, added -s to LDFLAGS
|
file |
diff |
annotate
|
Fri, 13 Apr 2007 11:40:09 +0200 |
Anselm R. Garbe |
yet another fix of copyright compactisition
|
file |
diff |
annotate
|
Wed, 21 Feb 2007 11:04:33 +0100 |
Anselm R. Garbe |
fixed quoting and a comment
3.6
|
file |
diff |
annotate
|
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)
|
file |
diff |
annotate
|
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)
|
file |
diff |
annotate
|
Mon, 19 Feb 2007 15:17:31 +0100 |
Anselm R. Garbe |
draw.c is useless (belongs to main.c now)
|
file |
diff |
annotate
|
Mon, 19 Feb 2007 15:05:29 +0100 |
Anselm R. Garbe |
renamed view.c into screen.c
|
file |
diff |
annotate
|
Mon, 19 Feb 2007 14:44:05 +0100 |
Anselm R. Garbe |
merged tag.c, view.c and tile.c to manage.c
|
file |
diff |
annotate
|
Mon, 19 Feb 2007 13:00:29 +0100 |
Anselm R. Garbe |
introduced tile.c, some refactoring of functions
|
file |
diff |
annotate
|
Thu, 08 Feb 2007 14:09:52 +0100 |
Anselm R. Garbe |
fixed copyright notice in Makefile
|
file |
diff |
annotate
|
Mon, 05 Feb 2007 11:09:53 +0100 |
Anselm R. Garbe |
got rid of LD (inspired by JGs patch to wmii)
|
file |
diff |
annotate
|
Tue, 02 Jan 2007 15:37:58 +0100 |
arg |
next version will contain updated copyright notice
|
file |
diff |
annotate
|
Tue, 22 Aug 2006 16:50:21 +0200 |
Anselm R. Garbe |
separated several functions into view.c
|
file |
diff |
annotate
|
Mon, 14 Aug 2006 16:11:54 +0200 |
Anselm R.Garbe |
removed finished message
|
file |
diff |
annotate
|
Mon, 14 Aug 2006 08:43:19 +0200 |
Anselm R.Garbe |
applied Sanders LD and resize patches
|
file |
diff |
annotate
|
Tue, 08 Aug 2006 09:30:45 +0200 |
Anselm R.Garbe |
applied Sanders tiny patches
|
file |
diff |
annotate
|
Mon, 07 Aug 2006 11:58:46 +0200 |
arg |
typo fix
|
file |
diff |
annotate
|
Mon, 07 Aug 2006 11:57:05 +0200 |
arg |
applied Sanders man page/Makefile patch
|
file |
diff |
annotate
|
Mon, 07 Aug 2006 08:46:11 +0200 |
arg |
added stripping to dwm target in Makefile
|
file |
diff |
annotate
|
Thu, 03 Aug 2006 17:08:43 +0200 |
arg |
removed CONFIG
|
file |
diff |
annotate
|
Thu, 03 Aug 2006 15:36:13 +0200 |
arg |
make config.h not a time dependence
|
file |
diff |
annotate
|
Thu, 03 Aug 2006 15:29:28 +0200 |
arg |
removed rm config.h from clean
|
file |
diff |
annotate
|
Thu, 03 Aug 2006 15:21:08 +0200 |
arg |
added gmake compliance
|
file |
diff |
annotate
|
Thu, 03 Aug 2006 15:05:34 +0200 |
arg |
applied Jukka's diff
|
file |
diff |
annotate
|
Thu, 03 Aug 2006 13:50:37 +0200 |
arg |
applied Sanders Makefile patch
|
file |
diff |
annotate
|
Thu, 03 Aug 2006 11:27:29 +0200 |
arg |
using SRC instead of *.c
|
file |
diff |
annotate
|
Thu, 03 Aug 2006 10:59:20 +0200 |
arg |
changed the files included in make dist
|
file |
diff |
annotate
|
Thu, 03 Aug 2006 10:58:29 +0200 |
arg |
applied Sanders doc changes, added a PHONY line and changed the output of config.h creation somewhat
|
file |
diff |
annotate
|
Wed, 02 Aug 2006 17:49:21 +0200 |
arg |
implemented the idea presented by Sander for dwm target
|
file |
diff |
annotate
|
Tue, 01 Aug 2006 12:32:33 +0200 |
arg |
applied Sanders patches
|
file |
diff |
annotate
|
Thu, 20 Jul 2006 09:45:47 +0200 |
arg |
makefile now sets permissions for executables and man pages
|
file |
diff |
annotate
|
Mon, 17 Jul 2006 18:49:13 +0200 |
Anselm R. Garbe |
simplified Makefile
|
file |
diff |
annotate
|
Sat, 15 Jul 2006 16:30:50 +0200 |
Anselm R. Garbe |
rearranged several stuff
|
file |
diff |
annotate
|
Fri, 14 Jul 2006 22:33:38 +0200 |
Anselm R. Garbe |
rearranged
|
file |
diff |
annotate
|
Fri, 14 Jul 2006 18:46:12 +0200 |
Anselm R. Garbe |
draw bar on exposure ;)
|
file |
diff |
annotate
|
Fri, 14 Jul 2006 18:40:31 +0200 |
Anselm R. Garbe |
prep 0.1
0.1
|
file |
diff |
annotate
|
Fri, 14 Jul 2006 10:07:38 +0200 |
Anselm R. Garbe |
implemented bar for dwm (I miss status text), I plan that status text is read from stdin in dwm
|
file |
diff |
annotate
|
Thu, 13 Jul 2006 11:43:05 +0200 |
Anselm R. Garbe |
changed default colors
|
file |
diff |
annotate
|
Thu, 13 Jul 2006 10:34:55 +0200 |
Anselm R. Garbe |
added dev.c instead of kb.c
|
file |
diff |
annotate
|
Thu, 13 Jul 2006 09:32:22 +0200 |
Anselm R. Garbe |
added logo+description
|
file |
diff |
annotate
|
Thu, 13 Jul 2006 01:30:55 +0200 |
Anselm R. Garbe |
removed unnecessary crap
|
file |
diff |
annotate
|
Wed, 12 Jul 2006 16:00:51 +0200 |
Anselm R. Garbe |
added grid mode on Mod1Mask g
|
file |
diff |
annotate
|