Paddy Xu
77b973ef7b
Add English and Chinese translations
2017-07-14 22:40:32 +03:00
Paddy Xu
751bd6e28e
Fix #39 : detect file encoding
2017-07-14 18:49:55 +03:00
Paddy Xu
97e8552e68
Make use of scroll bars in ScrollViewer
2017-07-03 23:50:37 +03:00
Paddy Xu
a169cb0767
#36 : support .msg and .eml files
2017-07-02 00:29:43 +03:00
Paddy Xu
5c081127c7
Refresh Nuget
2017-07-01 23:29:41 +03:00
Paddy Xu
3e9f9eeec9
Add csv viewer
2017-07-01 23:27:41 +03:00
Milly
924d8dd49e
Use built-in method instead.
...
Squashed commit of the following:
commit f7887aeda7
Author: Milly <milly.ca@gmail.com >
Date: Fri Jun 23 09:26:58 2017 +0900
Replace "&", "<", ">" to HTML entities in Markdown.
2017-07-01 12:39:32 +03:00
Paddy Xu
7e63636141
Refresh NuGet packages
2017-06-24 14:21:37 +03:00
Paddy Xu
a0712e4727
Fix #34 : add .markdown file extension
2017-06-22 18:50:32 +03:00
Paddy Xu
3f82076c48
Fix #30 : add ToC to Markdown viewer
2017-06-14 20:06:47 +03:00
Paddy Xu
0e2929761c
remove useless CefSharp libs
2017-06-13 00:44:10 +03:00
Paddy Xu
af33dc5c34
fix a bug where the zoom level of HTML viewer is always 200%
2017-06-12 18:16:07 +03:00
Paddy Xu
be8f31a8c8
add GPL file header
2017-06-11 20:20:52 +03:00
Paddy Xu
320fbab5e0
rename libraries
2017-06-11 12:08:30 +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
5886ee5c12
Expose RegisterFFmpeg() method
2017-06-03 13:04:55 +03:00
Paddy Xu
3101059b4d
x64 Any CPU support
2017-06-03 02:51:22 +03:00
Paddy Xu
438781b7f7
Mute video by default
2017-06-03 01:59:21 +03:00
Paddy Xu
ce8cfacee1
we need to set the Source anyway
2017-06-02 20:12:19 +03:00
Paddy Xu
00c98acee6
Disable js alerts in WebBrowser
2017-06-02 19:37:57 +03:00
Paddy Xu
20fbda1e44
Go back from Webkit to IE render engine
2017-06-02 19:11:15 +03:00
Paddy Xu
c320249f20
Revert "upx -1 libcef.dll" as it makes release package even larger
...
This reverts commit 903c90472b
.
2017-06-02 19:04:03 +03:00
Paddy Xu
96a46e3a23
Swirth to ImageMagick which supports PSD and RAW images
2017-06-02 19:01:45 +03:00
Paddy Xu
903c90472b
upx -1 libcef.dll
2017-06-01 21:05:52 +03:00
Paddy Xu
8deddb2537
Revert "Go back from Webkit to IE render engine"
...
This reverts commit f58ef0dcb6
.
2017-06-01 20:58:38 +03:00
Paddy Xu
f58ef0dcb6
Go back from Webkit to IE render engine
2017-06-01 19:49:54 +03:00
Paddy Xu
43e67356f2
Fix scrolling to fast on a precision touchpad
2017-05-30 00:19:40 +03:00
Paddy Xu
4dafe7eebe
Dispose Bitmap after have converted to BitmapSource
2017-05-29 21:25:41 +03:00
Paddy Xu
a7bd0ceb91
remove template file type
2017-05-28 16:02:43 +03:00
Paddy Xu
3af6448b50
move to .net 4.6.2
2017-05-28 15:59:53 +03:00
Paddy Xu
7e95d5ea2b
keep stack trace when rethrowing exception
2017-05-28 00:19:51 +03:00
Paddy Xu
16f20dc79d
Fix #16 : Use MS Office preview handler (will LibreOffice has this in the future?) for OpenDocument files.
2017-05-27 19:08:39 +03:00
Paddy Xu
9ffb4a0e91
Fix #22 : disable all JS dialogs
2017-05-27 09:50:09 +03:00
Paddy Xu
7d713682ba
the plug-in might be disposed before COM finishes when pressing SPACE key tooooo fast
2017-05-27 00:41:10 +03:00
Paddy Xu
cdddb303bd
do not show useless texts e.g. "... and 0 files"
2017-05-27 00:39:29 +03:00
Paddy Xu
250e796095
use Dispatcher instead of Loaded event
2017-05-27 00:38:29 +03:00
Paddy Xu
8238da223a
Fix a error msg upon closing Excel preview window
2017-05-24 00:18:15 +03:00
Paddy Xu
62fed98ba1
add "Open with" button
2017-05-23 23:34:49 +03:00
Paddy Xu
44cea63772
.
2017-05-23 01:14:14 +03:00
Paddy Xu
58ce9769cd
Try to fix Excel focus issue
2017-05-23 00:25:47 +03:00
Paddy Xu
782a87e914
Oops
2017-05-23 00:25:17 +03:00
Paddy Xu
de8554d2dc
faster PDF file type determination and loading
2017-05-22 21:16:21 +03:00
Paddy Xu
0504dd9b97
Fix #19 : add .jpeg extension
2017-05-22 18:51:27 +03:00
Paddy Xu
2af8d4c4ca
detect Office installation
2017-05-22 00:37:12 +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
e0a7f38d58
Improve Office docsments support; Fix #13 (with flaws).
2017-05-20 16:07:54 +03:00
Paddy Xu
a4aeea4a58
Improve Office docsments support; Fix #13 (with flaws).
2017-05-20 15:57:52 +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