Commit graph

42 commits

Author SHA1 Message Date
Hongtao Zhang
234156b153
Move code to ResultListBox to avoid extra children retrieval.
Adjust the CopyText property to automatically return Subtitle is not specified
2022-10-23 18:04:25 -04:00
DB p
4a15263a1e Changed the Icon 'IsHitTestVisible' 2022-10-22 11:25:26 +09:00
DB P
9db654b8db
Merge branch 'dev' into DragandDrop 2022-10-03 16:32:11 +09:00
Jeremy Wu
a200adaa9f
Merge pull request #1352 from Flow-Launcher/rounded-icon-mask-field
Rounded icon mask field
2022-10-03 14:19:55 +11:00
Sparrkle
ab1ddbb6c5 Change ProgressBar Value to Nullable. 2022-09-30 09:58:33 +09:00
DB p
3e128e1a9a Changed listitem to draggable 2022-09-28 15:06:14 +09:00
Sparrkle
f39c5fd09e Moved Visibility Property in ResultListBox.xaml 2022-09-21 19:50:32 +09:00
Sparrkle
314f2d6a90 Fixed Progressbar Binding Error (ProgressBar Value is Not Nullable) 2022-09-15 15:57:05 +09:00
Jeremy
e23eb94caf allow progress bar customisation via plugin 2022-09-12 08:05:03 +10:00
Jeremy Wu
fa6cc2e497
Merge branch 'dev' into CheckfreeSpace 2022-09-08 09:27:26 +10:00
DB p
eb8aa77e75 - Add Progressbar color converter
- Colorized(red) when usage space 90% over
2022-09-07 00:28:49 +09:00
DB p
4bc3367e3f - Add 'Free Space in drive'
- when Type "d:\", showing graph with free space.
2022-09-06 23:59:33 +09:00
DB p
2f7e8e4251 Remove Guide LIne 2022-09-02 11:11:24 +09:00
DB p
a2d9cb6f2d - Adjust ResultListItem Layout for Large Window Size
- Change Window Max Width to 1920 from 900
2022-09-01 21:04:14 +09:00
Garulf
bd1499b2d3 Add clip mask 2022-08-30 04:27:37 -04:00
Garulf
70ea6a89e3 Remove Icon X & Y hard coded dependency 2022-08-30 04:27:17 -04:00
Hongtao Zhang
de1b0a23c6 Rename from ActionAsync to AsyncAction 2022-04-15 18:32:05 -05:00
DB p
f1c46d1048 Remove Subtitle Highlight 2021-12-11 03:22:47 +09:00
DB p
45250437fd Change Icon uniform property from uniformtofill (Fix wide icon cut) 2021-11-19 11:12:22 +09:00
Dobin Park
66e722bc53 - Change context icon to glyph in some plugin
- Add Glyph property in themes
2021-10-06 13:21:19 +09:00
Dobin Park
df3c5bf7b9 - Add ItemHotkeySelectedStyle Property
(for selected item styling for hotkey)
- It works non edited
- Add hotkey style property in all themes
  (But You can test sublime theme only.)
2021-10-02 14:29:31 +09:00
Dobin Park
6e047e070f Fix Icon Image little cut #710 2021-10-02 05:18:39 +09:00
Dobin Park
49f00f529b - Fix List Item Margin
- Rewrite Modern Themes (using base)
- Add Discord Dark theme
2021-10-01 19:02:34 +09:00
Dobin Park
bb7b0cdd50 - Add Magnifier in Win 11 Light/Dark Theme
- Remove Scrollbar Reserve Space
- Now scrollbar front, selected item background is behind. When I first fix the code, it has design issue some case.
- Adjust Setting Window
- Adjust Metro Server Theme
- Fix Darker Selected Background
- Fix Win10light Seprator
2021-09-30 18:45:55 +09:00
Dobin Park
3a0594f99b - Changing Result item and hotkey layout
- Add Hightlight Styling
- Add New Themes and adjust classic themes
2021-09-27 20:00:46 +09:00
张弘韬
ac0bfd6065 Merge remote-tracking branch 'upstream/dev' into GlyphIcon
# Conflicts:
#	Flow.Launcher/ResultListBox.xaml
#	Flow.Launcher/ViewModel/ResultViewModel.cs
2021-08-09 18:50:16 +08:00
Kevin Zhang
fd39b60f7b Add Glyph Support 2021-07-31 15:44:41 +08:00
弘韬 张
e8691c210d No need for the wrapped Lazy instance in image loading. 2021-05-23 12:28:45 +08:00
弘韬 张
813e9b5439 fix selected item doesn't always be the first item issue.
Method: Not only update selected index, but also update selected item when adding results.
2020-11-28 13:25:49 +08:00
弘韬 张
4dd4cdafbf Revert "Use Virtualizing StackPanel instead of GridView to greatly reduce the loading resources."
This reverts commit c89ee33c5b.

Revert it because it is not useful so just keep the original code.
2020-11-15 21:01:11 +08:00
弘韬 张
c89ee33c5b Use Virtualizing StackPanel instead of GridView to greatly reduce the loading resources. 2020-11-15 20:39:02 +08:00
Qian Bao
0e0f24f635 Lazy Load Image 2020-11-10 17:27:48 +08:00
弘韬 张
9d21649622 Change UI rendering logic
Co-authored-by: Bao-Qian <bao.github@outlook.com>
2020-11-10 17:27:09 +08:00
Jeremy Wu
492c02eea4 add custom plugin ToolTip on result hover over 2020-06-30 06:45:04 +10:00
Jeremy Wu
1d86e229a0 Per comment, use DynamicResource 2020-05-14 19:56:11 +10:00
Jeremy Wu
d751803cc2 fix merge hotkey placement 2020-05-08 17:13:14 +10:00
Jeremy Wu
47a69a322d Merge branch 'dev' into update_ui 2020-05-08 12:41:57 +10:00
Jeremy Wu
3f96bb0435 Change Darker theme's hover over mouse pointer
When hovering over result items the mouse pointer is now a cursor instead of a hand
2020-05-05 19:40:06 +10:00
Grzegorz Dziedzic
69158b9777 Limit no of hotkeys displayed for mod+num launching 2020-05-04 20:58:37 +02:00
Grzegorz Dziedzic
6bc0ae6a82 Ability to hide mod+num. Display full hotkey. 2020-05-03 23:36:23 +02:00
Grzegorz Dziedzic
10c16f059e Enhance mod+num launching 2020-05-03 19:17:16 +02:00
Jeremy Wu
3c7f067770 rename all project file name 2020-04-21 21:27:02 +10:00
Renamed from Wox/ResultListBox.xaml (Browse further)