Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-23 | Makefile: remove the options target | Hiltjo Posthuma | |
The Makefile used to suppress output (by using @), so this target made sense at the time. But the Makefile should be simple and make debugging with less abstractions or fancy printing. The Makefile was made verbose and doesn't hide the build output, so remove this target. Prompted by a question on the mailing list about the options target. | |||
2018-06-02 | Makefile: just show the compiler output | Hiltjo Posthuma | |
Don't be fancy and just show the actual output so debugging is simpler. | |||
2018-05-12 | remove old TODO and BUGS entries | Hiltjo Posthuma | |
the bug in the dwm man page is an (ancient) Java issue. Thanks David and quinq for the patches and feedback! | |||
2015-11-08 | Makefile: package all files with make dist | Hiltjo Posthuma | |
2013-04-17 | renamed draw into drw | Anselm R Garbe | |
2012-12-08 | continued with draw.c abstraction, also started util.{h,c} implementation, ↵ | Anselm R Garbe | |
that will be used by draw.c as well | |||
2012-11-18 | basic draw.c structure | anselm@garbe.us | |
2008-05-19 | reverted dist target in Makefile | anselm@anselm1 | |
2008-05-17 | removed the exact focus mechanism of next/prev window | Anselm R Garbe | |
2008-04-20 | this is the correct way | anselm@anselm1 | |
2008-04-20 | copyright notice is in LICENSE | anselm@anselm1 | |
2008-04-03 | some cleanup changes | Anselm R Garbe | |
2008-03-13 | removed all defines of geoms, implemented setgeoms() instead, added ↵ | Anselm R Garbe | |
config.anselm.h to show how I'd like to see that people edit their geoms | |||
2007-10-19 | thx to Toni Lainson | arg@suckless.org | |
2007-10-18 | removed dwm.h, just include C-files in config.h if you extend dwm, that's ↵ | arg@suckless.org | |
simplier and most flexible than all other possibilities | |||
2007-10-11 | recreated dwm.h | Anselm R. Garbe | |
2007-09-23 | renamed config.h into config.def.h, config.h will be created if not present, ↵ | Anselm R. Garbe | |
this seems less annoying after all | |||
2007-09-17 | made all stuff non-static - so you can choose wether to use dwm the static ↵ | arg@suckless.org | |
or the extern way when extending it | |||
2007-09-15 | micromizing dwm step 1 | Anselm R. Garbe | |
2007-09-15 | moved bar-related stuff to bar.c (merged draw.c into that) | Anselm R. Garbe | |
2007-09-15 | renamed config.default.h into config.h | Anselm R. Garbe | |
2007-09-15 | dist target only needs to add config.default.h | Anselm R. Garbe | |
2007-08-19 | added screen.c, removed layout.c and tag.c | Anselm R. Garbe | |
2007-08-15 | fififi | Anselm R. Garbe | |
2007-08-11 | separated layout-specific stuff into separate .h and .c files which are ↵ | Anselm R. Garbe | |
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 | |
2007-04-13 | yet another fix of copyright compactisition | Anselm R. Garbe | |
2007-02-21 | fixed quoting and a comment | Anselm R. Garbe | |
2007-02-20 | added draw.c again (except getcolor and setfont which are helpers in main.c) | Anselm R. Garbe | |
2007-02-20 | split screen.c into layout.c and tag.c (because the view is an implicit ↵ | Anselm R. Garbe | |
mixture of both) | |||
2007-02-19 | draw.c is useless (belongs to main.c now) | Anselm R. Garbe | |
2007-02-19 | renamed view.c into screen.c | Anselm R. Garbe | |
2007-02-19 | merged tag.c, view.c and tile.c to manage.c | Anselm R. Garbe | |
2007-02-19 | introduced tile.c, some refactoring of functions | Anselm R. Garbe | |
2007-02-08 | fixed copyright notice in Makefile | Anselm R. Garbe | |
2007-02-05 | got rid of LD (inspired by JGs patch to wmii) | Anselm R. Garbe | |
2007-01-02 | next version will contain updated copyright notice | arg@mig29 | |
2006-08-22 | separated several functions into view.c | Anselm R. Garbe | |
2006-08-14 | removed finished message | Anselm R.Garbe | |
2006-08-14 | applied Sanders LD and resize patches | Anselm R.Garbe | |
2006-08-08 | applied Sanders tiny patches | Anselm R.Garbe | |
2006-08-07 | typo fix | arg@10ksloc.org | |
2006-08-07 | applied Sanders man page/Makefile patch | arg@10ksloc.org | |
2006-08-07 | added stripping to dwm target in Makefile | arg@10ksloc.org | |
2006-08-03 | removed CONFIG | arg@10ksloc.org | |
2006-08-03 | make config.h not a time dependence | arg@10ksloc.org | |
2006-08-03 | removed rm config.h from clean | arg@10ksloc.org | |
2006-08-03 | added gmake compliance | arg@10ksloc.org | |
2006-08-03 | applied Jukka's diff | arg@10ksloc.org | |
2006-08-03 | applied Sanders Makefile patch | arg@10ksloc.org | |