[gtk] (58 commits) Non-fast-forward update to branch wip/matthiasc/lottie-stroke
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk] (58 commits) Non-fast-forward update to branch wip/matthiasc/lottie-stroke
- Date: Sun, 6 Dec 2020 22:26:47 +0000 (UTC)
The branch 'wip/matthiasc/lottie-stroke' 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:
e3479db... path: Collect flags
72d51e5... path: Add gsk_path_foreach()
00cb842... path: Implement gsk_path_to_cairo() using foreach()
77c2652... pathmeasure: Implement support for beziers
917a930... path: Add gsk_path_add_circle()
e84d4ea... path: Add gsk_path_measure_get_point()
68e333d... xxx: path_fill demo
fd494ce... gtk-demo: Add a text-on-path demo
753ec96... testsuite: Add tests for gsk_path_measure_add_segment()
3fe7ad3... spline: Use Skia's tolerance checks
5dd9a4c... path: Add gsk_path_measure_get_closest_point()
6bb99cc... testsuite: Add tests for gsk_path_measure_get_closest_point
bd20d1d... gtk-demo: Add cute maze demo
75ede84... testsuite: Update create_random_path()
07b4dfe... testsuite: Add a test for get_point()
866ee78... testsuite: Add a test using get_point() and get_closest_poi
c1c2b65... path: Split GskPathBuilder into its own file
8e79a33... xxx: demo
aecc98d... pathbuilder: Redo semantics for starting curves
ff57f61... path: Add GSK_CIRCLE_POINT_INIT() to initialize points on t
d97af29... pathbuilder: Add relative path commands
f082ff9... testsuite: Add relative path functions
fba1ae6... Documentation typo fixes
d75ee50... stroke: Add miter limit
1645c41... path: Implement SVG arcs
10ff831... path: Implement gsk_path_parse
2f60bee... testsuite: Add librsvg path tests
7d0b7d4... path: Fix serialization for circles
4febefe... path: Special-case rects and circles
2c3cc65... testsuite: Add a parsing test
55cb1a5... Implement gsk_path_measure_in_fill
8e5f91e... testsuite: Add an in_fill() test
f9d664a... path: Add flags to gsk_path_foreach()
9698a46... gsk: Implement parsing fill and stroke nodes
7267293... stroke: Add support for dashes
f39938c... path: Make all private contour APIs take a GskContour
f034fcd... path: Split contours into their own file
686c564... path: Rename to gtk_path_builder_add_segment()
a365a55... WIP: path: Add conic curves
29cd4a4... WIP: pathbuilder: Add gsk_path_builder_add_rounded_rect()
666dbec... WIP: css: Replace border rendering code with GskPath
cf2e717... path: Introduce gskpathop
c9def16... XXX: Fix a compiler warning
2bd9e41... Add gsk_path_to_stroke
3aa65c6... Implement dashing
580feec... Special-case rects for strokes
73da68b... Implement stroking
b81e56f... Add an interactive path test
119aad0... Add a path editor demo
989441f... Make stroke nodes use path-to-stroke
659f9e0... Revert "Make stroke nodes use path-to-stroke"
Commits added to the branch:
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() (*)
4336195... WIP: path: Add conic curves (*)
032d7df... WIP: pathbuilder: Add gsk_path_builder_add_rounded_rect() (*)
3e08127... WIP: css: Replace border rendering code with GskPath (*)
7768eb2... path: Introduce gskpathop (*)
d216991... path: Add GskCurve (*)
b581c3e... XXX: Fix a compiler warning
fad1a38... Add gsk_path_to_stroke
2e4d9a1... Implement dashing
df065c0... Special-case rects for strokes
359973a... Implement stroking
60921a3... Add an interactive path test
cf8b26f... Add a path editor demo
819ed75... Make stroke nodes use path-to-stroke
66d3af5... Revert "Make stroke nodes use path-to-stroke"
14d6979... Fix get_closest_point for rectangles
6a80a99... Add gsk_path_measure_get_{path,tolerance}
f953826... Add tests for get_point on custom contours
eb83782... Add basic tests for strokes
54e088a... Add another stroker test
ca10eef... wip: curve2: Add scrolling
(*) This commit already existed in another branch; no separate mail sent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]