| Commit message (Expand) | Author | Files | Lines |
| 2010-05-06 | fixing compilerwarning in newer webkit versions | Enno Boland (tox)
| 1 | -2/+1 |
| 2010-05-06 | fixing config.mk | Enno Boland (tox)
| 1 | -1/+1 |
| 2010-03-26 | typofix. | Enno Boland (tox)
| 2 | -5/+5 |
| 2010-03-25 | reimplementing cookies. Now we need some file locking. | Enno Boland (tox)
| 1 | -2/+14 |
| 2010-03-25 | updating manpage, reformating help output. | Enno Boland (tox)
| 2 | -9/+19 |
| 2010-03-24 | fixing argument parsing. | Enno Boland (tox)
| 1 | -0/+2 |
| 2010-03-24 | fixing downloads | Enno Boland (tox)
| 1 | -8/+6 |
| 2010-03-24 | gotheaders will now be called correctly. | Enno Boland (tox)
| 1 | -1/+6 |
='/dmenu/commit/dmenu.c?id=bbf7b95dc93a47dbb5a4143b903797dc97197515&follow=1'>Fixed typo introduced by shared code Eric Pruitt
| 1 | -1/+1 |
|
|
|
... also some style improvements.
|
|
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.
|
|
This is the style how it was before the big Xft change. The colors were
inverted, this was not the case before the change.
Reported by "zvz" on #suckless IRC, thanks!
|
|
- 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
|
|
|
|
reproduce: ./dmenu; send EOF; press ctrl+enter.
|
|
|
|
|
|
https://gist.github.com/mar77i/3349298/raw/f6581ca96627f4c71c0bd1faf531daaf2a613b95/monarg.patch becomes upstream now
|
|
|