summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* removed the exact focus mechanism of next/prev windowGravatar Anselm R Garbe 2008-05-171-1/+1
* this is the correct wayGravatar anselm@anselm1 2008-04-201-0/+1
* copyright notice is in LICENSEGravatar anselm@anselm1 2008-04-201-1/+0
* some cleanup changesGravatar Anselm R Garbe 2008-04-031-1/+1
* removed all defines of geoms, implemented setgeoms() instead, added config.an...Gravatar Anselm R Garbe 2008-03-131-1/+1
* thx to Toni LainsonGravatar arg@suckless.org 2007-10-191-2/+2
* removed dwm.h, just include C-files in config.h if you extend dwm, that's sim...Gravatar arg@suckless.org 2007-10-181-2/+2
* recreated dwm.hGravatar Anselm R. Garbe 2007-10-111-1/+1
* renamed config.h into config.def.h, config.h will be created if not present, ...Gravatar Anselm R. Garbe 2007-09-231-1/+5
* made all stuff non-static - so you can choose wether to use dwm the static or...Gravatar arg@suckless.org 2007-09-171-1/+1
* micromizing dwm step 1Gravatar Anselm R. Garbe 2007-09-151-3/+3
* moved bar-related stuff to bar.c (merged draw.c into that)Gravatar Anselm R. Garbe 2007-09-151-1/+1
* renamed config.default.h into config.hGravatar Anselm R. Garbe 2007-09-151-5/+1
* dist target only needs to add config.default.hGravatar Anselm R. Garbe 2007-09-151-1/+1
* added screen.c, removed layout.c and tag.cGravatar Anselm R. Garbe 2007-08-191-1/+1
* fififiGravatar Anselm R. Garbe 2007-08-151-1/+1
* separated layout-specific stuff into separate .h and .c files which are inclu...Gravatar Anselm R. Garbe 2007-08-111-1/+1
* removed strip, added -s to LDFLAGSGravatar Anselm R. Garbe 2007-05-151-1/+0
* yet another fix of copyright compactisitionGravatar Anselm R. Garbe 2007-04-131-1/+1
* fixed quoting and a commentGravatar Anselm R. Garbe 2007-02-211-1/+1
* added draw.c again (except getcolor and setfont which are helpers in main.c)Gravatar Anselm R. Garbe 2007-02-201-1/+1
* split screen.c into layout.c and tag.c (because the view is an implicit mixtu...Gravatar Anselm R. Garbe 2007-02-201-1/+1
* draw.c is useless (belongs to main.c now)Gravatar Anselm R. Garbe 2007-02-191-1/+1
* renamed view.c into screen.cGravatar Anselm R. Garbe 2007-02-191-1/+1
* merged tag.c, view.c and tile.c to manage.cGravatar Anselm R. Garbe 2007-02-191-1/+1
* introduced tile.c, some refactoring of functionsGravatar Anselm R. Garbe 2007-02-191-1/+1
* fixed copyright notice in MakefileGravatar Anselm R. Garbe 2007-02-081-1/+1
* got rid of LD (inspired by JGs patch to wmii)Gravatar Anselm R. Garbe 2007-02-051-3/+2
* next version will contain updated copyright noticeGravatar arg@mig29 2007-01-021-1/+1
* separated several functions into view.cGravatar Anselm R. Garbe 2006-08-221-1/+1
* removed finished messageGravatar Anselm R.Garbe 2006-08-141-1/+0
* applied Sanders LD and resize patchesGravatar Anselm R.Garbe 2006-08-141-1/+2
* applied Sanders tiny patchesGravatar Anselm R.Garbe 2006-08-081-1/+1
* typo fixGravatar arg@10ksloc.org 2006-08-071-1/+1
* applied Sanders man page/Makefile patchGravatar arg@10ksloc.org 2006-08-071-1/+1
* added stripping to dwm target in MakefileGravatar arg@10ksloc.org 2006-08-071-0/+1
* removed CONFIGGravatar arg@10ksloc.org 2006-08-031-3/+2
* make config.h not a time dependenceGravatar arg@10ksloc.org 2006-08-031-1/+1
* removed rm config.h from cleanGravatar arg@10ksloc.org 2006-08-031-1/+1
* added gmake complianceGravatar arg@10ksloc.org 2006-08-031-2/+2
* applied Jukka's diffGravatar arg@10ksloc.org 2006-08-031-4/+5
* applied Sanders Makefile patchGravatar arg@10ksloc.org 2006-08-031-26/+20
* using SRC instead of *.cGravatar arg@10ksloc.org 2006-08-031-1/+1
* changed the files included in make distGravatar arg@10ksloc.org 2006-08-031-1/+2
* applied Sanders doc changes, added a PHONY line and changed the output of con...Gravatar arg@10ksloc.org 2006-08-031-1/+4
* implemented the idea presented by Sander for dwm targetGravatar arg@10ksloc.org 2006-08-021-1/+4
* applied Sanders patchesGravatar arg@10ksloc.org 2006-08-011-2/+1
* makefile now sets permissions for executables and man pagesGravatar arg@10ksloc.org 2006-07-201-0/+6
* simplified MakefileGravatar Anselm R. Garbe 2006-07-171-2/+2
* rearranged several stuffGravatar Anselm R. Garbe 2006-07-151-1/+1