Commit graph

31 commits

Author SHA1 Message Date
Markus Hofknecht 814908fdfe [Feature] CodeBuity&Refactor #49, [Feature] Code review tool #10 2020-03-23 12:41:10 +01:00
Markus Hofknecht 24c370b738 [Feature] CodeBuity&Refactor #49, [Feature] Code review tool #10 2020-03-23 12:38:23 +01:00
Markus Hofknecht 3ead0424d2 [Feature] CodeBuity&Refactor #49, [Feature] Code review tool #10 2020-03-23 12:35:10 +01:00
Markus Hofknecht 039fd92e26 [Feature] CodeBuity&Refactor #49, [Feature] Code review tool #10 2020-03-23 12:32:47 +01:00
Markus Hofknecht a59a38d3b7 [Feature] CodeBuity&Refactor #49, [Feature] Code review tool #10 2020-03-23 12:25:02 +01:00
Markus Hofknecht 2b9822c24b [Feature] CodeBuity&Refactor #49, [Feature] Code review tool #10 2020-03-23 12:24:16 +01:00
Markus Hofknecht 01b8fbe4dc [Feature] CodeBuity&Refactor #49 - fix warnings 2020-03-23 12:22:26 +01:00
Markus Hofknecht 9858651058 [Feature] CodeBuity&Refactor #49 - fix warnings 2020-03-22 13:36:54 +01:00
Markus Hofknecht 221d24b730 [Feature] CodeBuity&Refactor #49 - fix warnings 2020-03-22 13:14:11 +01:00
Markus Hofknecht 2f7ba21327 [Feature] CodeBuity&Refactor #49,[Feature] Better colors handling #37 2020-03-21 15:46:35 +01:00
Markus Hofknecht 64c3653107 [Feature] CodeBuity&Refactor #49 2020-03-20 21:03:47 +01:00
Markus Hofknecht d4362bbef4 [Feature] CodeBuity&Refactor #49 2020-03-16 21:05:52 +01:00
Markus Hofknecht 62cc2a7d6d [Feature] CodeBuity&Refactor #49 2020-03-16 15:57:51 +01:00
Markus Hofknecht 5a30e8c25c [Feature] CodeBuity&Refactor #49 2020-03-16 14:45:19 +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 1f28b5d32f #NewBug Fixed slow scrolling 2020-03-13 14:31:31 +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 4a294c7d76 run visual studio code Cleanup 2019-11-18 20:11:55 +01:00
Markus Hofknecht d3285d4219 comment 2019-08-03 09:51:20 +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
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
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
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 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 0699981ec4 minor stuff
-mail Cacert Aussurance meeting.txt
-rare null ref exception
2019-07-06 12:45:01 +02:00
Peter Kirmeier 5dd5e68d3d Feature: Detection of inaccessible folders
When a folder cannot be accessed due to rights management, it will show 'inaccessible' instead of 'empty'
2019-07-05 23:09:55 +02:00
Markus Hofknecht 1c934f1717 Initial commit, 0.9.1.233 2019-07-04 19:04:14 +02:00