aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* Makefile: remove the options targetHiltjo Posthuma2023-09-22
| | | | | | | | | | | 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.
* Makefile: just show the compiler outputHiltjo Posthuma2018-06-02
| | | | Don't be fancy and just show the actual output so debugging is simpler.
* remove old TODO and BUGS entriesHiltjo Posthuma2018-05-12
| | | | | | the bug in the dwm man page is an (ancient) Java issue. Thanks David and quinq for the patches and feedback!
* Makefile: package all files with make distHiltjo Posthuma2015-11-08
|
* renamed draw into drwAnselm R Garbe2013-04-17
|
* continued with draw.c abstraction, also started util.{h,c} implementation, ↵Anselm R Garbe2012-12-08
| | | | that will be used by draw.c as well
* basic draw.c structureanselm@garbe.us2012-11-18
|
* reverted dist target in Makefileanselm@anselm12008-05-19
|
* removed the exact focus mechanism of next/prev windowAnselm R Garbe2008-05-17
|
* this is the correct wayanselm@anselm12008-04-20
|
* copyright notice is in LICENSEanselm@anselm12008-04-20
|
* some cleanup changesAnselm R Garbe2008-04-03
|
* removed all defines of geoms, implemented setgeoms() instead, added ↵Anselm R Garbe2008-03-13
| | | | config.anselm.h to show how I'd like to see that people edit their geoms
* thx to Toni Lainsonarg@suckless.org2007-10-19
|
* removed dwm.h, just include C-files in config.h if you extend dwm, that's ↵arg@suckless.org2007-10-18
| | | | simplier and most flexible than all other possibilities
* recreated dwm.hAnselm R. Garbe2007-10-11
|
* renamed config.h into config.def.h, config.h will be created if not present, ↵Anselm R. Garbe2007-09-23
| | | | this seems less annoying after all
* made all stuff non-static - so you can choose wether to use dwm the static ↵arg@suckless.org2007-09-17
| | | | or the extern way when extending it
* micromizing dwm step 1Anselm R. Garbe2007-09-15
|
* moved bar-related stuff to bar.c (merged draw.c into that)Anselm R. Garbe2007-09-15
|
* renamed config.default.h into config.hAnselm R. Garbe2007-09-15
|
* dist target only needs to add config.default.hAnselm R. Garbe2007-09-15
|
* added screen.c, removed layout.c and tag.cAnselm R. Garbe2007-08-19
|
* fififiAnselm R. Garbe2007-08-15
|
* separated layout-specific stuff into separate .h and .c files which are ↵Anselm R. Garbe2007-08-11
| | | | 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 LDFLAGSAnselm R. Garbe2007-05-15
|
* yet another fix of copyright compactisitionAnselm R. Garbe2007-04-13
|
* fixed quoting and a commentAnselm R. Garbe2007-02-21
|
* added draw.c again (except getcolor and setfont which are helpers in main.c)Anselm R. Garbe2007-02-20
|
* split screen.c into layout.c and tag.c (because the view is an implicit ↵Anselm R. Garbe2007-02-20
| | | | mixture of both)
* draw.c is useless (belongs to main.c now)Anselm R. Garbe2007-02-19
|
* renamed view.c into screen.cAnselm R. Garbe2007-02-19
|
* merged tag.c, view.c and tile.c to manage.cAnselm R. Garbe2007-02-19
|
* introduced tile.c, some refactoring of functionsAnselm R. Garbe2007-02-19
|
* fixed copyright notice in MakefileAnselm R. Garbe2007-02-08
|
* got rid of LD (inspired by JGs patch to wmii)Anselm R. Garbe2007-02-05
|
* next version will contain updated copyright noticearg@mig292007-01-02
|
* separated several functions into view.cAnselm R. Garbe2006-08-22
|
* removed finished messageAnselm R.Garbe2006-08-14
|
* applied Sanders LD and resize patchesAnselm R.Garbe2006-08-14
|
* applied Sanders tiny patchesAnselm R.Garbe2006-08-08
|
* typo fixarg@10ksloc.org2006-08-07
|
* applied Sanders man page/Makefile patcharg@10ksloc.org2006-08-07
|
* added stripping to dwm target in Makefilearg@10ksloc.org2006-08-07
|
* removed CONFIGarg@10ksloc.org2006-08-03
|
* make config.h not a time dependencearg@10ksloc.org2006-08-03
|
* removed rm config.h from cleanarg@10ksloc.org2006-08-03
|
* added gmake compliancearg@10ksloc.org2006-08-03
|
* applied Jukka's diffarg@10ksloc.org2006-08-03
|
* applied Sanders Makefile patcharg@10ksloc.org2006-08-03
|