Jack Ye
|
118d6e2a73
|
Fix incomplete plugin directory deletion on uninstall (#4250)
Build / build (push) Has been cancelled
|
2026-02-21 22:34:53 +11:00 |
|
Jack251970
|
763fee0c14
|
Add new helper method & Improve code quality
|
2025-09-22 20:58:22 +08:00 |
|
Jack251970
|
4bc34f64e8
|
Re-throw the exception if we cannot open the URL in the default browser
|
2025-06-04 22:22:02 +08:00 |
|
Jack251970
|
32ae3a1b67
|
Improve code quality
|
2025-06-04 22:21:08 +08:00 |
|
Jack251970
|
4527b33433
|
Code quality
|
2025-04-11 22:16:04 +08:00 |
|
Jack251970
|
44ba60cdfc
|
Move ValidateDirectory functions to FileFolders for plugin usage
|
2025-04-02 20:17:32 +08:00 |
|
Jack251970
|
65ae342bca
|
Add documents for Flow.Launcher.Plugin
|
2025-02-24 15:37:13 +08:00 |
|
Hongtao Zhang
|
9350e82b77
|
only stackalloc the getwindowtitle buffer when length is small.
|
2024-12-27 12:57:17 -06:00 |
|
Hongtao Zhang
|
0153f71083
|
use stackalloc if possible and fix some incorrect use of safehandle
|
2024-12-25 11:20:09 -06:00 |
|
Jack251970
|
a088f91541
|
Add comments for string truncation
|
2024-12-14 11:17:29 +08:00 |
|
Jack251970
|
79f8f053d9
|
Replace DllImport with CSWin32
|
2024-12-10 15:24:19 +08:00 |
|
Jack251970
|
0d362b30dd
|
Add default messageboxShow parameter for functions in FilesFolders
|
2024-12-01 18:38:48 +08:00 |
|
Jack251970
|
dcea54ab83
|
Fix parameter bug under release mode
|
2024-11-26 19:28:39 +08:00 |
|
Jack251970
|
b30cc4fc38
|
Replace System.Windows.MessageBox with MessageBoxEx
|
2024-11-25 10:38:43 +08:00 |
|
Jeremy
|
2606faae17
|
minor fixes & refactor
|
2024-05-16 21:22:08 +10:00 |
|
VictoriousRaptor
|
ec58939e55
|
Fix exclude path check for index search
|
2023-09-09 01:49:18 +08:00 |
|
Ioannis G
|
340dc3c8bf
|
clear obsolete code from Flow.Launcher.Plugin
|
2023-06-26 14:08:18 +03:00 |
|
Vic
|
00e6e5b30d
|
Remove unused using
|
2023-04-25 21:02:34 +08:00 |
|
Vic
|
0f5b02fa38
|
Open file with associated program
Prevent opening zip in Explorer
Fix working directory issue
|
2023-03-24 15:22:55 +08:00 |
|
TheBestPessimist
|
436ec7dd39
|
cleanup
|
2023-03-08 14:29:46 +02:00 |
|
TheBestPessimist
|
52729e3431
|
cleanup
|
2023-03-08 14:29:46 +02:00 |
|
Vic
|
dd02ad37bc
|
Refactor
|
2023-01-22 13:21:53 +08:00 |
|
Vic
|
babffe907f
|
Disable unused import warning
|
2023-01-22 12:59:32 +08:00 |
|
Vic
|
b739bb49d3
|
Fix CI test failure
|
2023-01-20 15:36:14 +08:00 |
|
Vic
|
4d267fe71e
|
Fix incorrect %homepath% parsing
Parse environment variables before checking path existence
|
2023-01-20 14:31:01 +08:00 |
|
Vic
|
03f062ca34
|
Fix build error
|
2023-01-19 23:26:10 +08:00 |
|
Vic
|
beb144956c
|
Rename method and add option to allow equality
|
2023-01-19 21:33:09 +08:00 |
|
Vic
|
ac92b93f66
|
Move IsSubPathOf to SharedCommands
|
2023-01-19 20:29:25 +08:00 |
|
Oren Nachman
|
3648126854
|
Revert JSON Null change + fix more warnings
See comment inline re:JSON null
|
2022-08-08 17:35:38 -07:00 |
|
Oren Nachman
|
a3197f8ee1
|
Fix (some) build warnings
CS1572
CS1573
CS0168
CS8073
CA2200
VSTHRD110
VSTHRD200
VSTHRD105
SYSLIB0013
CS8524
|
2022-08-07 21:31:38 -07:00 |
|
Hongtao Zhang
|
32107dbece
|
Support application uri
|
2022-01-13 17:38:27 -06:00 |
|
Hongtao Zhang
|
581e84228c
|
Revert "move url before options"
This reverts commit 13ccd582ce.
|
2021-12-08 21:35:42 -06:00 |
|
Hongtao Zhang
|
13ccd582ce
|
move url before options
|
2021-12-08 21:09:32 -06:00 |
|
Hongtao Zhang
|
721a6580f6
|
Change Space Position for NewWindow
|
2021-12-08 19:45:38 -06:00 |
|
Jeremy
|
af2277de61
|
add backwards compatibility for open in new browser tab/window
|
2021-12-08 21:49:14 +11:00 |
|
Kevin Zhang
|
99a4a3cda8
|
Adjust arg position
|
2021-12-05 15:06:10 -06:00 |
|
Kevin Zhang
|
d8eef69e21
|
Use Global Browser Setting around flow
|
2021-12-05 13:34:23 -06:00 |
|
Kevin Zhang
|
892a4919a0
|
Merge branch 'GlobalBrowserSetting' of github.com:onesounds/Flow.Launcher into GlobalBrowserSetting
|
2021-12-05 13:06:37 -06:00 |
|
Kevin Zhang
|
f97344c994
|
Add NewTab option in viewmodel and partially implement the public api
|
2021-12-05 01:19:16 -06:00 |
|
Jeremy
|
ae7de8db09
|
refactor to use ShellCommand
|
2021-11-17 21:00:36 +11:00 |
|
弘韬 张
|
f700e9bbe8
|
Add "" in FilesFolders.OpenPath to be able to open path with whitespace
|
2021-02-01 17:02:57 +08:00 |
|
Jeremy Wu
|
2968a59b42
|
revert unintended deletion
|
2021-01-24 21:15:30 +11:00 |
|
Jeremy Wu
|
51c7b693c0
|
fix formatting
|
2021-01-24 21:01:29 +11:00 |
|
弘韬 张
|
3effb401b7
|
make it become an extension method
|
2021-01-22 16:23:18 +08:00 |
|
弘韬 张
|
b426dd10d1
|
Rewrite LocationPathString match
|
2021-01-22 16:19:03 +08:00 |
|
taooceros
|
df3a9a4c97
|
Use default system browser (#214)
|
2020-11-20 16:26:29 +02:00 |
|
Jeremy Wu
|
a77d0380d3
|
update method name typo
|
2020-09-22 08:57:21 +10:00 |
|
Jeremy Wu
|
dbfa2bd6c4
|
fix typo
|
2020-07-22 20:41:50 +10:00 |
|
Jeremy Wu
|
e2dff94f7c
|
add comment summary to clarify the shared Copy command
|
2020-07-22 08:19:35 +10:00 |
|
Jeremy Wu
|
bd64512643
|
add open containing folder to file results
|
2020-06-30 08:15:20 +10:00 |
|