Add separate color configuration for the bar
Document dependencies
Fixes issues #378 and #374.
Fix memory leak in win_res()
Fixes issue #372.
Do not keep track of fullscreen state
There is no more need for this after the removal of the special color handling
for fullscreen mode in commit 2886876.
Use normal win colors in fullscreen mode
Fixes issues #361 and #367
Hint to xrdb for changing X resources
Mention supported X resources in man page
Change colors and font only via X resources
Add Xresources font support
gitignore: Ignore autogenerated version.h
It looks to me like this is also worthy of ignoring, since it's
autogenerated at make time.
Fix comparison broken by signedness
Warning generated on MacOS, reported in issue #350.
Match fallback font FC_SIZE to original font
Search freetype headers under PREFIX too
Related to PR #346.
Mention X resource properties in build-time color config
Overhaul introductionary text
Align compile-time color options with X resource colors
Two colors are more than enough!