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

17 Commits

Author SHA1 Message Date
d44223ee6a Added base class for location/size-handling and refactored devices and leds to make use of it 2021-02-09 23:11:01 +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
9de6a43907 Added locks for groups 2020-03-03 15:20:39 +01:00
fab502e0e4 Added device-rotation 2019-11-20 17:05:55 +01:00
2cf8609173 Added Device-Scaling 2019-11-18 19:59:28 +01:00
65abc89605 Changed rectangle to be immutable 2019-11-18 19:36:46 +01:00
6fe54bd3ec Fixed a relative/absolute position problem with leds 2018-01-17 19:44:31 +01:00
c5a1825f50 Refactored LedIds
Everything is now based on the same ids for all devices
2017-12-13 17:19:56 +01:00
1865b4d83e Changed Point and Size to be an immutable value-types 2017-12-05 14:25:38 +01: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
1f3213fa73 Fixed missing update if the reactangle of a ledGroup is changed 2017-09-05 12:50:55 +02:00
59e0344c68 Refactoring 2017-05-13 08:17:01 +02:00
3554c274b9 Changed RGBSurface from static to singleton 2017-01-31 18:10:27 +01:00
297a4a4af9 Added some basic groups 2017-01-26 20:15:09 +01:00