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

推荐订阅源

Google DeepMind News
Google DeepMind News
C
Check Point Blog
J
Java Code Geeks
腾讯CDC
Martin Fowler
Martin Fowler
MongoDB | Blog
MongoDB | Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园 - 三生石上(FineUI控件)
Apple Machine Learning Research
Apple Machine Learning Research
大猫的无限游戏
大猫的无限游戏
Engineering at Meta
Engineering at Meta
罗磊的独立博客
Last Week in AI
Last Week in AI
B
Blog
IT之家
IT之家
S
SegmentFault 最新的问题
D
DataBreaches.Net
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
GbyAI
GbyAI
博客园 - 聂微东
U
Unit 42
有赞技术团队
有赞技术团队
Y
Y Combinator Blog
MyScale Blog
MyScale 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 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 Revert Text tool cursor changes (1.4.x) (!7903) · 合并请求 · Inkscape / inkscape · GitLab
e71fa7f8e0858aab87b7fc0814a30a8c88da9b43 to fe225a6b9e104...
Martin Owens · 2026-05-13 · via Martin Owens activity

Commits on Source 8

  • Fix breakage with Ubuntu 26.04 CI · 1a4da430
    PBS authored and PBS's avatar PBS committed
    * Implement supersampling for CLI tests, allowing lower fuzz thresholds.
    * Merge l2compare.sh into check_output.sh to reduce duplication.
    * Always use L2 metric for fuzzy raster comparisons, not absolute error.
    
    * Fix 09-text-layout.svg to add 'arabic' css class to some text that was
      missing it, use 'Noto Sans Hebrew' for hebrew text, and re-show some
      cut-off text. Update bundled Noto Sans fonts that it depends on.
    
    * Fix test-store writing to source directory.
    
    * Update reference images and adjust fuzz. Only significant reference
      image change is the peppercarrot one, where some previously missing
      text ("日本語") actually appears now.
  • Added non-vertical axonometric grids · 7923d920
    Commits:
    
    Preliminary non-vertical axis implementation
    
    Add option to set vertical angle for axonometric grids
    
    Fixed the math for calculating the y axis angle in the axonometric grid
    
    Initial grid snapping with !angle_y_vertical implemented
    
    Update comments to clarify axis behavior in axonometric grids
    
    Change angle_y_vertical to use RegisteredCheckButton and update preferences initialization
    
    Add button to swap axonometric grid axes in document properties dialog
    
    Documented & moved derived_angle_y to mathfns.h and added update_derived_angle_y method for shared behavior
    
    Renamed gridangleyvertical to angleyvertical
    
    Comment: "[the prefix 'grid'] should never have been used for any of the attributes, but we should start by not adding new ones" - @doctormo
    
    I forgot the pi/2 - angle when porting to derived_angle_y rad
  • Update Color API preparing for new Rendering Engine · c8c14165
    Added isDirect to Colors::Space::* which tells us if a color space is
    backed by a single icc profile, and no other processing steps with some
    public method cleanups.
    
    Removed Lab toXYZ and fromXYZ which were orphaned by previous commit.
    
    Reformatted CairoTransform into generic SurfaceTransform so it can work
    with any memory surface of pixels and in a greater number of data formats.
    
    Split out CMS transform class from SurfaceTransforms and use a base class
    Allowing for different assumptions with formatting and alpha premultiplication.
    
    Add a forward.h header to make including color namespaces easier and cleaner.
    
    Clean up generic testing utils for VectorIs Add colors and some better flexibility
    for arrays and vectors in testing.
  • Add Alpha color space · 13b87f11
    This color space allows surfaces to be converted to luminosity masks
    and varius other useful alpha related filtering for the new rendering
    engine.
    
    We use lcms2 to hold the gray scale profile for quicker conversions.
    
    The transform-cms is modified so it can cope with outputs which do
    not have an allpha channel of their own. Tests for this are added.
  • Allow color conversions using static arrays instead of just vectors · fe225a6b
    Most color conversion will be done with std::vectors of doubles
    but to speed up and provide compile time checks for color converting
    on Surfaces we want the ability to take an array directly at some
    but not all of the various levels.
    
    Formalise the interface for ProfileSpace and the Convertable type
    using a self-referential templating pattern.
    
    Move most conversion code to static functions and make as agnostic
    to the array type as possible, allowing for convertors to use them
    directly without expensive vector types.