1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2026-06-24 10:36:33 +00:00

Commit Graph

  • cbe2368c84 Added missing mappings for recent corsair keyboards This fixes #210 Darth Affe 2021-04-29 20:42:08 +02:00
  • 17f7681d33 Added LedIds for keyboard programming- an profile-buttons Darth Affe 2021-04-29 20:29:03 +02:00
  • 4055ee9b0a ASUS - Refactored to use LedMappings Robert 2021-04-29 17:20:24 +02:00
  • 6254eae845 Merge branch 'Development' into SDK/ASUS Robert 2021-04-29 15:46:05 +02:00
  • 63498eb8c3
    Merge pull request #202 from diogotr7/razer-mapping Robert Beekman 2021-04-29 12:09:46 +02:00
  • 9241673e7f Small fixes for new razer-mappings Darth Affe 2021-04-27 20:39:29 +02:00
  • f616390b84
    Merge pull request #209 from DarthAffe/Typo DarthAffe 2021-04-27 18:06:50 +02:00
  • 363fc4c066 Fixed typo Darth Affe 2021-04-27 18:06:21 +02:00
  • a2a7758978
    Merge pull request #206 from DarthAffe/SDK/PicoPi DarthAffe 2021-04-27 17:54:03 +02:00
  • 6665e14e1d ASUS - Explain what is going on with LED tagging Robert 2021-04-26 22:58:52 +02:00
  • 5fbf716a87
    Merge pull request #208 from DarthAffe/ExceptionHandling DarthAffe 2021-04-26 22:33:23 +02:00
  • b300ac8451 Improved Exception-handling in device providers Darth Affe 2021-04-26 22:09:54 +02:00
  • 68c5990ccd Imporoved exception-handling in device providers Darth Affe 2021-04-26 21:56:30 +02:00
  • 16aa017e77 Fixed wrong id fetch and added config methods to PpicoSDK Darth Affe 2021-04-25 02:26:50 +02:00
  • 5e7ef211f7 Small code cleanup Darth Affe 2021-04-24 20:46:44 +02:00
  • 7b1d8cfcd9
    Rename index.md to ReadMe.md DarthAffe 2021-04-24 20:42:58 +02:00
  • 5d3071235b Added PicoPi device provider Darth Affe 2021-04-24 20:41:55 +02:00
  • a1955ec377 Added LastUpdateTime to update-triggers Darth Affe 2021-04-24 20:39:05 +02:00
  • 41edda99f0 Added public UpdateTriggers list to DeviceProviders Darth Affe 2021-04-24 20:38:30 +02:00
  • 1d57f4e988 Fixed naming of deviceInfo parameter in AbsvtractRGBDevice Darth Affe 2021-04-24 20:37:51 +02:00
  • d6054cf527 ASUS - Added mechanism to add extra LEDs via lights Robert 2021-04-23 22:11:00 +02:00
  • e86003f1ea ASUS - Attempt to add lights that aren't present as keys Robert 2021-04-22 17:30:19 +02:00
  • ca264a4603 Merge branch 'Development' into SDK/ASUS Robert 2021-04-22 16:36:24 +02:00
  • b39188474f
    Merge pull request #205 from DarthAffe/SteelSeries DarthAffe 2021-04-19 22:10:31 +02:00
  • e3451fe480 Fixed Steelseries devices not refreshing correctly and timing out Darth Affe 2021-04-19 22:05:23 +02:00
  • b8ccc16f49
    Merge pull request #203 from DarthAffe/SDK/Corsair DarthAffe 2021-04-19 20:31:34 +02:00
  • 8366adbbb0 Fixed wrong loop condition in corsair custom devices Darth Affe 2021-04-19 19:43:28 +02:00
  • 1e229324be Rewrote Corsair device handling to use mappings Darth Affe 2021-04-18 19:33:12 +02:00
  • da4c227684 Added mouse led map Diogo Trindade 2021-04-17 21:53:46 +01:00
  • 6bbcf987b3 Razer - added keyboard led mapping Diogo Trindade 2021-04-15 21:55:03 +01:00
  • 2d0fd93b5f
    Merge pull request #201 from DarthAffe/DeviceHids DarthAffe 2021-04-17 20:35:14 +02:00
  • bdad1982cd Added logitech G900 PID This fixes #133 Darth Affe 2021-04-17 20:34:32 +02:00
  • 9b66cf0260 Added logitech G513 Carbon PID This fixes #168 Darth Affe 2021-04-17 20:31:30 +02:00
  • d9c5a4b258 Added SteelSeries Rival 650 PID This fixes #177 Darth Affe 2021-04-17 20:26:02 +02:00
  • 25198dabb9
    Merge pull request #195 from DarthAffe/Core/HID DarthAffe 2021-04-17 20:17:41 +02:00
  • 19ecd3c8be
    Merge pull request #200 from DarthAffe/Devices/DMX DarthAffe 2021-04-17 01:48:42 +02:00
  • 0ac1858627 DMX - Fix default random CID creation Robert 2021-04-16 17:41:28 +02:00
  • 9343d6ee29 Logitech - Use LogiLedSetLightingForKeyWithKeyName for per key devices Robert 2021-04-14 23:27:49 +02:00
  • 07a4b0081f
    Merge pull request #196 from DarthAffe/SDK/Asus_Workaround DarthAffe 2021-04-05 16:04:28 +02:00
  • 313661a532 Added (for testing) workaround for asus devices Darth Affe 2021-04-05 14:54:00 +02:00
  • f8d007b7cd Added check to prevent updates of unmapped leds on logitech devices Darth Affe 2021-04-02 21:48:10 +02:00
  • 7f3abaefec Added Led-Mapping base class and centralized HID-device-detection Darth Affe 2021-04-02 00:32:22 +02:00
  • 7f0ca72c7b
    Merge pull request #194 from DarthAffe/Layouts Robert Beekman 2021-04-02 00:04:50 +02:00
  • 922488358a Layouts - Removed public interface property Robert 2021-04-01 23:28:42 +02:00
  • 6545c25c2d Layouts - Added missing Author property Robert 2021-04-01 10:46:19 +02:00
  • 9bfc53087c ASUS - Cleaned up code and removed strangly placed per-device logic Robert 2021-03-29 16:17:14 +02:00
  • 40cce7aaaf Core - Added Unknown LED IDs Robert 2021-03-29 00:59:26 +02:00
  • c446673c3c Merge branch 'Development' into SDK/ASUS Robert 2021-03-28 16:13:49 +02:00
  • a52bb474ef ASUS - Keyboards guard against double LEDs Robert 2021-03-27 14:38:09 +01:00
  • eb3b91d8d8
    Merge pull request #191 from DarthAffe/UniqueDeviceNames DarthAffe 2021-03-26 23:38:30 +01:00
  • c963bcd9d7 ASUS - Added more undocumented LED IDs Robert 2021-03-26 23:15:40 +01:00
  • 9907dd21ec Added Helper to create unique device names for all devices Darth Affe 2021-03-26 21:49:10 +01:00
  • 82ca48d933
    Merge pull request #187 from DarthAffe/SDK/Razer Robert Beekman 2021-03-26 21:22:10 +01:00
  • 36365e9de8
    Merge pull request #190 from DarthAffe/Core/TextureImprovement DarthAffe 2021-03-25 21:51:35 +01:00
  • bf0f6160e3 Added int overload for PixelTexture Darth Affe 2021-03-25 21:50:32 +01:00
  • e8fc81ca6c
    Merge pull request #188 from DarthAffe/SDK/Logitech Robert Beekman 2021-03-24 15:02:19 +01:00
  • 5d83c698d4 Logitech - Added G733 PID Robert 2021-03-20 22:01:53 +01:00
  • f03ae301aa Razer - Added endpoint types to device info Robert 2021-03-17 22:27:42 +01:00
  • ebc62f5e5c
    Merge pull request #185 from DarthAffe/SDK/CoolerMaster Robert Beekman 2021-03-11 21:54:58 +01:00
  • aaddb63c63
    Merge pull request #184 from Cheerpipe/G815_PID DarthAffe 2021-03-11 20:51:22 +01:00
  • 595bc702b7 Cooler Master - Color matrix fixes Robert 2021-03-10 22:09:02 +01:00
  • e8d8cf9380 G815 PID Cheerpipe 2021-03-09 21:45:17 -03:00
  • 8ff4c0b243 CoolerMaster - Added missing SDK-supported keyboards Robert 2021-03-06 22:55:10 +01:00
  • d14f272ba9
    Merge pull request #183 from DarthAffe/Core/Rendering DarthAffe 2021-03-06 00:09:28 +01:00
  • e6290ae480 Fixed leds not updating Darth Affe 2021-03-05 22:59:09 +01:00
  • 438e5c576a Small refactoring Darth Affe 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 Darth Affe 2021-03-05 21:43:12 +01:00
  • 47fd3ff203 Fixed devices not beeing updated Darth Affe 2021-03-05 21:40:51 +01:00
  • 20347cf221 Added overridable CreateUpdateTrigger to AbstractRGBDeviceProvider Darth Affe 2021-03-05 10:23:17 +01:00
  • 28d8335ee0 Merge Darth Affe 2021-03-04 23:56:42 +01:00
  • 2a9a43683c Streamlined device loading/handling in device providers Darth Affe 2021-03-04 23:33:00 +01:00
  • 86a040ccbf
    Merge pull request #181 from DarthAffe/SDK/SteelSeries Robert Beekman 2021-03-04 19:05:07 +01:00
  • f99973c386 SteelSeries - Added QCK Prism PID & zone definition Robert 2021-03-04 11:54:18 +01:00
  • f6f3e9185c Moved color-correction logic deeper down to the device Darth Affe 2021-03-03 23:29:31 +01:00
  • 2222808c23 Changed update-Pprameter away from dictionary Darth Affe 2021-03-03 23:06:22 +01:00
  • 9c8d67740d Added custom stride parameter to PixelTexture Darth Affe 2021-03-01 22:49:31 +01:00
  • 7e4c957f38
    Merge pull request #178 from DarthAffe/SDK/Logitech Robert Beekman 2021-02-28 09:55:18 +01:00
  • 791001af26
    Merge pull request #179 from DarthAffe/SDK/Razer Robert Beekman 2021-02-28 09:55:07 +01:00
  • 587ae8f6e2 Razer - Moved to HID-based device detection Robert 2021-02-27 12:00:12 +01:00
  • 0780f37852 Added check for empty or one pixel requrests in Texture Darth Affe 2021-02-27 00:26:20 +01:00
  • 16dc4be065 Logitech - Fixed LED mappings to ISO/ANSI compatiblity Robert 2021-02-26 14:34:56 +01:00
  • fe2f6e00f1 Fixed some erorrs in color calculations Darth Affe 2021-02-26 01:03:54 +01:00
  • 1975b9bf48 Added XYZ, Lab and LCh color-methods Darth Affe 2021-02-26 00:31:16 +01:00
  • 105fdea2d7 Small optimizations Darth Affe 2021-02-25 00:30:09 +01:00
  • cc7abb63f0 Simplified textures Darth Affe 2021-02-24 13:05:15 +01:00
  • 8ddf0bc734 Moved LedGroupExtension to Core Darth Affe 2021-02-24 13:05:06 +01:00
  • 6d7b7ad2e2 Merge branch 'Development' into Core/Rendering Darth Affe 2021-02-23 23:01:53 +01:00
  • b857fb2c81 Changed Data-Spans in texture to be readonly Darth Affe 2021-02-23 23:01:04 +01:00
  • c9634f3913 Optimized Textures and Sampler Darth Affe 2021-02-23 01:38:53 +01:00
  • 34a2acc6c4 Added missing in-parameters Darth Affe 2021-02-22 21:53:48 +01:00
  • dade203c94 Changed Brush Render-Method to be virtual; Added list not empty check to Decorator application Darth Affe 2021-02-22 21:09:51 +01:00
  • 520fb38602 Added generic base-class for PixelTexture Darth Affe 2021-02-22 00:46:48 +01:00
  • b328032df0 Changed everything to use floats instead of doubles Darth Affe 2021-02-22 00:46:18 +01:00
  • 13afc29987 Reworked rendering Darth Affe 2021-02-21 15:49:05 +01:00
  • 0e30c93db4
    Merge pull request #174 from DarthAffe/Core/DeviceHandling DarthAffe 2021-02-20 23:11:43 +01:00
  • f00ab7f581 Added abnt and ks keyboard-layouts Darth Affe 2021-02-13 20:09:04 +01:00
  • 190f5df025 Added physical-layout to KeyboardDeviceInfo Darth Affe 2021-02-13 18:28:24 +01:00
  • d5c9ec2e26 Debug device provider - Create LEDs when loading layout Robert 2021-02-13 17:22:26 +01:00
  • 4edc665403
    Merge pull request #173 from DarthAffe/Core/DeviceHandling DarthAffe 2021-02-09 23:18:06 +01:00
  • 07a6d8952c Renamed SurfaceRectangle and fixed spelling mistake Darth Affe 2021-02-09 23:17:11 +01:00