summaryrefslogtreecommitdiffstats
path: root/config.mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* adapted c99 for pedantic checks, even if those checks are somewhat brokenGravatar Anselm R. Garbe 2007-10-101-1/+1
|
* applied Michał Janeczek dmenu patch, made dmenu match case-insensitive by ↵Gravatar Anselm R. Garbe 2007-09-231-1/+1
| | | | default, added -i command line option to enable ido matching, added Michał to Copyright holders
* next version is 3.3Gravatar arg@suckless.org 2007-09-171-1/+1
|
* applied Jukka's fixGravatar Anselm R. Garbe 2007-05-231-1/+1
|
* removed strip, added -s to LDFLAGsGravatar Anselm R. Garbe 2007-05-151-1/+1
|
* fixed a small bug in dmenu when an empty font is suppliedGravatar Anselm R. Garbe 2007-05-021-1/+1
|
* making copyright notice more compactGravatar Anselm R. Garbe 2007-04-131-1/+1
|
* next version is 2.9Gravatar Anselm R. Garbe 2007-03-281-1/+1
|
* attempt to grab the keyboard only 1000 times, not forever.Gravatar Anselm R. Garbe 2007-03-071-1/+1
|
* also, don't set the font all the timeGravatar Anselm R. Garbe 2007-03-021-1/+1
|