| Commit message (Collapse) | Author | Age | Files | Lines |
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| | |
https://github.com/bagder/ca-bundle/commit/4d3fe6683f651d96be1bbef316b201e9b33b274d
Document matching mozilla-release changeset.
(cherry picked from commit eb41ff0feeeee9f72127534e10810c3334724702)
|
| | |
| |
| |
| | |
(cherry picked from commit e3ffcb32891aecb9432bdddb41cf59c05e427d0c)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
(cherry picked from commit e8542b06acca3c1bdeee4b528411771f0819f084)
Credits:
Co-authored-by: Skogi <skogi.b@gmail.com>
Co-authored-by: Spartan322 <Megacake1234@gmail.com>
Co-authored-by: swashberry <swashdev@pm.me>
Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se>
Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: radenthefolf <radenthefolf@gmail.com>
Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com>
Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com>
Co-authored-by: decryptedchaos <nixgod@gmail.com>
Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com>
Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com>
Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com>
Co-authored-by: Mister Puma <MisterPuma80@gmail.com>
Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com>
Co-authored-by: SingleError <isaaconeoneone@gmail.com>
Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
|
| |/ |
|
| |
|
|
|
|
|
|
| |
More fixes to rendering of SVG files with broken text tags.
Also backports upstream patch to fix #97078.
(cherry picked from commit 0c0336f7049fb792c6e0121082b60815ad3cf1e0)
|
| |
|
|
|
|
|
|
|
|
|
| |
Fixes #96491.
Update fix for #96262 to a simple revert of the problematic commit,
as the upstream fix is still being debated and caused other issues.
Also include fix for upstream regression 2715 added in 0.14.9.
(cherry picked from commit a6ab039f2b9e2d524b45186586cc880134fbee98)
|
| |
|
|
|
|
| |
Fixes #96262 by backporting https://github.com/thorvg/thorvg/pull/2702.
(cherry picked from commit 7375f9b923789c13e8a53e7a09b9a655135e0795)
|
| |
|
|
|
|
| |
Fixes #95861.
(cherry picked from commit f16d4af3422ba167e211bcffa9186d6d88a4f228)
|
| |
|
|
| |
(cherry picked from commit e67cc7346387c0bf27bd9606ebfca2f550d59bcd)
|
| |
|
|
|
|
| |
The ENetDTLSServer socket implementation should avoid reporting errors
during send and receive operations, unless the socket is effectively no
longer usable (and thus ENet should close it).
|
| |\
| |
| |
| | |
embree: Fix include order causing unwanted dllexport symbols
|
| | | |
|
| | | |
|
| |/
|
|
| |
+ Fixes SVG: Graphical objects stored in <defs> shouldn't be rendered directly.
|
| | |
|
| |
|
|
|
| |
+ Fixes the v0.13.8 svg text error issue.
+ See https://github.com/thorvg/thorvg/releases/tag/v0.14.0
|
| |\
| |
| |
| | |
thorvg: Update to 0.13.8
|
| | | |
|
| |/ |
|
| | |
|
| |\
| |
| |
| | |
[Wayland] Implement IME support.
|
| | | |
|
| | |
| |
| |
| |
| | |
They're of little help, and just adds to the possibility of causing
deadlocks.
|
| |\ \
| |/
|/|
| | |
EGL: Use `EGL_EXT_platform_base` whenever possible
|
| | |
| |
| |
| |
| |
| | |
This avoids any assumption from the driver, which would otherwise select
a specific platform and potentially mess up everything, resulting
usually in a display server failure.
|
| |\ \
| | |
| | |
| | | |
CI: Hotfix for build error with newer clang++
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
It will be included in the next release at some point.
- https://github.com/RenderKit/embree/issues 486
"fix output operator"
[ 30%] Compiling thirdparty/embree/kernels/common/accelset.cpp ...
In file included from thirdparty/embree/kernels/common/device.cpp:12:
In file included from thirdparty/embree/kernels/common/scene_curves.h:10:
thirdparty/embree/kernels/common/../subdiv/bezier_curve.h:138:56:
error: no member named 'u' in 'QuadraticBezierCurve<V>'
138 | return cout << "QuadraticBezierCurve ( (" << a.u.lower << ", "
<< a.u.upper << "), " << a.v0 << ", " << a.v1 << ", " << a.v2 << ")";
...
|
| |\ \ \
| |/ /
|/| |
| | | |
qoa: Apply upstream patches
|
| | | | |
|
| |/ / |
|
| |\ \
| | |
| | |
| | | |
Fix building glslang on platforms without `<filesystem>`
|
| | | | |
|
| |\ \ \
| |/ /
|/| |
| | | |
Fix use of undeclared identifier `__cpuidex` error on MinGW
|
| | | | |
|
| | |/
|/|
| |
| |
| |
| |
| | |
Pass `VMA_ALLOCATOR_CREATE_KHR_MAINTENANCE5_BIT` to VMA when using Vulkan 1.3
features.
Co-authored-by: Pedro J. Estébanez <pedrojrulez@gmail.com>
|
| |/
|
|
| |
Includes https://github.com/thorvg/thorvg/pull/2338 hotfix.
|
| | |
|
| |\
| |
| |
| | |
thorvg: Disable webp loader if corresponding module is disabled
|
| | |
| |
| |
| | |
Fixes #91873.
|
| |\ \
| | |
| | |
| | | |
libwebp: Update to 1.4.0
|
| | | |
| | |
| | |
| | | |
https://chromium.googlesource.com/webm/libwebp/+/refs/tags/v1.4.0/NEWS
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
enet: Update to 1.3.18
|
| | |/ /
| | |
| | |
| | | |
No change, just properly tagging the version we were using.
|
| |/ /
| |
| |
| | |
https://github.com/ARM-software/astc-encoder/releases/tag/4.8.0
|
| |/ |
|
| |
|
|
| |
Remove embedded png loader, we use the external (libpng) one.
|
| | |
|
| |\
| |
| |
| | |
Add QOA (Quite OK Audio) as a WAV compression mode
|