Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2007-09-15 | renamed config.default.h into config.h | Anselm R. Garbe | -5/+1 | |
2007-09-15 | dist target only needs to add config.default.h | Anselm R. Garbe | -1/+1 | |
2007-08-19 | added screen.c, removed layout.c and tag.c | Anselm R. Garbe | -1/+1 | |
2007-08-15 | fififi | Anselm R. Garbe | -1/+1 | |
2007-08-11 | separated layout-specific stuff into separate .h and .c files which are ↵ | Anselm R. Garbe | -1/+1 | |
included in config.h resp. config.mk - this allows writing layouts for dwm without any need to patch existing code | ||||
2007-05-15 | removed strip, added -s to LDFLAGS | Anselm R. Garbe | -1/+0 | |
2007-04-13 | yet another fix of copyright compactisition | Anselm R. Garbe | -1/+1 | |
2007-02-21 | fixed quoting and a comment | Anselm R. Garbe | -1/+1 | |
2007-02-20 | added draw.c again (except getcolor and setfont which are helpers in main.c) | Anselm R. Garbe | -1/+1 | |
2007-02-20 | split screen.c into layout.c and tag.c (because the view is an implicit ↵ | Anselm R. Garbe | -1/+1 | |
mixture of both) | ||||
2007-02-19 | draw.c is useless (belongs to main.c now) | Anselm R. Garbe | -1/+1 | |
2007-02-19 | renamed view.c into screen.c | Anselm R. Garbe | -1/+1 | |
2007-02-19 | merged tag.c, view.c and tile.c to manage.c | Anselm R. Garbe | -1/+1 | |
2007-02-19 | introduced tile.c, some refactoring of functions | Anselm R. Garbe | -1/+1 | |
2007-02-08 | fixed copyright notice in Makefile | Anselm R. Garbe | -1/+1 | |
2007-02-05 | got rid of LD (inspired by JGs patch to wmii) | Anselm R. Garbe | -3/+2 | |
2007-01-02 | next version will contain updated copyright notice | arg@mig29 | -1/+1 | |
2006-08-22 | separated several functions into view.c | Anselm R. Garbe | -1/+1 | |
2006-08-14 | removed finished message | Anselm R.Garbe | -1/+0 | |
2006-08-14 | applied Sanders LD and resize patches | Anselm R.Garbe | -1/+2 | |
2006-08-08 | applied Sanders tiny patches | Anselm R.Garbe | -1/+1 | |
2006-08-07 | typo fix | arg@10ksloc.org | -1/+1 | |
2006-08-07 | applied Sanders man page/Makefile patch | arg@10ksloc.org | -1/+1 | |
2006-08-07 | added stripping to dwm target in Makefile | arg@10ksloc.org | -0/+1 | |
2006-08-03 | removed CONFIG | arg@10ksloc.org | -3/+2 | |
2006-08-03 | make config.h not a time dependence | arg@10ksloc.org | -1/+1 | |
2006-08-03 | removed rm config.h from clean | arg@10ksloc.org | -1/+1 | |
2006-08-03 | added gmake compliance | arg@10ksloc.org | -2/+2 | |
2006-08-03 | applied Jukka's diff | arg@10ksloc.org | -4/+5 | |
2006-08-03 | applied Sanders Makefile patch | arg@10ksloc.org | -26/+20 | |
2006-08-03 | using SRC instead of *.c | arg@10ksloc.org | -1/+1 | |
2006-08-03 | changed the files included in make dist | arg@10ksloc.org | -1/+2 | |
2006-08-03 | applied Sanders doc changes, added a PHONY line and changed the output of ↵ | arg@10ksloc.org | -1/+4 | |
config.h creation somewhat | ||||
2006-08-02 | implemented the idea presented by Sander for dwm target | arg@10ksloc.org | -1/+4 | |
2006-08-01 | applied Sanders patches | arg@10ksloc.org | -2/+1 | |
2006-07-20 | makefile now sets permissions for executables and man pages | arg@10ksloc.org | -0/+6 | |
2006-07-17 | simplified Makefile | Anselm R. Garbe | -2/+2 | |
2006-07-15 | rearranged several stuff | Anselm R. Garbe | -1/+1 | |
2006-07-14 | rearranged | Anselm R. Garbe | -1/+1 | |
2006-07-14 | draw bar on exposure ;) | Anselm R. Garbe | -1/+1 | |
2006-07-14 | prep 0.1 | Anselm R. Garbe | -1/+1 | |
2006-07-14 | implemented bar for dwm (I miss status text), I plan that status text is ↵ | Anselm R. Garbe | -1/+1 | |
read from stdin in dwm | ||||
2006-07-13 | changed default colors | Anselm R. Garbe | -2/+2 | |
2006-07-13 | added dev.c instead of kb.c | Anselm R. Garbe | -1/+1 | |
2006-07-13 | added logo+description | Anselm R. Garbe | -12/+12 | |
2006-07-13 | removed unnecessary crap | Anselm R. Garbe | -16/+10 | |
2006-07-12 | added grid mode on Mod1Mask g | Anselm R. Garbe | -1/+1 | |
2006-07-11 | added mouse-based resizals | Anselm R. Garbe | -1/+1 | |
2006-07-11 | removed unnecessary sel stuff | Anselm R. Garbe | -8/+2 | |
2006-07-11 | added gridsel to gridwm | Anselm R. Garbe | -2/+8 | |