aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)Author
2023-09-22Makefile: remove the options targetHiltjo 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-02Makefile: just show the compiler outputHiltjo Posthuma
Don't be fancy and just show the actual output so debugging is simpler.
2018-05-12remove old TODO and BUGS entriesHiltjo Posthuma
the bug in the dwm man page is an (ancient) Java issue. Thanks David and quinq for the patches and feedback!
2015-11-08Makefile: package all files with make distHiltjo Posthuma
2013-04-17renamed draw into drwAnselm R Garbe
2012-12-08continued with draw.c abstraction, also started util.{h,c} implementation, ↵Anselm R Garbe
that will be used by draw.c as well
2012-11-18basic draw.c structureanselm@garbe.us
2008-05-19reverted dist target in Makefileanselm@anselm1
2008-05-17removed the exact focus mechanism of next/prev windowAnselm R Garbe
2008-04-20this is the correct wayanselm@anselm1
2008-04-20copyright notice is in LICENSEanselm@anselm1
2008-04-03some cleanup changesAnselm R Garbe
2008-03-13removed 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-19thx to Toni Lainsonarg@suckless.org
2007-10-18removed 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-11recreated dwm.hAnselm R. Garbe
2007-09-23renamed 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-17made 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-15micromizing dwm step 1Anselm R. Garbe
2007-09-15moved bar-related stuff to bar.c (merged draw.c into that)Anselm R. Garbe
2007-09-15renamed config.default.h into config.hAnselm R. Garbe
2007-09-15dist target only needs to add config.default.hAnselm R. Garbe
2007-08-19added screen.c, removed layout.c and tag.cAnselm R. Garbe
2007-08-15fififiAnselm R. Garbe
2007-08-11separated 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-15removed strip, added -s to LDFLAGSAnselm R. Garbe
2007-04-13yet another fix of copyright compactisitionAnselm R. Garbe
2007-02-21fixed quoting and a comment3.6Anselm R. Garbe
2007-02-20added draw.c again (except getcolor and setfont which are helpers in main.c)Anselm R. Garbe
2007-02-20split screen.c into layout.c and tag.c (because the view is an implicit ↵Anselm R. Garbe
mixture of both)
2007-02-19draw.c is useless (belongs to main.c now)Anselm R. Garbe
2007-02-19renamed view.c into screen.cAnselm R. Garbe
2007-02-19merged tag.c, view.c and tile.c to manage.cAnselm R. Garbe
2007-02-19introduced tile.c, some refactoring of functionsAnselm R. Garbe
2007-02-08fixed copyright notice in MakefileAnselm R. Garbe
2007-02-05got rid of LD (inspired by JGs patch to wmii)Anselm R. Garbe
2007-01-02next version will contain updated copyright noticearg@mig29
2006-08-22separated several functions into view.cAnselm R. Garbe
2006-08-14removed finished messageAnselm R.Garbe
2006-08-14applied Sanders LD and resize patchesAnselm R.Garbe
2006-08-08applied Sanders tiny patchesAnselm R.Garbe
2006-08-07typo fixarg@10ksloc.org
2006-08-07applied Sanders man page/Makefile patcharg@10ksloc.org
2006-08-07added stripping to dwm target in Makefilearg@10ksloc.org
2006-08-03removed CONFIGarg@10ksloc.org
2006-08-03make config.h not a time dependencearg@10ksloc.org
2006-08-03removed rm config.h from cleanarg@10ksloc.org
2006-08-03added gmake compliancearg@10ksloc.org
2006-08-03applied Jukka's diffarg@10ksloc.org
2006-08-03applied Sanders Makefile patcharg@10ksloc.org