summaryrefslogtreecommitdiffstats
path: root/config.mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bump version to 5.4Gravatar Hiltjo Posthuma 2025-08-091-1/+1
|
* bump version to 5.3Gravatar Hiltjo Posthuma 2024-03-191-1/+1
|
* bump version to 5.2Gravatar Hiltjo Posthuma 2022-10-041-1/+1
|
* Makefile: add manual path for OpenBSDGravatar Hiltjo Posthuma 2022-05-011-0/+1
|
* bump version to 5.1Gravatar Hiltjo Posthuma 2022-02-111-1/+1
|
* revert using strcasestr and use a more optimized portable versionGravatar Hiltjo Posthuma 2022-02-081-1/+1
| | | | | | ... compared to the old cistrstr(). Thanks for the feedback!
* follow-up fix: add -D_GNU_SOURCE for strcasestr for some systemsGravatar Hiltjo Posthuma 2022-02-071-1/+1
|
* bump version to 5.0Gravatar Hiltjo Posthuma 2020-09-021-1/+1
| | | | ... and bump LICENSE year.
* Prepared 4.9 release.Gravatar Anselm R Garbe 2019-02-021-1/+1
|
* Do not strip at link stageGravatar Hiltjo Posthuma 2018-06-021-1/+1
| | | | | Building with debug symbols is worthless unless LDFLAGS are manually adjusted as well.
* Makefile: bikesheddingly replace ${} with $()Gravatar Quentin Rameau 2018-04-221-7/+7
|
* bump version to 4.8Gravatar Hiltjo Posthuma 2018-03-141-1/+1
|
* release 4.7Gravatar Hiltjo Posthuma 2017-05-021-1/+1
|
* Shut up glibc about _BSD_SOURCE being deprecatedGravatar Quentin Rameau 2015-12-191-1/+1
|
* config.mk: use -std=c99Gravatar Hiltjo Posthuma 2015-09-281-1/+1
|
* config.mk: fix _XOPEN_SOURCE=700 for getline()Gravatar Hiltjo Posthuma 2015-09-271-1/+1
|
* config.mk: improve feature test checkGravatar Hiltjo Posthuma 2015-09-271-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!
* config.mk: add FREETYPELIBS and FREETYPEINCGravatar Hiltjo Posthuma 2015-07-191-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.
* Use libdraw: add Xft and fallback-fonts support to graphics libGravatar Hiltjo Posthuma 2015-06-271-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
* _POSIX_C_SOURCE=200809LGravatar Connor Lane Smith 2012-04-061-1/+1
|
* remove _POSIX_C_SOURCE cflagGravatar Connor Lane Smith 2012-01-181-3/+2
|
* update version 4.5-hgGravatar Connor Lane Smith 2012-01-081-1/+1
|
* config.mk cleanupGravatar anselm@garbe.us 2012-01-041-2/+3
|
* replace lsx with stestGravatar Connor Lane Smith 2011-11-191-1/+1
|
* change version to 'hg'Gravatar Connor Lane Smith 2011-09-191-1/+1
|
* rebind ^N ^PGravatar Connor Lane Smith 2011-07-041-1/+1
|
* bugfixGravatar Connor Lane Smith 2011-05-181-1/+1
|
* portabilityGravatar Connor Lane Smith 2011-05-151-1/+1
|
* cleanupGravatar Connor Lane Smith 2011-05-151-5/+1
|
* increment versionGravatar Connor Lane Smith 2011-05-141-1/+1
|
* cache option in config.mkGravatar Connor Lane Smith 2011-01-071-2/+4
|
* fixed dist target bugGravatar Anselm R Garbe 2010-11-201-1/+1
|
* removed libdc dependenceGravatar Connor Lane Smith 2010-11-111-1/+1
|
* fixed linking bug (thanks Jacob Nixdorf) & iscntrl corner caseGravatar Connor Lane Smith 2010-09-131-1/+1
|
* simplificationsGravatar Connor Lane Smith 2010-08-101-1/+0
|
* fixed bugs, no more config.h, updated manpage, new libdrawGravatar Connor Lane Smith 2010-08-021-10/+7
|
* libdraw now has own repoGravatar Connor Lane Smith 2010-06-301-2/+2
|
* moved draw.c to libdraw.aGravatar Connor Lane Smith 2010-06-241-2/+2
|
* prepared bugfix release 4.1.1Gravatar Anselm R Garbe 2010-05-291-1/+1
|
* applied cursor, vertical and paste patches for upcoming 4.1 dmenu version ↵Gravatar Anselm R Garbe 2009-11-281-1/+1
| | | | (due to the fact that surf is using dmenu as well)
* applied Matthias Christian Ott's sanity fixes (thanks a lot!)Gravatar Anselm R Garbe 2009-02-211-1/+1
|
* next release will be 4.0Gravatar a@null 2008-12-121-1/+1
|
* backported drawtext() simplifications to dmenuGravatar Anselm R Garbe 2008-08-181-1/+1
|
* minor fixGravatar Anselm R Garbe 2008-06-191-1/+1
|
* minor fixGravatar Anselm R Garbe 2008-06-181-1/+0
|
* cosmetic fixesGravatar Anselm R Garbe 2008-06-131-3/+1
|
* added Xinerama support to dmenu, reverted -b behavior, removed -x, -y, -wGravatar anselm@anselm1 2008-05-191-2/+7
|
* re-applied Peter Hartlich's and Jukkas dmenu-related patches, for odd ↵Gravatar Anselm R Garbe 2008-04-091-1/+1
| | | | reasons they disappeared
* fixed match() to prefer prefix-matches to strstr-matches in the match list, ↵Gravatar Anselm R Garbe 2008-03-181-1/+1
| | | | extended the -y handling, next version is 3.6
* added dmenu runGravatar anselm@anselm1 2007-12-221-1/+1
|