Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-19 | bump version to 5.3HEADmaster | ||
2022-10-04 | bump version to 5.2 | ||
2022-05-01 | Makefile: add manual path for OpenBSD | ||
2022-02-11 | bump version to 5.1 | ||
2022-02-08 | revert using strcasestr and use a more optimized portable version | ||
... compared to the old cistrstr(). Thanks for the feedback! | |||
2022-02-07 | follow-up fix: add -D_GNU_SOURCE for strcasestr for some systems | ||
2020-09-02 | bump version to 5.0 | ||
... and bump LICENSE year. | |||
2019-02-02 | Prepared 4.9 release. | ||
2018-06-02 | Do not strip at link stage | ||
Building with debug symbols is worthless unless LDFLAGS are manually adjusted as well. | |||
2018-04-22 | Makefile: bikesheddingly replace ${} with $() | ||
2018-03-14 | bump version to 4.8 | ||
2017-05-02 | release 4.7 | ||
2015-12-19 | Shut up glibc about _BSD_SOURCE being deprecated | ||
2015-09-28 | config.mk: use -std=c99 | ||
2015-09-27 | config.mk: fix _XOPEN_SOURCE=700 for getline() | ||
2015-09-27 | config.mk: improve feature test check | ||
this fixes a crash on NetBSD because it requires -D_XOPEN_SOURCE (strdup, usleep). thanks k0ga and stateless for reporting and fixing this issue! | |||
2015-07-19 | config.mk: add FREETYPELIBS and FREETYPEINC | ||
These variables make it simpler to change the paths to this for ports. `pkg-config` is avoided because it sucks, in particular for cross-compilation. A commented path for *BSD is added, the Xft includes are located at: /usr/X11R6/include there. Also already bump the version number to 4.6, a release will come approximately in August. | |||
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 | |||
2012-04-06 | _POSIX_C_SOURCE=200809L | ||
2012-01-18 | remove _POSIX_C_SOURCE cflag | ||
2012-01-08 | update version 4.5-hg | ||
2012-01-04 | config.mk cleanup | ||
2011-11-19 | replace lsx with stest | ||
2011-09-19 | change version to 'hg' | ||
2011-07-04 | rebind ^N ^P | ||
2011-05-18 | bugfix | ||
2011-05-15 | portability | ||
2011-05-15 | cleanup | ||
2011-05-14 | increment version | ||
2011-01-07 | cache option in config.mk | ||
2010-11-20 | fixed dist target bug | ||
2010-11-11 | removed libdc dependence | ||
2010-09-13 | fixed linking bug (thanks Jacob Nixdorf) & iscntrl corner case | ||
2010-08-10 | simplifications | ||
2010-08-02 | fixed bugs, no more config.h, updated manpage, new libdraw | ||
2010-06-30 | libdraw now has own repo | ||
2010-06-24 | moved draw.c to libdraw.a | ||
2010-05-29 | prepared bugfix release 4.1.1 | ||
2009-11-28 | applied cursor, vertical and paste patches for upcoming 4.1 dmenu version ↵ | ||
(due to the fact that surf is using dmenu as well) | |||
2009-02-21 | applied Matthias Christian Ott's sanity fixes (thanks a lot!) | ||
2008-12-12 | next release will be 4.0 | ||
2008-08-18 | backported drawtext() simplifications to dmenu | ||
2008-06-19 | minor fix | ||
2008-06-18 | minor fix | ||
2008-06-13 | cosmetic fixes | ||
2008-05-19 | added Xinerama support to dmenu, reverted -b behavior, removed -x, -y, -w | ||
2008-04-09 | re-applied Peter Hartlich's and Jukkas dmenu-related patches, for odd ↵ | ||
reasons they disappeared | |||
2008-03-18 | fixed match() to prefer prefix-matches to strstr-matches in the match list, ↵ | ||
extended the -y handling, next version is 3.6 | |||
2007-12-22 | added dmenu run | ||
2007-10-10 | adapted c99 for pedantic checks, even if those checks are somewhat broken | ||