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

27 Commits

Author SHA1 Message Date
fab502e0e4 Added device-rotation 2019-11-20 17:05:55 +01:00
59d203657e Added ActualSize for devices 2019-11-19 15:34:47 +01:00
65abc89605 Changed rectangle to be immutable 2019-11-18 19:36:46 +01:00
80753715cc Improved device-filter in GetDevices; Fixed Unknown-DeviceType 2019-06-16 17:21:07 +02:00
Sander Jochems
11d3667021
Check RGBDeviceType.All in RGBSurface.GetDevices
Add a check for the RGBDeviceType.All in the RGBSurface.GetDevices function
2019-06-01 16:56:46 +02:00
b471c0e192 Added missing code documentation 2018-04-08 11:58:10 +02:00
33c8e69f93 Changed the surface to work with update-triggers instead of fixed update-modes. Adapted device-update-triggers to match the general concept 2018-04-07 10:46:23 +02:00
3965bfb9a0 Fixed wrong update-loop 2018-03-25 15:49:18 +02:00
87211dab69 Changed the update-loop to be able to use the high-resolution-timer 2018-03-17 10:50:32 +01:00
009858b5e7 Changed update-mode 'Continuous' to be the default 2018-02-15 20:50:51 +01:00
cdace494bc Changed device-providers to be disposable 2018-01-29 12:41:43 +01:00
6fe54bd3ec Fixed a relative/absolute position problem with leds 2018-01-17 19:44:31 +01:00
6f14f6f800 Added methods to get specific types of devices from the surface 2017-12-07 12:24:34 +01:00
b700c84b8d Added device update modes and implemented syncback for corsair and asus 2017-12-06 15:41:23 +01:00
1865b4d83e Changed Point and Size to be an immutable value-types 2017-12-05 14:25:38 +01:00
b9e443b3b6 Fixed some code issues 2017-11-26 09:45:24 +01:00
dce1142bac Fixed a huge memory leak
This was caused by a huge design-fail and needs some serious rethinking/rework
2017-09-25 21:19:29 +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
e814a1af29 Fixed a potential problem with the update-thread keeping an application running even if shutdown was requested 2017-08-05 20:46:31 +02:00
8446b9a47b Made surface disposable 2017-04-02 11:27:24 +02:00
9617771368 Fixed wrong exception-handling 2017-03-26 20:22:42 +02:00
3554c274b9 Changed RGBSurface from static to singleton 2017-01-31 18:10:27 +01:00
2678d3f56d Added missing null-check while rendering groups 2017-01-28 12:18:57 +01:00
6edef71875 Added IsEnabled to Brushes and Effects 2017-01-28 10:44:00 +01:00
05c0633348 Fixed some stuff to get Corsair-Devices working 2017-01-26 20:14:38 +01:00
c8dac3905d Somehow finished the really basic stuff 2017-01-25 20:33:15 +01:00