SpoinkyNL
92a3e0d61b
Color brush - Fixed gradient picker not appearing
...
Gradient picker - Use dialog instead of a popup window
2020-04-17 23:01:42 +02:00
SpoinkyNL
a8912076d3
Noise brush - Added option to map noise to a gradient
...
Color brush - Only show gradient/color option when applicable
Gradient picker - Design tweaks
2020-04-17 19:16:53 +02:00
SpoinkyNL
5dea0b25e5
Device visualization - Improved performance to a good level for now
2020-04-16 22:39:39 +02:00
SpoinkyNL
ae48ebc13a
Device visualizer - Unsubscribe from surface on unload
2020-04-15 20:17:46 +02:00
SpoinkyNL
efa0f28231
UI - Added reusable device visualizer
...
Settings - Show device LED images in settings
Editor - Improved performance on big surfaces
2020-04-15 19:50:46 +02:00
SpoinkyNL
8a45039863
Projects - Fixed RGB.NET references
2020-04-07 19:46:35 +02:00
SpoinkyNL
d2637ba6a3
Razer - Report Razer error code on plugin load failure
2020-04-07 23:00:47 +02:00
SpoinkyNL
0de9604ca0
Gradient editor - Implemented stop create/remove and edit
2020-03-15 10:42:23 +01:00
Robert
d0fbd63592
Gradient editor - WIP commit
2020-03-13 23:45:25 +01:00
SpoinkyNL
d96c8a1879
UI - Started work on the gradient picker service now that my POC works
2020-03-12 23:16:29 +01:00
Robert
9b47e96dc1
Razer - Updated SDK
2020-03-12 20:29:10 +01:00
Robert
d009b11e97
Core - Ensure application data folder exists
...
UI - Properly catch exceptions during exception display
UI - Display fatal exceptions during Core creation, even before Core initialisation
2020-03-12 19:34:53 +01:00
Robert
0ccc1fed3d
Gradient editor - Added stops creation
...
Core - ColorGradient can now return a color at a certain position
2020-03-11 20:11:42 +01:00
Robert
f95aaf2443
Gradient editor - WIP commit
2020-03-10 19:34:17 +01:00
SpoinkyNL
2aec2ab000
UI - Added gradient editor dialog
2020-03-09 22:35:16 +01:00
Robert
0a5f16a0f4
Core - Moved layer properties to their own class
2020-03-09 19:57:17 +01:00
Robert
88ac5a3951
UI - Fixed a few events that weren't being unsubscribed
2020-03-06 20:27:57 +01:00
Robert
6604f55f0e
Corsair - Fixed pump layout shape
2020-03-05 19:02:42 +01:00
SpoinkyNL
a5f8a1361f
Logitech - Don't throw what we just caught
2020-03-03 21:50:03 +01:00
SpoinkyNL
e23b994a9f
Logitech - Prevent plugin enable failure during PID listing
...
Corsair - Added non-pro Scimitar support
UI - Plugin buttons caps like the rest of them
2020-03-03 21:39:04 +01:00
SpoinkyNL
002ae29638
UI - Ensure proper restart and shutdown
2020-03-03 20:00:21 +01:00
Robert
c62997ca41
Plugins - Added descriptions
...
Settings - Plugin settings tab
UI - Catch exceptions during exception dialog display
Plugins - Implemented enable/disable of plugins (WIP)
Novation - Added Launchpad Mini layout and image
2020-03-03 23:18:00 +01:00
SpoinkyNL
57d82fafa8
Plugins - Implemented enabling/disabling (doesnt work for devices)
...
Plugins - Disable plugins that caused a crash
Tray icon - Added menu items for quick access
2020-03-02 22:15:25 +01:00
Robert
16b221d2f8
Device providers - Let's actually include the SDKs!
...
Core - Enable exceptions during device provider init so that they can be logged
2020-03-02 23:42:33 +01:00
Robert
c3b2c981da
Core - Added ColorGradient type to use for.. gradients!
...
Core - Initialisation process no longer takes place in core constructor and is no longer async
UI - Fixed exceptions during init not being shown
Gradient editor - Started work on this
2020-02-28 23:19:38 +01:00
Robert
9b62ba5f3d
Plugins - Added optional configuration window
...
Plugins - Moved plugins to their own directory
Device providers - Added all RGB.NET device providers
2020-02-27 19:05:35 +01:00
Robert
13943f86a7
Merge remote-tracking branch 'origin/master'
2020-02-26 19:49:13 +01:00
Robert
cd109d61a2
UI - Added WIP notices
2020-02-26 19:48:11 +01:00
SpoinkyNL
46df382d6f
Wooting - Include layouts and images in build
...
Logitech - Include layouts and images in build
2020-02-25 22:11:07 +01:00
SpoinkyNL
bf12f550c1
Corsair - Maybe include the layouts/images :<
2020-02-25 21:24:34 +01:00
Robert
002901be7e
Corsair - Attempt to actually include layouts/images in publish
2020-02-25 20:48:36 +01:00
Robert
bcf61ecb1a
Build - Attempt to reduce build size by enabling trimming
2020-02-25 20:32:07 +01:00
Robert
83b4e029a8
Plugins - Disabled local copy of project references
2020-02-25 20:27:42 +01:00
Robert
3186178774
Build - Disable post-build events outside VS
2020-02-25 19:34:44 +01:00
SpoinkyNL
41c381cd50
UI - Rewrote screen activation logic
...
UI - Changed autorun method to shortcut in startup folder to avoid permission issues
UI - Properly added Robot Mono font and use it in the exception dialog
2020-02-24 22:07:40 +01:00
Robert
2b66ba656b
UI - Restructured resources directory
...
UI - Fixed a few memory leaks
2020-02-24 21:15:21 +01:00
SpoinkyNL
8b95243a7c
Noise brush - Added default values
...
Color brush - Added default values
UI - Replaced OnActivate overrides in screens with the more appropriate OnInitialActivate
Tray icon - Fixed empty window appearing for half a second on startup
2020-02-23 22:28:56 +01:00
SpoinkyNL
3ec90766aa
UI - Implemented tray icon
...
UI - Moved dialog service to the shared UI project
UI - Implemented autorun
2020-02-23 12:37:30 +01:00
SpoinkyNL
a79c56eaa1
Core port - Targeting .NET Core 3.1!
...
Core port - Updated projects to new project layout
Core port - Changed the way devices are identified to be consistent across different frameworks
Core port - Updated plugin system to no longer use AppDomain but AssemblyLoadContext (through McMaster.NETCore.Plugins)
Core port - Renamed a few events to keep Fody from getting confused
2020-02-22 18:38:32 +01:00
SpoinkyNL
29a75b7ad8
Core port - Updated NuGet packages
2020-02-22 14:22:29 +01:00
Robert
73f7bdbf1e
Profile editor - Only save profile on drag-edit when mouse is released
...
Profile editor - Format all numbers with 3 decimals
Profile editor - Fixed drag-edit rounding errors with very small steps
Logging - Output logs to debug
Settings - Added logging level setting
Nuget - Updated Serilog and the used sinks
2020-02-19 21:33:51 +01:00
SpoinkyNL
05cc032271
Layer properties - Added drag-editing for number-based properties
...
Layer properties - Added min and max values
Nuget - Updated Stylet to 1.3.1
2020-02-19 00:17:23 +01:00
SpoinkyNL
33756a228d
Merge remote-tracking branch 'origin/master'
2020-02-18 19:15:28 +01:00
Robert
7a7fffeb3d
Profile editor - Improved profile loading and UI population
...
Layer properties - Added drag-editing to float input (to be expanded to all)
2020-02-18 23:27:38 +01:00
SpoinkyNL
1d81b782da
Corsair - Added VOID layout and Virtuoso PH layout
...
Core - Added default value to brush plugin properties
Core - Bitmap brush optimizations
2020-02-17 20:46:27 +01:00
Robert
b7da732920
Added keyframe multiselect and group movement
2020-02-17 20:28:13 +01:00
SpoinkyNL
4b1b0248f5
Layers - Allow the clip render mode to stretch if really needed
...
Core - Include the canvas' SKImageInfo in render calls
2020-02-16 01:56:45 +01:00
Robert
97250e62bf
Noise brush - Speed optimizations (broke it for now but no time to fix!)
2020-02-14 19:57:05 +01:00
SpoinkyNL
9fa1ae14cb
Noise brush - Hook up scale property
2020-02-14 08:47:28 +01:00
SpoinkyNL
014552e591
Noise brush - Fixed noise algorithm usage
2020-02-13 23:34:50 +01:00