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

173 Commits

Author SHA1 Message Date
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
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