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

推荐订阅源

Stack Overflow Blog
Stack Overflow Blog
量子位
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
美团技术团队
小众软件
小众软件
aimingoo的专栏
aimingoo的专栏
Recent Announcements
Recent Announcements
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Microsoft Security Blog
Microsoft Security Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
酷 壳 – CoolShell
酷 壳 – CoolShell
J
Java Code Geeks
V
V2EX
大猫的无限游戏
大猫的无限游戏
D
DataBreaches.Net
博客园 - Franky
爱范儿
爱范儿
T
Tailwind CSS Blog
A
About on SuperTechFans
Google DeepMind News
Google DeepMind News
博客园_首页
B
Blog RSS Feed
博客园 - 司徒正美
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知

René de Hesselle activity

c6be9d66bf149539e53e40bf8656e292129ff8a5 to 8e4b287699a45c75de0a97a9844b1c081c254c00 · FA / siril_macos · GitLab Update macOS dependencies (2834ca64) · Commits · FA / Siril · GitLab Remove obsolete gtk4 build option (8e4b2876) · Commits · FA / siril_macos · GitLab Update macOS dependencies (cfebd4b0) · Commits · FA / Siril · GitLab Update jhb to 1.6 (c0e7ba35) · Commits · FA / siril_macos · GitLab Remove download_dmg functionality (f72e116d) · Commits · René de Hesselle / jhb · GitLab Commits · v1.7.0+85 · René de Hesselle / cherrytree_macos · GitLab Update CherryTree to 1.7.0 (894aaf46) · Commits · René de Hesselle / cherrytree_macos · GitLab 835d265db4697a2fb3f19e3e844f75d8e232c39d to 894aaf46d9865f94f10a15713f371052fb9c33d3 · René de Hesselle / cherrytree_macos · GitLab Update macOS dependencies (1545425c) · Commits · FA / Siril · GitLab d30ac4bc11e41a5e3dfa911253166d6055d23a5a to e0b86dd5f45281c0524a3203306f206dc738e876 · FA / siril_macos · GitLab Remove download_dmg functionality (1028676b) · Commits · René de Hesselle / jhb · GitLab Remove GTK3 from the build system, POTFILES, code etc. (!1044) · Merge requests · FA / Siril · GitLab Update macOS dependencies (a666ceb3) · Commits · FA / Siril · GitLab Update macOS dependencies (3123b969) · Commits · FA / Siril · GitLab 825c80a8fa9c96bbc8aad89446cf926adb62ab32 to 1e893a88e70a1535d79d60f5d70de351c5e1fc09 · René de Hesselle / jhb · GitLab Fix dcomp.dll dependency error for GitLab Windows fleet (!7966) · Merge requests · Inkscape / inkscape · GitLab fd3bfab4cd2125ac08fd99af24a5f649bcf0058d to f442e27371d472a1de55c2f71adfe59b588fb0d9 · René de Hesselle / inkscape · GitLab René de Hesselle pushed new project tag v0.6.1+33 at René de Hesselle / gitte_macos Update Gitte 0.6.1 (b34bf4bd) · Commits · René de Hesselle / gitte_macos · GitLab René de Hesselle pushed to project branch main at René de Hesselle / gitte_macos Commits · v0.6.0+31 · René de Hesselle / gitte_macos · GitLab Fix cleanup versoin directory for Intel CI (6e017e4e) · Commits · René de Hesselle / gitte_macos · GitLab Update jhb to 1.5 (e63799e7) · Commits · René de Hesselle / gitte_macos · GitLab Commits · v0.5.0+28 · René de Hesselle / gitte_macos · GitLab Fix ccache configuration (825c80a8) · Commits · René de Hesselle / jhb · GitLab Commits · v1.5 · René de Hesselle / jhb · GitLab 0736ea0cefc23b46b6d0a3366cb4a297884c0999 to e63799e7a9a254e6fb1a32454ab6eb6fc86a2a3c · René de Hesselle / gitte_macos · GitLab Commits · v0.5.0+24 · René de Hesselle / gitte_macos · GitLab 85400872d1e15634bc587d97f1061c6a521dbce3 to 0736ea0cefc23b46b6d0a3366cb4a297884c0999 · René de Hesselle / gitte_macos · GitLab
f442e27371d472a1de55c2f71adfe59b588fb0d9 to 34e5316865a7d...
René de Hess · 2026-06-17 · via René de Hesselle activity

Commits on Source 18

  • Make internal capypdf static · c9323296
    PBS authored and PBS's avatar PBS committed
    * Simplifies packaging on distros that don't provide capypdf, since we
      no longer have to worry about where to install this vendored library.
    
      Consequently, capypdf can now be enabled in PPA builds.
    
    * Removes a Windows-specific workaround from the test suite (098a53bd).
    
    This requires bumping capypdf to 0.21.0.
  • Fix b-spline LPE not showing up when bending from clipboard · 8b72d3bb
    Michael Terry authored
    The method that applied the b-spline was doing it on the wrong
    object because when bending, there's a different object that will
    end up being the result object.
    
    This method is a bit spaghetti, I didn't try a broader refactor.
    Hopefully I made the method cleaner, not more confusing...
    
    Fixes #6198
  • Add back a bare-bones Text object props panel · 50ae8974
    Michael Terry authored
    The perfect was the enemy of the good when the object properties panel
    got redesigned. The Text panel had a whole lot of new properties added,
    but they weren't all hooked up. So it was disabled.
    
    But what had been completed was quite good, and better than 1.4
    offered. So this commit brings the functional bits of the Text panel
    back and removes the non-functional bits. Which can be revived in the
    future, but we can have a decent panel in the meantime.
    
    Fixes #6166
  • Add special handling on Marker style changes when painting · 77882b2d
    Martin Owens authored
    The marker does not follow the normal rules of inheritance that clones or
    groups do. This is a departure from what PDF can support.
    
    Added test to pdfoutput 06 markers.
    
    Also fixed pdf version error, we now only support PDF 2.0 and not any version
    lower than this. PDF changes very little and our output is actually PDF 1.4
    because very little changed between 1.4 and 2.0 outside of the tightening for
    archive standards. This is the policy of the PDF Ass. and CapyPDF.
    
    Also remove polyfill from pdfoutput test fill.
  • Fix crash with selecting object with Fill/Stroke dialog open · 0b46649b
    Michael Terry authored
    - Open blank document and have fill/stroke panel open
    - Open svg
    - Select something
    - You might see crash
    
    The Fill and Stroke dialog wasn't responding to the documentReplaced
    signal and swapping out its connections - so it was reacting to
    color changed signals and acting on old disposed documents. Leading to
    a crash.
    
    Related to inbox#13064