summaryrefslogtreecommitdiff
path: root/config.mk
Commit message (Collapse)AuthorAgeFilesLines
* bump version to 5.25.2Hiltjo Posthuma2022-10-041-1/+1
|
* Makefile: add manual path for OpenBSDHiltjo Posthuma2022-05-011-0/+1
|
* bump version to 5.15.1Hiltjo Posthuma2022-02-111-1/+1
|
* revert using strcasestr and use a more optimized portable versionHiltjo Posthuma2022-02-081-1/+1
| | | | | | ... compared to the old cistrstr(). Thanks for the feedback!
* follow-up fix: add -D_GNU_SOURCE for strcasestr for some systemsHiltjo Posthuma2022-02-071-1/+1
|
* bump version to 5.05.0Hiltjo Posthuma2020-09-021-1/+1
| | | | ... and bump LICENSE year.
* Prepared 4.9 release.4.9Anselm R Garbe2019-02-021-1/+1
|
* Do not strip at link stageHiltjo Posthuma2018-06-021-1/+1
| | | | | Building with debug symbols is worthless unless LDFLAGS are manually adjusted as well.
* Makefile: bikesheddingly replace ${} with $()Quentin Rameau2018-04-221-7/+7
|
* bump version to 4.84.8Hiltjo Posthuma2018-03-141-1/+1
|
* release 4.74.7Hiltjo Posthuma2017-05-021-1/+1
|
* Shut up glibc about _BSD_SOURCE being deprecatedQuentin Rameau2015-12-191-1/+1
|
* config.mk: use -std=c99Hiltjo Posthuma2015-09-281-1/+1
|
* config.mk: fix _XOPEN_SOURCE=700 for getline()Hiltjo Posthuma2015-09-271-1/+1
|
* config.mk: improve feature test checkHiltjo Posthuma2015-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 FREETYPEINCHiltjo Posthuma2015-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 libHiltjo Posthuma2015-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=200809LConnor Lane Smith2012-04-061-1/+1
|
* remove _POSIX_C_SOURCE cflagConnor Lane Smith2012-01-181-3/+2
|
* update version 4.5-hgConnor Lane Smith2012-01-081-1/+1
|
* config.mk cleanupanselm@garbe.us2012-01-041-2/+3
|
* replace lsx with stestConnor Lane Smith2011-11-191-1/+1
|
* change version to 'hg'Connor Lane Smith2011-09-191-1/+1
|
* rebind ^N ^PConnor Lane Smith2011-07-041-1/+1
|
* bugfix4.3.1Connor Lane Smith2011-05-181-1/+1
|
* portabilityConnor Lane Smith2011-05-151-1/+1
|
* cleanupConnor Lane Smith2011-05-151-5/+1
|
* increment versionConnor Lane Smith2011-05-141-1/+1
|
* cache option in config.mkConnor Lane Smith2011-01-071-2/+4
|
* fixed dist target bug4.2.1Anselm R Garbe2010-11-201-1/+1
|
* removed libdc dependenceConnor Lane Smith2010-11-111-1/+1
|
* fixed linking bug (thanks Jacob Nixdorf) & iscntrl corner caseConnor Lane Smith2010-09-131-1/+1
|
* simplificationsConnor Lane Smith2010-08-101-1/+0
|
* fixed bugs, no more config.h, updated manpage, new libdrawConnor Lane Smith2010-08-021-10/+7
|
* libdraw now has own repoConnor Lane Smith2010-06-301-2/+2
|
* moved draw.c to libdraw.aConnor Lane Smith2010-06-241-2/+2
|
* prepared bugfix release 4.1.14.1.1Anselm R Garbe2010-05-291-1/+1
|
* applied cursor, vertical and paste patches for upcoming 4.1 dmenu version ↵Anselm R Garbe2009-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!)4.0Anselm R Garbe2009-02-211-1/+1
|
* next release will be 4.0a@null2008-12-121-1/+1
|
* backported drawtext() simplifications to dmenuAnselm R Garbe2008-08-181-1/+1
|
* minor fixAnselm R Garbe2008-06-191-1/+1
|
* minor fix3.7Anselm R Garbe2008-06-181-1/+0
|
* cosmetic fixesAnselm R Garbe2008-06-131-3/+1
|
* added Xinerama support to dmenu, reverted -b behavior, removed -x, -y, -wanselm@anselm12008-05-191-2/+7
|
* re-applied Peter Hartlich's and Jukkas dmenu-related patches, for odd ↵Anselm R Garbe2008-04-091-1/+1
| | | | reasons they disappeared
* fixed match() to prefer prefix-matches to strstr-matches in the match list, ↵Anselm R Garbe2008-03-181-1/+1
| | | | extended the -y handling, next version is 3.6
* added dmenu runanselm@anselm12007-12-221-1/+1
|
* adapted c99 for pedantic checks, even if those checks are somewhat broken3.4Anselm R. Garbe2007-10-101-1/+1
|
* applied Michał Janeczek dmenu patch, made dmenu match case-insensitive by ↵Anselm R. Garbe2007-09-231-1/+1
| | | | default, added -i command line option to enable ido matching, added Michał to Copyright holders