Commit graph

65 commits

Author SHA1 Message Date
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
Jack251970
c27817eaf0 Fix possible null exception 2025-09-30 21:20:00 +08:00
Jack251970
f239866c68 Use sleep mode listener to fix modern standby sleep mode issue 2025-09-30 21:11:03 +08:00
Jack251970
dd07baff59 Add SelectFile helper method & Improve code quality 2025-09-18 11:58:38 +08:00
Jeremy Wu
e1cc50c579 Merge remote-tracking branch 'origin/master' into resolve_conflicts 2025-08-31 17:53:21 +10:00
Jack251970
74306f0a76 Use PInvoke to register SystemEvents 2025-07-23 14:15:20 +08:00
Jack251970
3cfe122c7b Use new MonitorInfo class class 2025-07-23 13:51:35 +08:00
Jack251970
e63941275e Upgrade MonitorInfo class 2025-07-23 13:27:36 +08:00
Jack251970
55589f872a Resolve conflicts 2025-07-20 19:58:49 +08:00
Jack Ye
8b3f5aa536
Merge branch 'dev' into nuget_dependency 2025-07-20 19:55:36 +08:00
Kevin Zhang
4f269d3fa9
Dialog Jump - Quickly navigate the Open/Save As dialog window (#1018) 2025-07-20 21:11:09 +10:00
Jack251970
7af3c5febf Upgrade NuGet dependency 2025-07-19 20:26:33 +08:00
Jack251970
c71da5413a Support for color scheme change 2025-07-06 09:08:20 +08:00
Jack251970
15d979bc2c Enable Win32 dark mode if the system is in dark mode before creating all windows 2025-07-05 23:05:49 +08:00
Jeremy Wu
7ae91b1af3
Release 1.20.1 | Plugin 4.6.0 (#3706) 2025-06-14 13:45:30 +03:00
Jack251970
5fcb166060 Use PInvoke & Improve code comments & Use switch sentences 2025-06-05 16:12:55 +08:00
Jack Ye
00b61f3123
Merge pull request #3581 from Flow-Launcher/get_window_long
Fix crash on ×32 devices
2025-06-03 11:24:05 +08:00
Jack251970
eb69ce919e Add url comments 2025-05-27 14:36:24 +08:00
Jack251970
086aeab6c0 Use PInvoke to improve code quality 2025-05-27 14:36:09 +08:00
Jack251970
b2f5713386 Fix crash on ×32 devices 2025-05-24 13:10:25 +08:00
Jack Ye
8bb96d7f58
Fix copy to clipboard STA thread issue & Support retry for copy & Async build-in shortcut model & Fix build shortcuts text replace issue & Fix startup window hide issue (#3314) 2025-05-02 14:26:14 +10:00
Jack251970
8674fca082 Resolve conflicts 2025-04-19 11:20:08 +08:00
Jack251970
1cd6998870 Cleanup codes 2025-04-18 07:39:02 +08:00
Jack251970
28c7538fc3 Fix possible Win32Exception 2025-04-15 09:06:31 +08:00
Jack251970
eec6145e1a Fix possible win32 exception 2025-04-13 20:35:27 +08:00
Jack251970
a6c7430094 Code quality 2025-04-11 12:36:19 +08:00
DB p
218635a035 Add logic to check whether the Korean IME is in use 2025-04-11 12:56:31 +09:00
Jack251970
f56d038e80 Remove debug codes & Improve code quality 2025-04-11 11:08:28 +08:00
Jack Ye
f64ca66743
Merge branch 'dev' into force_foreground_window 2025-04-04 16:47:12 +08:00
Jack Ye
3283adce59
Fix typos
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-04-04 11:27:10 +08:00
Jack251970
8df1e6a0ce Add blank line 2025-04-04 11:18:57 +08:00
Jack Ye
834780d6e7
Fix typos
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-04 11:17:37 +08:00
Jack Ye
2a2ef234d9
Fix typos
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-04 11:17:30 +08:00
Jack251970
96f10d2799 Code quality 2025-04-03 22:13:12 +08:00
Jack251970
bc823b3ca4 Fix Application.Current null exception 2025-03-30 15:04:07 +08:00
Jack251970
db46a4adfd Code quality 2025-03-30 09:12:14 +08:00
Jack251970
d66bdbb112 Force FL window foreground when switching keyboard layout 2025-03-24 08:51:24 +08:00
Yusyuriv
4f2a951adf
Small code style changes in keyboard change logic 2025-03-23 20:41:28 +06:00
Jack251970
d827d0ac9f Use language tag instead of language id 2025-03-23 22:22:08 +08:00
Jack251970
4fc7f70d18 Adjust formats 2025-03-23 21:05:14 +08:00
Jack251970
c63debe296 Add foreground window check 2025-03-23 20:57:25 +08:00
Yusyuriv
1bf573344a
Fix incorrect error handling logic in keyboard layout change 2025-03-23 18:53:01 +06:00
Yusyuriv
4df42a0f63
Add doc comments and additional error handling in keyboard layout switch logic 2025-03-23 18:40:41 +06:00
Yusyuriv
48aff32f1b
Clarify why not switch keyboard layout for languages that have IME mode 2025-03-23 18:28:19 +06:00
Yusyuriv
382d0c2bfe
Don't broadcast language change 2025-03-23 18:26:11 +06:00
Yusyuriv
cd28c09c09
Fix the issue with not being able to switch back to the original keyboard layout in OnDeactivated 2025-03-23 17:56:52 +06:00
Yusyuriv
ca04823dd7
Remove generic language code 2025-03-22 19:40:26 +06:00
Yusyuriv
6ad4b2355e
Don't switch to English when IME can be disabled instead 2025-03-22 17:08:09 +06:00
Yusyuriv
67be335600
Rename methods to make their purpose more obvious; slight code style changes 2025-03-22 14:58:42 +06:00
Jack251970
465108a9d4 Fix keyboard layout fetch issue 2025-03-22 13:58:53 +08:00