[gtk] (56 commits) Non-fast-forward update to branch wip/otte/lottie
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk] (56 commits) Non-fast-forward update to branch wip/otte/lottie
- Date: Wed, 2 Dec 2020 08:18:41 +0000 (UTC)
The branch 'wip/otte/lottie' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:
https://wiki.gnome.org/Git/Help/NonFastForward
Commits removed from the branch:
fbe3f2e... docs: Put render nodes in their own sections
5c9a8f6... listview: Use the correct scroll policy
c43a74c... gsk: Add GskPath
d7c217c... gsk: Add GskFillNode
2d2fb19... snapshot: Add gtk_snapshot_push_fill()
375e7cb... demos: Add a simple demo filling a path
6ec97ae... gsk: Add GskStroke
d3f9d6a... gsk: Add GskStrokeNode
c3be000... snapshot: Add gtk_snapshot_push_stroke()
19cccc2... popover: Use fill and stroke nodes instead of Cairo
26c46c5... path: Change data structure for standard path
c7d6c6d... gsk: Add GskPathMeasure
71368a9... path: Add gsk_path_builder_add_path()
0cb2511... pathmeasure: Add gsk_path_measure_add_segment()
f6724c7... testsuite: Add path tests
c1e1d66... path: Collect flags
bab2ca5... path: Add gsk_path_foreach()
0826db1... path: Implement gsk_path_to_cairo() using foreach()
780fcc8... pathmeasure: Implement support for beziers
189daba... path: Add gsk_path_add_circle()
73627b2... path: Add gsk_path_measure_get_point()
f16715a... xxx: path_fill demo
38d809b... gtk-demo: Add a text-on-path demo
629d4d9... testsuite: Add tests for gsk_path_measure_add_segment()
b41393f... spline: Use Skia's tolerance checks
1b24e39... path: Add gsk_path_measure_get_closest_point()
5177427... testsuite: Add tests for gsk_path_measure_get_closest_point
d7add26... gtk-demo: Add cute maze demo
3debd3a... testsuite: Update create_random_path()
6b8de8f... testsuite: Add a test for get_point()
bec8c44... testsuite: Add a test using get_point() and get_closest_poi
71fd2c4... path: Split GskPathBuilder into its own file
6b810aa... xxx: demo
ebe856b... pathbuilder: Redo semantics for starting curves
860b020... path: Add GSK_CIRCLE_POINT_INIT() to initialize points on t
bca76ca... pathbuilder: Add relative path commands
72f192b... testsuite: Add relative path functions
ae01c10... Documentation typo fixes
268b1e9... stroke: Add miter limit
11d8e8c... path: Implement SVG arcs
d2fa26a... path: Implement gsk_path_parse
e0e5319... testsuite: Add librsvg path tests
3c44970... path: Fix serialization for circles
6ae0143... path: Special-case rects and circles
461af9b... testsuite: Add a parsing test
5b0840c... Implement gsk_path_measure_in_fill
a7b6ef7... testsuite: Add an in_fill() test
2c42fd9... path: Add flags to gsk_path_foreach()
ffecac1... gsk: Implement parsing fill and stroke nodes
d3f6c6f... stroke: Add support for dashes
cc8a57f... path: Make all private contour APIs take a GskContour
f672f82... path: Split contours into their own file
c57403f... path: Rename to gtk_path_builder_add_segment()
84b4ac0... WIP: path: Add conic curves
Commits added to the branch:
b39578d... roundedbox: Remove unused API
0ce5c25... docs: Put render nodes in their own sections
3aded90... listview: Use the correct scroll policy
b513124... gsk: Add GskPath
eaafbc3... gsk: Add GskFillNode
3f18c9e... snapshot: Add gtk_snapshot_push_fill()
cced020... demos: Add a simple demo filling a path
e5397a7... gsk: Add GskStroke
3bedeea... gsk: Add GskStrokeNode
a070229... snapshot: Add gtk_snapshot_push_stroke()
924e061... popover: Use fill and stroke nodes instead of Cairo
e65096c... path: Change data structure for standard path
1d1e61e... gsk: Add GskPathMeasure
582bede... path: Add gsk_path_builder_add_path()
f7a042d... pathmeasure: Add gsk_path_measure_add_segment()
5efbbab... testsuite: Add path tests
8eab015... path: Collect flags
6df82e1... path: Add gsk_path_foreach()
aca0737... path: Implement gsk_path_to_cairo() using foreach()
0bd1dc3... pathmeasure: Implement support for beziers
2e27683... path: Add gsk_path_add_circle()
8741070... path: Add gsk_path_measure_get_point()
c89f813... xxx: path_fill demo
0948a00... gtk-demo: Add a text-on-path demo
3c1bf64... testsuite: Add tests for gsk_path_measure_add_segment()
aec6858... spline: Use Skia's tolerance checks
79ad51b... path: Add gsk_path_measure_get_closest_point()
7a1f8dc... testsuite: Add tests for gsk_path_measure_get_closest_point
dfe7cf1... gtk-demo: Add cute maze demo
54bfdaa... testsuite: Update create_random_path()
151d732... testsuite: Add a test for get_point()
18709c7... testsuite: Add a test using get_point() and get_closest_poi
781f5ad... path: Split GskPathBuilder into its own file
7ecd2a5... xxx: demo
e336052... pathbuilder: Redo semantics for starting curves
64c39fe... path: Add GSK_CIRCLE_POINT_INIT() to initialize points on t
8598ce1... pathbuilder: Add relative path commands
c57e7b9... testsuite: Add relative path functions
582dab2... Documentation typo fixes
4c7680b... stroke: Add miter limit
0a9a5b5... path: Implement SVG arcs
7b9c248... path: Implement gsk_path_parse
4f833e6... testsuite: Add librsvg path tests
e49b420... path: Fix serialization for circles
3fc03b8... path: Special-case rects and circles
eecfdf2... testsuite: Add a parsing test
043610e... Implement gsk_path_measure_in_fill
67bfbfa... testsuite: Add an in_fill() test
4380b41... path: Add flags to gsk_path_foreach()
18a49a0... gsk: Implement parsing fill and stroke nodes
49e5ac7... stroke: Add support for dashes
6ff10e5... path: Make all private contour APIs take a GskContour
a0218df... path: Split contours into their own file
55cfa47... path: Rename to gtk_path_builder_add_segment()
b4eb431... WIP: path: Add conic curves
ed1c733... WIP: pathbuilder: Add gsk_path_builder_add_rounded_rect()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]