Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renamed draw into drw | 2013-04-17 | 1 | -1/+1 | |
| | |||||
* | continued with draw.c abstraction, also started util.{h,c} implementation, ↵ | 2012-12-08 | 1 | -1/+1 | |
| | | | | that will be used by draw.c as well | ||||
* | basic draw.c structure | 2012-11-18 | 1 | -1/+1 | |
| | |||||
* | reverted dist target in Makefile | 2008-05-19 | 1 | -1/+1 | |
| | |||||
* | removed the exact focus mechanism of next/prev window | 2008-05-17 | 1 | -1/+1 | |
| | |||||
* | this is the correct way | 2008-04-20 | 1 | -0/+1 | |
| | |||||
* | copyright notice is in LICENSE | 2008-04-20 | 1 | -1/+0 | |
| | |||||
* | some cleanup changes | 2008-04-03 | 1 | -1/+1 | |
| | |||||
* | removed all defines of geoms, implemented setgeoms() instead, added ↵ | 2008-03-13 | 1 | -1/+1 | |
| | | | | config.anselm.h to show how I'd like to see that people edit their geoms | ||||
* | thx to Toni Lainson | 2007-10-19 | 1 | -2/+2 | |
| | |||||
* | removed dwm.h, just include C-files in config.h if you extend dwm, that's ↵ | 2007-10-18 | 1 | -2/+2 | |
| | | | | simplier and most flexible than all other possibilities | ||||
* | recreated dwm.h | 2007-10-11 | 1 | -1/+1 | |
| | |||||
* | renamed config.h into config.def.h, config.h will be created if not present, ↵ | 2007-09-23 | 1 | -1/+5 | |
| | | | | this seems less annoying after all | ||||
* | made all stuff non-static - so you can choose wether to use dwm the static ↵ | 2007-09-17 | 1 | -1/+1 | |
| | | | | or the extern way when extending it | ||||
* | micromizing dwm step 1 | 2007-09-15 | 1 | -3/+3 | |
| | |||||
* | moved bar-related stuff to bar.c (merged draw.c into that) | 2007-09-15 | 1 | -1/+1 | |
| | |||||
* | renamed config.default.h into config.h | 2007-09-15 | 1 | -5/+1 | |
| | |||||
* | dist target only needs to add config.default.h | 2007-09-15 | 1 | -1/+1 | |
| | |||||
* | added screen.c, removed layout.c and tag.c | 2007-08-19 | 1 | -1/+1 | |
| | |||||
* | fififi | 2007-08-15 | 1 | -1/+1 | |
| | |||||
* | separated layout-specific stuff into separate .h and .c files which are ↵ | 2007-08-11 | 1 | -1/+1 | |
| | | | | included in config.h resp. config.mk - this allows writing layouts for dwm without any need to patch existing code | ||||
* | removed strip, added -s to LDFLAGS | 2007-05-15 | 1 | -1/+0 | |
| | |||||
* | yet another fix of copyright compactisition | 2007-04-13 | 1 | -1/+1 | |
| | |||||
* | fixed quoting and a comment | 2007-02-21 | 1 | -1/+1 | |
| | |||||
* | added draw.c again (except getcolor and setfont which are helpers in main.c) | 2007-02-20 | 1 | -1/+1 | |
| | |||||
* | split screen.c into layout.c and tag.c (because the view is an implicit ↵ | 2007-02-20 | 1 | -1/+1 | |
| | | | | mixture of both) | ||||
* | draw.c is useless (belongs to main.c now) | 2007-02-19 | 1 | -1/+1 | |
| | |||||
* | renamed view.c into screen.c | 2007-02-19 | 1 | -1/+1 | |
| | |||||
* | merged tag.c, view.c and tile.c to manage.c | 2007-02-19 | 1 | -1/+1 | |
| | |||||
* | introduced tile.c, some refactoring of functions | 2007-02-19 | 1 | -1/+1 | |
| | |||||
* | fixed copyright notice in Makefile | 2007-02-08 | 1 | -1/+1 | |
| | |||||
* | got rid of LD (inspired by JGs patch to wmii) | 2007-02-05 | 1 | -3/+2 | |
| | |||||
* | next version will contain updated copyright notice | 2007-01-02 | 1 | -1/+1 | |
| | |||||
* | separated several functions into view.c | 2006-08-22 | 1 | -1/+1 | |
| | |||||
* | removed finished message | 2006-08-14 | 1 | -1/+0 | |
| | |||||
* | applied Sanders LD and resize patches | 2006-08-14 | 1 | -1/+2 | |
| | |||||
* | applied Sanders tiny patches | 2006-08-08 | 1 | -1/+1 | |
| | |||||
* | typo fix | 2006-08-07 | 1 | -1/+1 | |
| | |||||
* | applied Sanders man page/Makefile patch | 2006-08-07 | 1 | -1/+1 | |
| | |||||
* | added stripping to dwm target in Makefile | 2006-08-07 | 1 | -0/+1 | |
| | |||||
* | removed CONFIG | 2006-08-03 | 1 | -3/+2 | |
| | |||||
* | make config.h not a time dependence | 2006-08-03 | 1 | -1/+1 | |
| | |||||
* | removed rm config.h from clean | 2006-08-03 | 1 | -1/+1 | |
| | |||||
* | added gmake compliance | 2006-08-03 | 1 | -2/+2 | |
| | |||||
* | applied Jukka's diff | 2006-08-03 | 1 | -4/+5 | |
| | |||||
* | applied Sanders Makefile patch | 2006-08-03 | 1 | -26/+20 | |
| | |||||
* | using SRC instead of *.c | 2006-08-03 | 1 | -1/+1 | |
| | |||||
* | changed the files included in make dist | 2006-08-03 | 1 | -1/+2 | |
| | |||||
* | applied Sanders doc changes, added a PHONY line and changed the output of ↵ | 2006-08-03 | 1 | -1/+4 | |
| | | | | config.h creation somewhat | ||||
* | implemented the idea presented by Sander for dwm target | 2006-08-02 | 1 | -1/+4 | |
| |