1
0
Commit Graph

89 Commits

Author SHA1 Message Date
Hiltjo Posthuma
f59218c5f4 bump version to 5.0
... and bump LICENSE year.
2020-09-02 18:31:23 +02:00
Anselm R Garbe
44a6f6b198 Prepared 4.9 release. 2019-02-02 04:54:15 -08:00
Hiltjo Posthuma
79ec04f516 Do not strip at link stage
Building with debug symbols is worthless unless LDFLAGS are manually adjusted
as well.
2018-06-02 17:01:24 +02:00
Quentin Rameau
a56e0595dc Makefile: bikesheddingly replace ${} with $() 2018-04-22 14:09:05 +02:00
Hiltjo Posthuma
e63e924b0b bump version to 4.8 2018-03-14 19:48:05 +01:00
Hiltjo Posthuma
ff69dad6de release 4.7 2017-05-02 18:32:04 +02:00
Quentin Rameau
d948f58bbb Shut up glibc about _BSD_SOURCE being deprecated 2015-12-19 20:32:17 +01:00
Hiltjo Posthuma
c5ff29c1bf config.mk: use -std=c99 2015-09-28 00:02:28 +02:00
Hiltjo Posthuma
9ca5186346 config.mk: fix _XOPEN_SOURCE=700 for getline() 2015-09-27 22:55:21 +02:00
Hiltjo Posthuma
e8767b2e70 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!
2015-09-27 22:38:14 +02:00
Hiltjo Posthuma
aa6aca092d 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.
2015-07-19 20:32:08 +02:00
Hiltjo Posthuma
a2e8616d0e 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
2015-06-27 21:47:10 +02:00
Connor Lane Smith
53d7808eed _POSIX_C_SOURCE=200809L 2012-04-06 16:38:01 +01:00
Connor Lane Smith
8746d52a84 remove _POSIX_C_SOURCE cflag 2012-01-18 23:56:13 +00:00
Connor Lane Smith
4eaf6706c5 update version 4.5-hg 2012-01-08 13:13:00 +01:00
anselm@garbe.us
495768286f config.mk cleanup 2012-01-04 13:30:47 +01:00
Connor Lane Smith
de04dff5d5 replace lsx with stest 2011-11-19 19:54:55 +01:00
Connor Lane Smith
8ccc02c89d change version to 'hg' 2011-09-19 10:40:07 +01:00
Connor Lane Smith
e0b306fe87 rebind ^N ^P 2011-07-04 16:55:09 +01:00
Connor Lane Smith
c7400bfec6 bugfix 2011-05-18 17:01:44 +01:00
Connor Lane Smith
c5f8cd54df portability 2011-05-15 21:54:26 +01:00
Connor Lane Smith
44930a4c53 cleanup 2011-05-15 02:37:49 +01:00
Connor Lane Smith
0284f83812 increment version 2011-05-14 23:26:41 +01:00
Connor Lane Smith
3d7699de37 cache option in config.mk 2011-01-07 18:54:40 +00:00
Anselm R Garbe
8459313aa2 fixed dist target bug 2010-11-20 09:25:04 +00:00
Connor Lane Smith
513f66cb31 removed libdc dependence 2010-11-11 23:56:39 +00:00
Connor Lane Smith
42b9a03168 fixed linking bug (thanks Jacob Nixdorf) & iscntrl corner case 2010-09-13 14:22:02 +01:00
Connor Lane Smith
4fed1cd136 simplifications 2010-08-10 13:38:49 +01:00
Connor Lane Smith
71ac5902ae fixed bugs, no more config.h, updated manpage, new libdraw 2010-08-02 14:22:54 +01:00
Connor Lane Smith
96f158414e libdraw now has own repo 2010-06-30 01:36:15 +01:00
Connor Lane Smith
920a130263 moved draw.c to libdraw.a 2010-06-24 17:44:35 +01:00
Anselm R Garbe
f144f7c710 prepared bugfix release 4.1.1 2010-05-29 12:56:33 +01:00
Anselm R Garbe
0ec702fcc9 applied cursor, vertical and paste patches for upcoming 4.1 dmenu version (due to the fact that surf is using dmenu as well) 2009-11-28 12:28:15 +00:00
Anselm R Garbe
8940a4ec26 applied Matthias Christian Ott's sanity fixes (thanks a lot!) 2009-02-21 19:21:54 +00:00
a@null
88592a9e9f next release will be 4.0 2008-12-12 19:58:52 +00:00
Anselm R Garbe
5a254229e1 backported drawtext() simplifications to dmenu 2008-08-18 10:03:28 +01:00
Anselm R Garbe
faa881ba49 minor fix 2008-06-19 09:18:17 +01:00
Anselm R Garbe
82562d61ff minor fix 2008-06-18 18:20:21 +01:00
Anselm R Garbe
ce0927e93f cosmetic fixes 2008-06-13 11:46:50 +01:00
anselm@anselm1
fcbababeea added Xinerama support to dmenu, reverted -b behavior, removed -x, -y, -w 2008-05-19 20:29:32 +01:00
Anselm R Garbe
23c9149e1a re-applied Peter Hartlich's and Jukkas dmenu-related patches, for odd reasons they disappeared 2008-04-09 23:31:49 +01:00
Anselm R Garbe
a244fee551 fixed match() to prefer prefix-matches to strstr-matches in the match list, extended the -y handling, next version is 3.6 2008-03-18 16:52:51 +00:00
anselm@anselm1
67bf8f1c85 added dmenu run 2007-12-22 12:20:20 +00:00
Anselm R. Garbe
559b38db87 adapted c99 for pedantic checks, even if those checks are somewhat broken 2007-10-10 18:57:51 +02:00
Anselm R. Garbe
4a2f2fbddd applied Michał Janeczek dmenu patch, made dmenu match case-insensitive by default, added -i command line option to enable ido matching, added Michał to Copyright holders 2007-09-23 18:26:41 +02:00
arg@suckless.org
c5f7a23034 next version is 3.3 2007-09-17 09:13:21 +02:00
Anselm R. Garbe
aa9e0df79d applied Jukka's fix 2007-05-23 13:22:27 +02:00
Anselm R. Garbe
4b905613db removed strip, added -s to LDFLAGs 2007-05-15 13:44:41 +02:00
Anselm R. Garbe
f0a8fb790d fixed a small bug in dmenu when an empty font is supplied 2007-05-02 15:25:52 +02:00
Anselm R. Garbe
607547ebe9 making copyright notice more compact 2007-04-13 11:36:44 +02:00