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

282 Commits

Author SHA1 Message Date
d14f272ba9
Merge pull request #183 from DarthAffe/Core/Rendering
Rewrites/improvements in rendering and device handling
2021-03-06 00:09:28 +01:00
e6290ae480 Fixed leds not updating 2021-03-05 22:59:09 +01:00
438e5c576a Small refactoring 2021-03-05 21:45:56 +01:00
f14e3c801d Moved all methods not directly tied to the surface in an extension and refactored led groups 2021-03-05 21:43:12 +01:00
47fd3ff203 Fixed devices not beeing updated 2021-03-05 21:40:51 +01:00
20347cf221 Added overridable CreateUpdateTrigger to AbstractRGBDeviceProvider 2021-03-05 10:23:17 +01:00
2a9a43683c Streamlined device loading/handling in device providers 2021-03-04 23:33:00 +01:00
Robert
f99973c386 SteelSeries - Added QCK Prism PID & zone definition
SteelSeries - Added MGP27C & zone definition
Core - Added Monitor device type
2021-03-04 11:54:18 +01:00
f6f3e9185c Moved color-correction logic deeper down to the device 2021-03-03 23:29:31 +01:00
2222808c23 Changed update-Pprameter away from dictionary 2021-03-03 23:06:22 +01:00
9c8d67740d Added custom stride parameter to PixelTexture 2021-03-01 22:49:31 +01:00
0780f37852 Added check for empty or one pixel requrests in Texture 2021-02-27 00:26:20 +01:00
fe2f6e00f1 Fixed some erorrs in color calculations 2021-02-26 01:03:54 +01:00
1975b9bf48 Added XYZ, Lab and LCh color-methods 2021-02-26 00:31:16 +01:00
105fdea2d7 Small optimizations 2021-02-25 00:30:09 +01:00
cc7abb63f0 Simplified textures 2021-02-24 13:05:15 +01:00
8ddf0bc734 Moved LedGroupExtension to Core 2021-02-24 13:05:06 +01:00
6d7b7ad2e2 Merge branch 'Development' into Core/Rendering 2021-02-23 23:01:53 +01:00
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
f00ab7f581 Added abnt and ks keyboard-layouts 2021-02-13 20:09:04 +01:00
190f5df025 Added physical-layout to KeyboardDeviceInfo 2021-02-13 18:28:24 +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