aboutsummaryrefslogtreecommitdiff
path: root/config.mk
AgeCommit message (Collapse)AuthorFilesLines
2022-02-11bump version to 5.15.1Hiltjo Posthuma1-1/+1
2022-02-08revert using strcasestr and use a more optimized portable versionHiltjo Posthuma1-1/+1
... compared to the old cistrstr(). Thanks for the feedback!
2022-02-07follow-up fix: add -D_GNU_SOURCE for strcasestr for some systemsHiltjo Posthuma1-1/+1
2020-09-02bump version to 5.05.0Hiltjo Posthuma1-1/+1
... and bump LICENSE year.
2019-02-02Prepared 4.9 release.4.9Anselm R Garbe1-1/+1
2018-06-02Do not strip at link stageHiltjo Posthuma1-1/+1
Building with debug symbols is worthless unless LDFLAGS are manually adjusted as well.
2018-04-22Makefile: bikesheddingly replace ${} with $()Quentin Rameau1-7/+7
2018-03-14bump version to 4.84.8Hiltjo Posthuma1-1/+1
2017-05-02release 4.74.7Hiltjo Posthuma1-1/+1
2015-12-19Shut up glibc about _BSD_SOURCE being deprecatedQuentin Rameau1-1/+1
2015-09-28config.mk: use -std=c99Hiltjo Posthuma1-1/+1
2015-09-27config.mk: fix _XOPEN_SOURCE=700 for getline()Hiltjo Posthuma1-1/+1
2015-09-27config.mk: improve feature test checkHiltjo Posthuma1-1/+1
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-19config.mk: add FREETYPELIBS and FREETYPEINCHiltjo Posthuma1-3/+9
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-27Use libdraw: add Xft and fallback-fonts support to graphics libHiltjo Posthuma1-2/+2
- 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=200809LConnor Lane Smith1-1/+1
2012-01-18remove _POSIX_C_SOURCE cflagConnor Lane Smith1-3/+2
2012-01-08update version 4.5-hgConnor Lane Smith1-1/+1
2012-01-04config.mk cleanupanselm@garbe.us1-2/+3
2011-11-19replace lsx with stestConnor Lane Smith1-1/+1
2011-09-19change version to 'hg'Connor Lane Smith1-1/+1
2011-07-04rebind ^N ^PConnor Lane Smith1-1/+1
2011-05-18bugfix4.3.1Connor Lane Smith1-1/+1
2011-05-15portabilityConnor Lane Smith1-1/+1
2011-05-15cleanupConnor Lane Smith1-5/+1
2011-05-14increment versionConnor Lane Smith1-1/+1
2011-01-07cache option in config.mkConnor Lane Smith1-2/+4
2010-11-20fixed dist target bug4.2.1Anselm R Garbe1-1/+1
2010-11-11removed libdc dependenceConnor Lane Smith1-1/+1
2010-09-13fixed linking bug (thanks Jacob Nixdorf) & iscntrl corner caseConnor Lane Smith1-1/+1
2010-08-10simplificationsConnor Lane Smith1-1/+0
2010-08-02fixed bugs, no more config.h, updated manpage, new libdrawConnor Lane Smith1-10/+7
2010-06-30libdraw now has own repoConnor Lane Smith1-2/+2
2010-06-24moved draw.c to libdraw.aConnor Lane Smith1-2/+2
2010-05-29prepared bugfix release 4.1.14.1.1Anselm R Garbe1-1/+1
2009-11-28applied cursor, vertical and paste patches for upcoming 4.1 dmenu version ↵Anselm R Garbe1-1/+1
(due to the fact that surf is using dmenu as well)
2009-02-21applied Matthias Christian Ott's sanity fixes (thanks a lot!)4.0Anselm R Garbe1-1/+1
2008-12-12next release will be 4.0a@null1-1/+1
2008-08-18backported drawtext() simplifications to dmenuAnselm R Garbe1-1/+1
2008-06-19minor fixAnselm R Garbe1-1/+1
2008-06-18minor fix3.7Anselm R Garbe1-1/+0
2008-06-13cosmetic fixesAnselm R Garbe1-3/+1
2008-05-19added Xinerama support to dmenu, reverted -b behavior, removed -x, -y, -wanselm@anselm11-2/+7
2008-04-09re-applied Peter Hartlich's and Jukkas dmenu-related patches, for odd ↵Anselm R Garbe1-1/+1
reasons they disappeared
2008-03-18fixed match() to prefer prefix-matches to strstr-matches in the match list, ↵Anselm R Garbe1-1/+1
extended the -y handling, next version is 3.6
2007-12-22added dmenu runanselm@anselm11-1/+1
2007-10-10adapted c99 for pedantic checks, even if those checks are somewhat broken3.4Anselm R. Garbe1-1/+1
2007-09-23applied Michał Janeczek dmenu patch, made dmenu match case-insensitive by ↵Anselm R. Garbe1-1/+1
default, added -i command line option to enable ido matching, added Michał to Copyright holders
2007-09-17next version is 3.3arg@suckless.org1-1/+1
2007-05-23applied Jukka's fixAnselm R. Garbe1-1/+1