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.
* Makefile: bikesheddingly replace ${} with $()Quentin Rameau2018-04-22
|
* Makefile: package config.def.h on make distHiltjo Posthuma2015-11-08
|
* stest: get rid of getopt, use suckless arg.hHiltjo Posthuma2015-07-19
| | | | ... also some style improvements.
* Use libdraw: add Xft and fallback-fonts support to graphics libHiltjo Posthuma2015-06-27
| | | | | | | | | | | - libdraw, util: add drw.{c,h}, util.{c,h} and update code. - libdraw: fix drw_rect(): use w and h parameter. - libdraw: print errstr if last character in string was ":" (sbase). - libdraw: drw_clr_free() allow valid free(NULL). - config.def.h: set default font to monospace. - cleanup() on exit. - LICENSE: update license string for dmenu -v to 2015. - LICENSE: add myself to LICENSE
* adopted Alex Sedov's config.h revival patch to tipAnselm R Garbe2013-04-17
|
* dmenu_run: Split cache logic to dmenu_path againQuentin Glidic2012-07-30
| | | | This allows to run dmenu_path to update the cache using a packager manager hook system
* replace lsx with stestConnor Lane Smith2011-11-19
|
* makefile: *.o depend on draw.hConnor Lane Smith2011-10-26
|
* add lsx.1 to distConnor Lane Smith2011-07-19
|
* make clean lsxConnor Lane Smith2011-06-23
|
* new dmenu_runConnor Lane Smith2011-06-13
|
* new lsx branchConnor Lane Smith2011-06-13
|
* cleanupConnor Lane Smith2011-05-15
|
* fast dmenu_path scriptConnor Lane Smith2011-05-14
|
* gmake spewsConnor Lane Smith2010-12-01
|
* posix makefileConnor Lane Smith2010-12-01
|
* fixed dist target bugAnselm R Garbe2010-11-20
|
* fixed config.mk depConnor Lane Smith2010-11-12
|
* removed libdc dependenceConnor Lane Smith2010-11-11
|
* dmenu_path.c (shell is a bottleneck)Connor Lane Smith2010-10-08
|
* replaced promptwConnor Lane Smith2010-08-02
|
* fixed bugs, no more config.h, updated manpage, new libdrawConnor Lane Smith2010-08-02
|
* updated manpage, added paste, cleaned up, new libdrawConnor Lane Smith2010-07-31
|
* merged dmenu & dinput (clunky interface)Connor Lane Smith2010-07-30
|
* added dmenu.h, common.cConnor Lane Smith2010-07-02
|
* libdraw now has own repoConnor Lane Smith2010-06-30
|
* moved draw.c to libdraw.aConnor Lane Smith2010-06-24
|
* fixed makefileConnor Lane Smith2010-06-23
|
* added draw.hConnor Lane Smith2010-06-23
|
* initial dmenu / dinput separationConnor Lane Smith2010-06-23
|
* prepared dmenu-4.1 releaseAnselm R Garbe2010-05-28
|
* several performance tweaksanselm@anselm12008-03-22
|
* added dmenu runanselm@anselm12007-12-22
|
* micromizing dmenu step 1Anselm R. Garbe2007-09-16
|
* removed strip, added -s to LDFLAGsAnselm R. Garbe2007-05-15
|
* making copyright notice more compactAnselm R. Garbe2007-04-13
|
* added dmenu_path convenience scriptAnselm R. Garbe2007-02-23
|
* applied the fix inspired by a recent wmii commitAnselm R. Garbe2007-02-21
|
* readded draw.c again (except getcolor and setfont)Anselm R. Garbe2007-02-20
|
* removed draw.c, implemented C-w handling (backward word deletion)Anselm R. Garbe2007-02-19
|
* fixed Copyright notice in MakefileAnselm R. Garbe2007-02-08
|
* got rid of LD, inspired by JGs patch to wmiiAnselm R. Garbe2007-02-05
|
* next version will contain updated copyright noticearg@mig292007-01-02
|
* removed crap from Makefilearg@mmvi2006-09-26
|
* removed config.h stuff, made dwm configurable due to command line optionsarg@mmvi2006-09-26
|
* applied sanders Makefile patchAnselm R.Garbe2006-08-16
|
* removed finished messageAnselm R.Garbe2006-08-14
|
* applied Sanders LD patchAnselm R.Garbe2006-08-14
|