Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Prepared 4.9 release. | Anselm R Garbe | 2019-02-02 |
| | |||
* | Do not strip at link stage | Hiltjo Posthuma | 2018-06-02 |
| | | | | | Building with debug symbols is worthless unless LDFLAGS are manually adjusted as well. | ||
* | Makefile: bikesheddingly replace ${} with $() | Quentin Rameau | 2018-04-22 |
| | |||
* | bump version to 4.8 | Hiltjo Posthuma | 2018-03-14 |
| | |||
* | release 4.7 | Hiltjo Posthuma | 2017-05-02 |
| | |||
* | Shut up glibc about _BSD_SOURCE being deprecated | Quentin Rameau | 2015-12-19 |
| | |||
* | config.mk: use -std=c99 | Hiltjo Posthuma | 2015-09-28 |
| | |||
* | config.mk: fix _XOPEN_SOURCE=700 for getline() | Hiltjo Posthuma | 2015-09-27 |
| | |||
* | config.mk: improve feature test check | Hiltjo Posthuma | 2015-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 FREETYPEINC | Hiltjo Posthuma | 2015-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 lib | Hiltjo Posthuma | 2015-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=200809L | Connor Lane Smith | 2012-04-06 |
| | |||
* | remove _POSIX_C_SOURCE cflag | Connor Lane Smith | 2012-01-18 |
| | |||
* | update version 4.5-hg | Connor Lane Smith | 2012-01-08 |
| | |||
* | config.mk cleanup | anselm@garbe.us | 2012-01-04 |
| | |||
* | replace lsx with stest | Connor Lane Smith | 2011-11-19 |
| | |||
* | change version to 'hg' | Connor Lane Smith | 2011-09-19 |
| | |||
* | rebind ^N ^P | Connor Lane Smith | 2011-07-04 |
| | |||
* | bugfix | Connor Lane Smith | 2011-05-18 |
| | |||
* | portability | Connor Lane Smith | 2011-05-15 |
| | |||
* | cleanup | Connor Lane Smith | 2011-05-15 |
| | |||
* | increment version | Connor Lane Smith | 2011-05-14 |
| | |||
* | cache option in config.mk | Connor Lane Smith | 2011-01-07 |
| | |||
* | fixed dist target bug | Anselm R Garbe | 2010-11-20 |
| | |||
* | removed libdc dependence | Connor Lane Smith | 2010-11-11 |
| | |||
* | fixed linking bug (thanks Jacob Nixdorf) & iscntrl corner case | Connor Lane Smith | 2010-09-13 |
| | |||
* | simplifications | Connor Lane Smith | 2010-08-10 |
| | |||
* | fixed bugs, no more config.h, updated manpage, new libdraw | Connor Lane Smith | 2010-08-02 |
| | |||
* | libdraw now has own repo | Connor Lane Smith | 2010-06-30 |
| | |||
* | moved draw.c to libdraw.a | Connor Lane Smith | 2010-06-24 |
| | |||
* | prepared bugfix release 4.1.1 | Anselm R Garbe | 2010-05-29 |
| | |||
* | applied cursor, vertical and paste patches for upcoming 4.1 dmenu version ↵ | Anselm R Garbe | 2009-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 Garbe | 2009-02-21 |
| | |||
* | next release will be 4.0 | a@null | 2008-12-12 |
| | |||
* | backported drawtext() simplifications to dmenu | Anselm R Garbe | 2008-08-18 |
| | |||
* | minor fix | Anselm R Garbe | 2008-06-19 |
| | |||
* | minor fix | Anselm R Garbe | 2008-06-18 |
| | |||
* | cosmetic fixes | Anselm R Garbe | 2008-06-13 |
| | |||
* | added Xinerama support to dmenu, reverted -b behavior, removed -x, -y, -w | anselm@anselm1 | 2008-05-19 |
| | |||
* | re-applied Peter Hartlich's and Jukkas dmenu-related patches, for odd ↵ | Anselm R Garbe | 2008-04-09 |
| | | | | reasons they disappeared | ||
* | fixed match() to prefer prefix-matches to strstr-matches in the match list, ↵ | Anselm R Garbe | 2008-03-18 |
| | | | | extended the -y handling, next version is 3.6 | ||
* | added dmenu run | anselm@anselm1 | 2007-12-22 |
| | |||
* | adapted c99 for pedantic checks, even if those checks are somewhat broken | Anselm R. Garbe | 2007-10-10 |
| | |||
* | applied Michał Janeczek dmenu patch, made dmenu match case-insensitive by ↵ | Anselm R. Garbe | 2007-09-23 |
| | | | | default, added -i command line option to enable ido matching, added Michał to Copyright holders | ||
* | next version is 3.3 | arg@suckless.org | 2007-09-17 |
| | |||
* | applied Jukka's fix | Anselm R. Garbe | 2007-05-23 |
| | |||
* | removed strip, added -s to LDFLAGs | Anselm R. Garbe | 2007-05-15 |
| | |||
* | fixed a small bug in dmenu when an empty font is supplied | Anselm R. Garbe | 2007-05-02 |
| | |||
* | making copyright notice more compact | Anselm R. Garbe | 2007-04-13 |
| | |||
* | next version is 2.9 | Anselm R. Garbe | 2007-03-28 |
| |