Commit graph

10287 commits

Author SHA1 Message Date
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
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
Jack Ye
c4402c6fc8
Merge pull request #3541 from Flow-Launcher/topmost
Support Showing Search Window At Topmost
2025-06-10 10:32:37 +08:00
Jack Ye
ba28621b84
Merge pull request #3668 from Flow-Launcher/derive_class_save
Fix Derive Class Save Method Calling Issue
2025-06-09 16:27:19 +08:00
DB P
680c6cc51a
Merge pull request #3682 from onesounds/PreviewMedia
Add additional media file extensions for Preview
2025-06-09 17:07:32 +09:00
Jack Ye
60770da446
Merge pull request #3671 from Flow-Launcher/release_notes
Release Notes Window
2025-06-09 16:01:07 +08:00
DB P
b0c3b714dc
Merge pull request #3683 from onesounds/250609-FixLaunguageLayout
Fix issue with multilingual display
2025-06-09 16:59:54 +09:00
Jack Ye
a3f98a69b7
Merge branch 'dev' into PreviewMedia 2025-06-09 15:54:52 +08:00
Jack251970
f75a11c5bc Manually trigger string update 2025-06-09 15:51:43 +08:00
Jack251970
2fd5b388ea Remove unused data context binding 2025-06-09 15:49:56 +08:00
Jack251970
ad24aeffed Use ConcurrentDictionary 2025-06-09 14:48:16 +08:00
Jack251970
77d7b9d077 Do not remove action when called 2025-06-09 14:45:23 +08:00
Jack251970
d787bba9a7 Display message box with button 2025-06-09 14:42:48 +08:00
Jack251970
3d555e7442 Add new api function to show message with button 2025-06-09 14:39:44 +08:00
Jack251970
d313812580 Add legacy message with button 2025-06-09 14:08:01 +08:00
Jack251970
ad14684a98 Format xaml file 2025-06-09 14:07:50 +08:00
Jack251970
bee2cfa1e0 Added error message 2025-06-09 13:13:40 +08:00
Jack Ye
d04f493e57
Merge pull request #3631 from Flow-Launcher/file_tooltip
Support More Information for Files, Folders and Volumes Tooltips & Add Custom Preview Panel Support for Folder Results
2025-06-09 13:00:16 +08:00
DB P
8fac98d0a1 Fix HotkeyDialog Button Size 2025-06-09 12:21:07 +09:00
DB P
219e00334f Adjust Welcome Window Size and text overflow 2025-06-09 12:11:34 +09:00
DB P
3fef743874 Fix Always Preview Binding 2025-06-09 11:48:03 +09:00