1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-13 01:58:30 +00:00

583 Commits

Author SHA1 Message Date
237baf9313 Merge branch 'Development' into SDK/SteelSeries 2020-07-09 21:04:31 +02:00
7b5013c4f8 Fixed device-initialization in lisp-handler 2020-07-09 21:03:26 +02:00
Hex3l
af15c645f8 fixes per-key-zone devices, fixes Rival600 pid, adds Apex 7 tkl 2020-07-09 17:17:07 +02:00
191171f2ad
Merge pull request #136 from DarthAffe/Core/DecoratorFix
Improved usabillity of decorators a bit
2020-07-08 23:03:04 +02:00
9e9f53d4c9
Merge pull request #137 from DarthAffe/SDK/MSI
MSI - Provide sender when calling PathHelper.GetAbsolutePath
2020-07-08 23:02:27 +02:00
SpoinkyNL
b38c365101 Merge remote-tracking branch 'origin/SDK/MSI' into SDK/MSI 2020-07-08 22:53:03 +02:00
SpoinkyNL
567247de59 MSI - Provide sender when calling PathHelper.GetAbsolutePath 2020-07-08 22:52:53 +02:00
SpoinkyNL
6696f2278a MSI - Provide sender when calling PathHelper.GetAbsolutePath 2020-07-08 22:52:17 +02:00
52fd670ba7 Improved usabillity of decorators a bit 2020-07-08 21:24:56 +02:00
9884b3230d
Merge pull request #132 from DarthAffe/SDK/CoolerMaster
Throw on LED control enable fail & added missing device indexes
2020-06-27 13:52:56 +02:00
SpoinkyNL
9175887327 Throw on LED control enable fail
Added devices indices for MM830, CK530 and MK850
2020-06-20 22:30:55 +02:00
SpoinkyNL
95589d6f2b Merge branch 'Development' into SDK/CoolerMaster 2020-06-20 22:30:03 +02:00
f229bb8938
Merge pull request #129 from DarthAffe/SDK/Logitech
Added more logitech HIDs as reported in #126
2020-06-01 20:10:13 +02:00
8209fbf89a Added more logitech HIDs 2020-06-01 20:09:10 +02:00
4580a5dff1
Merge pull request #125 from Hex3l/SDK/MSI
Adds MSI Mouse support
2020-05-07 01:05:47 +02:00
Hex3l
d7194bad9a changes generic manufacturer 'Msi' to 'MSI' 2020-04-27 18:54:46 +02:00
Hex3l
04b78f7fd5 adds MSI_MOUSE support 2020-04-26 21:45:16 +02:00
f96bf0f507
Merge pull request #123 from DarthAffe/NugetUpdate
Updated all nuget-references
2020-04-20 23:06:16 +02:00
432f893a09
Merge pull request #122 from DarthAffe/SDK/CoolerMaster
CoolerMaster - Throw more detailed error when missing LED mappings
2020-04-20 23:02:42 +02:00
19a009c9aa Updated all nuget-references 2020-04-20 23:01:56 +02:00
SpoinkyNL
a7dcf3d867 Inlined variables 2020-04-20 19:26:26 +02:00
SpoinkyNL
19d81d79c3 CoolerMaster - Throw more detailed error when missing LED mappings 2020-04-19 23:00:31 +02:00
408ce6d81b
Merge pull request #120 from DarthAffe/Core/DeviceTypeInterfaces
Core/device type interfaces
2020-04-18 15:32:39 +02:00
18d3966eb0
Merge pull request #121 from DarthAffe/SDK/LogitechHIDs
Sdk/logitech hids
2020-04-18 15:32:06 +02:00
b0dc472fa7 Applied device-interfaces 2020-04-18 15:29:11 +02:00
49de32724a Typo 2020-04-18 15:13:48 +02:00
f764c3dc8f Added device-interfaces 2020-04-18 15:12:09 +02:00
2488cfa52a Added logitech HIDs from #110 2020-04-18 14:55:11 +02:00
46960200ac Small Performance-improvements in Brush-Color-Finalization 2020-04-18 14:22:52 +02:00
Robert Beekman
c6f2b17ca5
Merge pull request #118 from diogotr7/feature/razer-chroma-guids
Added razer chroma uuids
2020-03-25 12:21:09 +01:00
Diogo Trindade
ad4e281dfa Added razer chroma uuids 2020-03-12 15:37:31 +00:00
276c1687a3 Workarounded some unload-issues (still there but late enough to not cause too much issues) 2020-03-03 17:17:42 +01:00
bc9ff70975 Fixed use after dispose for novation devices 2020-03-03 16:00:36 +01:00
4f72ff117c
Merge pull request #117 from DarthAffe/SDK/Novation
Added Launchpad Mini support
2020-03-03 15:47:56 +01:00
Robert
6d2acbdcbf Add Launchpad Mini support 2020-03-03 15:45:15 +01:00
6b5515aeb2
Merge pull request #111 from DarthAffe/SDK/Corsair
Added LS100 strips support, detecting any iCUE configuration
2020-03-03 15:26:26 +01:00
87b4f0c001
Merge pull request #112 from diogotr7/feature/g810-intl
Added g810-intl PID
2020-03-03 15:25:40 +01:00
89810e4b1d
Merge pull request #116 from DarthAffe/Fix/ThreadSafety
Fix/thread safety
2020-03-03 15:25:09 +01:00
d187ecb997
Merge pull request #114 from DarthAffe/Fix/Dispose
Fix/dispose
2020-03-03 15:24:08 +01: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
1cfdeefde1 Added native-unload to all deviceprovider-disposes 2020-03-03 14:30:12 +01:00
c98ffd2dbf Correctly implemented Dispose for update-triggers 2020-03-03 14:29:49 +01:00
Diogo Trindade
c6d9d993d4 Added g810-intl PID 2020-02-29 22:07:35 +00:00
SpoinkyNL
6a18a1209e Added LS100 strips support, detecting any iCUE configuration 2020-02-25 22:40:51 +01:00
SpoinkyNL
2f3bf99acb Encapsulation 2020-02-25 22:31:14 +01:00
0b76199582
Merge pull request #109 from DarthAffe/Development
Merge development to master
2020-02-24 21:56:55 +01:00
cabb9825be Enabled Msi-Package-Creation 2020-02-24 21:55:24 +01:00
745d60f871
Merge pull request #107 from DarthAffe/SDK/MSI
Sdk/msi
2020-02-23 15:21:13 +01:00