95 Commits (develop)

Author SHA1 Message Date
Jasper Levin Spahl dd367cd72d
fixed typo 3 years ago
Jasper Levin Spahl 49de598460
Merge branch 'jasper/config' into jasper/develop 3 years ago
Jasper Levin Spahl 6bc7851d3d
config 3 years ago
Hiltjo Posthuma 308fe78b83 bump version to 5.1 3 years ago
Hiltjo Posthuma 3e39c526d2 revert using strcasestr and use a more optimized portable version
... compared to the old cistrstr().

Thanks for the feedback!
3 years ago
Hiltjo Posthuma a9a3836861 follow-up fix: add -D_GNU_SOURCE for strcasestr for some systems 3 years ago
Hiltjo Posthuma 1a13d0465d bump version to 5.0
... and bump LICENSE year.
5 years ago
Anselm R Garbe 65be875f5a Prepared 4.9 release. 6 years ago
Hiltjo Posthuma a9eae39e93 Do not strip at link stage
Building with debug symbols is worthless unless LDFLAGS are manually adjusted
as well.
7 years ago
Quentin Rameau 0b57480218 Makefile: bikesheddingly replace ${} with $() 7 years ago
Hiltjo Posthuma 23051d78dd bump version to 4.8 7 years ago
Hiltjo Posthuma f428f3e01a release 4.7 8 years ago
Quentin Rameau bf3deb6357 Shut up glibc about _BSD_SOURCE being deprecated 9 years ago
Hiltjo Posthuma c15a95a061 config.mk: use -std=c99 10 years ago
Hiltjo Posthuma 96e60c66bc config.mk: fix _XOPEN_SOURCE=700 for getline() 10 years ago
Hiltjo Posthuma 2d2175ff6f config.mk: improve feature test check
this fixes a crash on NetBSD because it requires -D_XOPEN_SOURCE (strdup, usleep).

thanks k0ga and stateless for reporting and fixing this issue!
10 years ago
Hiltjo Posthuma 5feb0c689d config.mk: add FREETYPELIBS and FREETYPEINC
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.
10 years ago
Hiltjo Posthuma 4b1fecd44e Use libdraw: add Xft and fallback-fonts support to graphics lib
- 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
10 years ago
Connor Lane Smith 38fccafada _POSIX_C_SOURCE=200809L 13 years ago
Connor Lane Smith 7707111c10 remove _POSIX_C_SOURCE cflag 13 years ago
Connor Lane Smith 7f45b3f7aa update version 4.5-hg 13 years ago
anselm@garbe.us 0f91dd1c74 config.mk cleanup 13 years ago
Connor Lane Smith bb4424df07 replace lsx with stest 13 years ago
Connor Lane Smith 3af80cd7d8 change version to 'hg' 14 years ago
Connor Lane Smith 34a816f87d rebind ^N ^P 14 years ago
Connor Lane Smith 2103ae2891 bugfix 14 years ago
Connor Lane Smith 11ea52d170 portability 14 years ago
Connor Lane Smith 1654d6cd62 cleanup 14 years ago
Connor Lane Smith 6cc0b0dc08 increment version 14 years ago
Connor Lane Smith d515d2758f cache option in config.mk 14 years ago
Anselm R Garbe 22cf9626c7 fixed dist target bug 14 years ago
Connor Lane Smith a0a99d10e1 removed libdc dependence 14 years ago
Connor Lane Smith 610a0a8d12 fixed linking bug (thanks Jacob Nixdorf) & iscntrl corner case 15 years ago
Connor Lane Smith caf5246268 simplifications 15 years ago
Connor Lane Smith a7aee433cc fixed bugs, no more config.h, updated manpage, new libdraw 15 years ago
Connor Lane Smith 26b9f3de0f libdraw now has own repo 15 years ago
Connor Lane Smith 4508fd2c4e moved draw.c to libdraw.a 15 years ago
Anselm R Garbe 851672cadc prepared bugfix release 4.1.1 15 years ago
Anselm R Garbe 569a1f925a applied cursor, vertical and paste patches for upcoming 4.1 dmenu version (due to the fact that surf is using dmenu as well) 15 years ago
Anselm R Garbe a1ad9c2a1c applied Matthias Christian Ott's sanity fixes (thanks a lot!) 16 years ago
a@null 51224dcb79 next release will be 4.0 16 years ago
Anselm R Garbe cf7e4c15a9 backported drawtext() simplifications to dmenu 17 years ago
Anselm R Garbe 3f244b1d52 minor fix 17 years ago
Anselm R Garbe 8911aa1060 minor fix 17 years ago
Anselm R Garbe a45f106d3c cosmetic fixes 17 years ago
anselm@anselm1 1f6af5e78f added Xinerama support to dmenu, reverted -b behavior, removed -x, -y, -w 17 years ago
Anselm R Garbe 7195e941c1 re-applied Peter Hartlich's and Jukkas dmenu-related patches, for odd reasons they disappeared 17 years ago
Anselm R Garbe 745c46d8fa fixed match() to prefer prefix-matches to strstr-matches in the match list, extended the -y handling, next version is 3.6 17 years ago
anselm@anselm1 d8688f7a4f added dmenu run 17 years ago
Anselm R. Garbe adc4ec02c0 adapted c99 for pedantic checks, even if those checks are somewhat broken 18 years ago