[gtk] (77 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] (77 commits) Non-fast-forward update to branch wip/otte/lottie
- Date: Wed, 16 Dec 2020 01:28:45 +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:
feaff88... roundedbox: Remove unused API
b69e956... docs: Put render nodes in their own sections
aca2f15... listview: Use the correct scroll policy
5bda1e0... gsk: Add GskPath
4fc6ef1... gsk: Add GskFillNode
e22a12b... snapshot: Add gtk_snapshot_push_fill()
16d504a... demos: Add a simple demo filling a path
12c5bb6... gsk: Add GskStroke
c1b8eb5... gsk: Add GskStrokeNode
e482dd7... snapshot: Add gtk_snapshot_push_stroke()
a5b1842... popover: Use fill and stroke nodes instead of Cairo
57227e8... path: Change data structure for standard path
307eccc... gsk: Add GskPathMeasure
484b7dd... path: Add gsk_path_builder_add_path()
f92dbb8... pathmeasure: Add gsk_path_measure_add_segment()
b2fdb10... testsuite: Add path tests
acfcb9d... path: Collect flags
a1f7593... path: Add gsk_path_foreach()
b8ddef0... path: Implement gsk_path_to_cairo() using foreach()
a0c6800... pathmeasure: Implement support for beziers
3e8fcf4... path: Add gsk_path_add_circle()
0092f55... path: Add gsk_path_measure_get_point()
8422d79... xxx: path_fill demo
7163015... gtk-demo: Add a text-on-path demo
541f7aa... testsuite: Add tests for gsk_path_measure_add_segment()
e611bec... spline: Use Skia's tolerance checks
5819bfe... path: Add gsk_path_measure_get_closest_point()
9e7d3b4... testsuite: Add tests for gsk_path_measure_get_closest_point
967968f... gtk-demo: Add cute maze demo
c9edcb1... testsuite: Update create_random_path()
bc019bd... testsuite: Add a test for get_point()
705617a... testsuite: Add a test using get_point() and get_closest_poi
8e2f90c... path: Split GskPathBuilder into its own file
bb22468... xxx: demo
bed254c... pathbuilder: Redo semantics for starting curves
bccada9... path: Add GSK_CIRCLE_POINT_INIT() to initialize points on t
1ef2a39... pathbuilder: Add relative path commands
ab77041... testsuite: Add relative path functions
2ed55da... Documentation typo fixes
1eca63e... stroke: Add miter limit
13153e4... path: Implement SVG arcs
217921f... path: Implement gsk_path_parse
de1213c... testsuite: Add librsvg path tests
6ff7c67... path: Fix serialization for circles
91dd2e4... path: Special-case rects and circles
d0ce83e... testsuite: Add a parsing test
8f3f16d... Implement gsk_path_measure_in_fill
dccec4c... testsuite: Add an in_fill() test
a0c9e33... path: Add flags to gsk_path_foreach()
7c7bb31... gsk: Implement parsing fill and stroke nodes
cfd8855... stroke: Add support for dashes
95b71d4... path: Make all private contour APIs take a GskContour
40ae74e... path: Split contours into their own file
22753c6... path: Rename to gtk_path_builder_add_segment()
43360a1... path: Add conic curves
7959ed9... WIP: pathbuilder: Add gsk_path_builder_add_rounded_rect()
c07afdf... WIP: css: Replace border rendering code with GskPath
12dde7b... path: Introduce gskpathop
343324c... path: Add GskCurve
d5fe88a... testsuite: Add conics to the random paths
95d5b9a... Add gsk_curve_get_{start,end}_tangent
07864c3... curve: Split eval() into get_point() and get_tangent()
0603bc2... testuite: Add tests for gsk_curve_get_point()
95ce8aa... testuite: Add tests for gsk_curve_get_tangent()
0060734... testsuite: Add a test for gsk_curve_decompose()
580d305... path: Add gsk_curve_segment()
bd4dcc5... testsuite: Add a test for the conic that got us segment()
78f04ae... testsuite Add curve tangent tests
c21c63c... path: Always decompose conics into at least 2 segments
79ba157... path: Deal with non-uniformness of progress parameter
22aa12a... path: Add a foreach function that dashes a path
b286b04... testsuite: Add tests for the dasher
dfb2577... xxx path)_fill
Commits added to the branch:
1ee6766... video: When autoplaying, start playing once the video is pr
88d4ca6... picture: Fix copy/paste error in docs
4152e42... roundedbox: Remove unused API
d7ec04a... docs: Put render nodes in their own sections
fc707ca... listview: Use the correct scroll policy
118a336... gsk: Add GskPath
68290ce... gsk: Add GskFillNode
d1188c0... snapshot: Add gtk_snapshot_push_fill()
5a68431... demos: Add a simple demo filling a path
e7139a2... gsk: Add GskStroke
7965260... gsk: Add GskStrokeNode
2c20a12... snapshot: Add gtk_snapshot_push_stroke()
e263c15... popover: Use fill and stroke nodes instead of Cairo
8df9f37... path: Change data structure for standard path
d360dca... gsk: Add GskPathMeasure
9d12d63... path: Add gsk_path_builder_add_path()
c8212cf... pathmeasure: Add gsk_path_measure_add_segment()
3a92bd7... testsuite: Add path tests
e11627c... path: Collect flags
eef3e2f... path: Add gsk_path_foreach()
a9915d6... path: Implement gsk_path_to_cairo() using foreach()
9535f36... pathmeasure: Implement support for beziers
f652894... path: Add gsk_path_add_circle()
03ce39b... path: Add gsk_path_measure_get_point()
154441f... xxx: path_fill demo
bce046d... gtk-demo: Add a text-on-path demo
06aede2... testsuite: Add tests for gsk_path_measure_add_segment()
9322440... spline: Use Skia's tolerance checks
46ace6e... path: Add gsk_path_measure_get_closest_point()
15e259f... testsuite: Add tests for gsk_path_measure_get_closest_point
202e210... gtk-demo: Add cute maze demo
8d111c8... testsuite: Update create_random_path()
78c1bbd... testsuite: Add a test for get_point()
0b12d1f... testsuite: Add a test using get_point() and get_closest_poi
43d83fc... path: Split GskPathBuilder into its own file
05470b2... xxx: demo
ea2588e... pathbuilder: Redo semantics for starting curves
a9a3807... path: Add GSK_CIRCLE_POINT_INIT() to initialize points on t
cca7d82... pathbuilder: Add relative path commands
1cebce7... testsuite: Add relative path functions
2f97a1e... Documentation typo fixes
0d57605... stroke: Add miter limit
de87bb6... path: Implement SVG arcs
c81a747... path: Implement gsk_path_parse
8a23b43... testsuite: Add librsvg path tests
3327973... path: Fix serialization for circles
c9cd5cf... path: Special-case rects and circles
46eb578... testsuite: Add a parsing test
ca227c4... Implement gsk_path_measure_in_fill
34ff4fe... testsuite: Add an in_fill() test
10801cc... path: Add flags to gsk_path_foreach()
5c62ec4... gsk: Implement parsing fill and stroke nodes
00e117e... stroke: Add support for dashes
5a17b56... path: Make all private contour APIs take a GskContour
a63055f... path: Split contours into their own file
c6b3acc... path: Rename to gtk_path_builder_add_segment()
77b2f13... path: Add conic curves
9416849... WIP: pathbuilder: Add gsk_path_builder_add_rounded_rect()
6d9ea49... WIP: css: Replace border rendering code with GskPath
d7d1fbb... path: Introduce gskpathop
3577e14... path: Add GskCurve
b652717... testsuite: Add conics to the random paths
eb967f2... Add gsk_curve_get_{start,end}_tangent
e508c7e... curve: Split eval() into get_point() and get_tangent()
8fc82d1... testuite: Add tests for gsk_curve_get_point()
ab59a61... testuite: Add tests for gsk_curve_get_tangent()
c674ec7... testsuite: Add a test for gsk_curve_decompose()
1b4abab... path: Add gsk_curve_segment()
e8e01d3... testsuite: Add a test for the conic that got us segment()
7c24868... testsuite Add curve tangent tests
8172a29... path: Always decompose conics into at least 2 segments
63e08dd... path: Deal with non-uniformness of progress parameter
e36f76d... path: Add a foreach function that dashes a path
0105181... testsuite: Add tests for the dasher
8ee3142... Add gsk_path_get_stroke_bounds
ee20688... xxx path)_fill
c2f2c25... Ottie: Add
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]