| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Nanosvg upstream is header only, and does not support/provide a
library, neither shared nor static.
However, most distributions still provide a nanosvg package with
either a static library, or shared. Arch does the latter.
So, let's support building against a system provided nanosvg library.
The default is still to use bundled version, but this can be changed
with
-Dsystem-nanosvg=enabled
when configuring the build tree.
|
|
|
|
| |
http://no-color.org/
|
| |
|
| |
|
|
|
|
| |
Closes #11
|
| |
|
|
|
|
|
|
|
|
|
| |
Something's up with libpng's alpha-mode... it's required to get proper
alpha (transparency) on some images, but at the same time, that breaks
other images (they are rendered way too dark).
Doing the pre-multiplication manually seems to handle all images
correctly.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Destroy the surface, and clear the ‘configured’ flag.
Note that we need to take care we don’t reference a destroyed output
object; if the compositor destroyed the output before calling the
closed() event, the ‘data’ argument will be an invalid pointer.
Since removing the output global _also_ destroys the surface, we can
handle this by looping all known output globals, and explicitly
destroy the surface if we find a match.
If we don’t find a match, that means the output has already been
destroyed, and we don’t have to do anything at all.
|
| |
|
| |
|
| |
|
|
|