aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeLines
* feat: remove config.h on clean installeug-vs2021-03-27-1/+1
* Makefile: just show the compiler outputHiltjo Posthuma2018-06-02-26/+17
* remove old TODO and BUGS entriesHiltjo Posthuma2018-05-12-1/+1
* Makefile: package all files with make distHiltjo Posthuma2015-11-08-2/+2
* renamed draw into drwAnselm R Garbe2013-04-17-1/+1
* continued with draw.c abstraction, also started util.{h,c} implementation, th...Anselm R Garbe2012-12-08-1/+1
* basic draw.c structureanselm@garbe.us2012-11-18-1/+1
* reverted dist target in Makefileanselm@anselm12008-05-19-1/+1
* removed the exact focus mechanism of next/prev windowAnselm R Garbe2008-05-17-1/+1
* this is the correct wayanselm@anselm12008-04-20-0/+1
* copyright notice is in LICENSEanselm@anselm12008-04-20-1/+0
* some cleanup changesAnselm R Garbe2008-04-03-1/+1
* removed all defines of geoms, implemented setgeoms() instead, added config.an...Anselm R Garbe2008-03-13-1/+1
* thx to Toni Lainsonarg@suckless.org2007-10-19-2/+2
* removed dwm.h, just include C-files in config.h if you extend dwm, that's sim...arg@suckless.org2007-10-18-2/+2
* recreated dwm.hAnselm R. Garbe2007-10-11-1/+1
* renamed config.h into config.def.h, config.h will be created if not present, ...Anselm R. Garbe2007-09-23-1/+5
* made all stuff non-static - so you can choose wether to use dwm the static or...arg@suckless.org2007-09-17-1/+1
* micromizing dwm step 1Anselm R. Garbe2007-09-15-3/+3
* moved bar-related stuff to bar.c (merged draw.c into that)Anselm R. Garbe2007-09-15-1/+1
* renamed config.default.h into config.hAnselm R. Garbe2007-09-15-5/+1
* dist target only needs to add config.default.hAnselm R. Garbe2007-09-15-1/+1
* added screen.c, removed layout.c and tag.cAnselm R. Garbe2007-08-19-1/+1
* fififiAnselm R. Garbe2007-08-15-1/+1
* separated layout-specific stuff into separate .h and .c files which are inclu...Anselm R. Garbe2007-08-11-1/+1
* removed strip, added -s to LDFLAGSAnselm R. Garbe2007-05-15-1/+0
* yet another fix of copyright compactisitionAnselm R. Garbe2007-04-13-1/+1
* fixed quoting and a comment3.6Anselm R. Garbe2007-02-21-1/+1
* added draw.c again (except getcolor and setfont which are helpers in main.c)Anselm R. Garbe2007-02-20-1/+1
* split screen.c into layout.c and tag.c (because the view is an implicit mixtu...Anselm R. Garbe2007-02-20-1/+1
* draw.c is useless (belongs to main.c now)Anselm R. Garbe2007-02-19-1/+1
* renamed view.c into screen.cAnselm R. Garbe2007-02-19-1/+1
* merged tag.c, view.c and tile.c to manage.cAnselm R. Garbe2007-02-19-1/+1
* introduced tile.c, some refactoring of functionsAnselm R. Garbe2007-02-19-1/+1
* fixed copyright notice in MakefileAnselm R. Garbe2007-02-08-1/+1
* got rid of LD (inspired by JGs patch to wmii)Anselm R. Garbe2007-02-05-3/+2
* next version will contain updated copyright noticearg@mig292007-01-02-1/+1
* separated several functions into view.cAnselm R. Garbe2006-08-22-1/+1
* removed finished messageAnselm R.Garbe2006-08-14-1/+0
* applied Sanders LD and resize patchesAnselm R.Garbe2006-08-14-1/+2
* applied Sanders tiny patchesAnselm R.Garbe2006-08-08-1/+1
* typo fixarg@10ksloc.org2006-08-07-1/+1
* applied Sanders man page/Makefile patcharg@10ksloc.org2006-08-07-1/+1
* added stripping to dwm target in Makefilearg@10ksloc.org2006-08-07-0/+1
* removed CONFIGarg@10ksloc.org2006-08-03-3/+2
* make config.h not a time dependencearg@10ksloc.org2006-08-03-1/+1
* removed rm config.h from cleanarg@10ksloc.org2006-08-03-1/+1
* added gmake compliancearg@10ksloc.org2006-08-03-2/+2
* applied Jukka's diffarg@10ksloc.org2006-08-03-4/+5
* applied Sanders Makefile patcharg@10ksloc.org2006-08-03-26/+20