Flow.Launcher/Flow.Launcher
VictoriousRaptor 8e80c3bde6
Add option to show taskbar when Flow Launcher is opend (#4177)
* Add option to show taskbar when Flow Launcher is invoked

Co-authored-by: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com>

* Fix: Use ABM_ACTIVATE instead of ABM_SETSTATE for temporary taskbar showing

Co-authored-by: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com>

* Remove unnecessary unsafe keyword from ShowTaskbar method

Co-authored-by: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com>

* Fix missing closing braces in Win32Helper.cs

Co-authored-by: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com>

* Change wording from 'invoked' to 'opened' in localization strings

Co-authored-by: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com>

* Show/hide tasking when showing/hiding Flow

* Remove unused APPBARDATA

* Guard HideTaskbar() with state so show/hide stay balanced

* Improve taskbar visibility management in MainViewModel

Moved taskbar show logic to after keyboard layout switch in Show().Ensures consistent taskbar state when invoking or hiding the app.

* Clean code

* Clean code

* Remove blank line

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Jack Ye <jack1160210343@gmail.com>
Co-authored-by: Jack251970 <1160210343@qq.com>
2025-12-31 18:05:53 +08:00
..
Converters Move to iNKORE.UI.WPF.Modern UI Framework (#3593) 2025-10-05 13:44:40 +03:00
Helper Ensure hotkey actions return to query results page first 2025-12-25 21:14:11 +08:00
Images Remove unused image 2025-04-29 10:46:16 +08:00
Languages Add option to show taskbar when Flow Launcher is opend (#4177) 2025-12-31 18:05:53 +08:00
Properties Remove unused pubxml file 2025-07-18 09:45:16 +08:00
Resources Upgrade iNKORE.UI.WPF.Modern and refactor scroll logic 2025-11-18 22:19:02 +08:00
SettingPages Add option to show taskbar when Flow Launcher is opend (#4177) 2025-12-31 18:05:53 +08:00
Storage Improve and fix query result update logic issue & provide access to exact query typed by user (#3502) 2025-11-26 21:15:12 +11:00
Themes Upgrade iNKORE.UI.WPF.Modern and refactor scroll logic 2025-11-18 22:19:02 +08:00
ViewModel Add option to show taskbar when Flow Launcher is opend (#4177) 2025-12-31 18:05:53 +08:00
ActionKeywords.xaml Automatic refactor by XamlStyler extension 2025-06-11 08:44:21 +02:00
ActionKeywords.xaml.cs Use Flow.Launcher.Localization to improve code quality 2025-09-23 16:21:09 +08:00
app.manifest Adjust Typo 2024-06-06 09:36:25 +09:00
app.png update logo and icons images 2020-06-26 15:13:29 +10:00
App.xaml Move to iNKORE.UI.WPF.Modern UI Framework (#3593) 2025-10-05 13:44:40 +03:00
App.xaml.cs update wording 2025-10-16 20:46:35 +11:00
CustomQueryHotkeySetting.xaml Release 1.20.2 | Plugin 4.7.0 (#3820) 2025-07-13 17:18:34 +03:00
CustomQueryHotkeySetting.xaml.cs Use Flow.Launcher.Localization to improve code quality 2025-09-23 16:21:09 +08:00
CustomShortcutSetting.xaml Release 1.20.2 | Plugin 4.7.0 (#3820) 2025-07-13 17:18:34 +03:00
CustomShortcutSetting.xaml.cs Use Flow.Launcher.Localization to improve code quality 2025-09-23 16:21:09 +08:00
Flow.Launcher.csproj Upgrade iNKORE.UI.WPF.Modern and refactor scroll logic 2025-11-18 22:19:02 +08:00
FodyWeavers.xml
HotkeyControl.xaml Format xaml styles 2025-04-24 19:46:02 +08:00
HotkeyControl.xaml.cs Use Flow.Launcher.Localization to improve code quality 2025-09-23 16:21:09 +08:00
HotkeyControlDialog.xaml Move to iNKORE.UI.WPF.Modern UI Framework (#3593) 2025-10-05 13:44:40 +03:00
HotkeyControlDialog.xaml.cs Move to iNKORE.UI.WPF.Modern UI Framework (#3593) 2025-10-05 13:44:40 +03:00
MainWindow.xaml Update name 2025-12-19 15:56:58 +08:00
MainWindow.xaml.cs Improve and fix query result update logic issue & provide access to exact query typed by user (#3502) 2025-11-26 21:15:12 +11:00
MessageBoxEx.xaml Resolve conflicts 2025-02-23 13:18:03 +08:00
MessageBoxEx.xaml.cs Fix message box vertically center issue when message type is not OK 2025-07-17 11:50:56 +08:00
Msg.xaml Format xaml file 2025-06-09 14:07:50 +08:00
Msg.xaml.cs Use new MonitorInfo class class 2025-07-23 13:51:35 +08:00
MsgWithButton.xaml Add legacy message with button 2025-06-09 14:08:01 +08:00
MsgWithButton.xaml.cs Use new MonitorInfo class class 2025-07-23 13:51:35 +08:00
Notification.cs Use ConcurrentDictionary 2025-06-09 14:48:16 +08:00
packages.lock.json Upgrade iNKORE.UI.WPF.Modern and refactor scroll logic 2025-11-18 22:19:02 +08:00
PluginUpdateWindow.xaml Move to iNKORE.UI.WPF.Modern UI Framework (#3593) 2025-10-05 13:44:40 +03:00
PluginUpdateWindow.xaml.cs Use Flow.Launcher.Localization to improve code quality 2025-09-23 16:21:09 +08:00
ProgressBoxEx.xaml Set progress box topmost 2025-02-22 19:14:12 +08:00
ProgressBoxEx.xaml.cs Release 1.20.2 | Plugin 4.7.0 (#3820) 2025-07-13 17:18:34 +03:00
PublicAPIInstance.cs Merge branch 'dev' into plugin_initialization 2025-10-14 21:53:43 +08:00
ReleaseNotesWindow.xaml Move to iNKORE.UI.WPF.Modern UI Framework (#3593) 2025-10-05 13:44:40 +03:00
ReleaseNotesWindow.xaml.cs Move to iNKORE.UI.WPF.Modern UI Framework (#3593) 2025-10-05 13:44:40 +03:00
ReportWindow.xaml Improve report window with dark theme & localization support 2025-02-21 21:17:00 +08:00
ReportWindow.xaml.cs Use Flow.Launcher.Localization to improve code quality 2025-09-23 16:21:09 +08:00
ResultListBox.xaml Move to iNKORE.UI.WPF.Modern UI Framework (#3593) 2025-10-05 13:44:40 +03:00
ResultListBox.xaml.cs Improve and fix query result update logic issue & provide access to exact query typed by user (#3502) 2025-11-26 21:15:12 +11:00
SelectBrowserWindow.xaml Move to iNKORE.UI.WPF.Modern UI Framework (#3593) 2025-10-05 13:44:40 +03:00
SelectBrowserWindow.xaml.cs Release 2.0.1 (#3998) 2025-09-21 20:23:00 +08:00
SelectFileManagerWindow.xaml Move to iNKORE.UI.WPF.Modern UI Framework (#3593) 2025-10-05 13:44:40 +03:00
SelectFileManagerWindow.xaml.cs Move to iNKORE.UI.WPF.Modern UI Framework (#3593) 2025-10-05 13:44:40 +03:00
Settings.cs Remove unused using 2023-04-25 21:02:34 +08:00
SettingWindow.xaml Move to iNKORE.UI.WPF.Modern UI Framework (#3593) 2025-10-05 13:44:40 +03:00
SettingWindow.xaml.cs Move to iNKORE.UI.WPF.Modern UI Framework (#3593) 2025-10-05 13:44:40 +03:00
WelcomeWindow.xaml Move to iNKORE.UI.WPF.Modern UI Framework (#3593) 2025-10-05 13:44:40 +03:00
WelcomeWindow.xaml.cs Move to iNKORE.UI.WPF.Modern UI Framework (#3593) 2025-10-05 13:44:40 +03:00