Commit Graph

22 Commits

Author SHA1 Message Date
MonOcean
5c9072acfc Update for commic archive file types. (#1276)
Comic book archive is not a distinct file format. It is a filename extension naming convention.
The filename extension indicates the archive type used:
.cb7 → 7z
.cbr → RAR
.cbt → TAR
.cbz → ZIP
2023-03-25 20:17:32 +08:00
Cédric Luthi
9478f9d4d7 Add support for NuGet package files (.nupkg) which are just zip files (#903) 2021-05-14 19:02:38 +02:00
Moenupa WANG
6b0f9df088 ArchiveViewer: Add support for more file types (#820)
`.jar` and `.crx` file suppport are added, treated the same as `.zip` files
2021-01-18 18:51:02 +01:00
Paddy Xu
4f496f5ab8 wip plugin installer 2018-08-28 23:49:35 +03:00
Paddy Xu
6bc990bbf9 move to Plugin namespace 2018-02-12 19:30:30 +02:00
Paddy Xu
56af2311b9 abstract plugin interface 2018-02-12 19:30:28 +02:00
Paddy Xu
76dd2feb30 remove all destructors 2018-01-24 19:11:49 +02:00
Paddy Xu
8440bc6fc7 remove transparent window 2017-11-02 21:49:20 +02:00
Paddy Xu
3a20245304 wip 2017-08-06 15:06:55 +03:00
Paddy Xu
2ef607ecb9 unify file encoding 2017-07-23 22:43:17 +03:00
Paddy Xu
be8f31a8c8 add GPL file header 2017-06-11 20:20:52 +03:00
Paddy Xu
86733a4d3d limit the usage of slow ReaderFactory into ".tar.xx" formats 2017-06-04 13:38:40 +03:00
Paddy Xu
8da5f7c0d4 Refresh SharpCompress library 2017-06-03 14:14:25 +03:00
Paddy Xu
fb394288dd Allow plugin initialization when application starts 2017-06-03 13:07:48 +03:00
Paddy Xu
e450971217 better and faster window resize; Add "AllowsTransparency" to plugin interface; Use IPreviewHandler for Office files 2017-05-21 22:02:42 +03:00
Paddy Xu
482325a479 fix memory leak and set object to null when switching viewer target 2017-05-17 21:55:30 +03:00
Paddy Xu
fd080f80e4 reuse plugin instances 2017-05-16 19:52:17 +03:00
Paddy Xu
58886d3302 Add "Focusable" property to plugins 2017-05-06 22:56:40 +03:00
Paddy Xu
dbafec9cb8 COM is really a nightmare... Use managed solution (SharpCompress) instead 2017-05-01 12:09:16 +03:00
Paddy Xu
73a2dafabf Async busy indicator; Change plugin interface, and more 2017-04-30 22:52:54 +03:00
Paddy Xu
f11c59be01 .. 2017-04-30 02:27:07 +03:00
Paddy Xu
f5d9dc3e14 . 2017-04-29 21:42:37 +03:00