[gtk] (79 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] (79 commits) Non-fast-forward update to branch wip/otte/lottie
- Date: Thu, 24 Dec 2020 00:42:58 +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:
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
e676341... testsuite: Update create_random_path()
b4700fa... testsuite: Add a test for get_point()
fe1dcc0... testsuite: Add a test using get_point() and get_closest_poi
3b94c3c... path: Split GskPathBuilder into its own file
e8aef57... xxx: demo
1b46896... pathbuilder: Redo semantics for starting curves
8eadf59... path: Add GSK_CIRCLE_POINT_INIT() to initialize points on t
b4982b6... pathbuilder: Add relative path commands
77f351c... testsuite: Add relative path functions
0d5d6e8... Documentation typo fixes
7da5e49... stroke: Add miter limit
cc60624... path: Implement SVG arcs
81a23a0... path: Implement gsk_path_parse
3e017d3... testsuite: Add librsvg path tests
7deed20... path: Fix serialization for circles
d11b02a... path: Special-case rects and circles
27c307b... testsuite: Add a parsing test
b01e1a2... Implement gsk_path_measure_in_fill
b14b5dd... testsuite: Add an in_fill() test
8539f17... path: Add flags to gsk_path_foreach()
c34adf8... gsk: Implement parsing fill and stroke nodes
1290639... stroke: Add support for dashes
d667ae7... path: Make all private contour APIs take a GskContour
7f3e5c5... path: Split contours into their own file
4107533... path: Rename to gtk_path_builder_add_segment()
ccbff7d... path: Add conic curves
042d87e... WIP: pathbuilder: Add gsk_path_builder_add_rounded_rect()
844a5d4... WIP: css: Replace border rendering code with GskPath
53e0bb1... path: Introduce gskpathop
076f2dc... path: Add GskCurve
1108968... testsuite: Add conics to the random paths
a384b2a... Add gsk_curve_get_{start,end}_tangent
520fc04... curve: Split eval() into get_point() and get_tangent()
636093f... testuite: Add tests for gsk_curve_get_point()
afbbc79... testuite: Add tests for gsk_curve_get_tangent()
2a55b9d... testsuite: Add a test for gsk_curve_decompose()
e0ed800... path: Add gsk_curve_segment()
2bac9f4... testsuite: Add a test for the conic that got us segment()
6bd5ffd... testsuite Add curve tangent tests
9abf9bb... path: Always decompose conics into at least 2 segments
65f8338... path: Deal with non-uniformness of progress parameter
e4910ce... path: Add a foreach function that dashes a path
c314485... testsuite: Add tests for the dasher
de6c996... Add gsk_path_get_stroke_bounds
b0848aa... xxx path)_fill
6e9bb79... Add gsk_path_measure_get_{path,tolerance}
4708d17... path: Add gsk_path_measure_restrict_to_contour()
75f50dd... path: Add gsk_path_measure_is_closed ()
4b9dce7... path: Change semantics of gtk_path_builder_add_segment()
2e02174... Ottie: Add
b55eb88... ottie: Add a command-line tool
d76b5d4... ottie: Add a snapshot test
Commits added to the branch:
6f9ef46... gdkarray: Add a "stolen" boolean to splice()
d7c9c6a... gsk: Add GskPath
222a260... gsk: Add GskFillNode
c28fa1c... snapshot: Add gtk_snapshot_push_fill()
0516f46... demos: Add a simple demo filling a path
797b4db... gsk: Add GskStroke
72968ac... gsk: Add GskStrokeNode
fc282db... snapshot: Add gtk_snapshot_push_stroke()
1bc8b57... popover: Use fill and stroke nodes instead of Cairo
6c4d2bb... path: Change data structure for standard path
b0a2b90... gsk: Add GskPathMeasure
73bca06... path: Add gsk_path_builder_add_path()
03217d4... pathmeasure: Add gsk_path_measure_add_segment()
b87ed8b... testsuite: Add path tests
5c6d89a... path: Collect flags
df3cb9e... path: Add gsk_path_foreach()
ef52aac... path: Implement gsk_path_to_cairo() using foreach()
a7a3fbb... pathmeasure: Implement support for beziers
dd9a785... path: Add gsk_path_add_circle()
a066cf2... path: Add gsk_path_measure_get_point()
776d4da... xxx: path_fill demo
14697a8... gtk-demo: Add a text-on-path demo
79ca26d... testsuite: Add tests for gsk_path_measure_add_segment()
989548f... spline: Use Skia's tolerance checks
788e4a3... path: Add gsk_path_measure_get_closest_point()
4feab82... testsuite: Add tests for gsk_path_measure_get_closest_point
e452d8e... gtk-demo: Add cute maze demo
64a5153... testsuite: Update create_random_path()
065d114... testsuite: Add a test for get_point()
72ceac1... testsuite: Add a test using get_point() and get_closest_poi
d6886de... path: Split GskPathBuilder into its own file
df919ab... xxx: demo
c2c4b73... pathbuilder: Redo semantics for starting curves
d246e78... path: Add GSK_CIRCLE_POINT_INIT() to initialize points on t
c92de44... pathbuilder: Add relative path commands
16c7314... testsuite: Add relative path functions
764d2ec... Documentation typo fixes
a8b05d9... stroke: Add miter limit
4564575... path: Implement SVG arcs
8dc162c... path: Implement gsk_path_parse
4b4bc88... testsuite: Add librsvg path tests
498f20a... path: Fix serialization for circles
f69c351... path: Special-case rects and circles
268614e... testsuite: Add a parsing test
ea99566... Implement gsk_path_measure_in_fill
ed640d1... testsuite: Add an in_fill() test
0b3a3b9... path: Add flags to gsk_path_foreach()
10a3b71... gsk: Implement parsing fill and stroke nodes
16474c6... stroke: Add support for dashes
9c29f38... path: Make all private contour APIs take a GskContour
61c29d0... path: Split contours into their own file
22d85ae... path: Rename to gtk_path_builder_add_segment()
eb984d8... path: Add conic curves
498b908... WIP: pathbuilder: Add gsk_path_builder_add_rounded_rect()
42be031... WIP: css: Replace border rendering code with GskPath
a289639... path: Introduce gskpathop
e2335dc... path: Add GskCurve
4395536... testsuite: Add conics to the random paths
7af807b... Add gsk_curve_get_{start,end}_tangent
0f0e9d3... curve: Split eval() into get_point() and get_tangent()
9b11dce... testuite: Add tests for gsk_curve_get_point()
55281bc... testuite: Add tests for gsk_curve_get_tangent()
bc20f7d... testsuite: Add a test for gsk_curve_decompose()
266439b... path: Add gsk_curve_segment()
72219e9... testsuite: Add a test for the conic that got us segment()
5386686... testsuite Add curve tangent tests
2b67c44... path: Always decompose conics into at least 2 segments
a1f55ce... path: Deal with non-uniformness of progress parameter
c46447b... path: Add a foreach function that dashes a path
0fabf6e... testsuite: Add tests for the dasher
6345342... Add gsk_path_get_stroke_bounds
d0495ab... xxx path)_fill
9031c24... Add gsk_path_measure_get_{path,tolerance}
fb0a20d... path: Add gsk_path_measure_restrict_to_contour()
ed4967b... path: Add gsk_path_measure_is_closed ()
e48887d... path: Change semantics of gtk_path_builder_add_segment()
0e26b6b... Ottie: Add
b0d9fe8... ottie: Add a command-line tool
ba01d9c... ottie: Add a snapshot test
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]