summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add another path testmatthiasc/lottieMatthias Clasen2020-11-242-0/+152
* path: Fix serialization for circlesMatthias Clasen2020-11-241-11/+16
* Fix a few bugs in the render node parserMatthias Clasen2020-11-241-1/+4
* path: Fix up handling of zMatthias Clasen2020-11-241-2/+67
* Finish path parsingMatthias Clasen2020-11-244-96/+784
* Improve node output for pathsMatthias Clasen2020-11-231-11/+29
* path: DeserializeMatthias Clasen2020-11-233-3/+158
* Allow dragging the curveMatthias Clasen2020-11-221-31/+339
* Optimize a little bitMatthias Clasen2020-11-221-5/+3
* Allow setting stroke colorMatthias Clasen2020-11-221-1/+17
* Add a setter for stroke colorMatthias Clasen2020-11-222-1/+25
* Allow setting cap and joinMatthias Clasen2020-11-221-5/+59
* Add a getter for the strokeMatthias Clasen2020-11-222-0/+9
* Implement line caps and joinsMatthias Clasen2020-11-227-7/+226
* Add a setter for the strokeMatthias Clasen2020-11-223-3/+33
* Snapshot the curve separatelyMatthias Clasen2020-11-221-14/+26
* Add an automatic point typeMatthias Clasen2020-11-221-1/+57
* Introduce point typesMatthias Clasen2020-11-221-80/+85
* Plug a memory leakMatthias Clasen2020-11-211-0/+1
* CosmeticsMatthias Clasen2020-11-211-27/+37
* Maintain smoothness harderMatthias Clasen2020-11-211-0/+4
* Maintain symmetryMatthias Clasen2020-11-211-12/+70
* Redo the data structureMatthias Clasen2020-11-211-339/+348
* Remove leftover codeMatthias Clasen2020-11-211-19/+0
* Reshuffle codeMatthias Clasen2020-11-211-661/+670
* Make symmetric point stateMatthias Clasen2020-11-211-8/+40
* Add a helper functionMatthias Clasen2020-11-211-47/+64
* Add hover for pointsMatthias Clasen2020-11-211-6/+70
* CosmeticsMatthias Clasen2020-11-211-13/+13
* Implement adding pointsMatthias Clasen2020-11-211-14/+315
* Implement removing pointsMatthias Clasen2020-11-211-0/+31
* Be more lenient with clicksMatthias Clasen2020-11-211-5/+6
* Use graphene point distance functionMatthias Clasen2020-11-211-22/+13
* Add more apiMatthias Clasen2020-11-212-26/+49
* Rename to CurveEditorMatthias Clasen2020-11-214-863/+1062
* Add operationsMatthias Clasen2020-11-211-55/+378
* Use a context menuMatthias Clasen2020-11-201-8/+124
* Tweak editing some moreMatthias Clasen2020-11-201-49/+67
* Change dragging of non-smooth pointMatthias Clasen2020-11-201-7/+4
* curve: Introduce the concept of symmetricMatthias Clasen2020-11-201-14/+30
* curve: Restructure data a bitMatthias Clasen2020-11-201-18/+28
* More curve editingMatthias Clasen2020-11-201-59/+131
* Play with pathsMatthias Clasen2020-11-193-41/+463
* gtk-demo: Add a text-on-path demoBenjamin Otte2020-11-194-0/+510
* xxx: path_fill demoBenjamin Otte2020-11-191-2/+74
* path: Add gsk_path_measure_get_point()Benjamin Otte2020-11-196-15/+217
* path: Add gsk_path_add_circle()Benjamin Otte2020-11-194-0/+398
* pathmeasure: Implement support for beziersBenjamin Otte2020-11-197-71/+449
* path: Implement gsk_path_to_cairo() using foreach()Benjamin Otte2020-11-192-62/+52
* path: Add gsk_path_foreach()Benjamin Otte2020-11-194-8/+142