forked from kristapsdz/kplot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathversion_0_1_10.xml
16 lines (16 loc) · 930 Bytes
/
version_0_1_10.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<article data-sblg-article="1" data-sblg-tags="version">
<header>
<h1>0.1.10</h1>
<address>Kristaps Dzonsons</address>
<time datetime="2015-02-11">2015-02-11</time>
</header>
<aside>
Allow for x2axislabel (top) and y2axislabel (right).
Add KPLOTCTYPE_RGBA, which is like KPLOTCTYPE_PATTERN except it can be bound as a source without allocating the pattern object.
Move kplotcfg assignment into <a href="kplot_alloc.3.html">kplot_alloc(3)</a>.
Make kplotcfg colour palette use the kplotccfg (instead of cairo_pattern_t), and use RGBA as the default.
Also make default colours (tics, lines, etc.) use RGBA instead of patterns.
This allows the default allocation of colours not to use dynamic memory (using cairo_source_set_rgba instead of allocating a pattern).
As a side-effect, <a href="kplot_draw.3.html">kplot_draw(3)</a> no longer does any allocations, and thus has no return value.
</aside>
</article>