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

162 Commits

Author SHA1 Message Date
b857fb2c81 Changed Data-Spans in texture to be readonly 2021-02-23 23:01:04 +01:00
c9634f3913 Optimized Textures and Sampler 2021-02-23 01:38:53 +01:00
34a2acc6c4 Added missing in-parameters 2021-02-22 21:53:48 +01:00
dade203c94 Changed Brush Render-Method to be virtual; Added list not empty check to Decorator application 2021-02-22 21:09:51 +01:00
520fb38602 Added generic base-class for PixelTexture 2021-02-22 00:46:48 +01:00
b328032df0 Changed everything to use floats instead of doubles 2021-02-22 00:46:18 +01:00
13afc29987 Reworked rendering 2021-02-21 15:49:05 +01:00
07a6d8952c Renamed SurfaceRectangle and fixed spelling mistake 2021-02-09 23:17:11 +01:00
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
6a4ebb3d2a Refactoring 2021-02-06 17:07:41 +01:00
a0a1521658 Fixed warnings 2021-02-02 23:37:56 +01:00
57dc9afb32 Updated device providers to make everything compile again 2021-02-01 23:13:15 +01:00
6619539176 Reworked Layouts to be more versatile 2021-01-31 14:35:06 +01:00
4a170e6af7 Extracted layout-logic to own project 2021-01-02 17:17:17 +01:00
226d29156d Removed layouts from devices 2021-01-02 17:01:44 +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
53c4b8188d Merged surface-partials into single file 2020-12-29 15:13:39 +01:00
04f07d76a2 Removed SyncBack 2020-12-25 19:45:08 +01:00
0907a78efc enabled nullable reference types 2020-12-05 18:13:39 +01:00
fdb5022197 Changed all projects to target .NET 5 2020-11-10 23:35:02 +01:00
fd2e9a0049 Added color-extension to calculate the distance between two colors 2020-09-05 23:47:05 +02:00
dd5fb6db89 Changed UpdateQueue.Dispose to be virtual 2020-07-13 23:42:07 +02:00
93eae1d859 Updated copyright information 2020-07-12 00:01:35 +02:00
4f718ae66a
Merge pull request #141 from DarthAffe/asuskeyboard
Asus keyboard
2020-07-11 23:52:23 +02:00
acdd7c19aa Added additional custom-keyboard-keys 2020-07-11 23:50:18 +02:00
52fd670ba7 Improved usabillity of decorators a bit 2020-07-08 21:24:56 +02:00
19a009c9aa Updated all nuget-references 2020-04-20 23:01:56 +02:00
49de32724a Typo 2020-04-18 15:13:48 +02:00
f764c3dc8f Added device-interfaces 2020-04-18 15:12:09 +02:00
46960200ac Small Performance-improvements in Brush-Color-Finalization 2020-04-18 14:22:52 +02:00
9de6a43907 Added locks for groups 2020-03-03 15:20:39 +01:00
ad253fbeaa Added locks for devices and device-providers 2020-03-03 15:08:01 +01:00
83edbc6eac Fully implemented disposing on devices 2020-03-03 14:50:31 +01:00
c98ffd2dbf Correctly implemented Dispose for update-triggers 2020-03-03 14:29:49 +01:00
866a672e67 Added locks to TimerUpdateTrigger 2019-12-15 12:18:39 +01:00
Robert
4d5728a8be Fixed AbtractRGBDevice not updating DeviceRectangle on Location change 2019-12-11 09:51:21 +01:00
3ecf737add
Merge pull request #89 from DarthAffe/Core/DeviceRotation
Added device rotation and scaling
2019-11-22 20:43:48 +01:00
638a833e1d Fixed typo 2019-11-22 20:42:58 +01:00
09e514c813 Prevented concurrent list operations when modifying decorators 2019-11-21 20:38:38 +01:00
a3d9c6d16d Fixed translation issue of devices not aligned to the surface origin 2019-11-21 00:09:21 +01:00
ac8ec602dd Added missing operators and documentation 2019-11-20 20:44:12 +01:00
1d727e16b0 Fixed led actual-data update 2019-11-20 17:44:14 +01:00
1126408069 Added caching for actual layout data 2019-11-20 17:33:07 +01:00
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
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
0f6ec5b56d
Merge pull request #83 from DarthAffe/Core/ResolveAbsolutePathEvent
Added event to intercept the creation of absolute paths
2019-08-22 20:01:41 +02:00
fe8adbd849 Added event to intercept the creation of absolute paths 2019-08-18 17:58:03 +02:00