| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
r/8799cfa7ed875a98903d8054ef89e643?s=13&d=retro' width='13' height='13' alt='Gravatar' /> Enno Boland (tox)
1 | -1/+1 |
| 2009-09-10 | removing unneeded background color. | Enno Boland (tox)
| 1 | -1/+0 |
| 2009-09-10 | rearranging some source. | Enno Boland (tox)
| 1 | -12/+19 |
| 2009-09-10 | adding user stylesheets. | Enno Boland (tox)
| 1 | -10/+21 |
| 2009-09-10 | Added tag 0.1 for changeset 9c8ebcf54061 | Enno Boland (tox)
| 1 | -0/+2 |
| 2009-09-10 | dist doesn't work. fixing Makefile. | Enno Boland (tox)
| 1 | -1/+1 |
ss='logheader'>2015-09-28 | Remove function prototypes and reorder functions accordingly | FRIGN
| 1 | -80/+64 |
|
|
|
Adds clarity. Typedefs for structs are definitely a discussion matter,
but there's no reason to hide a simple data-structure behind a
meaningless typedef.
|
|
|
|
|
|
|
|
- move main to bottom, usage above main.
- dont use variable names with function prototypes.
- space before if, for, while, etc: 'if(' -> 'if ('.
this makes the code-style more consistent
|
|
this makes the code-style more consistent aswell.
|
|
True, False are X11-specific, make sure to use c99 stdbool for
program-specific things.
... also remove left-over vim mode string in config.
|
|
|
|
this fixes a crash on NetBSD because it requires -D_XOPEN_SOURCE (strdup, usleep).
thanks k0ga and stateless for reporting and fixing this issue!
|
|
|
|
... 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
|
|
|