Commit Graph
100 Commits
Author SHA1 Message Date
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 247c374e99 Fix installer script 2023-11-22 17:44:18 +01:00
Stone_Red 427f392d24 Move installer script to ./installer directory 2023-11-22 17:43:28 +01:00
Stone_Red 8f7a12ce12 Fix installer script 2023-11-22 17:15:14 +01:00
Stone_Red 11c9026fbf Remove plugins from setting that are not loaded anymore 2023-11-22 16:40:11 +01:00
Stone_Red 4d8eef700f Update installer 2023-11-22 16:02:44 +01:00
Stone_Red bb560cd9db Update test plugin to properly release the resources when being stopped 2023-11-22 16:02:31 +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 1f9e123893 Add more logs to plugin window 2023-11-21 15:24:16 +01:00
Stone_Red 719d2ef290 Make sure the clock doesn't shift around when using non mono space fonts 2023-11-21 15:00:51 +01:00
Stone_Red e6f263c83c Improve loading of built in plugins 2023-11-21 15:00:04 +01:00
Stone_Red 1e7f7ebb01 Show messagebox when application is already running 2023-11-20 23:13:36 +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 3eae8bcdfc Change ApplicationDataPath 2023-11-16 22:38:22 +01:00
Stone_Red 336de2ca42 Fix built in plugins 2023-11-16 22:34:23 +01:00
Stone_Red aca4e84148 Fix plugin comboBox 2023-11-16 22:33:21 +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 f45ce21ad8 - Update releases 2021-12-31 19:53:53 +01:00
Stone_Red b2dfec2ed3 - Fix git fuckup 2021-12-23 11:22:16 +01:00
Stone_Red 7a8503ea9f - Add new releases 2021-12-23 11:00:49 +01:00
Stone_Red de80a58b54 - Fix installer 2021-12-23 10:44:02 +01:00
Stone_Red f62ea316a1 - Fix logging issues 2021-12-23 10:20:58 +01: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 aeb31af2f9 - Minor code impovemnets 2021-10-28 17:53: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 83f5b28d5c - Improved logging format 2021-09-23 20:30:28 +02:00
Stone-Red-Code d8a895b240 - Improved logging functionality
- Improved code formatting
2021-09-23 08:46:11 +02:00
Stone-Red-Code ef27ace78b - Add RenderQuality enum to the Plugin API
- Add `RenderQuality` property to the `Plugin` class
- Set the render quality of the plugin image
2021-09-16 19:20:07 +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 2df2ef3b11 - Update version number 2021-09-15 19:37:06 +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 90ee56be94 Merge remote-tracking branch 'origin/develop' into develop 2021-09-14 21:28:03 +02:00
Stone-Red-Code aed4b7de64 - Automatically send windows to back
- Fix auto updater
2021-09-14 21:27:08 +02:00
Stone_Red 101b516ca8 Update updateInfo.json 2021-09-14 19:05:54 +02:00
Stone_Red c551dafeed Update updateInfo.json 2021-09-14 19:05:14 +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 f94f24297e - Add OnMouseWheel event 2021-09-11 17:13:02 +02:00
Stone-Red-Code 36e09acd0e - Add MouseButton enum to plugin API to determine which mouse button was pressed
- Add some missing documentation
2021-09-11 14:24:27 +02:00
Stone-Red-Code 535062e8c4 Fixed a small problem with the translation and the installer. 2021-09-10 16:57:31 +02:00
Stone-Red-Code e9cf43d968 Proper handling and logging of errors during the execution of a plugin 2021-08-25 19:20:45 +02:00
Stone-Red-Code 8df53ef190 Add check so that only one instance can be open at a time 2021-08-25 19:08:26 +02:00
Stone-Red-Code ae490367ee Actually implement the Start method correctly 2021-08-22 12:50:28 +02:00
Stone-Red-Code 3268a66d64 Add Start method. 2021-08-21 23:05:32 +02:00
Stone-Red-Code 24437371ec Check if the value of UpdateInterval is valid 2021-08-21 22:22:29 +02:00
Stone-Red-Code 8e31735032 UpdateInterval can now be changed while the plugin is running and updated the Icon. 2021-08-21 22:09:42 +02:00
Stone-Red-Code d4c4b4e1ed Merge branch 'main' into develop 2021-08-18 18:44:15 +02:00
Stone-Red-Code 41e4e03d2f Fixed .gitignore 2021-08-18 18:43:06 +02:00
Stone-Red-Code 9db60da702 Revert "Fix not working .gitignore"
This reverts commit 86f07f4bf3.
2021-08-18 18:39:53 +02:00
Stone-Red-Code 86f07f4bf3 Fix not working .gitignore 2021-08-18 18:14:52 +02:00
Stone-Red-Code 128db89b75 Merge branch 'develop' 2021-08-18 17:52:48 +02:00
Stone-Red-Code 5bb62ed17a Added GraphicsExtentions class to the plugin API 2021-08-18 17:50:57 +02:00
Stone-Red-Code bf45db8e76 Merge branch 'develop' 2021-08-17 18:45:13 +02:00
Stone-Red-Code 3c61c021d4 Updated installer and standalone release 2021-08-17 18:37:41 +02:00
Stone-Red-Code bbb6873887 Fixed stupid mistake. 2021-08-17 18:05:00 +02:00
Stone-Red-Code fa225d7b6f Merge remote-tracking branch 'origin/main' 2021-08-16 18:29:27 +02:00
Stone-Red-Code 0aa8307e5b Merge branch 'develop' 2021-08-16 18:28:21 +02:00
Stone-Red-Code 60df188433 Fixed Installer 2021-08-16 18:27:03 +02:00
Stone-Red-Code 58572eb6f2 Updated version number 2021-08-16 18:21:38 +02:00
Stone-Red-Code d46976fec8 Plugin class name can now have any name. 2021-08-16 18:19:42 +02:00
Stone_Red af18375e6a Update README.md 2021-08-14 22:16:29 +02:00
Stone-Red-Code 544b838f2f Merge branch 'develop'
# Conflicts:
#	src/DesktopMagic/bin/Release/net5.0-windows/DesktopMagic.dll
#	src/DesktopMagic/bin/Release/net5.0-windows/DesktopMagic.exe
#	src/DesktopMagic/bin/Release/net5.0-windows/DesktopMagicPluginAPI.dll
2021-08-14 22:01:47 +02:00
Stone-Red-Code 14c6830f5e Update .gitignore 2021-08-14 21:52:07 +02:00
Stone-Red-Code 1e57ec1b6a Revert "Fix mistake"
This reverts commit e89b2981e7.
2021-08-14 21:42:06 +02:00
Stone-Red-Code e89b2981e7 Fix mistake 2021-08-14 21:33:24 +02:00
Stone-Red-Code f05b5783ba Added documentation to the DesktopMagicPluginAPI 2021-08-14 21:19:03 +02:00
Stone-Red-Code 883cc3a2fb Add optional contractor to Element attribute 2021-07-24 13:50:20 +02:00
Stone-Red-Code 83a6339a46 Plugin development QoL improvements 2021-07-19 19:22:11 +02:00
Stone-Red-Code 985a68b33e Added logger and fixed some bugs 2021-07-18 19:18:12 +02:00
Stone-Red-Code 4ea42f21de Small UI and code improvements 2021-07-18 17:37:39 +02:00
Stone_Red f79e9db4fa Update README.md 2021-07-16 23:46:50 +02:00
Stone-Red-Code 23a31ae5d0 Improved plugin settings support 2021-07-14 22:43:01 +02:00
Stone-Red-Code aaced7a569 Create .gitignore 2021-06-30 07:39:38 +02:00
Stone_Red 263f69a4ee Update README.md 2021-06-05 19:26:02 +02:00
Stone_Red 604dca9674 Update README.md 2021-06-05 19:21:03 +02:00
Stone_Red 94e7a04cd8 Update README.md 2021-05-24 15:46:52 +02:00
Stone-Red-Code c2aaa9a91e Setup 2021-05-23 12:48:45 +02:00
Stone-Red-Code ee7d39b13f Initial commit 2021-05-23 12:43:35 +02:00