Commit graph

820 commits

Author SHA1 Message Date
tanjalibertatis
8678196326 [Feature] Add Languages (#156), version 1.0.17.23 2021-04-26 21:05:15 +02:00
Peter Kirmeier
f92de22b2b Renamed resource to match with actual file name 2021-04-26 20:06:27 +02:00
Peter Kirmeier
2cea00c942 Using cached icon instead of loading it multiple times from resources
This prevents a potential crash if lots of icons cannot be loaded
(see https://stackoverflow.com/questions/36446000/system-reflection-targetinvocationexception-in-resources-designer-vb )
Fixes #159
2021-04-26 19:41:04 +02:00
Markus Hofknecht
d894277d00 [Feature] Settings Menu (#154), version 1.0.17.22 2021-04-26 18:09:56 +02:00
Markus Hofknecht
1edfa657ae [Feature] Settings Menu (#154), version 1.0.17.21 2021-04-25 20:40:11 +02:00
Markus Hofknecht
11caf4ed91 [Feature] Settings Menu (#154), version 1.0.17.21 2021-04-25 16:22:53 +02:00
tanjalibertatis
afa153fd9b [Feature] Add Languages (#156), version 1.0.17.20 2021-04-24 23:03:24 +02:00
Markus Hofknecht
a175d6a718 Revert "[Feature] Read icons from system cache (#149), version 1.0.17.17", version 1.0.17.19
This reverts commit ecebddb0cb.
This reverts commit 010af66b42.
2021-04-24 11:32:30 +02:00
Markus Hofknecht
903322eaa1 [Feature] Enable WinL as modifier for hotkey and make Ctrl+WinL the new default hotkey (#153), version 1.0.17.18 2021-04-22 21:10:08 +02:00
Markus Hofknecht
ceb55191f2 [Feature] Enable WinL as modifier for hotkey and make Ctrl+WinL the new default hotkey (#153), version 1.0.17.18 2021-04-22 19:46:34 +02:00
Markus Hofknecht
ecebddb0cb [Feature] Read icons from system cache (#149), version 1.0.17.17 2021-04-22 19:32:25 +02:00
Markus Hofknecht
010af66b42 [Feature] Read icons from system cache (#149), version 1.0.17.17 2021-04-22 19:18:03 +02:00
Markus Hofknecht
a5e1ff4c25 [Feature] Migrate from deprecated FxCop analyzers to .NET analyzers (#152), version 1.0.17.16 2021-04-17 02:39:48 +02:00
Markus Hofknecht
83a9d29da2 [Feature] item starts with searchstring, sort it on top (#99), version 1.0.17.15 2021-04-16 23:14:39 +02:00
Markus Hofknecht
c1beb9ffa9 [Feature] Hide extensions for known file types, see folder options (#83), version 1.0.17.14 2021-04-16 21:30:45 +02:00
Markus Hofknecht
85fd0371b5 [Feature] Resolve path from which the settings are upgraded in logfile (#147), version 1.0.17.13 2021-04-16 18:59:35 +02:00
Markus Hofknecht
2932ddf1b6 [BUG] Fix catch EvaluateException SyntaxErrorException when search (#151), version 1.0.17.12 2021-04-16 18:39:21 +02:00
Markus Hofknecht
9aa75c72b8 [Feature] Add Spanish (#150), version 1.0.17.11 2021-04-15 19:01:23 +02:00
Markus Hofknecht
cdb5cb56f1 [Feature] item starts with searchstring, sort it on top (#99), version 1.0.17.10 2021-04-14 23:12:14 +02:00
Markus Hofknecht
c00c02356a [Feature] item starts with searchstring, sort it on top (#99), version 1.0.17.10 2021-04-14 21:06:54 +02:00
Markus Hofknecht
6162364577 [BUG] NullReferenceException when regedit key missing for darkmode (#148), version 1.0.17.9 2021-04-13 20:02:54 +02:00
Markus Hofknecht
f48306c27d
Update dotnetframework.yml 2021-04-13 18:39:53 +02:00
Markus Hofknecht
7ff2768f94
Update dotnetframework.yml 2021-04-13 18:28:55 +02:00
Markus Hofknecht
bddf4ccea1 [Feature] Add Language - Resources/lang.fr-FR.resx (#145), version 1.0.17.8 2021-04-13 17:50:31 +02:00
Markus Hofknecht
754c4a2218 [BUG] Prevent endless loop in case there would be a error in startup (#144), version 1.0.17.7 2020-11-08 10:07:55 +01:00
Markus Hofknecht
e85dcc39d6 [BUG] Fix get correct network path if it contains a space (#140), version 1.0.17.6 2020-10-24 22:31:56 +02:00
Markus Hofknecht
4f74970e68 [BUG] Corrected DPI Awareness Mode (#143), version 1.0.17.5 2020-10-24 20:23:37 +02:00
Markus Hofknecht
480b2636aa [BUG] Remove TaskbarForm (#142), version 1.0.17.4 2020-10-24 20:06:50 +02:00
Markus Hofknecht
a72defa020 [BUG] Remove TaskbarForm (#142), version 1.0.17.4 2020-10-24 20:03:00 +02:00
Peter Kirmeier
a45d0d8017 [BUG] Corrected DPI Awareness Mode
Pre-set Per-Monitor DPI Awareness Mode via new Manifest file
This also resolves #137 as window will be drawn at correct location
2020-10-24 19:50:15 +02:00
Markus Hofknecht
47a66d7bce [BUG] Overtake settings expert options into new version (#141), version 1.0.17.2 2020-10-24 16:07:40 +02:00
Markus Hofknecht
45fe4084ee [BUG] Fix get correct network path if it contains spaces (#140), version 1.0.17.1 2020-10-24 13:12:59 +02:00
Markus Hofknecht
4ab7755ca7 [Feature] Microsoft Store x64 (#130), version 1.0.17.0 2020-10-19 13:11:41 +02:00
Peter Kirmeier
5bb592c066 [BUG] Fix datatype for SHGetFileInfo preventing stack corruption 2020-10-11 00:28:34 +02:00
Markus Hofknecht
808ab532c9 [BUG] Fix DataGridView Default Error is shown + NullReferenceException (#139), version 1.0.16.2 2020-10-10 09:47:30 +02:00
Markus Hofknecht
a2f697a49d [BUG] Menulocation wrong when taskbar on top and dpi 200% and rare edge case (#138) 2020-09-27 11:24:58 +02:00
tanjalibertatis
da00b14494 [BUG] Resolve network root sometimes not working with WARN ArgumentOutOfRangeException: Length cannot be less than zero. (Parameter 'length') #129 2020-09-26 16:48:37 +02:00
Markus Hofknecht
6b5772bbd8 [BUG] Resolve network root sometimes not working with WARN ArgumentOutOfRangeException: Length cannot be less than zero. (Parameter 'length') #129 2020-09-26 16:00:41 +02:00
Markus Hofknecht
49c6ef05f0 [BUG] Resolve network root sometimes not working with WARN ArgumentOutOfRangeException: Length cannot be less than zero. (Parameter 'length') #129 2020-09-26 15:54:24 +02:00
Markus Hofknecht
cbdef123ba
Merge pull request #136 from Hofknecht/feature/taskbar_orientation
Feature/taskbar orientation
2020-09-25 19:18:36 +02:00
Peter Kirmeier
684babe9db [Feature] Support other taskbar orientations (#13), version 1.0.16.0
Add me (topeterk) to About box
Little bit of housekeeping
2020-09-20 21:47:46 +02:00
Peter Kirmeier
7426a44409 All taskbar positions supported
Closing #13
2020-09-20 21:15:31 +02:00
Peter Kirmeier
09e9751ae8 Fixed start location of first menu
Additionally fixed potential null pointer exception when no predecessor is found and menu is attempted to be drawn out of bounds
2020-09-20 19:19:21 +02:00
Peter Kirmeier
d4bf10f174 First taskbar position iteration
- Simplified code
- Overlapping is prevented for the very first instead of the first two opened menues
- When taskbar position was changed while STM is running, it will take updated position into account
2020-09-20 17:26:45 +02:00
Peter Kirmeier
f2c20c5a5e Reordered methods to avoid compiler warnings 2020-09-20 14:31:17 +02:00
Peter Kirmeier
713ae57f70 Skip adjusting sizes that are already known 2020-09-20 11:20:21 +02:00
Markus Hofknecht
bec1b3ff28 Merge branch 'master' of https://github.com/Hofknecht/SystemTrayMenu 2020-08-18 12:29:11 +02:00
Markus Hofknecht
6eea1d9b4c [BUG] Fix rare ArgumentOutOfRangeException (#132) 2020-08-18 12:29:02 +02:00
Markus Hofknecht
9a349a3848
Update README.md 2020-08-16 09:39:46 +02:00
Tanja
0978b4c25d
Update README.md
Contributors
2020-08-13 17:05:40 +02:00