[gtk] (83 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] (83 commits) Non-fast-forward update to branch wip/otte/lottie
- Date: Sat, 19 Dec 2020 05:42:08 +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:
44600f8... video: When autoplaying, start playing once the video is pr
3bc6792... picture: Fix copy/paste error in docs
f6bac23... roundedbox: Remove unused API
126af91... docs: Put render nodes in their own sections
f4bba71... listview: Use the correct scroll policy
a67161f... gsk: Add GskPath
3696a0c... gsk: Add GskFillNode
5ea2c5f... snapshot: Add gtk_snapshot_push_fill()
d7466d1... demos: Add a simple demo filling a path
049f8bd... gsk: Add GskStroke
d0beaf5... gsk: Add GskStrokeNode
8243bad... snapshot: Add gtk_snapshot_push_stroke()
3f8fbfb... popover: Use fill and stroke nodes instead of Cairo
ad4d692... path: Change data structure for standard path
a67e18a... gsk: Add GskPathMeasure
68e0abd... path: Add gsk_path_builder_add_path()
bb42d95... pathmeasure: Add gsk_path_measure_add_segment()
6534429... testsuite: Add path tests
7ebb212... path: Collect flags
3d9c639... path: Add gsk_path_foreach()
c05f3d4... path: Implement gsk_path_to_cairo() using foreach()
5ae28c0... pathmeasure: Implement support for beziers
613001b... path: Add gsk_path_add_circle()
18c15b1... path: Add gsk_path_measure_get_point()
d22cb9a... xxx: path_fill demo
1fec65a... gtk-demo: Add a text-on-path demo
6bd42e1... testsuite: Add tests for gsk_path_measure_add_segment()
99ad2d2... spline: Use Skia's tolerance checks
2a1f59a... path: Add gsk_path_measure_get_closest_point()
2e3e163... testsuite: Add tests for gsk_path_measure_get_closest_point
4d0e817... gtk-demo: Add cute maze demo
6d8adff... testsuite: Update create_random_path()
7348364... testsuite: Add a test for get_point()
4461765... testsuite: Add a test using get_point() and get_closest_poi
64ad9e3... path: Split GskPathBuilder into its own file
8278fec... xxx: demo
7876f2c... pathbuilder: Redo semantics for starting curves
2035db9... path: Add GSK_CIRCLE_POINT_INIT() to initialize points on t
5315061... pathbuilder: Add relative path commands
db4d5ab... testsuite: Add relative path functions
b57d749... Documentation typo fixes
9713d2b... stroke: Add miter limit
4f1d081... path: Implement SVG arcs
c6b7c1a... path: Implement gsk_path_parse
3ad04f9... testsuite: Add librsvg path tests
dfce49d... path: Fix serialization for circles
3614457... path: Special-case rects and circles
163899d... testsuite: Add a parsing test
92ccaa1... Implement gsk_path_measure_in_fill
14685a1... testsuite: Add an in_fill() test
c8ebec1... path: Add flags to gsk_path_foreach()
58aca3e... gsk: Implement parsing fill and stroke nodes
d615681... stroke: Add support for dashes
c43656b... path: Make all private contour APIs take a GskContour
2f12e86... path: Split contours into their own file
c91ed61... path: Rename to gtk_path_builder_add_segment()
72a3ffa... path: Add conic curves
e70e1d7... WIP: pathbuilder: Add gsk_path_builder_add_rounded_rect()
6c92e6d... WIP: css: Replace border rendering code with GskPath
358f3b5... path: Introduce gskpathop
40c0b41... path: Add GskCurve
058007a... testsuite: Add conics to the random paths
e80d44d... Add gsk_curve_get_{start,end}_tangent
f0a511a... curve: Split eval() into get_point() and get_tangent()
b6f9f63... testuite: Add tests for gsk_curve_get_point()
a104d7b... testuite: Add tests for gsk_curve_get_tangent()
0b97ffb... testsuite: Add a test for gsk_curve_decompose()
f28f712... path: Add gsk_curve_segment()
de0b2fe... testsuite: Add a test for the conic that got us segment()
17840b4... testsuite Add curve tangent tests
04a0ca3... path: Always decompose conics into at least 2 segments
27966ae... path: Deal with non-uniformness of progress parameter
5b223e9... path: Add a foreach function that dashes a path
4fec638... testsuite: Add tests for the dasher
84ab6e8... Add gsk_path_get_stroke_bounds
1efe86a... xxx path)_fill
b1ebcbe... Add gsk_path_measure_get_{path,tolerance}
d78434a... Ottie: Add
Commits added to the branch:
a170429... gtk-demo: Don't put the search bar in the scroll area
d8dec82... video: When autoplaying, start playing once the video is pr
501e8c5... picture: Fix copy/paste error in docs
8374a8c... roundedbox: Remove unused API
7fbaa41... docs: Put render nodes in their own sections
1285a23... listview: Use the correct scroll policy
6f453d6... gsk: Add GskPath
c3166d8... gsk: Add GskFillNode
f15c9d1... snapshot: Add gtk_snapshot_push_fill()
42e60fc... demos: Add a simple demo filling a path
5244b51... gsk: Add GskStroke
45992b2... gsk: Add GskStrokeNode
a49ca12... snapshot: Add gtk_snapshot_push_stroke()
6f74445... popover: Use fill and stroke nodes instead of Cairo
b4c2756... path: Change data structure for standard path
836b78e... gsk: Add GskPathMeasure
9c316dd... path: Add gsk_path_builder_add_path()
57a2b23... pathmeasure: Add gsk_path_measure_add_segment()
5002d3e... testsuite: Add path tests
8b46482... path: Collect flags
66f1774... path: Add gsk_path_foreach()
1d06b25... path: Implement gsk_path_to_cairo() using foreach()
f607314... pathmeasure: Implement support for beziers
86617e0... path: Add gsk_path_add_circle()
a300002... path: Add gsk_path_measure_get_point()
5cf05db... xxx: path_fill demo
b33778c... gtk-demo: Add a text-on-path demo
d4b393b... testsuite: Add tests for gsk_path_measure_add_segment()
af38089... spline: Use Skia's tolerance checks
afa8cfa... path: Add gsk_path_measure_get_closest_point()
5b8acfb... testsuite: Add tests for gsk_path_measure_get_closest_point
d33fdb2... gtk-demo: Add cute maze demo
785a797... testsuite: Update create_random_path()
49ee5b7... testsuite: Add a test for get_point()
ac8b50b... testsuite: Add a test using get_point() and get_closest_poi
6acc6eb... path: Split GskPathBuilder into its own file
1198b53... xxx: demo
a69a5da... pathbuilder: Redo semantics for starting curves
bf6d52d... path: Add GSK_CIRCLE_POINT_INIT() to initialize points on t
76d6a86... pathbuilder: Add relative path commands
d4b5d9b... testsuite: Add relative path functions
b4f66b8... Documentation typo fixes
40aa395... stroke: Add miter limit
ee0ea7e... path: Implement SVG arcs
7e118c9... path: Implement gsk_path_parse
9b6ebdf... testsuite: Add librsvg path tests
62e2715... path: Fix serialization for circles
d00cb79... path: Special-case rects and circles
3da4713... testsuite: Add a parsing test
2af2a89... Implement gsk_path_measure_in_fill
0e19f3b... testsuite: Add an in_fill() test
79ede78... path: Add flags to gsk_path_foreach()
090afca... gsk: Implement parsing fill and stroke nodes
5360764... stroke: Add support for dashes
a5c8d63... path: Make all private contour APIs take a GskContour
51e05c1... path: Split contours into their own file
f0fe404... path: Rename to gtk_path_builder_add_segment()
0d797fc... path: Add conic curves
b199fc7... WIP: pathbuilder: Add gsk_path_builder_add_rounded_rect()
5c83a36... WIP: css: Replace border rendering code with GskPath
88781fb... path: Introduce gskpathop
03e4e5f... path: Add GskCurve
1e10ddc... testsuite: Add conics to the random paths
d0c6dc3... Add gsk_curve_get_{start,end}_tangent
f1f6735... curve: Split eval() into get_point() and get_tangent()
ac7bd7f... testuite: Add tests for gsk_curve_get_point()
37588ec... testuite: Add tests for gsk_curve_get_tangent()
eb74ca9... testsuite: Add a test for gsk_curve_decompose()
1e4a006... path: Add gsk_curve_segment()
ced76bd... testsuite: Add a test for the conic that got us segment()
0869532... testsuite Add curve tangent tests
836a6c7... path: Always decompose conics into at least 2 segments
3e925a9... path: Deal with non-uniformness of progress parameter
09875ae... path: Add a foreach function that dashes a path
ecc0123... testsuite: Add tests for the dasher
19203f6... Add gsk_path_get_stroke_bounds
2b65307... xxx path)_fill
1c5972d... Add gsk_path_measure_get_{path,tolerance}
4f1a6c8... path: Add gsk_path_measure_restrict_to_contour()
4d583d2... path: Add gsk_path_measure_is_closed ()
1d04e6a... path: Change semantics of gtk_path_builder_add_segment()
6c552e5... Ottie: Add
c7657b4... ottie: Add a command-line tool
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]