[gtk] (60 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:

  7daf99a... gsk: Add GskPath
  21d19fd... gsk: Add GskFillNode
  1eacc48... snapshot: Add gtk_snapshot_push_fill()
  3f77e04... demos: Add a simple demo filling a path
  6ce05c2... gsk: Add GskStroke
  68ac24e... gsk: Add GskStrokeNode
  87a09e0... snapshot: Add gtk_snapshot_push_stroke()
  026c0ed... popover: Use fill and stroke nodes instead of Cairo
  7deaf6b... path: Change data structure for standard path
  626ba87... gsk: Add GskPathMeasure
  e3cec72... path: Add gsk_path_builder_add_path()
  e102c52... pathmeasure: Add gsk_path_measure_add_segment()
  a017ebf... testsuite: Add path tests
  b94382e... path: Collect flags
  fd5f54d... path: Add gsk_path_foreach()
  549bcce... path: Implement gsk_path_to_cairo() using foreach()
  25b0ed1... pathmeasure: Implement support for beziers
  c237580... path: Add gsk_path_add_circle()
  2a41ad7... path: Add gsk_path_measure_get_point()
  c5a6848... xxx: path_fill demo
  cca3907... gtk-demo: Add a text-on-path demo
  f7da082... testsuite: Add tests for gsk_path_measure_add_segment()
  bf5473e... xxx: demo
  73269f9... spline: Use Skia's tolerance checks
  188c435... path: Add gsk_path_measure_get_closest_point()
  52ca3fa... testsuite: Add tests for gsk_path_measure_get_closest_point
  2aab906... gtk-demo: Add cute maze demo
  8cd1f2b... testsuite: Update create_random_path()
  47defab... testsuite: Add a test for get_point()
  11dbab7... testsuite: Add a test using get_point() and get_closest_poi
  42c7490... path: Split GskPathBuilder into its own file
  bd20642... pathbuilder: Redo semantics for starting curves
  d62c987... xxx: split builder
  91923c2... path: Add GSK_CIRCLE_POINT_INIT() to initialize points on t
  c82080c... WIP: path: Add conic curves
  9885525... gsk: Implement parsing fill and stroke nodes
  69d6eb7... path: Implement SVG arcs
  0d5c270... path: Implement gsk_path_parse
  a62d6b9... path: Fix serialization for circles
  1af40af... path: Special-case rects and circles
  e60e583... Documentation typo fixes
  9518f86... Fix bounding boxes for axis-aligned lines
  deb89d8... stroke: Remove erroneous preconditions
  eb24783... Add an interactive path test
  930cb1d... Implement gsk_path_measure_in_fill
  c467a92... Add another interactive test
  5069410... stroke: Add miter limit
  acb26c3... Add a path editor demo
  3f175bd... Merge branch 'matthiasc/lottie-serialization' into matthias
  9060b95... Merge branch 'matthiasc/lottie-in-fill' into matthiasc/lott
  5a0b640... Merge branch 'matthiasc/lottie-misc-fixes' into matthiasc/l
  7e668e6... Merge branch 'matthiasc/lottie-tests' into matthiasc/lottie
  4e42b00... Merge branch 'matthiasc/miter-limit' into matthiasc/lottie-
  51e8410... curve demo: close the path
  39f6470... Privately export gsk_contour_foreach
  bee7dee... Add gsk_path_to_stroke
  912d620... build: Use link_whole for linking our convenience libs
  b1fedfc... Add an interactive test for stroking
  d215e93... wip: curve-editor stroke debugging
  0db9799... debugging shapes
  d7290fa... wip: Subdivide curves before stroking
  581a6ef... wip: more subdivision tweakery
  c5d5de0... wip: some subdivision

Commits added to the branch:

  c43a74c... gsk: Add GskPath (*)
  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

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