[gtk] (82 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] (82 commits) Non-fast-forward update to branch wip/otte/lottie
- Date: Sun, 27 Dec 2020 00:16:01 +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:
5dddf67... mediafile: Load extension at startup with GTK_MEDIA
32cb6f7... gsk: Add GskPath
0d229b1... gsk: Add GskFillNode
5d03af0... snapshot: Add gtk_snapshot_push_fill()
92474e1... demos: Add a simple demo filling a path
b25ec30... gsk: Add GskStroke
e068012... gsk: Add GskStrokeNode
5d1f7c2... snapshot: Add gtk_snapshot_push_stroke()
73392d0... popover: Use fill and stroke nodes instead of Cairo
7f31bba... path: Change data structure for standard path
db69836... gsk: Add GskPathMeasure
32ec233... path: Add gsk_path_builder_add_path()
9b1351a... pathmeasure: Add gsk_path_measure_add_segment()
6569a92... testsuite: Add path tests
6f7bde7... path: Collect flags
776dd9d... path: Add gsk_path_foreach()
52cfb6b... path: Implement gsk_path_to_cairo() using foreach()
3c2f776... pathmeasure: Implement support for beziers
1a654bf... path: Add gsk_path_add_circle()
c00188f... path: Add gsk_path_measure_get_point()
3eb0db6... xxx: path_fill demo
41f47dd... gtk-demo: Add a text-on-path demo
911a262... testsuite: Add tests for gsk_path_measure_add_segment()
e35caed... spline: Use Skia's tolerance checks
99a0ef1... path: Add gsk_path_measure_get_closest_point()
cf821d6... testsuite: Add tests for gsk_path_measure_get_closest_point
f72812f... gtk-demo: Add cute maze demo
dbe349f... testsuite: Update create_random_path()
e65447a... testsuite: Add a test for get_point()
bb1aa9c... testsuite: Add a test using get_point() and get_closest_poi
c0ca126... path: Split GskPathBuilder into its own file
3b3f2af... xxx: demo
36f323b... pathbuilder: Redo semantics for starting curves
d4ec287... path: Add GSK_CIRCLE_POINT_INIT() to initialize points on t
d6900dd... pathbuilder: Add relative path commands
0309475... testsuite: Add relative path functions
c04d553... Documentation typo fixes
aa547fd... stroke: Add miter limit
03e08d0... path: Implement SVG arcs
c38509f... path: Implement gsk_path_parse
3bd525c... testsuite: Add librsvg path tests
6202a22... path: Fix serialization for circles
eab7e55... path: Special-case rects and circles
7320bca... testsuite: Add a parsing test
ebdb53e... Implement gsk_path_measure_in_fill
b4590f1... testsuite: Add an in_fill() test
ef0a689... path: Add flags to gsk_path_foreach()
26b1e19... gsk: Implement parsing fill and stroke nodes
86e1eab... stroke: Add support for dashes
0123ceb... path: Make all private contour APIs take a GskContour
393e13b... path: Split contours into their own file
9351c79... path: Rename to gtk_path_builder_add_segment()
722d173... path: Add conic curves
5925d1a... WIP: pathbuilder: Add gsk_path_builder_add_rounded_rect()
fcda46f... WIP: css: Replace border rendering code with GskPath
abcb9a8... path: Introduce gskpathop
9a6b60e... path: Add GskCurve
9e14d76... testsuite: Add conics to the random paths
c40c88e... Add gsk_curve_get_{start,end}_tangent
4b566d4... curve: Split eval() into get_point() and get_tangent()
97522fd... testuite: Add tests for gsk_curve_get_point()
a7dbc82... testuite: Add tests for gsk_curve_get_tangent()
3764fe0... testsuite: Add a test for gsk_curve_decompose()
6ff6a01... path: Add gsk_curve_segment()
332b6f7... testsuite: Add a test for the conic that got us segment()
fa77e85... testsuite Add curve tangent tests
e73cd0f... path: Always decompose conics into at least 2 segments
f67a075... path: Deal with non-uniformness of progress parameter
d0bc6d4... path: Add a foreach function that dashes a path
ff9c856... testsuite: Add tests for the dasher
84a9bc0... Add gsk_path_get_stroke_bounds
1e80eb9... xxx path)_fill
dec1d44... Add gsk_path_measure_get_{path,tolerance}
e375fdb... path: Add gsk_path_measure_restrict_to_contour()
fc1c3e4... path: Add gsk_path_measure_is_closed ()
94d2a13... path: Change semantics of gtk_path_builder_add_segment()
63b2d86... path: Add gsk_path_builder_add_ellipse()
edb416b... xxx: get_stroke_bounds()
1c2bea2... Ottie: Add
e26e655... ottie: Add a command-line tool
1445bcd... ottie: Add a snapshot testsuite test
40e0995... Ottie: Add ottie-editor
Commits added to the branch:
c815496... gtk: Build as static library first
08ee6c7... mediafile: Load extension at startup with GTK_MEDIA
98337f7... gsk: Add GskPath
4eb7d68... gsk: Add GskFillNode
e7bbed5... snapshot: Add gtk_snapshot_push_fill()
3c91d0b... demos: Add a simple demo filling a path
c279e1a... gsk: Add GskStroke
2d7897a... gsk: Add GskStrokeNode
118e41f... snapshot: Add gtk_snapshot_push_stroke()
2bd3aa3... popover: Use fill and stroke nodes instead of Cairo
9a2e4ac... path: Change data structure for standard path
207feeb... gsk: Add GskPathMeasure
c82ad02... path: Add gsk_path_builder_add_path()
483a477... pathmeasure: Add gsk_path_measure_add_segment()
a3ac003... testsuite: Add path tests
d2cfe74... path: Collect flags
801c634... path: Add gsk_path_foreach()
a0b9238... path: Implement gsk_path_to_cairo() using foreach()
b0d6130... pathmeasure: Implement support for beziers
fc2c6f1... path: Add gsk_path_add_circle()
e4c147c... path: Add gsk_path_measure_get_point()
b658c26... xxx: path_fill demo
5d69887... gtk-demo: Add a text-on-path demo
f7c3673... testsuite: Add tests for gsk_path_measure_add_segment()
00b9af6... spline: Use Skia's tolerance checks
790a420... path: Add gsk_path_measure_get_closest_point()
445b238... testsuite: Add tests for gsk_path_measure_get_closest_point
9b957c2... gtk-demo: Add cute maze demo
7ff6235... testsuite: Update create_random_path()
76d6fed... testsuite: Add a test for get_point()
916d950... testsuite: Add a test using get_point() and get_closest_poi
5225d01... path: Split GskPathBuilder into its own file
c74970e... xxx: demo
9fe71e7... pathbuilder: Redo semantics for starting curves
683729c... path: Add GSK_CIRCLE_POINT_INIT() to initialize points on t
237c37f... pathbuilder: Add relative path commands
120e449... testsuite: Add relative path functions
ff47bfd... Documentation typo fixes
6917741... stroke: Add miter limit
abbbaef... path: Implement SVG arcs
2478963... path: Implement gsk_path_parse
87b3cb1... testsuite: Add librsvg path tests
a7ba2bd... path: Fix serialization for circles
cb10cf0... path: Special-case rects and circles
34725c1... testsuite: Add a parsing test
acdf042... Implement gsk_path_measure_in_fill
a9ad37e... testsuite: Add an in_fill() test
3c363f0... path: Add flags to gsk_path_foreach()
ced2959... gsk: Implement parsing fill and stroke nodes
25f9ead... stroke: Add support for dashes
15e8f2b... path: Make all private contour APIs take a GskContour
0f332de... path: Split contours into their own file
af9a856... path: Rename to gtk_path_builder_add_segment()
0616833... path: Add conic curves
946b768... WIP: pathbuilder: Add gsk_path_builder_add_rounded_rect()
678405b... WIP: css: Replace border rendering code with GskPath
23c5318... path: Introduce gskpathop
924f0bc... path: Add GskCurve
3634789... testsuite: Add conics to the random paths
a60b72b... Add gsk_curve_get_{start,end}_tangent
30635d1... curve: Split eval() into get_point() and get_tangent()
da83532... testuite: Add tests for gsk_curve_get_point()
d8c2617... testuite: Add tests for gsk_curve_get_tangent()
7a6b008... testsuite: Add a test for gsk_curve_decompose()
92b472f... path: Add gsk_curve_segment()
7eb4ed8... testsuite: Add a test for the conic that got us segment()
6121422... testsuite Add curve tangent tests
d47ebd3... path: Always decompose conics into at least 2 segments
1349cf2... path: Deal with non-uniformness of progress parameter
14f9395... path: Add a foreach function that dashes a path
ee6879f... testsuite: Add tests for the dasher
776dc54... Add gsk_path_get_stroke_bounds
a5e13cc... xxx path)_fill
78d06e5... Add gsk_path_measure_get_{path,tolerance}
8397d10... path: Add gsk_path_measure_restrict_to_contour()
828ccc5... path: Add gsk_path_measure_is_closed ()
cef1bc9... path: Change semantics of gtk_path_builder_add_segment()
aa2f634... path: Add gsk_path_builder_add_ellipse()
c2ed71a... Ottie: Add
73904f3... ottie: Add a command-line tool
e235392... ottie: Add a snapshot testsuite test
e9d01c1... Ottie: Add ottie-editor
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]