Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Functions warn() and die() replaced by GNU-like error(3) function
- Register cleanup() with atexit(3)
- Functions called by cleanup() are marked with CLEANUP and are not allowed to
call exit(3)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use PNG if image has alpha layer, JPG if not. Fixes issue #209
|
|
|
|
|
|
Programs called by the key handler might replace symlinks instead of their
targets.
|
|
|
|
|
|
According to the official [Icon Theme Spec](http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html#icon_lookup) the Icon key in the desktop entry file should not contain the file extension.
|
|
|
|
|
|
|
|
|
|
|
|
fixes issue #188
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Use non-POSIX :=,?=,+= macro assignments, fixes issue #97
- No optimization level set in CFLAGS, expected to be set in environment
- Automatic header dependency tracking with one .d file per compilation unit
- Better fix for issue #181
|
|
|
|
|
|
|