RobertBeekman
|
afa76a262a
|
Merge pull request #782 from Artemis-RGB/feature/hot-reload
Core - Added plugin hot reloading
|
2023-04-20 13:48:24 +02:00 |
|
Robert
|
8a0a162429
|
Allow plugins to opt out of hot reloading
|
2023-04-20 13:47:24 +02:00 |
|
Robert
|
5766aa6424
|
Meta - Update RGB.NET
|
2023-04-20 13:35:24 +02:00 |
|
Diogo Trindade
|
0c44e4ba22
|
Core - Added plugin hot reloading
|
2023-04-16 17:35:43 +01:00 |
|
RobertBeekman
|
1bad68dbc8
|
Merge pull request #780 from Artemis-RGB/feature/plugin-help
Plugins - Added help pages
|
2023-04-14 14:51:52 +02:00 |
|
Robert
|
2b15657f8d
|
Use a help page URL instead of doing things in-app
|
2023-04-14 14:43:33 +02:00 |
|
Robert
|
3b04447ff7
|
Layers - Prevent brushes from going null when provider is missing
Layers - Set broken state when brush provider is missing
UI - Tweaked broken state visuals
|
2023-04-14 11:56:51 +02:00 |
|
Robert
|
949106e470
|
Plugins - Added help pages
|
2023-04-14 11:55:53 +02:00 |
|
Robert
|
b59e898dd3
|
Plugins - Separated VMs into folders
Plugins - Added help pages
|
2023-04-13 17:41:54 +02:00 |
|
Robert
|
ba510424b0
|
Update RGB.NET
|
2023-04-10 19:59:31 +02:00 |
|
Robert
|
0c12d54a08
|
Update Nuget packages
|
2023-04-10 13:00:29 +02:00 |
|
Robert
|
81a7b0d089
|
Merge branch 'development' into feature/update-avalonia
|
2023-04-10 12:02:37 +02:00 |
|
Robert
|
2fcc6d7862
|
Plugins - Added constructors to PluginException to provide a help document
|
2023-04-08 13:13:58 +02:00 |
|
Robert
|
6b65a64ee2
|
Merge branch 'development' into feature/update-avalonia
|
2023-04-07 17:13:36 +02:00 |
|
Diogo Trindade
|
5e34a8112b
|
Input - Removed unused keyboard keys
simplified a bunch of enum flag code
changed dictionaries into switches
|
2023-04-06 22:49:54 +01:00 |
|
Diogo Trindade
|
93dafd420e
|
Windows input - Added black magic
|
2023-04-02 04:11:52 +01:00 |
|
Robert
|
4518691907
|
Fixed lots of runtime errors
|
2023-03-31 21:17:14 +02:00 |
|
Robert
|
5b5acf2f76
|
Fixed remaining compile errors
|
2023-03-31 20:52:44 +02:00 |
|
Robert
|
d171b947b7
|
Fixed compile errors in Artemis.UI
|
2023-03-30 23:13:39 +02:00 |
|
Robert
|
81e83e59f6
|
Fixed Artemis.UI.Shared compile errors
|
2023-03-29 21:36:56 +02:00 |
|
Robert
|
4e48e4c126
|
Merge branch 'development' into feature/gh-actions
|
2023-03-25 22:44:45 +01:00 |
|
Robert
|
02ab5ad764
|
Profiles - Retain suspension state toggled by keybinds
|
2023-03-25 22:44:34 +01:00 |
|
Robert
|
d8390d306c
|
Update built-in plugins by build date not by version
|
2023-03-25 15:00:28 +01:00 |
|
Robert
|
9e8017e17a
|
Plugins - Made built-in plugins copy code more resilient to different archive structures
|
2023-03-25 09:45:26 +01:00 |
|
Robert
|
5f206436c3
|
Merge branch 'development' into feature/gh-actions
|
2023-03-06 22:03:07 +01:00 |
|
Robert
|
52d53f1d23
|
Plugins - Clarify lock file exception
|
2023-03-06 22:01:08 +01:00 |
|
Robert
|
4a8845e578
|
Simplify release install process
Fix install on startup
|
2023-03-06 21:58:44 +01:00 |
|
|
|
3cdd62ab12
|
Merge branch 'development' into RGB.NET-Update
|
2023-03-05 19:26:26 +01:00 |
|
|
|
a5159401e6
|
Updated RGB.NET to 2.0.0-prerelease.17
|
2023-03-05 19:26:08 +01:00 |
|
Robert
|
5d01665d6e
|
Added update history
|
2023-03-04 16:30:41 +01:00 |
|
RobertBeekman
|
41dcec7d9c
|
Merge pull request #765 from Artemis-RGB/feature/reduce-allocs
Random misc fixes
|
2023-03-03 12:51:59 +01:00 |
|
Diogo Trindade
|
1b62109961
|
Debug - Fixed threading issue with LogStore
also made the logger viewer text searching much more efficient
|
2023-03-01 17:35:35 +00:00 |
|
Robert
|
0852769cc9
|
Removed BuildInfo constant
Indicate which version is currently installed in release list
|
2023-02-28 22:45:34 +01:00 |
|
Robert
|
d15244f330
|
Merge branch 'development' into feature/updating
|
2023-02-26 16:04:03 +01:00 |
|
|
|
f1c5b2c14f
|
Updated RGB.NET to stay in sync with plugins
|
2023-02-12 17:44:03 +01:00 |
|
Robert
|
0cd65a2ebf
|
Implemented Artemis.Web.Update client
|
2023-02-12 16:48:16 +01:00 |
|
Robert
|
64decaf0c2
|
Core - Refactor service registration pt 2
|
2023-02-04 23:32:14 +01:00 |
|
Robert
|
f2ef657d00
|
Core - Refactor service registration
|
2023-02-04 23:25:48 +01:00 |
|
Diogo Trindade
|
9f20f52b22
|
Core - Reduced memory allocations
|
2023-02-04 19:27:49 +00:00 |
|
Diogo Trindade
|
b493e43c6e
|
UI - Added debugger log tab (#753)
|
2023-02-01 19:46:37 +01:00 |
|
Robert
|
704bdce68b
|
Nodes - Added hotkey toggle and hotkey enable/disable nodes
|
2023-01-31 00:01:05 +01:00 |
|
RobertBeekman
|
b7e723b7e9
|
Core/UI - Move from Ninject to DryIoc (#754)
|
2023-01-30 21:00:10 +01:00 |
|
Robert
|
166cb888c1
|
Meta - Update RGB.NET
Meta - Fixed warnings
|
2023-01-11 22:33:47 +01:00 |
|
RobertBeekman
|
ef5a9fa88d
|
Merge pull request #744 from Artemis-RGB/feature/profile-fade
Core - Added fading in and out of profiles
|
2023-01-11 12:45:23 +01:00 |
|
Diogo Trindade
|
c8a3169688
|
Core - Apply opacity layer only when fading
|
2023-01-11 09:43:47 +00:00 |
|
Diogo Trindade
|
2efb3feff7
|
Core - Fixed logical layouts not being picked correctly
|
2022-12-23 22:18:08 +00:00 |
|
Diogo Trindade
|
5877e4dd20
|
Cleaned up ProfileService render condition
|
2022-11-27 20:04:04 +00:00 |
|
Diogo Trindade
|
b39dd14526
|
Core - Fixed when condition stops being true mid-fade
|
2022-11-27 19:59:09 +00:00 |
|
Diogo Trindade
|
7c2bab0f89
|
Core - Removed FadingStatus enum
|
2022-11-27 17:07:55 +00:00 |
|
Diogo Trindade
|
194780b25c
|
Core - Added fading in and out of profiles
|
2022-11-27 15:20:17 +00:00 |
|