Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-22 | Makefile: remove the options target | ||
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. | |||
2018-06-02 | Makefile: just show the compiler output | ||
Don't be fancy and just show the actual output so debugging is simpler. | |||
2018-04-22 | Makefile: bikesheddingly replace ${} with $() | ||
2015-11-08 | Makefile: package config.def.h on make dist | ||
2015-07-19 | stest: get rid of getopt, use suckless arg.h | ||
... also some style improvements. | |||
2015-06-27 | Use libdraw: add Xft and fallback-fonts support to graphics lib | ||
- 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 | |||
2013-04-17 | adopted Alex Sedov's config.h revival patch to tip | ||
2012-07-30 | dmenu_run: Split cache logic to dmenu_path again | ||
This allows to run dmenu_path to update the cache using a packager manager hook system | |||
2011-11-19 | replace lsx with stest | ||
2011-10-26 | makefile: *.o depend on draw.h | ||
2011-07-19 | add lsx.1 to dist | ||
2011-06-23 | make clean lsx | ||
2011-06-13 | new dmenu_run | ||
2011-06-13 | new lsx branch | ||
2011-05-15 | cleanup | ||
2011-05-14 | fast dmenu_path script | ||
2010-12-01 | gmake spews | ||
2010-12-01 | posix makefile | ||
2010-11-20 | fixed dist target bug | ||
2010-11-12 | fixed config.mk dep | ||
2010-11-11 | removed libdc dependence | ||
2010-10-08 | dmenu_path.c (shell is a bottleneck) | ||
2010-08-02 | replaced promptw | ||
2010-08-02 | fixed bugs, no more config.h, updated manpage, new libdraw | ||
2010-07-31 | updated manpage, added paste, cleaned up, new libdraw | ||
2010-07-30 | merged dmenu & dinput (clunky interface) | ||
2010-07-02 | added dmenu.h, common.c | ||
2010-06-30 | libdraw now has own repo | ||
2010-06-24 | moved draw.c to libdraw.a | ||
2010-06-23 | fixed makefile | ||
2010-06-23 | added draw.h | ||
2010-06-23 | initial dmenu / dinput separation | ||
2010-05-28 | prepared dmenu-4.1 release | ||
2008-03-22 | several performance tweaks | ||
2007-12-22 | added dmenu run | ||
2007-09-16 | micromizing dmenu step 1 | ||
2007-05-15 | removed strip, added -s to LDFLAGs | ||
2007-04-13 | making copyright notice more compact | ||
2007-02-23 | added dmenu_path convenience script | ||
2007-02-21 | applied the fix inspired by a recent wmii commit | ||
2007-02-20 | readded draw.c again (except getcolor and setfont) | ||
2007-02-19 | removed draw.c, implemented C-w handling (backward word deletion) | ||
2007-02-08 | fixed Copyright notice in Makefile | ||
2007-02-05 | got rid of LD, inspired by JGs patch to wmii | ||
2007-01-02 | next version will contain updated copyright notice | ||
2006-09-26 | removed crap from Makefile | ||
2006-09-26 | removed config.h stuff, made dwm configurable due to command line options | ||
2006-08-16 | applied sanders Makefile patch | ||
2006-08-14 | removed finished message | ||
2006-08-14 | applied Sanders LD patch | ||