[gtk] (57 commits) Non-fast-forward update to branch wip/matthiasc/lottie-stroke



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:

  c5eae14... gsk: Add GskFillNode
  29d2d1b... snapshot: Add gtk_snapshot_push_fill()
  190d402... demos: Add a simple demo filling a path
  f6d21fe... gsk: Add GskStroke
  5d83be1... gsk: Add GskStrokeNode
  8e5e2b9... snapshot: Add gtk_snapshot_push_stroke()
  4fb554a... popover: Use fill and stroke nodes instead of Cairo
  2d1fbd0... path: Change data structure for standard path
  d4f3b2b... gsk: Add GskPathMeasure
  2618626... path: Add gsk_path_builder_add_path()
  0e6c7e6... pathmeasure: Add gsk_path_measure_add_segment()
  2261782... testsuite: Add path tests
  8ca430b... path: Collect flags
  be2a713... path: Add gsk_path_foreach()
  527638e... path: Implement gsk_path_to_cairo() using foreach()
  8d5405d... pathmeasure: Implement support for beziers
  b26828f... path: Add gsk_path_add_circle()
  483ec13... path: Add gsk_path_measure_get_point()
  ed8328c... xxx: path_fill demo
  43e3312... gtk-demo: Add a text-on-path demo
  456cf55... testsuite: Add tests for gsk_path_measure_add_segment()
  6707aea... xxx: demo
  df9b385... spline: Use Skia's tolerance checks
  d3841ce... path: Add gsk_path_measure_get_closest_point()
  8d76bec... testsuite: Add tests for gsk_path_measure_get_closest_point
  abaaab2... gtk-demo: Add cute maze demo
  5fd947d... testsuite: Update create_random_path()
  7dd0720... testsuite: Add a test for get_point()
  9d1f4cd... testsuite: Add a test using get_point() and get_closest_poi
  a431d53... path: Split GskPathBuilder into its own file
  76698c2... pathbuilder: Redo semantics for starting curves
  4938ed9... path: Add GSK_CIRCLE_POINT_INIT() to initialize points on t
  dd4f5af... pathbuilder: Add relative path commands
  54db39b... testsuite: Add relative path functions
  8d504ef... Documentation typo fixes
  1ebb062... stroke: Add miter limit
  93e5e2e... path: Implement SVG arcs
  28ead6a... path: Implement gsk_path_parse
  45a1d7d... testsuite: Add librsvg path tests
  007717f... path: Fix serialization for circles
  7e8deda... WIP: path: Add conic curves
  293dc5a... path: Special-case rects and circles
  5f528ae... testsuite: Add a parsing test
  0d7c824... Implement gsk_path_measure_in_fill
  7d75fc8... testsuite: Add an in_fill() test
  3b570d8... Add an interactive path test
  2a69bed... Add a path editor demo
  e6db624... Privately export gsk_contour_foreach
  3bfef19... Add gsk_path_to_stroke
  5a45149... XXX: work around meson issues
  d5b68f8... Add an interactive test for stroking
  8b70645... wip: curve-editor stroke debugging
  1d309a0... debugging shapes
  de54348... wip: Subdivide curves before stroking
  9f15634... towards working subdivisions
  d35bfb4... cleanups
  d167866... cleanups
  fdb126a... cleanups
  e3252f7... cleanups

Commits added to the branch:

  d7c217c... gsk: Add GskFillNode (*)
  2d2fb19... snapshot: Add gtk_snapshot_push_fill() (*)
  375e7cb... demos: Add a simple demo filling a path (*)
  6ec97ae... gsk: Add GskStroke (*)
  d3f9d6a... gsk: Add GskStrokeNode (*)
  c3be000... snapshot: Add gtk_snapshot_push_stroke() (*)
  19cccc2... popover: Use fill and stroke nodes instead of Cairo (*)
  26c46c5... path: Change data structure for standard path (*)
  c7d6c6d... gsk: Add GskPathMeasure (*)
  71368a9... path: Add gsk_path_builder_add_path() (*)
  0cb2511... pathmeasure: Add gsk_path_measure_add_segment() (*)
  f6724c7... testsuite: Add path tests (*)
  c1e1d66... path: Collect flags (*)
  96c5d95... path: Add gsk_path_foreach() (*)
  8ca0ddb... path: Implement gsk_path_to_cairo() using foreach() (*)
  8dfa229... pathmeasure: Implement support for beziers (*)
  b89fe16... path: Add gsk_path_add_circle() (*)
  0013527... path: Add gsk_path_measure_get_point() (*)
  7f37b58... xxx: path_fill demo (*)
  3854c70... gtk-demo: Add a text-on-path demo (*)
  2d42f6d... testsuite: Add tests for gsk_path_measure_add_segment() (*)
  ed6aea5... xxx: demo (*)
  4b2529a... spline: Use Skia's tolerance checks (*)
  d646a77... path: Add gsk_path_measure_get_closest_point() (*)
  f2d6fd8... testsuite: Add tests for gsk_path_measure_get_closest_point (*)
  17cce44... gtk-demo: Add cute maze demo (*)
  151abb8... testsuite: Update create_random_path() (*)
  ec2c86a... testsuite: Add a test for get_point() (*)
  d4f2d2f... testsuite: Add a test using get_point() and get_closest_poi (*)
  a59a148... path: Split GskPathBuilder into its own file (*)
  b0efc2e... pathbuilder: Redo semantics for starting curves (*)
  079ff54... path: Add GSK_CIRCLE_POINT_INIT() to initialize points on t (*)
  117d0cd... pathbuilder: Add relative path commands (*)
  bec1fdf... testsuite: Add relative path functions (*)
  042f3e8... Documentation typo fixes (*)
  61a7cdb... stroke: Add miter limit (*)
  1f34820... path: Implement SVG arcs (*)
  6e1887d... path: Implement gsk_path_parse (*)
  7107c18... testsuite: Add librsvg path tests (*)
  bda98ae... path: Fix serialization for circles (*)
  d5d1b1d... WIP: path: Add conic curves (*)
  1d67496... path: Special-case rects and circles (*)
  1fd51f5... testsuite: Add a parsing test (*)
  c9b4e6c... Implement gsk_path_measure_in_fill (*)
  1a0729a... testsuite: Add an in_fill() test (*)
  c3a836a... gsk: Implement parsing fill and stroke nodes (*)
  e28cd7b... stroke: Add support for dashes (*)
  a870cb9... path: Make all private contour APIs take a GskContour (*)
  04bbf5c... path: Split contours into their own file (*)
  cf065ce... Add an interactive path test
  908aee0... Add a path editor demo
  7e1ffc5... XXX: work around meson issues
  7a96bed... Add gsk_path_to_stroke
  3d47c95... Add an interactive test for stroking
  f3167ad... wip: curve-editor stroke debugging
  c8396ae... debugging shapes
  9841cd2... Merge curve2 and curve3

(*) 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]