Commit graph

992 commits

Author SHA1 Message Date
Peter Kirmeier bfd50ae141 Switch context menu location as it is done by Windows Explorer 2023-09-11 18:04:48 +02:00
Peter Kirmeier 4f1ee5385c Log spam protection on COM exceptions while reading icons 2023-09-11 17:50:10 +02:00
Markus Hofknecht 2f790b3226
Update README.md 2023-09-09 09:56:52 +02:00
Peter Kirmeier c68f7413d9 Re-enabled drag and drop 2023-09-02 17:42:43 +02:00
Peter Kirmeier 1d0741d54e Fix position calculation on watcher updates 2023-09-01 22:08:51 +02:00
Peter Kirmeier 3f92b082c2 Print version into title for debug builds
This makes it easier to compare v1 and v2 when shown side by side
2023-09-01 20:41:58 +02:00
Peter Kirmeier cd57ed21b3 Fix wrong selection when right click context menu opens 2023-09-01 20:08:36 +02:00
Peter Kirmeier cd26d6eda8 Context menu will horizontally follow mouse
Add compile switch to use Windows Explorer behavior instead
- Mouse: Directly at mouse position
- Keyboard: Left aligned with padding, vertically centered
2023-09-01 19:49:34 +02:00
Peter Kirmeier fa8ebdceb0 Apply all custom colors temporarily for testing individual colors 2023-09-01 18:06:39 +02:00
Peter Kirmeier ae6b12600c Use global style for all windows
Including foreground and background color, clear type rendering and using layout rounding
2023-09-01 17:34:42 +02:00
Markus Hofknecht 0c8eec10b1 README.md 2023-09-01 14:28:58 +02:00
Markus Hofknecht 2087a3a947 font is not windows orig (but with TextOptions.TextRenderingMode="ClearType" TextOptions.TextFormattingMode="Display" it comes a lot closer to the original) 2023-09-01 13:46:54 +02:00
Markus Hofknecht 00b4a4459b font is not windows orig (but with TextOptions.TextRenderingMode="ClearType" TextOptions.TextFormattingMode="Display" it comes a lot closer to the original) 2023-09-01 12:51:15 +02:00
Peter Kirmeier 5707c2f051 Improve updates on file system watcher events
Menu positions and sizes will be adjusted now
Invalidated sub menus will be closed
2023-08-31 22:34:47 +02:00
Peter Kirmeier f67662cc45 Fix context menu (right click) position
Was bound to mouse position before, is bound to item position now.
2023-08-31 21:09:58 +02:00
Peter Kirmeier e6ede5233b Handle potential COM Exception while reading native Icons via WinAPI 2023-08-31 19:40:09 +02:00
Peter Kirmeier 4a645290f7 Fix intermediate layout and size changes when a sub menu gets filled with data 2023-08-31 19:23:22 +02:00
Peter Kirmeier a7ff101027 Fix selection of primary monitor 2023-08-31 17:47:20 +02:00
Peter Kirmeier c5f9977c7d Fix target framework version and unintentionally reintroduced code 2023-08-31 17:26:28 +02:00
Markus Hofknecht 65a7340171 [Feature] Framework Self-Contained, not more necessary to install .Net 6/7 sdk (#277) 2023-08-28 14:37:51 +02:00
Markus Hofknecht 7858b3dc7a [BUG] In v1.3.3 introduced a issue that always asking for admin, but should only ask if shortcut requires run as admin (#499), version 1.3.4.0 2023-08-28 14:35:21 +02:00
Markus Hofknecht b270637b73
Update README.md 2023-08-26 09:23:17 +02:00
Markus Hofknecht 86ceaa43b5
Update README.md 2023-08-25 23:17:00 +02:00
Markus Hofknecht 1929797c1b [Feature] Framework Self-Contained, not more necessary to install .Net 6 sdk (#277), version 1.3.3.0 2023-08-25 19:02:24 +02:00
Markus Hofknecht d20e843863 [BUG] Languages Filipino, Hebrew and Norwegian not working (#467), version 1.3.2.10 2023-08-25 15:22:27 +02:00
Markus Hofknecht dbd0f04e40 README.md 2023-08-25 12:25:19 +02:00
Markus Hofknecht 8a382eaacd [BUG] Fix fast renames causes duplicated item (#497), version 1.3.2.7 2023-08-25 11:55:55 +02:00
Peter Kirmeier 79d70222cc Add initial scaling to scroll bar layout
Still open: Scaling for arrow Paths
2023-08-22 21:48:55 +02:00
Peter Kirmeier d39588b8c5 Disable virtualized rendering to include non-visible items into calculation
See: https://learn.microsoft.com/en-us/dotnet/api/system.windows.controls.virtualizingstackpanel.isvirtualizing
2023-08-22 19:49:52 +02:00
Peter Kirmeier 0f1f1748a4 Let the framework calculate text width of list entries
This will improve performance as less objects will be rendered for calculation.
Will also fix "flickering" of sub menu at wrong (not yet calculate) window position.
2023-08-21 20:05:31 +02:00
Peter Kirmeier 892b89e0e2 Scroll bar size calculated based on content again, however with a min-size 2023-08-20 22:38:28 +02:00
Peter Kirmeier 5c021bf5e4 Fix opening non-folder entries via Enter key 2023-08-20 21:53:33 +02:00
Peter Kirmeier 6c57581f42 Set specific colors for text box selections
Foreground: White
Background: #0078d7 (blue-ish)
Note: Enable non-adorner based rendering of TextSelection in TextBox and PasswordBox in order to be able to change background color.
2023-08-20 21:45:47 +02:00
Peter Kirmeier c9da13a35e Fix selection color to be default again as in v1 2023-08-20 21:08:36 +02:00
Peter Kirmeier 61c2cd0dea Work around a potential race condition of FadeIn events
Issue could happen when sub menu switches from loading to full sub menu and previous FadeIn event overwrites opacity after Opacity was already set to final value.
2023-08-20 20:29:53 +02:00
Peter Kirmeier 161233ac39 Automatically select search text when using TAB to switch between menus 2023-08-20 20:14:28 +02:00
Peter Kirmeier 7ebccdf27c Do not take the shadow effect into account for size and position calculations 2023-08-20 16:18:40 +02:00
Peter Kirmeier 2e268ec030 Remove color support for SliderArrowsAndTrackHover
Feature was dropped with 2.0.0.0
Settings kept for compatibility reasons, as application is still supporting v1 settings
2023-08-20 14:39:20 +02:00
Peter Kirmeier 4ac3d1eb3a Fix wrong appearance in menu size and position when switching from loading menu to final sub menu 2023-08-20 14:03:58 +02:00
Peter Kirmeier cfd53b516e Set thumb sizes of menu scroll bars to 25 percent of their scroll-able height 2023-08-18 21:36:03 +02:00
Peter Kirmeier 4b5e75180c Remove Padding from ListView default ControlTemplate
Ensures that the separator and ListView will always line-up on the right side correctly
2023-08-18 19:15:28 +02:00
Peter Kirmeier e6d41beffc Applied some fixes..
Fix wrong loading status shown (e.g. "0 elements" instead of "loading")
Fix missing loading icon (animated blue circle)
Adjusted alignment of the scroll bar (aligns with the separator right above)
2023-08-18 18:20:21 +02:00
Markus Hofknecht 6def5eb44b adjust comment related GenerateDriveShortcuts 2023-08-17 10:59:13 +02:00
Peter Kirmeier 54843018d2 Fix compiler warning and update package version 2023-08-16 23:07:32 +02:00
Peter Kirmeier 0143a0a690 Updated main menu controls' layout to be almost pixel perfect with v1 2023-08-16 22:45:43 +02:00
Peter Kirmeier 748d992727 Ensure shadow effect is visible
(As of now the shadow effect is generating a small gap between sub menus)
2023-08-16 21:31:48 +02:00
Peter Kirmeier 37dda6879f Reset selection when leaving menu and a sub menu is still open 2023-08-16 21:10:41 +02:00
Peter Kirmeier 23ac75ea1c Search input box focus when main menu opens 2023-08-16 19:28:48 +02:00
Peter Kirmeier 56bf7b18dd Let list view and its entries stretch
Fix empty space next to the list when all entries require less space than other controls in same window.
Eg. the label "2 items" and the icon button (open folder) needs more space than list with one entry named "C".
2023-08-15 22:43:52 +02:00
Peter Kirmeier c44ecd01d5 Remove label and use TextBlock directly that text can "fill" whole list entry 2023-08-15 22:43:52 +02:00