aboutsummaryrefslogtreecommitdiff
path: root/config.mk
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* bugfixConnor 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 bugAnselm 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.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!)Anselm 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 fixAnselm 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 brokenAnselm 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
* next version is 3.3arg@suckless.org2007-09-171-1/+1
|
* applied Jukka's fixAnselm R. Garbe2007-05-231-1/+1
|
* removed strip, added -s to LDFLAGsAnselm R. Garbe2007-05-151-1/+1
|
* fixed a small bug in dmenu when an empty font is suppliedAnselm R. Garbe2007-05-021-1/+1
|
* making copyright notice more compactAnselm R. Garbe2007-04-131-1/+1
|
* next version is 2.9Anselm R. Garbe2007-03-281-1/+1
|
* attempt to grab the keyboard only 1000 times, not forever.Anselm R. Garbe2007-03-071-1/+1
|
* also, don't set the font all the timeAnselm R. Garbe2007-03-021-1/+1
|
* next is 2.6, but not yet ;)Anselm R. Garbe2007-02-261-1/+1
|
* fixed a bug when dmenu is run with -vAnselm R. Garbe2007-02-231-1/+1
|
* ok 2.4.2Anselm R. Garbe2007-02-231-1/+1
|
* hotfixAnselm R. Garbe2007-02-231-1/+1
|