2007-10-19 |
arg |
thx to Toni Lainson
|
file |
diff |
annotate
|
2007-10-18 |
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
|
2007-10-11 |
Anselm R. Garbe |
recreated dwm.h
|
file |
diff |
annotate
|
2007-09-23 |
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
|
2007-09-17 |
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
|
2007-09-15 |
Anselm R. Garbe |
micromizing dwm step 1
|
file |
diff |
annotate
|
2007-09-15 |
Anselm R. Garbe |
moved bar-related stuff to bar.c (merged draw.c into that)
|
file |
diff |
annotate
|
2007-09-15 |
Anselm R. Garbe |
renamed config.default.h into config.h
|
file |
diff |
annotate
|
2007-09-15 |
Anselm R. Garbe |
dist target only needs to add config.default.h
|
file |
diff |
annotate
|
2007-08-19 |
Anselm R. Garbe |
added screen.c, removed layout.c and tag.c
|
file |
diff |
annotate
|
2007-08-15 |
Anselm R. Garbe |
fififi
|
file |
diff |
annotate
|
2007-08-11 |
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
|
2007-05-15 |
Anselm R. Garbe |
removed strip, added -s to LDFLAGS
|
file |
diff |
annotate
|
2007-04-13 |
Anselm R. Garbe |
yet another fix of copyright compactisition
|
file |
diff |
annotate
|
2007-02-21 |
Anselm R. Garbe |
fixed quoting and a comment
3.6
|
file |
diff |
annotate
|
2007-02-20 |
Anselm R. Garbe |
added draw.c again (except getcolor and setfont which are helpers in main.c)
|
file |
diff |
annotate
|
2007-02-20 |
Anselm R. Garbe |
split screen.c into layout.c and tag.c (because the view is an implicit mixture of both)
|
file |
diff |
annotate
|
2007-02-19 |
Anselm R. Garbe |
draw.c is useless (belongs to main.c now)
|
file |
diff |
annotate
|
2007-02-19 |
Anselm R. Garbe |
renamed view.c into screen.c
|
file |
diff |
annotate
|
2007-02-19 |
Anselm R. Garbe |
merged tag.c, view.c and tile.c to manage.c
|
file |
diff |
annotate
|
2007-02-19 |
Anselm R. Garbe |
introduced tile.c, some refactoring of functions
|
file |
diff |
annotate
|
2007-02-08 |
Anselm R. Garbe |
fixed copyright notice in Makefile
|
file |
diff |
annotate
|
2007-02-05 |
Anselm R. Garbe |
got rid of LD (inspired by JGs patch to wmii)
|
file |
diff |
annotate
|
2007-01-02 |
arg |
next version will contain updated copyright notice
|
file |
diff |
annotate
|
2006-08-22 |
Anselm R. Garbe |
separated several functions into view.c
|
file |
diff |
annotate
|
2006-08-14 |
Anselm R.Garbe |
removed finished message
|
file |
diff |
annotate
|
2006-08-14 |
Anselm R.Garbe |
applied Sanders LD and resize patches
|
file |
diff |
annotate
|
2006-08-08 |
Anselm R.Garbe |
applied Sanders tiny patches
|
file |
diff |
annotate
|
2006-08-07 |
arg |
typo fix
|
file |
diff |
annotate
|
2006-08-07 |
arg |
applied Sanders man page/Makefile patch
|
file |
diff |
annotate
|
2006-08-07 |
arg |
added stripping to dwm target in Makefile
|
file |
diff |
annotate
|
2006-08-03 |
arg |
removed CONFIG
|
file |
diff |
annotate
|
2006-08-03 |
arg |
make config.h not a time dependence
|
file |
diff |
annotate
|
2006-08-03 |
arg |
removed rm config.h from clean
|
file |
diff |
annotate
|
2006-08-03 |
arg |
added gmake compliance
|
file |
diff |
annotate
|
2006-08-03 |
arg |
applied Jukka's diff
|
file |
diff |
annotate
|
2006-08-03 |
arg |
applied Sanders Makefile patch
|
file |
diff |
annotate
|
2006-08-03 |
arg |
using SRC instead of *.c
|
file |
diff |
annotate
|
2006-08-03 |
arg |
changed the files included in make dist
|
file |
diff |
annotate
|
2006-08-03 |
arg |
applied Sanders doc changes, added a PHONY line and changed the output of config.h creation somewhat
|
file |
diff |
annotate
|
2006-08-02 |
arg |
implemented the idea presented by Sander for dwm target
|
file |
diff |
annotate
|
2006-08-01 |
arg |
applied Sanders patches
|
file |
diff |
annotate
|
2006-07-20 |
arg |
makefile now sets permissions for executables and man pages
|
file |
diff |
annotate
|
2006-07-17 |
Anselm R. Garbe |
simplified Makefile
|
file |
diff |
annotate
|
2006-07-15 |
Anselm R. Garbe |
rearranged several stuff
|
file |
diff |
annotate
|
2006-07-14 |
Anselm R. Garbe |
rearranged
|
file |
diff |
annotate
|
2006-07-14 |
Anselm R. Garbe |
draw bar on exposure ;)
|
file |
diff |
annotate
|
2006-07-14 |
Anselm R. Garbe |
prep 0.1
0.1
|
file |
diff |
annotate
|
2006-07-14 |
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
|
2006-07-13 |
Anselm R. Garbe |
changed default colors
|
file |
diff |
annotate
|
2006-07-13 |
Anselm R. Garbe |
added dev.c instead of kb.c
|
file |
diff |
annotate
|
2006-07-13 |
Anselm R. Garbe |
added logo+description
|
file |
diff |
annotate
|
2006-07-12 |
Anselm R. Garbe |
removed unnecessary crap
|
file |
diff |
annotate
|
2006-07-12 |
Anselm R. Garbe |
added grid mode on Mod1Mask g
|
file |
diff |
annotate
|
2006-07-11 |
Anselm R. Garbe |
added mouse-based resizals
|
file |
diff |
annotate
|
2006-07-11 |
Anselm R. Garbe |
removed unnecessary sel stuff
|
file |
diff |
annotate
|
2006-07-11 |
Anselm R. Garbe |
added gridsel to gridwm
|
file |
diff |
annotate
|
2006-07-11 |
Anselm R. Garbe |
added key handling
|
file |
diff |
annotate
|
2006-07-10 |
Anselm R. Garbe |
added several other stuff
|
file |
diff |
annotate
|
2006-07-10 |
Anselm R. Garbe |
renamed gridmenu.c into menu.c
|
file |
diff |
annotate
|
2006-07-10 |
Anselm R. Garbe |
several new changes, made gridmenu working
|
file |
diff |
annotate
|
2006-07-10 |
Anselm R. Garbe |
added new stuff
|
file |
diff |
annotate
|
2006-07-10 |
Anselm R. Garbe |
added gridmenu
|
file |
diff |
annotate
|
2006-07-10 |
Anselm R. Garbe |
initial import
|
file |
diff |
annotate
|