Commit Graph
61 Commits
Author SHA1 Message Date
Stone_Red b638eff451 Add missing translations 2024-12-28 23:16:23 +01:00
Stone_Red 92c13c5ed0 Change app name from "Desktop Magic" to "DesktopMagic" and some QOL improvments 2024-12-03 00:16:37 +01:00
Stone_Red bc11832f9f Add right click actions to tray icon 2024-11-29 18:40:00 +01:00
Stone_Red f8f06a9e2c Improve plugin window performance by not constantly updating properties of UI elements 2024-11-29 17:55:33 +01:00
Stone_Red 3993e6d612 Fix multiple warnings 2024-11-15 19:41:16 +01:00
Stone_Red 7e1736696d Rename BuiltInWindowElements to BuiltInPlugins 2024-10-26 14:43:14 +02:00
Stone_Red 475623f333 Change file version 2024-05-01 18:20:08 +02:00
Stone_Red aa1733e0c6 Update libraries 2024-05-01 17:41:27 +02:00
Stone_Red 9f1f67275c Small code improvments 2023-12-31 15:54:38 +01:00
Stone_Red 5b640280f2 Fix log messages 2023-12-27 21:57:41 +01:00
Stone_Red 42c89823ce Fix closing of plugin windows 2023-12-27 20:23:38 +01:00
Stone_Red f46f57d11a Add search functionality to plugin manager and improve UX 2023-12-27 15:45:51 +01:00
Stone_Red 8a275caba8 Add localization strings and improve resource management 2023-12-22 22:30:53 +01:00
Stone_Red 59c5a53aa4 Add error log when plugin with the same id already exists 2023-12-22 18:11:37 +01:00
Stone_Red 25769cb6db Fully implement plugin manager and improve internal plugin handling 2023-12-22 18:05:44 +01:00
Stone_Red 1adcce95de Improve plugin manager UI 2023-12-21 12:06:13 +01:00
Stone_Red 5bd2a630e0 Add basic plugin manager UI 2023-12-21 10:30:10 +01:00
Stone_Red 5c9613276a Fix built in plugins and some UI issues 2023-11-23 17:28:57 +01:00
Stone_Red 11c9026fbf Remove plugins from setting that are not loaded anymore 2023-11-22 16:40:11 +01:00
Stone_Red 69672da48f Fix mutex and open app if it's already running 2023-11-22 16:01:45 +01:00
Stone_Red e8de6fe9a5 Rename Plugin & API namespaces and implement saving/loading of setting 2023-11-21 19:54:29 +01:00
Stone_Red e6f263c83c Improve loading of built in plugins 2023-11-21 15:00:04 +01:00
Stone_Red 2331544a80 Refactor step 2 2023-11-20 20:31:35 +01:00
Stone_Red 74bf7c2fb8 Refactor step 1 2023-11-19 16:19:07 +01:00
Stone_Red 336de2ca42 Fix built in plugins 2023-11-16 22:34:23 +01:00
Stone_Red 2c883787f7 Update project to .NET 8 and code improvements 2023-11-16 19:27:21 +01:00
Stone_Red adfedcb876 Code refactoring 2022-04-24 20:54:12 +02:00
Stone-Red-Code 668c393a1b - Minor code improvements 2021-11-12 15:58:29 +01:00
Stone-Red-Code 24dac76057 - Preparation for release 0.0.3.1 2021-11-06 18:56:34 +01:00
Stone-Red-Code 5e3642e539 - Add ComboBox element to the API 2021-10-30 21:06:53 +02:00
Stone-Red-Code 2f6662caea - Add Margin option
- Add `Margin` property to `ITheme`
- Add `Stop` method to the `Plugin` API
- Add `DrawStringNoLeftPadding` and `MeasureStringNoLeftPadding` to `GraphicsExtentions`
- Convert most inbuilt components to plugins.
- Minor code improvements
2021-10-29 20:35:01 +02:00
Stone-Red-Code 8f650ac35a - Add Corner Radius option
- Improved API documentation
- Fix updater check time
- Fix logging
2021-10-27 22:01:20 +02:00
Stone-Red-Code b69bba68bb - Fix resize courser showing when windows are not in edit mode.
- Add more logging
- Implement some IntelliSense suggestions
2021-10-26 23:16:38 +02:00
Stone-Red-Code d75aef7460 - Code Cleanup 2021-10-26 18:40:45 +02:00
Stone-Red-Code 9dd40c7ae8 - Better theming system
- More code structure inmrovements
2021-10-25 22:38:45 +02:00
Stone-Red-Code 520f145eb0 - Improve code structure
- Improve log output format
2021-10-24 19:38:45 +02:00
Stone-Red-Code 77a1383e7b - Fix Obsolete warning messages 2021-10-03 18:30:33 +02:00
Stone-Red-Code 4e5502977d - Fix some spelling mistakes 2021-09-27 16:14:50 +02:00
Stone-Red-Code d8a895b240 - Improved logging functionality
- Improved code formatting
2021-09-23 08:46:11 +02:00
Stone-Red-Code 0f6e8437fd - Add null check for plugin result
- Minor code changes
2021-09-16 17:11:41 +02:00
Stone-Red-Code 5bc35cf92b - Removed font mono space check. 2021-09-15 19:49:47 +02:00
Stone-Red-Code 603a78935b - Show version number in window title
- Add `PluginName` property to `IPluginData`
- Add `PluginPath` property to `IPluginData`
2021-09-15 18:22:20 +02:00
Stone-Red-Code 40d1232e33 - Run update plugins method in another task 2021-09-15 16:47:13 +02:00
Stone-Red-Code 1cde9442ef - Send windows to back when minimizing 2021-09-14 21:42:30 +02:00
Stone-Red-Code aed4b7de64 - Automatically send windows to back
- Fix auto updater
2021-09-14 21:27:08 +02:00
Stone-Red-Code 7d2f68a66a - Add GitHub and Download plugins button
- Add auto updater
- Disable calender
2021-09-14 19:03:36 +02:00
Stone-Red-Code 6e4757adea - Exception handling for plugin events
- Revert: Execute `OnValueChanged` event in task
2021-09-14 14:07:08 +02:00
Stone-Red-Code e00c873bd5 - Remove unnecessary code
- Execute `OnValueChanged` event in task
2021-09-13 19:49:05 +02:00
Stone-Red-Code d70e6229cc - Remove unnecessary code
- Improve startup performance
2021-09-12 13:24:46 +02:00
Stone-Red-Code 535062e8c4 Fixed a small problem with the translation and the installer. 2021-09-10 16:57:31 +02:00