[gtk] (86 commits) Non-fast-forward update to branch wip/otte/lottie



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:

  a170429... gtk-demo: Don't put the search bar in the scroll area
  d8dec82... video: When autoplaying, start playing once the video is pr
  501e8c5... picture: Fix copy/paste error in docs
  8374a8c... roundedbox: Remove unused API
  7fbaa41... docs: Put render nodes in their own sections
  1285a23... listview: Use the correct scroll policy
  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()
  be36fd8... Ottie: Add
  12aedf7... ottie: Add a command-line tool
  11c7102... ottie: Add a snapshot test

Commits added to the branch:

  dee863d... rendernode: Bail if matrix is invalid
  2a8f371... gtk-demo: Don't put the search bar in the scroll area
  d6f2884... video: When autoplaying, start playing once the video is pr
  f7f8990... picture: Fix copy/paste error in docs
  8d014d6... roundedbox: Remove unused API
  f85d939... docs: Put render nodes in their own sections
  71e616d... listview: Use the correct scroll policy
  96e1b85... gdkarray: Add a "stolen" boolean to splice()
  58e4385... gsk: Add GskPath
  14cfcc1... gsk: Add GskFillNode
  f3bcf08... snapshot: Add gtk_snapshot_push_fill()
  f1fcee8... demos: Add a simple demo filling a path
  a228a50... gsk: Add GskStroke
  270035a... gsk: Add GskStrokeNode
  62dbaba... snapshot: Add gtk_snapshot_push_stroke()
  65401de... popover: Use fill and stroke nodes instead of Cairo
  b20b9c6... path: Change data structure for standard path
  302636e... gsk: Add GskPathMeasure
  82edf3b... path: Add gsk_path_builder_add_path()
  117ad40... pathmeasure: Add gsk_path_measure_add_segment()
  7cf5e94... testsuite: Add path tests
  f333584... path: Collect flags
  0befaa9... path: Add gsk_path_foreach()
  756f744... path: Implement gsk_path_to_cairo() using foreach()
  2c98adf... pathmeasure: Implement support for beziers
  43e6dc9... path: Add gsk_path_add_circle()
  32a6cae... path: Add gsk_path_measure_get_point()
  f763afb... xxx: path_fill demo
  52e56cf... gtk-demo: Add a text-on-path demo
  b2de8c7... testsuite: Add tests for gsk_path_measure_add_segment()
  71a5c55... spline: Use Skia's tolerance checks
  2474e34... path: Add gsk_path_measure_get_closest_point()
  3e3dec7... testsuite: Add tests for gsk_path_measure_get_closest_point
  27d322b... gtk-demo: Add cute maze demo
  340f0ac... testsuite: Update create_random_path()
  90bd698... testsuite: Add a test for get_point()
  c0abb6b... testsuite: Add a test using get_point() and get_closest_poi
  515f05a... path: Split GskPathBuilder into its own file
  4da2adf... xxx: demo
  6a3afd9... pathbuilder: Redo semantics for starting curves
  ffa50ec... path: Add GSK_CIRCLE_POINT_INIT() to initialize points on t
  f3adcfa... pathbuilder: Add relative path commands
  73f12d0... testsuite: Add relative path functions
  98d2966... Documentation typo fixes
  f58d76c... stroke: Add miter limit
  f34014f... path: Implement SVG arcs
  5abb09e... path: Implement gsk_path_parse
  030dbaf... testsuite: Add librsvg path tests
  13684b4... path: Fix serialization for circles
  19b9304... path: Special-case rects and circles
  23061b6... testsuite: Add a parsing test
  588d664... Implement gsk_path_measure_in_fill
  f89689a... testsuite: Add an in_fill() test
  9382af5... path: Add flags to gsk_path_foreach()
  6a0e0d7... gsk: Implement parsing fill and stroke nodes
  1ee59d7... stroke: Add support for dashes
  2212cc1... path: Make all private contour APIs take a GskContour
  f13c358... path: Split contours into their own file
  f8281a6... path: Rename to gtk_path_builder_add_segment()
  11ac962... path: Add conic curves
  2b6b30d... WIP: pathbuilder: Add gsk_path_builder_add_rounded_rect()
  2cd214f... WIP: css: Replace border rendering code with GskPath
  f1a41ea... path: Introduce gskpathop
  b1becf9... path: Add GskCurve
  900e761... testsuite: Add conics to the random paths
  108bc89... Add gsk_curve_get_{start,end}_tangent
  577caf4... curve: Split eval() into get_point() and get_tangent()
  dbac956... testuite: Add tests for gsk_curve_get_point()
  498d6db... testuite: Add tests for gsk_curve_get_tangent()
  1e4edd4... testsuite: Add a test for gsk_curve_decompose()
  bd06ada... path: Add gsk_curve_segment()
  97d16e0... testsuite: Add a test for the conic that got us segment()
  bf39cd0... testsuite Add curve tangent tests
  344216d... path: Always decompose conics into at least 2 segments
  520bf8c... path: Deal with non-uniformness of progress parameter
  a53b7a5... path: Add a foreach function that dashes a path
  cf591db... testsuite: Add tests for the dasher
  c93dc01... Add gsk_path_get_stroke_bounds
  dcdf7d7... xxx path)_fill
  e8b06c7... Add gsk_path_measure_get_{path,tolerance}
  3588a6f... path: Add gsk_path_measure_restrict_to_contour()
  9098cb5... path: Add gsk_path_measure_is_closed ()
  ae1e4b9... path: Change semantics of gtk_path_builder_add_segment()
  5473db0... Ottie: Add
  5b5e129... ottie: Add a command-line tool
  614d60b... ottie: Add a snapshot test


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]