Jack251970
2c0210c480
Revert unnecessary changes in solution file
2025-06-13 13:28:03 +08:00
Jack251970
5551bdf9d0
Remove uac dialog api function
2025-06-13 13:23:33 +08:00
Jack251970
3ed8af8c6c
Use new api for program plugin
2025-06-13 13:22:27 +08:00
Jack251970
a0ebe2916f
Improve api function
2025-06-13 13:20:37 +08:00
Jack251970
b8a697c266
Fix running issue
2025-06-13 13:12:00 +08:00
Jack251970
13b5012386
Add command executer path
2025-06-13 13:11:27 +08:00
Jack251970
2df7a6179b
Add command project
2025-06-13 13:10:42 +08:00
Jack251970
393d106c15
Fix command line pass issue
2025-06-13 13:07:55 +08:00
VictoriousRaptor
a0a20f0599
Merge pull request #3718 from Flow-Launcher/fix-resx
...
Delete resx files
2025-06-13 12:31:58 +08:00
VictoriousRaptor
cce8d1ac23
Delete Flow.Launcher/Properties/Resources.he-IL.resx
2025-06-13 00:24:40 +08:00
VictoriousRaptor
a34a4790b7
Delete Flow.Launcher/Properties/Resources.fr-FR.resx
2025-06-13 00:21:49 +08:00
Jack251970
61717dcd50
Ensure SetImageAsync exceptions are handled
2025-06-12 18:51:03 +08:00
Jack251970
8cfaeeae6b
Return value of RunAsDesktopUser
2025-06-12 18:46:31 +08:00
Jack251970
9c6c015b1d
Reflect user intent
2025-06-12 18:45:22 +08:00
Jack251970
6842fcaf44
Replace IntPtr.Zero with Handle or HWND
2025-06-12 16:30:54 +08:00
Jack251970
b6cca4547c
Fix typos
2025-06-12 16:27:48 +08:00
Jack251970
94f0bb961e
Handle command running with administrator mode correctly
2025-06-12 16:21:00 +08:00
Jack251970
8b8fcd8c7b
Add IsAdmin
2025-06-12 16:16:58 +08:00
Jack251970
a3212affd7
Dynamically find wt.exe
2025-06-12 16:16:47 +08:00
Jack251970
a775323108
Improve uac dialog api function
2025-06-12 16:07:09 +08:00
Jack251970
0d1358fdc3
Add return value for start process api function
2025-06-12 15:32:34 +08:00
Jack251970
21e8d92aa2
Add show uac dialog api function
2025-06-12 15:30:25 +08:00
Jack251970
433e0fd0e1
Improve uac dialog path
2025-06-12 15:18:14 +08:00
Jack251970
b166b18ab7
Add preview information back for external preview
2025-06-12 14:25:10 +08:00
Jack251970
255ca5ac01
Improve code quality
2025-06-11 21:34:33 +08:00
Jack251970
6f516ee120
Change code comments
2025-06-11 21:14:05 +08:00
Jack251970
b15cece4b8
Fix absolute exe file path issue
2025-06-11 21:13:09 +08:00
Jack251970
fb4735fbc0
Fix program deelevate open issue
2025-06-11 20:02:54 +08:00
Jack251970
30deb6da99
Fix argument sequence issue
2025-06-11 20:02:32 +08:00
Jack251970
f9b2be1fc7
Let work directory can be empty
2025-06-11 20:01:37 +08:00
Jack251970
d13901bb9d
Update work directory correctly
2025-06-11 20:00:40 +08:00
Jack251970
ea9ede2e0e
Fix deelevate process running issue
2025-06-11 20:00:25 +08:00
Jack251970
e8c03c61d8
Update documents
2025-06-11 20:00:02 +08:00
Jeremy
3220a0b8f3
remove on tag deployment & change NuGet publish to on master push
2025-06-11 21:10:56 +10:00
Jack251970
f1f7309762
Add working directory check & Add try-catch
2025-06-11 16:55:38 +08:00
Jack251970
4cf66362af
Fix handle close issue
2025-06-11 16:52:19 +08:00
Jack251970
d77993e215
Use new api function to start shell process
2025-06-11 16:22:24 +08:00
Jack251970
fc53efd6a6
Use new api function to open application
2025-06-11 16:04:17 +08:00
Jack251970
100c21a83e
Add new api to run process as desktop user
2025-06-11 16:02:24 +08:00
Jack251970
e391c98474
Code quality
2025-06-11 15:35:17 +08:00
Jack251970
1a8334f1d3
Add RunAsDesktopUser helper method
2025-06-11 15:18:14 +08:00
DB P
0f94ec673a
Skip release notes notification for developer builds
2025-06-11 15:54:38 +09:00
Stefan Roelofs
8e740c8e3a
Automatic refactor by XamlStyler extension
2025-06-11 08:44:21 +02:00
DB P
0a6c534228
Adjust Button Size
2025-06-11 15:27:55 +09:00
DB P
393c861660
Adjust Margin
2025-06-11 15:26:15 +09:00
Stefan Roelofs
9d5a58c395
Refactor ActionKeywords UI and improve keyword handling
...
Updated `ActionKeywords.xaml` to use a new `Grid` layout, enhancing the structure and flexibility of the UI. Removed a couple of layers of nested grids and stackpanels. Changed tbOldActionKeyword from a TextBlock to a TextBox so user can copy the text.
Modified `ActionKeywords.xaml.cs` so the old keywords are already filled in, in the TextBox.
2025-06-11 07:54:07 +02:00
VictoriousRaptor
672649cb9c
Merge branch 'dev' into double-pin
2025-06-11 00:03:09 +08:00
Jack Ye
2c1f1617cd
Merge branch 'dev' into administrator_mode
2025-06-10 19:42:41 +08:00
Jack Ye
34f2b7d7f7
Merge pull request #3694 from stefanroelofs/dev
...
Update Button width for responsive design
2025-06-10 16:45:34 +08:00
Stefan Roelofs
6d2c7b0561
Update Button width for responsive design
...
Modified Button to use auto width with a minimum width of 100. This change allows the button to grow when keywords do not fit.
2025-06-10 10:04:12 +02:00