Simon Hausmann
|
6a4f2aa572
|
Added the two missing path sub-elements for quadratic and cubic curves
|
2021-01-28 14:14:24 +01:00 |
|
Simon Hausmann
|
a6fbc4c05d
|
Add missing MoveTo sub-element for Path
|
2021-01-28 13:16:25 +01:00 |
|
Olivier Goffart
|
dfa25b96f7
|
Rename SharedArray to SharedVector
|
2020-12-18 10:26:07 +01:00 |
|
Olivier Goffart
|
7113187864
|
C++: Fix warnings
|
2020-11-19 13:50:15 +01:00 |
|
Olivier Goffart
|
1eb7203ec8
|
Also do the comperty comparison in C++
|
2020-10-31 14:36:38 +01:00 |
|
Olivier Goffart
|
58cdaeb8dd
|
Update license header to mention that commertial option are available
|
2020-08-26 13:23:42 +02:00 |
|
Simon Hausmann
|
14fe897086
|
Move all cbindgen generated code into
sixtyfps::cbindgen_private
Having private in the name makes it clear that this is ... private,
and cbindgen helps remember that it's generated.
|
2020-08-25 15:29:48 +02:00 |
|
Simon Hausmann
|
2823f32692
|
Apply license headers to all non-binary/non-json sources
|
2020-08-17 17:55:20 +02:00 |
|
Simon Hausmann
|
535da41ae0
|
More naming cleanups
PathData::PathElements has one redundant "Path" in the name, so eliminate
for Events and Elements.
|
2020-07-10 13:06:28 +02:00 |
|
Simon Hausmann
|
1f7ae1b318
|
Rename PathElements to PathData
as it can now consists of elements or events.
|
2020-07-10 13:01:05 +02:00 |
|