Commit Graph

74 Commits

Author SHA1 Message Date
ema 2569593253 Add extension filter helper and integrate checks 2026-04-24 02:13:52 +08:00
ema abd8b4a471 Add option to close preview when losing focus #484
<CloseOnLostFocus>true</CloseOnLostFocus>
2026-04-16 02:11:04 +08:00
Copilot acbde61409 Add F11 fullscreen toggle support (#1879) 2026-04-01 11:42:33 +08:00
ema a6210e177b Update copyright year to 2026 2026-01-06 02:24:42 +08:00
ema 2317fad8e3 Support MediaInfoViewer in more menu 2025-09-24 23:34:07 +08:00
JSuttHoops 2624989a75 Add reload feature and customizable background 2025-06-07 19:12:14 -05:00
ema 2b38b2c946 Use IsVisible instead of Visibility
MSBuild / build (push) Waiting to run
MSBuild / publish (push) Blocked by required conditions
2025-06-03 14:54:38 +08:00
ema e4ea156a20 Fix some errors from cli options
Error is from this commit a95b050
2025-05-11 03:53:39 +08:00
ema a95b050ae5 Support cli options #1620
https://github.com/QL-Win/QuickLook/wiki/Command-Line
2025-05-11 03:16:33 +08:00
ema a0a46832ed Update copyright information 2025-05-06 21:04:58 +08:00
ema 19373a28a7 First commit CLSIDViewer #1610 2025-05-06 02:52:31 +08:00
ema 302aad41ea Merge InvokePluginPreview from emako/QuickLook 2024-12-13 15:35:15 +08:00
ema 28ec7655f8 Code Cleanup 2024-12-12 01:21:18 +08:00
Paddy Xu 14394eb1ce fix infinite loop 2021-01-10 16:55:43 +01:00
Paddy Xu 88fa00f05a Remvoe dead codes 2021-01-10 15:40:45 +01:00
Paddy Xu ed9334b4b6 Try to fix #796: release resources on ALT-F4 2021-01-10 15:33:24 +01:00
Paddy Xu 8549f24d0a Fix #521 again: the same for arrow keys 2019-09-23 20:26:27 +03:00
Paddy Xu 1d83cd8dd0 Fix #521: wrong path copying when Enter key is pressed and QL is *not* showing 2019-09-23 20:06:31 +03:00
Paddy Xu c0c2036686 fix null reference exception reported by Windows Store 2018-03-04 15:40:21 +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 189e3a70d1 Fix #175: do not restore position when closing maximised 2018-02-12 19:30:32 +02: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 4b9b6c7233 fix: window not closing when pressing Spacebar while having focus 2018-01-24 19:11:48 +02:00
Paddy Xu 6d78650b12 Update ViewWindowManager.cs 2018-01-21 16:43:16 +02:00
Paddy Xu e40bac0924 Update ViewWindowManager.cs 2018-01-21 16:42:37 +02:00
Paddy Xu 5c0f88a961 write error log to file 2018-01-21 16:36:18 +02:00
Paddy Xu 5c02a8c9cf Fix #162: switch preview when calling from command-line 2018-01-20 16:42:07 +02:00
Paddy Xu 2ba3fcdf6e Continue on f321e243ba: fix broken window positioning 2018-01-13 00:38:05 +02:00
Paddy Xu 311d723bb3 write error log to Event 2017-12-28 22:46:15 +02:00
Paddy Xu d481bcdceb reformat 2017-11-23 22:21:58 +02:00
Paddy Xu 8440bc6fc7 remove transparent window 2017-11-02 21:49:20 +02:00
Paddy Xu dbbdfe876c Fix #68: do not show preview when not activated 2017-08-13 11:00:14 +03:00
Paddy Xu 7676d5867b all operations pass though Pipe 2017-08-12 18:20:29 +03:00
Paddy Xu 2820b840e4 show update log after upgraded 2017-07-23 22:39:44 +03:00
Paddy Xu 61fc320b8f Dispose windows before exiting 2017-07-15 23:04:13 +03:00
Paddy Xu 3f49a26502 "Pin" a viewer window 2017-07-15 01:12:30 +03:00
Paddy Xu a169cb0767 #36: support .msg and .eml files 2017-07-02 00:29:43 +03:00
Paddy Xu 67c1e1f689 remove useless parameter 2017-06-18 14:22:42 +03:00
Paddy Xu 27afa85086 Fix #29: stupid DOpus requires a more stupid "dopusrt.exe"... let OllyDbg fxxk it up 2017-06-17 01:03:58 +03:00
Paddy Xu ce74c836c4 Fix #27: do not stay TopMost 2017-06-14 20:58:17 +03:00
Paddy Xu be8f31a8c8 add GPL file header 2017-06-11 20:20:52 +03:00
Paddy Xu 2937751613 Now QuickLook handles preview invoked from Commom Dialogs (yet only matched bitness) 2017-06-11 12:08:29 +03:00
Paddy Xu 1c4d16805f Expose TopMost parameter to outside world 2017-06-09 21:26:18 +03:00
Paddy Xu 41a97847f4 switch by arrow keys and by mouse click should repel each other 2017-06-08 21:38:03 +03:00
Paddy Xu 00a6100166 Fix #23: KeyDown/KeyUp firing sequence; Prevent duplicate launch when pressing Enter key 2017-06-08 21:07:27 +03:00
Paddy Xu 8bfedfc21d real async plugin loading 2017-06-04 17:26:07 +03:00
Paddy Xu 134c164a7e Fix 25: do not set Handled flag 2017-06-01 18:24:18 +03:00
Paddy Xu 5ad20b8a53 Mooore aggressive GC; rewrite native dll 2017-05-29 00:11:16 +03:00
Paddy Xu 7e95d5ea2b keep stack trace when rethrowing exception 2017-05-28 00:19:51 +03:00