aboutsummaryrefslogtreecommitdiff
path: root/config.mk
Commit message (Collapse)AuthorAge
* bump version to 5.1Hiltjo Posthuma2022-02-11
|
* revert using strcasestr and use a more optimized portable versionHiltjo Posthuma2022-02-08
| | | | | | ... compared to the old cistrstr(). Thanks for the feedback!
* follow-up fix: add -D_GNU_SOURCE for strcasestr for some systemsHiltjo Posthuma2022-02-07
|
* bump version to 5.0Hiltjo Posthuma2020-09-02
| | | | ... and bump LICENSE year.
* Prepared 4.9 release.Anselm R Garbe2019-02-02
|
* Do not strip at link stageHiltjo Posthuma2018-06-02
| | | | | Building with debug symbols is worthless unless LDFLAGS are manually adjusted as well.
* Makefile: bikesheddingly replace ${} with $()Quentin Rameau2018-04-22
|
* bump version to 4.8Hiltjo Posthuma2018-03-14
|
* release 4.7Hiltjo Posthuma2017-05-02
|
* Shut up glibc about _BSD_SOURCE being deprecatedQuentin Rameau2015-12-19
|
* config.mk: use -std=c99Hiltjo Posthuma2015-09-28
|
* config.mk: fix _XOPEN_SOURCE=700 for getline()Hiltjo Posthuma2015-09-27
|
* config.mk: improve feature test checkHiltjo Posthuma2015-09-27
| | | | | | 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-19
| | | | | | | | | | | 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-27
| | | | | | | | | | | - 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-06
|
* remove _POSIX_C_SOURCE cflagConnor Lane Smith2012-01-18
|
* update version 4.5-hgConnor Lane Smith2012-01-08
|
* config.mk cleanupanselm@garbe.us2012-01-04
|
* replace lsx with stestConnor Lane Smith2011-11-19
|
* change version to 'hg'Connor Lane Smith2011-09-19
|
* rebind ^N ^PConnor Lane Smith2011-07-04
|
* bugfixConnor Lane Smith2011-05-18
|
* portabilityConnor Lane Smith2011-05-15
|
* cleanupConnor Lane Smith2011-05-15
|
* increment versionConnor Lane Smith2011-05-14
|
* cache option in config.mkConnor Lane Smith2011-01-07
|
* fixed dist target bugAnselm R Garbe2010-11-20
|
* removed libdc dependenceConnor Lane Smith2010-11-11
|
* fixed linking bug (thanks Jacob Nixdorf) & iscntrl corner caseConnor Lane Smith2010-09-13
|
* simplificationsConnor Lane Smith2010-08-10
|
* fixed bugs, no more config.h, updated manpage, new libdrawConnor Lane Smith2010-08-02
|
* libdraw now has own repoConnor Lane Smith2010-06-30
|
* moved draw.c to libdraw.aConnor Lane Smith2010-06-24
|
* prepared bugfix release 4.1.1Anselm R Garbe2010-05-29
|
* applied cursor, vertical and paste patches for upcoming 4.1 dmenu version ↵Anselm R Garbe2009-11-28
| | | | (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-21
|
* next release will be 4.0a@null2008-12-12
|
* backported drawtext() simplifications to dmenuAnselm R Garbe2008-08-18
|
* minor fixAnselm R Garbe2008-06-19
|
* minor fixAnselm R Garbe2008-06-18
|
* cosmetic fixesAnselm R Garbe2008-06-13
|
* added Xinerama support to dmenu, reverted -b behavior, removed -x, -y, -wanselm@anselm12008-05-19
|
* re-applied Peter Hartlich's and Jukkas dmenu-related patches, for odd ↵Anselm R Garbe2008-04-09
| | | | reasons they disappeared
* fixed match() to prefer prefix-matches to strstr-matches in the match list, ↵Anselm R Garbe2008-03-18
| | | | extended the -y handling, next version is 3.6
* added dmenu runanselm@anselm12007-12-22
|
* adapted c99 for pedantic checks, even if those checks are somewhat brokenAnselm R. Garbe2007-10-10
|
* applied Michał Janeczek dmenu patch, made dmenu match case-insensitive by ↵Anselm R. Garbe2007-09-23
| | | | default, added -i command line option to enable ido matching, added Michał to Copyright holders
* next version is 3.3arg@suckless.org2007-09-17
|
* applied Jukka's fixAnselm R. Garbe2007-05-23
|