Commit Graph

49 Commits

Author SHA1 Message Date
ema fefe4d8c37 Support search panel in CSV viewer #1824 2026-04-23 02:59:00 +08:00
ema 0cda83c26d Add CSV/TSV/PSV rainbow highlighters (light/dark) support
build / build (push) Has been cancelled
build / publish (push) Has been cancelled
2026-04-17 11:18:49 +08:00
ema bce1f49d22 Revert target frameworks to net462 2026-04-14 18:19:30 +08:00
jjsilvan 7f1dfcabf9 Merge pull request #1872 from jjsilvan/master
Windows Arm64 support
2026-04-14 17:58:33 +08:00
ema f542fb1107 Support .psv parsing in CsvViewer 2026-02-10 02:18:01 +08:00
ema c64885485d Make all Plugin classes sealed
Changed all Plugin classes and PluginManager to be sealed, preventing further inheritance. This improves code safety and clarifies the intended usage of these classes.
2026-01-08 01:06:37 +08:00
ema a6210e177b Update copyright year to 2026 2026-01-06 02:24:42 +08:00
ema c748f6d7e4 Update NuGet package versions in project files
This commit updates various NuGet package references to newer versions across multiple QuickLook plugin and main project .csproj files. These updates include dependencies such as WixToolset.Dtf.WindowsInstaller, UTF.Unknown, FreeTypeSharp, Microsoft.Web.WebView2, Magick.NET-Q8-AnyCPU, Google.Protobuf, MsgReader, HelixToolkit, bblanchon.PDFiumV8.Win32, Melanchall.DryWetMidi, WPF-UI.Violeta, and Lib.Harmony, ensuring the projects use the latest compatible releases.
2025-09-08 02:42:09 +08:00
ema 679b00fe71 Revert the DataGrid style of CSV #1664
MSBuild / build (push) Waiting to run
MSBuild / publish (push) Blocked by required conditions
2025-06-14 16:28:24 +08:00
ema e5b04ed07a Update PackageReference 2025-06-03 14:39:51 +08:00
ema 2e8fd2bae7 Code Cleanup 2025-05-25 01:32:38 +08:00
ema a0a46832ed Update copyright information 2025-05-06 21:04:58 +08:00
ema cd35e05461 Fix multiple covers check method 2024-12-15 04:07:45 +08:00
ema 4ab015eea8 Fix CSV viewer not support formats other than UTF8
This may have the disadvantage of slowing down the startup speed of large CSV files.
2024-12-13 22:12:14 +08:00
ema 28ec7655f8 Code Cleanup 2024-12-12 01:21:18 +08:00
ema 77b5eb454e Reduce duplicate dependencies on publish files 2024-12-07 04:58:07 +08:00
ema a5c3d5b143 Restore AssemblyInfo 2024-12-04 16:53:51 +08:00
ema 507b157a40 Convert to .NET SDK type csproj 2024-11-30 17:00:22 +08:00
Alexander Eder 1d566c942d Fix colors from previous commit 2023-07-28 10:35:35 +02:00
Alexander Eder a74f5bd289 CSV: Change background from green to blue
Fixes #638
2023-07-27 16:39:53 +02:00
Samuel Carreira 437d47ed05 TSV file extension support (#1185)
if there are more file extensions to support maybe makes sense to readapt the code to iterate over a regex.
2022-11-08 19:58:20 +01:00
Paddy Xu f726841d99 update deps 2021-11-15 23:52:02 +01:00
Paddy Xu 408949d1b4 Bulk update NuGet packages 2020-07-05 13:20:46 +02:00
Paddy Xu de105500c8 Fix CSV text colour in the dark mode 2020-05-03 23:01:04 +03:00
Paddy Xu 6d7bd5aee1 Ignore malformed csv lines 2019-06-03 23:02:17 +03:00
Paddy Xu c00224fb5f Upgrade NuGet packages 2019-05-26 18:39:20 +03:00
Paddy Xu 4f496f5ab8 wip plugin installer 2018-08-28 23:49:35 +03:00
Paddy Xu d4feb2c867 update packages 2018-06-06 20:15:36 +03:00
Paddy Xu 9dad245027 show gridlines 2018-02-25 12:35:25 +02:00
Paddy Xu 4133d2148c do not show info icon; do not retain window position (fix for #179); update NuGet packages 2018-02-12 19:30:38 +02:00
Paddy Xu 6bc990bbf9 move to Plugin namespace 2018-02-12 19:30:30 +02:00
Paddy Xu 197bfee1da fix path 2018-02-12 19:30:29 +02:00
Paddy Xu 56af2311b9 abstract plugin interface 2018-02-12 19:30:28 +02:00
Paddy Xu d50d757022 tooltip 2018-02-12 19:30:27 +02:00
Paddy Xu 804876a987 remove strong-name signing 2018-01-27 14:44:53 +02:00
Paddy Xu 76dd2feb30 remove all destructors 2018-01-24 19:11:49 +02:00
Paddy Xu 1052d873e1 update NuGet packages 2017-12-22 13:21:00 +02:00
Paddy Xu 99d067ea2d remove useless references 2017-12-22 10:53:12 +02:00
Paddy Xu 8440bc6fc7 remove transparent window 2017-11-02 21:49:20 +02:00
Paddy Xu fe5e8bf730 fix again 2017-11-02 20:55:39 +02:00
Paddy Xu 9b2beb3d37 fix build 2017-11-02 20:18:40 +02:00
Paddy Xu 3f262dfcd2 upgrade NuGet packages 2017-10-15 16:27:17 +03:00
Paddy Xu 3a20245304 wip 2017-08-06 15:06:55 +03:00
Paddy Xu f15f65192d sign all compoments 2017-08-02 00:29:41 +03:00
Paddy Xu 3df710e1fc minor adjustments 2017-07-24 23:05:17 +03:00
Paddy Xu 2ef607ecb9 unify file encoding 2017-07-23 22:43:17 +03:00
Paddy Xu 61074fea2c Revert "Sign all projects with strong names"
This reverts commit d98afaa4dc.
2017-07-15 21:29:35 +03:00
Paddy Xu d98afaa4dc Sign all projects with strong names 2017-07-15 15:07:41 +03:00
Paddy Xu 3e9f9eeec9 Add csv viewer 2017-07-01 23:27:41 +03:00