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

  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()
  745c455... path: Add conic curves
  081e3c0... WIP: pathbuilder: Add gsk_path_builder_add_rounded_rect()
  8ba614f... WIP: css: Replace border rendering code with GskPath
  46e1f58... path: Introduce gskpathop
  2683e1f... path: Add GskCurve
  b2655fb... testsuite: Add conics to the random paths
  e859aea... Add gsk_curve_get_{start,end}_tangent
  97966e9... curve: Split eval() into get_point() and get_tangent()
  c1aa8a5... testuite: Add tests for gsk_curve_get_point()
  4d12ddb... testuite: Add tests for gsk_curve_get_tangent()
  e50b221... testsuite: Add a test for gsk_curve_decompose()
  ce3f103... path: Add gsk_curve_segment()
  985cd3a... testsuite: Add a test for the conic that got us segment()
  f81d0f4... testsuite Add curve tangent tests
  b57e245... path: Always decompose conics into at least 2 segments
  67ebe01... path: Deal with non-uniformness of progress parameter
  7fa9b09... path: Add a foreach function that dashes a path
  018569b... testsuite: Add tests for the dasher
  c811420... Add gsk_path_get_stroke_bounds
  988085c... xxx path)_fill
  b9b1bbe... Add gsk_path_measure_get_{path,tolerance}
  1826924... path: Add gsk_path_measure_restrict_to_contour()
  b88829b... path: Add gsk_path_measure_is_closed ()
  5adf60c... path: Change semantics of gtk_path_builder_add_segment()
  79d2045... path: Add gsk_path_builder_add_ellipse()
  f59839c... xxx: get_stroke_bounds()
  9449388... Ottie: Add
  569c79d... ottie: Add a command-line tool
  05e488e... ottie: Add a snapshot testsuite test
  9676eb7... Ottie: Add ottie-editor

Commits added to the branch:

  3c24841... vulkancontext: Remove usage of VK_ERROR_INCOMPATIBLE_VERSIO (*)
  f816a8f... gl renderer: Unify viewport setting in add_offscreen_ops() (*)
  7f6608c... gl renderer: Render too big textures to the clipped area (*)
  7eece7e... gl renderer: Take a out graphene_rect in blur_node() (*)
  addcf57... Adwaita: flat button adjustments (*)
  4f12e2f... Fix URLs for the download.gnome.org locations (*)
  8a923e0... Merge branch 'wip/jimmac/flat-button-tweaks' into 'master' (*)
  e9e09be... Merge branch 'issue-3483' into 'master' (*)
  1738724... Notify properties on deletion in PasswordEntryBuffer (*)
  e71f6b0... docs: Note the caveat on GtkEditable signals with delegates (*)
  af0973c... a11y: Fix removing mnemonic widgets (*)
  ec94ec0... Merge branch 'ebassi/password-entry-notify' into 'master' (*)
  a5365ec... docs: Add missing GTK types (*)
  bf4c3dc... docs: Fix list of kinds of shortcuts in Keyboard input (*)
  3f56e81... Merge branch 'shortcuts' into 'master' (*)
  2da8d9b... Do not build gdk-pixbuf's man page (*)
  d330627... Merge branch 'ebassi/docs-for-master' into 'master' (*)
  f31765d... Merge branch 'ebassi/mnemonic-label-remove' into 'master' (*)
  7533369... Merge branch 'wip/baedert/for-master' into 'master' (*)
  9521f60... docs: backtick fixes (*)
  0c6a6b3... Merge branch 'doc_backticks' into 'master' (*)
  14bf45a... 3to4: Remove GtkCheckButton:draw-indicator (*)
  f2b1683... 3to4: Add test for GtkCheckButton:draw-indicator removal (*)
  3e319b4... Merge branch 'ebassi/issue-3492' into 'master' (*)
  12611fa... Revert "gl renderer: Take a out graphene_rect in blur_node( (*)
  d5143a1... Revert "gl renderer: Render too big textures to the clipped (*)
  bb8a459... Merge branch 'matthiasc/for-master' into 'master' (*)
  b886988... Update Catalan translation (*)
  e41288d... Update Punjabi translation (*)
  c6a5ac1... Update Japanese translation (*)
  b467279... Update Japanese translation (*)
  853883c... Update Brazilian Portuguese translation (*)
  fa35e3b... Pass the bindir to the post-install script (*)
  d13f8ac... Call the newly installed gtk4-update-icon-cache (*)
  7249c3a... Merge branch 'ebassi/issue-3495' into 'master' (*)
  933d241... Update Brazilian Portuguese translation (*)
  e6f6d1e... main: Add & use gdk_event_dup_axes() (*)
  a8213d7... gl renderer: Avoid setting modelview to identical values (*)
  810cd78... icontheme: Make icon_paintable_ensure_texture() return an u (*)
  e747ea7... pixbufutils: Only convert icon size to string once (*)
  21299cc... icontheme: Make some constant values const (*)
  bd5d161... GskTransform: Avoid a ref+unref pair (*)
  186287e... GskTransform: Fix identity transform class name (*)
  cde4354... gl renderer: Unify new clip/viewport rects in blur_texture( (*)
  4b3bbe0... gl renderer: Create shader-global uniform ops on draw() (*)
  634fa77... gl renderer: Add missing debug output for repeat ops (*)
  e1cf0cf... gl renderer: Proper state tracking for color matrix ops (*)
  fdda4e4... GskTransform: Add nullable annotations to _equals() (*)
  2feac27... layoutoverlay: Avoid adding 0 sized color nodes (*)
  c34f989... layoutoverlay: Avoid adding transparent color nodes (*)
  0b4ed8d... renderborder: Avoid 0 width outline color nodes (*)
  a2a70c3... rendernode: Sort diff() requirements by complexity (*)
  9fefa7b... rendernode: Different uniformity in border nodes (*)
  2031c5b... textlayout: Remove dead offset_y code (*)
  9eaeaa8... label: Refactor snapshot() (*)
  e7a326e... label: Refactor get_layout_location() (*)
  bce4d66... gskpango: Fix a potential cairo_t leak (*)
  98b9920... gskpango: Remove bounds rect (*)
  cf35237... gskpango: Correct a comment (*)
  526c761... gl renderer: Check for pointer equality in rounded_rect_equ (*)
  e90f5e8... gskpango: Don't copy fg color (*)
  c4a8c08... box: improve documentation (*)
  65adfd9... Merge branch 'box_docs' into 'master' (*)
  aa95ae7... gsk: Fix serialization of glyphs (*)
  6c31ed5... docs: Fix typo and whitespace (*)
  b9bcdbb... docs: Add examples of GtkDragSource use (*)
  b1d952b... docs: Add examples for GtkDropTarget (*)
  478d1f7... Merge branch 'fix-node-glyphs' into 'master' (*)
  26119af... gsk: Improve glyph serialization (*)
  9cec9e4... gsk: Export the glyph serialization privately (*)
  1473861... inspector: Show glyphs as in node files (*)
  0abb8c6... Merge branch 'matthiasc/for-master' into 'master' (*)
  20289ad... Fix the value for the print-backends setting (*)
  4664841... Merge branch 'ebassi/docs-for-master' into 'master' (*)
  1253296... Merge branch 'fix-printbackends' into 'master' (*)
  ab1b117... Fix buffer overruns in 'gtk-builder-tool simplify' (*)
  fcd449f... modelbutton: Remove an unused field (*)
  aebf8e3... Merge branch 'mcatanzaro/fix-gtk-builder-tool' into 'master (*)
  4310f24... Fix warnings with Vulkan < 162 (*)
  6d042d9... Merge branch 'matthiasc/for-master' into 'master' (*)
  e854b90... Merge branch 'wip/baedert/for-master' into 'master' (*)
  5cd2ee9... window: Release application in destroy (*)
  e128a77... Merge branch 'matthiasc/for-master' into 'master' (*)
  f426d23... Update Persian translation (*)
  7d6877e... Update Punjabi translation (*)
  7e579bb... Merge branch 'wip/otte/for-master' into 'master' (*)
  28c4ada... Fix gtk4-demo’s gears demo on OpenGL ES (*)
  dd1110c... Fix some of gtk4-demo’s transitions example on OpenGL ES (*)
  f7e3016... Merge branch 'gles-gears' into 'master' (*)
  84c6708... Remove unused static inline function (*)
  9c84fa1... Merge branch 'unused-static-inline' into 'master' (*)
  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

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