Commit graph

1012 commits

Author SHA1 Message Date
Markus Hofknecht
5a30e8c25c [Feature] CodeBuity&Refactor #49 2020-03-16 14:45:19 +01:00
Markus Hofknecht
41991c206e [Feature] Mouse&Keyboard Selection #38, Version 0.9.2.2 2020-03-16 09:38:53 +01:00
Markus Hofknecht
5d168455c2 [Feature] Increase performance of huge folders by iconcache #44, version 0.9.2.1 2020-03-15 22:30:48 +01:00
Markus Hofknecht
68ce47fb09 [Feature] Mouse&Keyboard Selection #38, [Feature] Better colors handling #37, Version 0.9.2.0 2020-03-15 16:06:18 +01:00
Markus Hofknecht
da92bd8a38 [Feature] Increase performance of huge folders by iconcache #44 2020-03-15 16:04:53 +01:00
Markus Hofknecht
0bdbfa3519 #NewFeature1 Increase performance by iconcache
#NewFeature2 Ask user to send exception by standard mail and restart
2020-03-15 10:27:05 +01:00
Markus Hofknecht
fff542e91c added #warning #35 [BUG] Rare ObjectDisposedException, todo: fix root cause
removed  Application.DoEvents();  not necessary
increased version to 260
2020-03-14 14:25:26 +01:00
Markus Hofknecht
346b0b69cd #NewBug Fixed slow scrolling, increased version 2020-03-14 08:52:49 +01:00
Markus Hofknecht
220238ac36 #NewBug Fixed slow scrolling, increased version 2020-03-13 14:32:10 +01:00
Markus Hofknecht
1f28b5d32f #NewBug Fixed slow scrolling 2020-03-13 14:31:31 +01:00
Markus Hofknecht
8102a7b787 bugfixes related to very fast open closes of stm 2020-03-11 22:41:12 +01:00
Markus Hofknecht
ec6b419f0a bugfixes related to very fast open closes of stm 2020-03-11 22:29:32 +01:00
Markus Hofknecht
4f3c2f3579 Bugfix Exceptions not in logfile (only when attached to process) 2020-03-11 20:32:07 +01:00
Markus Hofknecht
120bb1274d bugfixes related to fast open closes of stm, refactor KeyboardInput, refactor explorer sort, other minor refactor, version 254 2020-03-08 13:21:15 +01:00
Markus Hofknecht
0023079bb1 Update dotnetframwork.yml 2020-02-27 19:02:38 +01:00
Markus Hofknecht
e84a46930b Update dotnetframwork.yml 2020-02-27 18:31:58 +01:00
Markus Hofknecht
0ea289a6b5 Update dotnetframwork.yml 2020-02-27 17:56:46 +01:00
Markus Hofknecht
c212161b9b Update dotnetframwork.yml 2020-02-27 17:49:00 +01:00
Markus Hofknecht
1b5072a70a
Update dotnetcore.yml 2020-02-27 17:32:38 +01:00
Markus Hofknecht
87cc3fc32a
Create dotnetcore.yml 2020-02-27 17:21:09 +01:00
Markus Hofknecht
24d88d5d87 #35 [BUG] Rare ObjectDisposedException, => catch ObjectDisposedException as warning, get exceptions with full debug information, version 0.9.1.253 2020-02-25 19:06:03 +01:00
Markus Hofknecht
bb1ed20928 0.9.1.251 -> 0.9.1.252 2020-02-22 09:54:58 +01:00
Markus Hofknecht
e2e97be826 [BUG] Rare ObjectDisposedException & InvalidOperationException #35, +added x64 Configuration 2020-02-22 09:51:06 +01:00
Markus Hofknecht
4a294c7d76 run visual studio code Cleanup 2019-11-18 20:11:55 +01:00
Markus Hofknecht
0e38067e79 [Feature] Scaling Change Adjust layout instant (restart necessary) #32 https://github.com/Hofknecht/SystemTrayMenu/issues/32
+ UnauthorizedAccessException only as info
2019-08-03 10:29:57 +02:00
Markus Hofknecht
d3285d4219 comment 2019-08-03 09:51:20 +02:00
Markus Hofknecht
a5bfd89783 Bump version 2019-08-03 09:31:01 +02:00
Markus Hofknecht
ae919586aa [Feature] Show Hidden Folders Transparent #31 https://github.com/Hofknecht/SystemTrayMenu/issues/31
+Log exception in ShowInactiveTopmost
2019-08-03 09:27:33 +02:00
Markus Hofknecht
35f219b528 CTRL ALT F10 recommended 2019-08-01 17:28:46 +02:00
blubario
e6a0b293fa commit of ReadMe.txt 2019-07-20 17:32:49 +02:00
Peter Kirmeier
9cab97276d Fixed overwriting clipboard on Label's MouseDoubleClick (Title bar of root folder)
Use workaround class for "Clipboard" issue on .Net Windows Forms Label:
On Label MouseDoubleClick the framework will copy the title text into the clipboard.
We avoid this by overriding the Text atrribute and use our own copy.
(https://stackoverflow.com/questions/2519587/is-there-any-way-to-disable-the-double-click-to-copy-functionality-of-a-net-l)

Note: When you have trouble with the Visual Studio Designer not showing the GUI properly, simply build once and reopen the Designer.
This will place the required files into the Designer's cache and becomes able to show the GUI as usual.

Fixes #5 (https://github.com/Hofknecht/SystemTrayMenu/issues/5)
2019-07-19 21:48:36 +02:00
Peter Kirmeier
c48601c719 Bump version 2019-07-19 19:00:05 +02:00
Peter Kirmeier
381dc3c8a0 Repeating a character in search will jump to next element starting with this character only at the beginning of the search
Means repeating a character in the middle of a search the character will be appended to the search string instead of jumping to next element (as this would prevent searching for any item which has same characters twice next to each other)

Fixes #30 https://github.com/Hofknecht/SystemTrayMenu/issues/30
2019-07-19 18:58:16 +02:00
Peter Kirmeier
04396f7134 Hide hidden entries
Windows Explorer settings are read to control if hidden/system files/directories are shown or hidden.
Base implementation for issue #1 https://github.com/Hofknecht/SystemTrayMenu/issues/1
Removed local Shell32 class as assembly reference to COM Shell uses same name.
2019-07-14 16:46:11 +02:00
Peter Kirmeier
a1bb0a5604 Improved search function (no functional change)
Resolved warnings (pragma), add some comments and restructured code for better readability
2019-07-13 22:44:31 +02:00
Markus Hofknecht
828fda03af [BUG] autostart activate not always working #28 https://github.com/Hofknecht/SystemTrayMenu/issues/28
-upgrade earlier before load shortcut
-logging upgrade of settings / config and write config location into log

[BUG] Nullref when shortcut not possible to register #29 https://github.com/Hofknecht/SystemTrayMenu/issues/29
-nullref exception still possible -> do not start contextmenu before shortcut registered
2019-07-08 19:57:15 +02:00
Markus Hofknecht
87e00358ed [BUG] autostart activate not always working #28
https://github.com/Hofknecht/SystemTrayMenu/issues/28
2019-07-08 18:56:31 +02:00
Peter Kirmeier
47bba47ea4 Keep using former user settings on version upgrades 2019-07-07 13:40:01 +02:00
Peter Kirmeier
4b0fda9373 improved filter for desktop.ini and thumbs.db
use filter while ignoring case and add thumbs.db to filter list

fixes #26 https://github.com/Hofknecht/SystemTrayMenu/issues/26
2019-07-07 13:12:33 +02:00
Peter Kirmeier
096bfc1722 Merge branch 'master' of https://github.com/Hofknecht/SystemTrayMenu 2019-07-07 13:03:09 +02:00
Peter Kirmeier
9eceae46c7 simplified ReadIcon
Removed code execution path that can never happen: Icon of an lnk's directory will be loaded directly within first call of ReadIcon, no need to call it again and then break as icon already exists
2019-07-07 13:02:53 +02:00
Markus Hofknecht
881920b1f6
Create CONTRIBUTING.md 2019-07-07 12:12:29 +02:00
Markus Hofknecht
934113ab09
Create CODE_OF_CONDUCT.md 2019-07-07 11:59:22 +02:00
Peter Kirmeier
a8aebe16e2 use Unicode for SHGetFileInfo
fixes #14 https://github.com/Hofknecht/SystemTrayMenu/issues/14
2019-07-07 10:43:00 +02:00
Peter Kirmeier
a5aee52858 Merge branch 'master' of https://github.com/Hofknecht/SystemTrayMenu 2019-07-07 10:29:56 +02:00
Peter Kirmeier
0550511f53 avoid exception on failing SHGetFileInfo
relates to https://github.com/Hofknecht/SystemTrayMenu/issues/14
2019-07-07 10:29:38 +02:00
Markus Hofknecht
f00d239300
Update License
added program, year, name of author
2019-07-07 10:27:05 +02:00
Markus Hofknecht
957c01a057 [Bug] Show name of the ink #16
https://github.com/Hofknecht/SystemTrayMenu/issues/16
2019-07-06 17:44:24 +02:00
Markus Hofknecht
2d301eb454 [Feature] Adjust about form #24
https://github.com/Hofknecht/SystemTrayMenu/issues/24
2019-07-06 17:11:55 +02:00
Markus Hofknecht
0f0aff4682 https://github.com/Hofknecht/SystemTrayMenu/issues/2 2019-07-06 16:47:08 +02:00