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

1034 Commits

Author SHA1 Message Date
8d4b6d3bce Readded missing resharper-config for Core 2018-04-02 15:59:14 +02:00
b59410fd2a Removed nuget-folder from solution 2018-04-02 10:21:57 +02:00
dbb485bc43 Removed nuget-metapackages (moved to own repository) 2018-04-02 10:17:41 +02:00
ced01bf09d Fixed dependency version in device-packages 2018-04-01 23:05:33 +02:00
13323a9f0c Added meta-packages 2018-04-01 23:02:50 +02:00
284c551be6 Changed projects to built against .net standard (and .net 4.5).
This resolves #14.
Resources like SDK-libs, Images and Layouts are removed (and put into an own repository) in that process.
2018-04-01 21:54:14 +02:00
9be34c1bab Added logitech Pro and G Pro 2018-03-29 20:55:07 +02:00
c8a02b5f90 Added cm mouse support, removed update-overloads 2018-03-25 17:51:47 +02:00
66d03cdf4f Changed all existing device-providers to use update-queues to decouple the physical update from the internal update-loop (first draft, code-documention is missing) 2018-03-25 15:53:13 +02:00
3965bfb9a0 Fixed wrong update-loop 2018-03-25 15:49:18 +02:00
87211dab69 Changed the update-loop to be able to use the high-resolution-timer 2018-03-17 10:50:32 +01:00
9cfd17e1bc Enabled forced flushes for razer devices 2018-03-08 20:21:55 +01:00
5725c54557 Merge branch 'master' of https://github.com/DarthAffe/RGB.NET 2018-03-08 19:42:43 +01:00
7d105a0734 Added an option for devices to force flushing on every update 2018-03-08 19:42:33 +01:00
54f7ec97d1 Added a helper method to convert colors to their HEX-representation 2018-03-03 10:23:50 +01:00
af1fa49be2
Added example video link 2018-03-01 20:20:07 +01:00
f323f6206d Added a device-provider for DMX devices (currently only E1.31 [sACN] is implemented) 2018-02-18 17:15:55 +01:00
009858b5e7 Changed update-mode 'Continuous' to be the default 2018-02-15 20:50:51 +01:00
7b5895d2a4 Added a workaround for some weird issue with the x86 razer-sdk 2018-02-08 20:04:26 +01:00
3aa1fd2051 Added basic support for logitech G810 and G903 2018-02-06 21:30:52 +01:00
ac9fd7a6d8 Added missing corsair id-mappings 2018-02-05 21:36:25 +01:00
9563198419 Added change-detection to gradients 2018-02-03 21:02:36 +01:00
04735cc37d Added INotifyPropertyChanged to IDecoratable-Interface 2018-02-03 20:46:30 +01:00
575461ec5e Added caching to the linear gradient for a small performance gain 2018-01-30 20:47:21 +01:00
98331d0241 Changed everything related to brushes/gradients to be correctly bindable 2018-01-30 20:47:14 +01:00
84b0c5402d Fixed file-naming 2018-01-30 18:01:51 +01:00
5e347db063 Added deviceprovider-loader to all projects 2018-01-29 12:58:36 +01:00
573ca419f9 Added basic Roccat-SDK-implementation (needs test-devices to finish) 2018-01-29 12:42:25 +01:00
cdace494bc Changed device-providers to be disposable 2018-01-29 12:41:43 +01:00
1af93658f9 Fixed calculation error in wrap-extension 2018-01-23 20:05:35 +01:00
9cc8424ae8 Fixed typo 2018-01-21 20:56:03 +01:00
e78525118f Added debug-device-provider 2018-01-17 22:23:20 +01:00
739fbf8733 Updated Layouts to contain device-image infos 2018-01-17 21:56:01 +01:00
6fe54bd3ec Fixed a relative/absolute position problem with leds 2018-01-17 19:44:31 +01:00
6063f48cd4 Fixed wrong K95PLATINUM layout 2018-01-15 20:11:25 +01:00
efe77cedbc Small refactorings to unify code styling 2018-01-14 11:57:45 +01:00
SpoinkyNL
ac0350a9f8 Style fix 2018-01-09 12:36:16 +01:00
SpoinkyNL
835e5a0a32 CoolerMaster fixes
Fixed duplicate values in the LED mappings
Added SetAllLeds for fast bulk LED updating on keyboards
2018-01-09 11:57:04 +01:00
4c32eedee0 Added the correct model-description for asus-mainboards, added PrimeX370-Pro-Layout 2017-12-30 21:05:41 +01:00
dbdf95e06f Fixed wrong color encoding for asus-devices 2017-12-24 16:18:49 +01:00
17beace550 Fixed wrong hsv to rgb calculation 2017-12-24 12:23:48 +01:00
cf1ebb1a1c Added image and layout for logitech G403 2017-12-21 17:20:02 +01:00
741523d6ef Fixed some small mistakes left from the LedId-conversion 2017-12-18 22:06:19 +01:00
d7c12e5e4c Consolidated nuget packages 2017-12-17 16:49:10 +01:00
5b5b0fb9fe Removed UI-project 2017-12-17 16:44:13 +01:00
98226a251d Fixed logitech mappings 2017-12-16 21:19:31 +01:00
c82114758a Added author to layouts 2017-12-14 10:46:29 +01:00
d478fefb8b Fixed some namespaces 2017-12-13 20:19:45 +01:00
c5a1825f50 Refactored LedIds
Everything is now based on the same ids for all devices
2017-12-13 17:19:56 +01:00
200e471e4d Added generic led-id list 2017-12-12 13:35:08 +01:00