summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* renamed draw into drwGravatar Anselm R Garbe 2013-04-171-1/+1
|
* continued with draw.c abstraction, also started util.{h,c} implementation, ↵Gravatar Anselm R Garbe 2012-12-081-1/+1
| | | | that will be used by draw.c as well
* basic draw.c structureGravatar anselm@garbe.us 2012-11-181-1/+1
|
* reverted dist target in MakefileGravatar anselm@anselm1 2008-05-191-1/+1
|
* 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 ↵Gravatar Anselm R Garbe 2008-03-131-1/+1
| | | | config.anselm.h to show how I'd like to see that people edit their geoms
* 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 ↵Gravatar arg@suckless.org 2007-10-181-2/+2
| | | | simplier and most flexible than all other possibilities
* 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
| | | | this seems less annoying after all
* made all stuff non-static - so you can choose wether to use dwm the static ↵Gravatar arg@suckless.org 2007-09-171-1/+1
| | | | or the extern way when extending it
* 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 ↵Gravatar Anselm R. Garbe 2007-08-111-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 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 ↵Gravatar Anselm R. Garbe 2007-02-201-1/+1
| | | | mixture of both)
* 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 ↵Gravatar arg@10ksloc.org 2006-08-031-1/+4
| | | | config.h creation somewhat
* implemented the idea presented by Sander for dwm targetGravatar arg@10ksloc.org 2006-08-021-1/+4
|