1
0
mirror of https://github.com/DarthAffe/CUE.NET.git synced 2025-12-12 16:58:29 +00:00

44 Commits

Author SHA1 Message Date
ba82491a24 Improved solution structure to better fit the nuget stuff 2015-09-26 10:28:06 +02:00
3cfa845482 Merge branch 'voltagex-nuget-targets' into Development 2015-09-26 09:23:42 +02:00
ee565f838c Merge branch 'nuget-targets' of https://github.com/voltagex/CUE.NET into voltagex-nuget-targets 2015-09-26 09:19:50 +02:00
6a926f82b5 Added RainbowBrush 2015-09-24 22:46:25 +02:00
ca65581f6d Refactored LinearGradientBrush 2015-09-24 21:42:29 +02:00
d80d454d43 Merged new gradient from Development 2015-09-23 21:53:16 +02:00
f1daa4a766 Added LinearGradientBrush, improved example 2015-09-23 21:47:43 +02:00
6f05de450e Improved color-blending 2015-09-23 20:15:00 +02:00
fa91b61387 Improved example to be even more fancy 2015-09-22 23:38:23 +02:00
0be69b03c7 Merge pull request #7 from DarthAffe/Development
Merge basic brush concept (ongoing work) and color-blending
2015-09-22 23:17:04 +02:00
cd310d23eb Increased version-number 2015-09-22 23:13:54 +02:00
22c23af4fd Added color-blending 2015-09-22 23:12:19 +02:00
0a47642c38 Changed color-control to brushes, improved keygroups 2015-09-22 21:34:36 +02:00
02aaf24c41 Refactored to fit the project coding style 2015-09-22 20:27:04 +02:00
54231ec4e8 Merge pull request #5 from zlotap/master
Merge for development purposes
2015-09-22 19:56:04 +02:00
98bbd57fd8 refactor imports 2015-09-22 17:07:12 +02:00
6241d262ec implemented SolidColorBrush 2015-09-22 17:05:26 +02:00
Adam Baxter
a86dfa10b0 Make NuGet package automatically copy native dependencies 2015-09-23 00:10:08 +10:00
7e307fca9b defined ColorBrush, added Interface as definition 2015-09-22 15:08:36 +02:00
de1e23ee98 Merge pull request #3 from voltagex/voltagex-nuspec
Add simple x64/.NET 4.6 only Nuspec
2015-09-21 19:14:02 +02:00
Adam Baxter
baf308153b Add simple x64/.NET 4.6 only Nuspec 2015-09-21 22:40:27 +10:00
08c9e3a4dd Set version number for first release, fixed some comments v0.1.0 2015-09-20 22:26:47 +02:00
ced6c299b0 Added some extensions for KeyGroups 2015-09-20 17:08:10 +02:00
4e1a1d11bd Improved the led update mechanism 2015-09-20 12:16:24 +02:00
61b712d026 Added key-access through chars 2015-09-20 10:36:48 +02:00
5d96a1ba11 Implemented keyboard as key-group 2015-09-20 09:11:22 +02:00
35ff696d1c Fixed spacebar problem in example 2015-09-20 08:30:17 +02:00
f3d498afcf Added reactangle of keyboard, improved example 2015-09-19 23:16:34 +02:00
3e238adcc4 Added rectangle KeyGroup 2015-09-19 20:22:40 +02:00
64e0902046 Added key-position, initialized keyboard with available keys 2015-09-19 18:49:41 +02:00
0167828a19 Introduced "KeyGroups" 2015-09-19 17:54:38 +02:00
fc66ac0ceb Reorganized project into a (hopefully) better structure 2015-09-19 16:24:14 +02:00
ce4e80c24b Fixed weird comment 2015-09-19 15:42:44 +02:00
7efdb9ca7d Improved key-access on keyboard, implemented single "batch update" method 2015-09-19 14:06:20 +02:00
575804c8bf Separated keyboard, mouse and headset 2015-09-19 11:24:44 +02:00
a4a81cf3c3 Fixed DllImport 2015-09-19 11:22:03 +02:00
531a68fa06 Added capability check on initialization 2015-09-19 10:10:27 +02:00
75412594a5 Added example project to reflect the current development state. 2015-09-19 09:47:13 +02:00
599491e630 Finished wrapper around "CorsairSetLedsColors", changed device-constructors to internal 2015-09-19 09:44:57 +02:00
b69689e1f8 Updated readme 2015-09-19 09:09:40 +02:00
ebdbe69e7c Renamed CUESDK to fit general native class-naming, added missing x86 dll-imports 2015-09-18 23:41:16 +02:00
b47abedae2 Fixed wrong type for device-capabilities in the device-info 2015-09-18 21:50:26 +02:00
f07595b50c Initial commit (simple but working version) 2015-09-18 21:05:08 +02:00
0a8c571244 Initial commit 2015-09-18 20:34:58 +02:00