1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

835 Commits

Author SHA1 Message Date
SpoinkyNL
f05740a5f1 Core - Provide BitmapBrush with the currently active surface
UI - Small style change to the confirmation dialog
Surface - Add API to get an ArtemisLed by its corresponding RGB.NET LED
Devices - Add API to get an ArtemisLed by its corresponding RGB.NET LED
Devices - Add API to get an ArtemisLed by its corresponding RGB.NET LedId
2020-12-04 23:35:13 +01:00
SpoinkyNL
5b0e1c91dd Keyframes - If needed enable keyframes on properties when pasting 2020-12-03 19:48:03 +01:00
Robert
1ccffd8a4d Meta - Update Nuget packages 2020-12-03 20:33:19 +01:00
Robert
dd73c1e4c9 UI - Updated Stylet
Keyframes - Finished copy/paste implementation
2020-12-03 19:35:38 +01:00
Robert
0fd30aef2d Merge branch 'master' into feature/keyframe-copy-aste 2020-12-03 19:02:52 +01:00
Robert
4526be2490 Databindings - Fixed stack overflow when removing databinding conditions 2020-12-03 19:01:33 +01:00
Robert
f110383ed4 Keyframes - Copy/paste WIP
Timeline - Improved sizing, avoid unnecessary scrolling
Timeline - Fix selection rectangle appearing on mousedown
2020-12-02 19:11:39 +01:00
Robert
7c955d1134 Merge remote-tracking branch 'origin/master' 2020-12-01 20:47:54 +01:00
Robert
aae4e71d8e Profile tree - Implemented proper copy/pasting 2020-12-01 19:08:10 +01:00
SpoinkyNL
75eefd6d86 Core - Fixed an oopsie 2020-12-01 00:10:27 +01:00
Robert
253c2f069b Codestyle 2020-11-30 21:27:36 +01:00
Robert
c5e3750172 UI - Added device layout path to device debugger, this closes #494 2020-11-30 20:27:56 +01:00
Diogo Trindade
45b82039e2 UI - Made it so modules are sorted by priority in the sidebar 2020-11-29 15:03:00 +00:00
Robert
f694f39219 Profile editor - Added basic layer copy/paste 2020-11-26 19:23:12 +01:00
Robert
a5e2dc81a4 Core - Moved JSON calls into a helper 2020-11-26 19:17:20 +01:00
Robert
190d64b497 Core - Removed JsonConvert.DefaultSettings assignement
This could break libraries used by plugins, this closes #501
2020-11-26 19:15:52 +01:00
Robert
81bb278abe Profiles - Fixed main segment repeat in combination with conditions 2020-11-24 19:33:40 +01:00
SpoinkyNL
9e75131948 Core - Moved first run code to the static utility class
Core - Improved first run code, this closes #504
Storage - Fixed some migrations on fresh databases
2020-11-23 22:11:26 +01:00
SpoinkyNL
0c7583d3e4 Profile editor - Fixed error when editing layers with a zero length main timeline 2020-11-23 21:31:35 +01:00
SpoinkyNL
2963bc992c Input - Don't repeatedly trigger keydown 2020-11-23 21:07:44 +01:00
SpoinkyNL
7a21be351c Input - Prefixed event args 2020-11-23 20:08:22 +01:00
SpoinkyNL
f1f0abfec5 Input - Polished up UI
Input - Added events to service
2020-11-23 19:41:48 +01:00
SpoinkyNL
6ee5cbd09c Input - Fixed NativeInputProvider preventing input in the WPF windows 2020-11-22 22:21:21 +01:00
SpoinkyNL
84918f2d5b Input - Added mouse support
Input - Added device identification
2020-11-22 21:33:42 +01:00
SpoinkyNL
810db36191 Input - Added basic input stuff 2020-11-22 00:01:55 +01:00
SpoinkyNL
0c8e200f53 Fixed build 2020-11-21 15:10:46 +01:00
SpoinkyNL
47dffc0fa0 UI - Added sidebar pinning, this closes #493
UI - Wrap long tooltips, this closes #480
2020-11-21 10:58:20 +01:00
Diogo Trindade
d21c7dffc2 Added keyframe support to the default value 2020-11-20 22:27:36 +00:00
Diogo Trindade
f637c131c4 Added reset layer property button 2020-11-20 22:27:36 +00:00
SpoinkyNL
8d901027ee Shared UI - Resolved all remaining warnings
UI - Resolved all remaining warnings
Layer properties - Fixed DisableKeyframes layer property attribute not being applied
2020-11-20 23:13:37 +01:00
Diogo Trindade
ee91a0175d Cleaned up GetUnicorfBarf Method
This makes the resulting gradient contain the entire 0-360 hue range
2020-11-20 16:21:22 +00:00
Robert
5683fd44df Shared UI - More XML comments! 2020-11-20 19:30:38 +01:00
SpoinkyNL
32e80c3d05 Shared UI - Added XML comments 2020-11-18 23:40:24 +01:00
Robert
69f02d83ac Core - Make PluginException ctor public 2020-11-18 20:24:42 +01:00
Robert
080620f7ae UI - Fixed a disposed call 2020-11-18 19:45:31 +01:00
Robert
833a61ecab Core - Fixed an error when enabling a module without a datamodel
Shared UI - XML comments
2020-11-18 19:28:05 +01:00
SpoinkyNL
fb3466e102 Core - Nullable refactoring
Core - Nullable refactoring


Core - Nullable refactoring (finish)
2020-11-17 22:50:38 +01:00
Robert
b185b28645 Core - Corrected disposable pattern usage
Core - Further nullable refactoring..
2020-11-17 20:54:49 +01:00
Robert
a3cd32f6c4 Core - Added XML comments to all remaining public members/methods
Core - Refactored a lot of code for nullable reference types
2020-11-16 20:16:06 +01:00
SpoinkyNL
6a952572af NuGet - Include NuGet.org package source 2020-11-16 00:21:23 +01:00
SpoinkyNL
805e6b0ed9 Target .NET 5 2020-11-15 23:39:32 +01:00
SpoinkyNL
d90ceb8c53 Render debug VM - Formatting 2020-11-15 21:31:59 +01:00
Diogo Trindade
563e36930f Fixed an AccessViolationException when moving devices in the surface 2020-11-15 19:42:33 +00:00
SpoinkyNL
969e0d3e82 Updated Skiasharp 2020-11-15 18:09:03 +01:00
SpoinkyNL
991c5fd955 Profiles - Tweaked render pipeline, improving render performance by ~40% 2020-11-15 17:38:06 +01:00
Robert
11327eb2ca Default types - Adjusted namespaces 2020-11-13 19:59:01 +01:00
SpoinkyNL
ed58745a6e Storage - Added migration for plugin features
UI - Fixed an error on layer creation when the default brush is disabled
2020-11-13 00:09:36 +01:00
SpoinkyNL
9452f81214 Plugin features - Added exception display 2020-11-12 19:55:13 +01:00
Robert
c146479393 Plugins - Implemented features enable/disable UI 2020-11-12 21:48:17 +01:00
SpoinkyNL
e812929215 Plugins - Implemented features
Core - Removed Stylet dependency for #500
2020-11-11 23:53:52 +01:00