Commit graph

204 commits

Author SHA1 Message Date
Jack251970
3cfe122c7b Use new MonitorInfo class class 2025-07-23 13:51:35 +08:00
Jack251970
527c27f675 Remove System.Windows.Forms.Screen reference 2025-07-23 13:28:50 +08:00
Jack251970
8aae92e61d Fix main window null when checking exitting 2025-05-22 10:47:07 +08:00
Jack Ye
07ac325593
Improve code comments
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-16 19:27:10 +08:00
Jack251970
7e3de02ecb initialize position before InitializeComponent 2025-05-16 19:23:49 +08:00
Jack251970
d0e799b8ed Fix double navigation issue 2025-05-15 20:16:50 +08:00
Jack251970
5b17fad67c Fix duplicated value change 2025-05-15 19:51:30 +08:00
Jack251970
57dccce1bf Fix setting window navigation update issue & Check view model null instead of IsInitialized flag 2025-05-15 18:35:57 +08:00
Jack251970
b96a69a5b6 Fix Window Positioning with Multiple Montiors
Co-authored-by: onesounds <onesound@oooz.net>
2025-05-12 22:03:00 +08:00
Jack251970
defb2830d6 Change setting window position & window state faster & Do not save settings for faster exiting experience 2025-04-25 09:04:14 +08:00
Jack251970
e3573f32d5 Improve code quality 2025-04-25 08:42:41 +08:00
Jack251970
b13ab3b893 Remove useless DI 2025-04-13 17:27:17 +08:00
Jack251970
bfa762296d Improve performance 2025-03-17 20:42:58 +08:00
Jack251970
2cd1683741 Improve code quality 2025-03-16 22:24:06 +08:00
Jack251970
31d47a2340 Use dependency injection instead of navigation parameter 2025-03-05 15:18:06 +08:00
Hongtao Zhang
f5f0986036 remove some usage of Ioc.GetRequiredService when injection is possible. 2025-02-23 21:54:08 +08:00
Jack Ye
25684a92ae
Merge branch 'dev' into dev4 2025-02-17 14:54:06 +08:00
Jack251970
1c7e29013e Fix setting window freeze issue & Improve singleton window opener 2025-01-27 09:11:27 +08:00
Jack251970
8d8384965e Improve dependency injection in updater & settings view model & settings page 2025-01-13 12:00:45 +08:00
Jack251970
6b6b0faadf fix possible content frame navigation issue 2024-11-21 22:07:35 +08:00
Lasith Manujitha
bebff8321f Add function to validate window position
A new function was added to check whether the previously saved Window position is still valid or not. If not it resets the Window position to default.
2024-07-19 02:36:46 +05:30
DB P
c7b386931a
Revert "Fix Window Positioning with Multiple Montiors" 2024-06-30 18:03:25 +09:00
DB p
5df7362674 - Add Logic in settingwindow 2024-06-06 08:10:40 +09:00
DB p
664dde9778 Remove FirstLaunchValue 2024-05-29 18:18:50 +09:00
DB p
6ad21bd636 Fix Logic 2024-05-29 18:16:35 +09:00
DB p
15255ddf14 Fix Logic 2024-05-29 17:40:56 +09:00
Yusyuriv
2202fce587
Merge dev into fork/040427SplitSettingWindow with merge conflicts resolved 2024-05-22 10:39:29 +06:00
DB p
e7abdcef1a Fix Logic 2024-05-20 17:46:01 +09:00
Yusyuriv
c350c5d7cf
The rest of the settings window cleanup 2024-05-20 09:05:22 +06:00
Yusyuriv
f55a139578
Rename variables in Settings window 2024-05-16 05:44:57 +06:00
DB p
3938858e33 Fix SettingWindow Position when first launch 2024-04-30 02:23:16 +09:00
Yusyuriv
3c54114bc9
Fully functional General pane in the settings window 2024-04-29 13:06:17 +06:00
Yusyuriv
a084af683d
Rename navigation views in settings, change the way they're navigated to 2024-04-29 09:58:54 +06:00
DB p
b4570e9aaa - Add Pages 2024-04-27 21:57:55 +09:00
DB p
a140b118e5 - Split Style Code to SettingWindowStyle
- Adjust Navigation Style
- Add General.xaml
2024-04-27 20:00:24 +09:00
DB p
146e499dae Temporary move CustomHotkeyArea 2024-04-18 21:11:29 +09:00
Yusyuriv
914f400956
WIP: new HotkeyControl 2024-04-12 17:13:45 +06:00
VictoriousRaptor
dcc7dbb918
Merge branch 'dev' into RemoveUnusedNuget 2023-06-11 18:36:04 +08:00
Nguyen Tran
eaaf7c2e4a Plugin Store search works after refresh button clicked 2023-05-17 20:25:21 -04:00
VictoriousRaptor
306ad7931b
Merge branch 'dev' into RemoveUnusedNuget 2023-05-04 21:14:13 +08:00
Vic
d9b70e69f3 Refactor save settings logic
SettingWindowViewModel.Save() only saves Flow settings
2023-04-25 22:38:36 +08:00
Vic
00e6e5b30d Remove unused using 2023-04-25 21:02:34 +08:00
Vic
4d10089e3f Refactor clear log folder logic
Clear logs of all versions

Use binding for button text

Move open log dir to vm
2023-01-02 23:03:20 +08:00
VictoriousRaptor
f42f87c766
Merge pull request #1709 from VictoriousRaptor/LazyLoadPreview
Lazy load preview image
2022-12-29 21:17:20 +08:00
Vic
b243683332 Add option to modify preview hotkey 2022-12-28 01:12:44 +08:00
Jeremy Wu
5af272ad0b Merge branch 'dev' into add_nodejs_env 2022-12-20 20:56:46 +11:00
Hongtao Zhang
9edfa37816
Remove unused method (and really use EditPluginPriorityCommand) 2022-12-04 02:16:41 -06:00
Hongtao Zhang
72159d4727
Adjust priority to command and open directory to command 2022-12-04 02:13:14 -06:00
Hongtao Zhang
21ba7bfe47
Merge branch 'dev' of github.com:Flow-Launcher/Flow.Launcher into pluginlist_unselected_item 2022-12-04 01:59:17 -06:00
DB p
730b353de2 Add Focusing (plugin/plugin store) when changed tab 2022-11-30 16:22:23 +09:00