1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-12 17:48:31 +00:00

21 Commits

Author SHA1 Message Date
c39849949a (MAJOR) Removed all in paramters as their performance impact is too hard to predict 2024-07-21 23:10:56 +02:00
aeab93001f More code styling fixes 2023-12-27 15:48:20 +01:00
d85f1559b3 Applied some C#12 stuff 2023-12-22 20:56:56 +01:00
30624035f1 Changed all namespaces to file-scope 2021-11-13 17:35:08 +01:00
ef12e402ea Changed IReadOnlyCollections to IReadOnlyLists 2021-09-06 01:12:36 +02:00
6974203e34 Prevented unnecessary allocations 2021-09-06 00:55:42 +02:00
4dbeaf802a Fixed code issues 2021-08-01 16:53:21 +02:00
59e11e5b82 Fixed code issues 2021-07-31 16:59:51 +02:00
13afc29987 Reworked rendering 2021-02-21 15:49:05 +01:00
a0a1521658 Fixed warnings 2021-02-02 23:37:56 +01:00
d4bb0bd9fd Updated core to correctly use nullable reference types; first changes for new device handling 2020-12-31 20:07:51 +01:00
5bc945c4f7 Removed static RGBSurface and DeviceSpecialParts 2020-12-29 15:34:35 +01:00
52fd670ba7 Improved usabillity of decorators a bit 2020-07-08 21:24:56 +02:00
09e514c813 Prevented concurrent list operations when modifying decorators 2019-11-21 20:38:38 +01:00
04735cc37d Added INotifyPropertyChanged to IDecoratable-Interface 2018-02-03 20:46:30 +01:00
84b0c5402d Fixed file-naming 2018-01-30 18:01:51 +01:00
50cfd296be Changed color to be an immutable value-type 2017-12-04 10:13:58 +01:00
b9e443b3b6 Fixed some code issues 2017-11-26 09:45:24 +01:00
b4c10aa0f4 Added a method to remove all decorators from a decoratable 2017-09-25 21:10:10 +02:00
8e212190ae Fixed some code issues 2017-09-05 14:02:12 +02:00
2086b3729d Replaced effects with decorators.
Decorators should be way more flexible while beeing easy to use.
2017-09-05 13:44:23 +02:00