Dobin Park
4e01019d4f
Merge branch 'ModernTheme' of https://github.com/onesounds/Flow.Launcher into ModernTheme
2021-10-04 23:07:07 +09:00
Dobin Park
ca179be060
- Adjust Plugin Tab in setting window
2021-10-04 22:56:46 +09:00
Dobin Park
1c96f04965
- Adjust base.xaml to match original(1.8) size for classic themes
...
- Adjust Querybox Width
- Add Width and height value for new themes
- Merge #722
2021-10-04 17:53:01 +09:00
Dobin Park
832405a5fd
- Adjust base.xaml to match original(1.8) size for classic themes
...
- Adjust Querybox Width
- Add Width and height value for new themes
- Merge #722
2021-10-04 17:30:24 +09:00
Dobin Park
c1b0929ed5
- Redesign Setting Window
...
- Add Segoe Fluent Icons
- Edited Hotkey control for right aligment
(Plugin Area WIP)
2021-10-03 21:44:03 +09:00
Dobin Park
92f0041109
Merge branch 'ModernTheme' of https://github.com/onesounds/Flow.Launcher into ModernTheme
2021-10-02 18:50:01 +09:00
Dobin Park
1621f34966
Fix Win11Light font size
2021-10-02 18:49:52 +09:00
Dobin Park
89f4f5d5c0
Fix Win11Light font size
2021-10-02 17:52:44 +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
e7b4dd1080
- 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:08:41 +09:00
Dobin Park
6e047e070f
Fix Icon Image little cut #710
2021-10-02 05:18:39 +09:00
Dobin Park
03d134d12f
Add sublime theme
2021-10-02 02:03:16 +09:00
Dobin Park
214457750e
- Adjust Theme Preivew in setting window
...
- Adjus Classic Themes
- Adjust Dragable Area and default Width
2021-10-02 01:31:22 +09:00
Dobin Park
39b53d98a3
Change default Scrollbar Thumb color
2021-10-01 21:56:59 +09:00
Dobin Park
2b7855cbff
Change default Scrollbar Thumb color
2021-10-01 21:51:56 +09:00
Dobin Park
c32ae791f4
Merge branch 'ModernTheme' of https://github.com/onesounds/Flow.Launcher into ModernTheme
2021-10-01 21:32:12 +09:00
Dobin Park
62112758e6
- Fix Setting window preview (last item clip)
...
- Fix Querybox Width
- Fix Pink Theme Width
- Change WinLight highlight
2021-10-01 21:30:29 +09:00
Dobin Park
6048de48fb
- Fix Querybox Width
...
- Fix Pink Theme Width
- Change WinLight highlight
2021-10-01 21:22:15 +09:00
Dobin Park
8e93969db0
- Fix pink theme (querybox witdh)
2021-10-01 19:04:48 +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
c89d277b00
- Fix Responsive Query Area
...
- Adjus Pink more cute
- Add Default Clip Radius
2021-10-01 17:00:57 +09:00
Dobin Park
136f2272bf
- Fix Responsive Query Area
...
- Adjus Pink more cute
- Add Default Clip Radius
2021-10-01 16:59:05 +09:00
Dobin Park
6a585763c9
- clean code
2021-10-01 15:08:26 +09:00
Dobin Park
ecb0cac494
- Add listbox clipping class for rounded corner theme.
2021-10-01 15:05:56 +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
9d10b7fbb1
Fix the White Querybox in Metro Server.theme
2021-09-30 10:36:59 +09:00
Dobin Park
f1bfa5c0d3
Fix Selected color in Darker.theme
2021-09-30 10:32:54 +09:00
Dobin Park
8eba28fae5
- fix the theme preview in setting window
2021-09-28 22:07:07 +09:00
Dobin Park
505b4cba89
fix win11light theme seperator margin
2021-09-28 16:50:28 +09:00
Dobin Park
91d21a73c8
- Search Ico- In the theme, search icons can be inserted and styled (margin, size, color, option, etc).
...
- If you want to erase it, adjust the opacity.
- Geometry type data (svg to xaml) was inserted into base.xaml.
- If there is no data, use the one in the base.
- The top margin of the list box was adjusted under the theme.n to changable b
2021-09-28 16:33:28 +09:00
Dobin Park
3e250303a6
Merge branch 'ModernTheme' of https://github.com/onesounds/Flow.Launcher into ModernTheme
2021-09-28 12:15:43 +09:00
Dobin Park
46917eac98
but default hotkey color is not same subtitle color in classicthemes so I choosed and applied right color for classic themes.- Rollback Classic Skins
...
- change the code for compatible classic themes (You can use it without modifying the classic theme.)
- add default window radius(5) for classic themes
- add default hotkey color
- but still default hotkey color not same subtitle color in classic themes, (because base xaml can't read theme xaml) so I choosed right color for classic themes and applied it. I think it's not bad.
- New themes are used in a way that redefines the base code by changing and including it.
- The basic height and each item spacing had to be changed. This part should also be changed to a theme.
2021-09-28 12:14:11 +09:00
Dobin Park
3bc3563777
- Rollback Classic Skins
...
- change the code for compatible classic themes (You can use it without modifying the classic theme.)
- add default window radius(5) for classic themes
- add default hotkey color
- but still default
- New themes are used in a way that redefines the base code by changing and including it.
- The basic height and each item spacing had to be changed. This part should also be changed to a theme.
2021-09-28 12:04:24 +09:00
Dobin Park
c227ba38aa
- fix for build (recovery some item group)
2021-09-28 01:30:27 +09:00
Dobin Park
f83212a0dd
remove itemgroup in csproj.
2021-09-28 01:26:45 +09:00
Dobin Park
4ced99569d
- Delete Comment
2021-09-28 01:20:36 +09:00
Dobin Park
f07a009108
- Add Textbox Caret Color
2021-09-27 22:41:32 +09:00
Dobin Park
53c04fd6b6
Fix Separator
2021-09-27 22:03:58 +09:00
Dobin Park
c6f1a00846
adjust
2021-09-27 20:15:32 +09:00
Dobin Park
7789c1c949
adjust padding
2021-09-27 20:13:35 +09:00
Dobin Park
b07a4370dd
delete margin
2021-09-27 20:10:36 +09:00
Dobin Park
0c4755706e
Add Modern Theme
2021-09-27 20:06:58 +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
Jeremy Wu
1cf2f1b06d
Merge pull request #698 from kubalav/translation-sk
...
Update Slovak translation
2021-09-23 23:24:55 +10:00
kubalav
f3329666fe
Version bump for Program plugin
2021-09-23 09:03:45 +02:00
kubalav
11bca43bb3
Update Slovak translation for Program plugin
2021-09-23 09:03:11 +02:00
Jeremy Wu
ad43456533
Merge pull request #679 from Flow-Launcher/add_restart_advanced_boot_options
...
Add Advanced Boot Options restart for Sys plugin
2021-09-23 12:24:54 +10:00
Jeremy Wu
1a7c1720d3
Merge pull request #663 from themike10452/dev
...
run as administration when holding ctrl and shift
2021-09-23 12:24:32 +10:00
Jeremy Wu
03166ecd55
Merge pull request #654 from Flow-Launcher/DependencyBump
...
Bump applicable nuget packages to latest versions
2021-09-23 12:24:22 +10:00
Jeremy Wu
10997095dd
Merge pull request #653 from Flow-Launcher/JsonRPCRefactor
...
Refactor JsonRPC structure
2021-09-23 12:23:03 +10:00