ema
67b5dbf310
Add UseNativeProvider option #1726
...
Use following option in `QuickLook.Plugin.ImageViewer.config` to fix the issue:
```xml
<?xml version="1.0" encoding="utf-8"?>
<Settings>
<UseColorProfile>false</UseColorProfile>
<UseNativeProvider>false</UseNativeProvider>
</Settings>
```
2025-08-02 01:36:13 +08:00
Piteriuz
efe47ff43b
Update Polish translation file ( #1727 )
...
- Add missing translations for MW_OpenWithMenu and InfoPanel_CantPreventClosing
- Remove duplicate entry for MW_BrowseFolder
2025-08-01 22:21:44 +08:00
ema
417876edd2
Prepare support for .pdn
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled
2025-07-31 01:27:43 +08:00
ema
03b1ca557f
Fix image .jxr error reading from UseColorProfile
2025-07-31 01:22:13 +08:00
ema
f39b53a5c6
Support Point Cloud Data (.pcd) for 3D spatial
...
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled
1. Only support PCD files with PointXYZ format.
2. Not supported for Color or Intensity formats.
2025-07-28 16:48:13 +08:00
ema
68cb555bad
Unsupported .pmx incorrectly handled in advance
2025-07-28 16:19:30 +08:00
dependabot[bot]
d88c8ab8de
Bump Magick.NET-Q8-AnyCPU from 14.6.0 to 14.7.0
...
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled
---
updated-dependencies:
- dependency-name: Magick.NET-Q8-AnyCPU
dependency-version: 14.7.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-24 16:35:58 +08:00
copilot-swe-agent[bot]
a38b7a450a
Fix code alignment by adding space to align .Replace method calls
...
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled
Co-authored-by: emako <24737061+emako@users.noreply.github.com >
2025-07-23 23:57:13 +08:00
copilot-swe-agent[bot]
8ad5f39eab
Add missing using System.Linq to fix compile error
...
Co-authored-by: emako <24737061+emako@users.noreply.github.com >
2025-07-23 23:57:13 +08:00
copilot-swe-agent[bot]
83cfd2a3d8
Remove unnecessary Translations.config and simplify RTL detection code
...
Co-authored-by: emako <24737061+emako@users.noreply.github.com >
2025-07-23 23:57:13 +08:00
copilot-swe-agent[bot]
4840a87858
Add RTL support for markdown files
...
Co-authored-by: emako <24737061+emako@users.noreply.github.com >
2025-07-23 23:57:13 +08:00
VenusGirl❤
a4d118e11f
Update Korean ( #1710 )
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled
2025-07-23 15:07:39 +08:00
ema
79b002c0b3
Unified changelog style
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled
2025-07-20 23:00:53 +08:00
ema
b26575581a
Update changelog for 4.1.1 release
2025-07-20 22:55:20 +08:00
ema
8c95a42a64
Refactor tray icon to use TrayIconHost
2025-07-20 21:54:32 +08:00
ema
55a069046f
Refactor HelixViewer extend format support
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled
4.1.1
2025-07-12 03:47:49 +08:00
ema
0714574374
Improve file extension checks in CanHandle methods
2025-07-12 03:39:37 +08:00
ema
10ce29e836
Refactor JSON detection to use Regex field
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled
2025-07-10 07:38:21 +08:00
ema
8d66dfac54
Add hosts file syntax highlighting
2025-07-10 07:33:57 +08:00
ema
d06abf461e
Enable Dockerfile detection
2025-07-10 07:10:48 +08:00
ema
4c4375612e
Add configuration syntax highlighting
...
File extension: .conf;.config;.cfg
2025-07-10 07:01:15 +08:00
ema
8dcb09cf84
Add syntax highlighting for .env files
2025-07-10 06:46:54 +08:00
ema
b27ff01eff
Add syntax highlighting for .gitattributes files
2025-07-10 06:29:42 +08:00
ema
befdb17718
Remove unused settings from GitIgnore
2025-07-10 06:26:57 +08:00
ema
d60b10a8cf
Refactor thumbnail extraction
2025-07-10 06:16:10 +08:00
ema
2ee54695e7
Set RichTextBox background to transparent
2025-07-10 05:37:58 +08:00
ema
4a72e1ed8e
Optimize file name comparison in detectors
2025-07-10 04:11:00 +08:00
ema
0bb6e622f6
Refactor confused format detection method names
MSBuild / build (push) Waiting to run
MSBuild / publish (push) Blocked by required conditions
2025-07-09 04:27:50 +08:00
ema
345b061a8d
Add dark mode CMake syntax highlighting
2025-07-09 04:20:18 +08:00
ema
67dc0ce10d
Add CMake syntax highlighting and format detection
2025-07-09 04:16:19 +08:00
ema
631fd91219
Prepare hosts format detector
2025-07-09 03:55:45 +08:00
ema
cf6dd5cdf3
Prepare Dockerfile format detector
2025-07-09 03:50:50 +08:00
ema
7a11127b09
Prepare CMakeLists.txt format detector
2025-07-09 03:47:10 +08:00
ema
e035153642
Add .editorconfig to INI syntax highlighting
2025-07-09 03:37:55 +08:00
ema
78b695a170
Improve fallback logic for highlighting themes
2025-07-09 03:34:14 +08:00
ema
ed4169d6fe
Add light mode Makefile syntax highlighting
2025-07-09 03:29:16 +08:00
ema
0a79d59c79
Add MakefileDetector for text viewer
2025-07-09 03:24:42 +08:00
ema
d6cc984267
Optimize JSONDetector with Span
2025-07-09 03:03:56 +08:00
ema
484acddba3
Add reStructuredText syntax highlighting
...
Just a simple highlighting solution for `.rst` files
2025-07-09 00:12:52 +08:00
ema
18634f15be
Add Markdown syntax highlighting
...
Add from https://github.com/cuiliang/AvalonEditHighlightingThemes
2025-07-09 00:04:44 +08:00
ema
5869cc6670
Add FBX model support using AssimpNet #1479
2025-07-08 23:46:37 +08:00
ema
09a3cc3ea5
Add dark mode and unify naming for .sln syntax
2025-07-08 23:18:55 +08:00
ema
f9586be3ec
Add Sketch file support to ThumbnailViewer plugin
2025-07-08 22:57:02 +08:00
ema
a6c077fbbb
Add Pixso (.pip, .pix) support to ThumbnailViewer
MSBuild / build (push) Waiting to run
MSBuild / publish (push) Blocked by required conditions
2025-07-08 22:28:08 +08:00
ema
c47d9f3c9b
Move resource dictionary initialization
2025-07-08 22:04:34 +08:00
ema
06d9ed2a85
Add Protobuf syntax highlighting
MSBuild / build (push) Waiting to run
MSBuild / publish (push) Blocked by required conditions
2025-07-08 04:44:35 +08:00
ema
37ed56ff34
Keep svga.proto
2025-07-08 04:17:07 +08:00
ema
87e04dca9d
Improve the rendering effect of the Model
2025-07-08 04:06:05 +08:00
ema
3fd444102d
Revert Add Sandbox detection
2025-07-08 03:42:39 +08:00
ema
b5773fc721
Add built-in HelixViewer for 3d models
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled
2025-07-05 13:26:51 +08:00