惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

U
Unit 42
罗磊的独立博客
博客园 - 聂微东
T
The Blog of Author Tim Ferriss
博客园 - 司徒正美
Stack Overflow Blog
Stack Overflow Blog
F
Fortinet All Blogs
A
About on SuperTechFans
腾讯CDC
Apple Machine Learning Research
Apple Machine Learning Research
B
Blog RSS Feed
IT之家
IT之家
V
Visual Studio Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
宝玉的分享
宝玉的分享
C
Check Point Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Vercel News
Vercel News
爱范儿
爱范儿
Microsoft Security Blog
Microsoft Security Blog
月光博客
月光博客
T
Tailwind CSS Blog
The Cloudflare Blog
Hugging Face - Blog
Hugging Face - Blog

Martin Owens activity

Martin Owens deleted project branch average-color-divide at Inkscape / inkscape Fix divide-by-zero crash when using calligraphy tool (d34276f8) · Commits · Inkscape / inkscape · GitLab Fix divide-by-zero crash when using calligraphy tool (!7923) · Merge requests · Inkscape / inkscape · GitLab Add selection file to bypass Windows command length limits (correction) (865df7a5) · Commits · Inkscape / inkscape · GitLab Draft: Fix AppImage crashing during save on older distros (!7922) · Merge requests · Inkscape / inkscape · GitLab e71fa7f8e0858aab87b7fc0814a30a8c88da9b43 to fe225a6b9e1042c7221d95173be22a02b3725337 · Martin Owens / inkscape · GitLab 403 Forbidden on Inkscape web server (#693) · Issues · Inkscape / inkscape-web · GitLab 403 Forbidden on Inkscape web server (#13509) · Issues · Inkscape / Inbox · GitLab Add selection file to bypass Windows command length limits (correction) (!7917) · 合并请求 · Inkscape / inkscape · GitLab Non-vertical axonometric axis implementation (!7912) · Merge requests · Inkscape / inkscape · GitLab Update split mode on tab switch (!7915) · Merge requests · Inkscape / inkscape · GitLab inset/offset as app functions so they can be used from CLI (!7914) · Merge requests · Inkscape / inkscape · GitLab Performace regresion in last month (#5879) · Issues · Inkscape / inkscape · GitLab [Regression] Right-aligned text has a new gap in 1.4.4 (#6130) · Issues · Inkscape / inkscape · GitLab [Regression] Right-aligned text has a new gap in 1.4.4 (#13498) · Issues · Inkscape / Inbox · GitLab c503804e014994d611de1b225bee8158c06448a8 to a4588d8ead1e7049b90c5a126962746ed286ab17 · Inkscape / inkscape-web · GitLab Validate the extensions of signature file uploads (a4588d8e) · 提交 · Inkscape / inkscape-web · GitLab Allow color conversions using static arrays instead of just vectors (e71fa7f8) · 提交 · Martin Owens / inkscape · GitLab Speed up ungroup on thousands of items (!7908) · Merge requests · Inkscape / inkscape · GitLab Incorrect handling of FontMatrix and transformation matrices with internal PDF import (#4845) · Issues · Inkscape / inkscape · GitLab Handling edge case of negative fonts in PDF (59040229) · 提交 · Inkscape / inkscape · GitLab Handling edge case of negative fonts in PDF (!7911) · 合并请求 · Inkscape / inkscape · GitLab Allow color conversions using static arrays instead of just vectors (33e65d1b) · Commits · Martin Owens / inkscape · GitLab Allow color conversions using static arrays instead of just vectors (9be5f867) · Commits · Martin Owens / inkscape · GitLab a9672ea1dff483b5b3aa8c6b5d88cd223001bef5 to 512a5e57602ac52e1d35782a7dcebae04262b2b8 · Martin Owens / inkscape · GitLab Add selection file to bypass Windows command length limits (!7905) · 合并请求 · Inkscape / inkscape · GitLab Revert Pango label changes (1.4.x) (!7907) · 合并请求 · Inkscape / inkscape · GitLab Crash on selecting a `<text>` object without a `<tspan>` inside (#5462) · Issues · Inkscape / inkscape · GitLab Fix breakage with Ubuntu 26.04 CI (!7904) · 合并请求 · Inkscape / inkscape · GitLab c673fdd5148253276826d4eda3951daaefb82607 to 356b31383ba324396a225686613236484305533d · Martin Owens / inkscape · GitLab
e93c9eb034a1b744ef1a16889e588965057f13a1 to cc89121ffe961...
Martin Owens · 2026-04-22 · via Martin Owens activity

Commits on Source 6

  • Fix crash while using maximum scans in trace dialog · a52cf8ae
    Vaibhav Malik authored and Vaibhav Malik's avatar Vaibhav Malik committed
    * In the multi-color autotrace mode, max scans is used to set the
      `color_count` value. It determines the number of colors a color bitmap
      is reduced to. The allowed values are 1 to 256.
    
    * The crash occurred because of incrementing scans value by 1 in
      multi-color autotrace mode while invoking setColorCount. Since, the
      maximum value allowed for the scan adjustment is 256, this'd result in
      color count being set to 257. Hence, resulting in a crash because of
      out of range value.
    
    Fixes: #5475
  • Speed up drawing cache insert · bfec9d1a
    Nagata Parama Aptana authored and Willy (Wen-Wei) Kao's avatar Willy (Wen-Wei) Kao committed
    Use boost intrusive multiset instead of std::list, now insert takes O(log n)
    instead of O(n) with n number of items on canvas. Erase remains O(1).
    
    No more memory allocation or failure paths on cache insertion
    at the expense of slightly larger DrawingItem struct.
  • Fix Rotation and Undo History when rotated · 7c47c2c0
    Ayan Das authored and karliss1's avatar karliss1 committed
    In 'transform_rotate', 'transform_rotate_step', and 'transform_rotate_screen' multiply the rotation angle by 'yaxisdir()' to ensures the visual rotation the action (CW vs CCW).
    calculate the visual angle' relative to 'yaxisdir()' for generating the Undo History message.
    
    Fixes: #5992
  • New UX for text in shape and text in path · cc89121f
    Provide the ability for users to click on shapes and lines with
    the text tool and place text directly inside and on lines without
    needing to use the text menu functions.
    
     * New cursor icons inspired by the designs in Krita 6.0
     * New pathways in text-tool decide if text should be added to curves or shapes
     * Distil `create_text_in_shape` out of `create_text_with_rectangle`
     * Add `create_text_at_position` into sp-text moved from text-tool.cpp
     * Add `create_text_on_curve` in sp-tspan to manage creation of path text
    
    Refactoring:
    
     * Remove unused `create_text_with_inline_size` and fold into new function
     * Remove unused variables in text-tool
     * Removed include "desktop.h" in "sp-text.h" and fixed bad deps in ui
     * Moved desktop/h include in tools to `tool-base.h` since every tool uses it
     * Change creation methods to always use document units and not pass SPDesktop
     * Remove `cursortolerance` pref dance in getItemsNearPoints
     * Split SPText inclusion shape building and add get first line position
     * Fix snap issues and add snapping to point outside of snappers
    
    Other fixes:
    
     * Fix scaling issues with font-size and making new text objects
     * Fix scaling issue in knot handler for TextPath font-size