Robert
|
192b4f0df2
|
UI - Rename folders and layers in a dialog to avoid hotkey issues
UI - Fixed renaming an effect executing twice, requiring two undo-actions to undo it
UI - Always disable editor hotkeys when typing in any input
|
2023-04-19 16:03:57 +02: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
|
45f02c1573
|
UI - Fixed window not opening from tray
|
2023-04-11 20:58:01 +02:00 |
|
Robert
|
a173f3cc61
|
Fixed separators and replaced obsolete filepicker calls
|
2023-04-10 12:45:16 +02:00 |
|
Robert
|
6b65a64ee2
|
Merge branch 'development' into feature/update-avalonia
|
2023-04-07 17:13:36 +02:00 |
|
Robert
|
88558efcb1
|
Fix auto connecting nodes
|
2023-04-07 16:18:07 +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 |
|
Robert
|
73933ee324
|
Fixed color picker button
|
2023-04-04 22:36:39 +02:00 |
|
Robert
|
0116bac346
|
Fix node picker not opening at cursor
|
2023-04-03 22:17:39 +02:00 |
|
Robert
|
5a5a6819b1
|
Visual scripting fixes
|
2023-04-02 20:21:01 +02:00 |
|
Robert
|
82b41425aa
|
Fixed custom controls not responding to changes, fixed title bar interaciton
|
2023-04-02 10:40:54 +02:00 |
|
Robert
|
02e85af4af
|
Fixed Windows input provider, Vulkan and logging
|
2023-03-31 23:23:18 +02: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
|
494c5b4054
|
Don't show UI when silently updating
|
2023-03-26 13:05:19 +02:00 |
|
Robert
|
834212737f
|
Release details - Don't show exception message on cancel
|
2023-03-26 12:32:37 +02:00 |
|
Robert
|
e216737c50
|
Fix auto installing updates, set default of auto install to true
|
2023-03-26 11:40:30 +02:00 |
|
Robert
|
0e32bb6b61
|
Output install log to file
|
2023-03-09 21:35:12 +01:00 |
|
Robert
|
5f206436c3
|
Merge branch 'development' into feature/gh-actions
|
2023-03-06 22:03:07 +01:00 |
|
Robert
|
4a8845e578
|
Simplify release install process
Fix install on startup
|
2023-03-06 21:58:44 +01:00 |
|
Robert
|
09a2f769c3
|
Update homepage update link (I need a build lol)
|
2023-03-04 19:34:54 +01:00 |
|
Robert
|
ee19776afa
|
Clean up old releases
|
2023-03-04 19:25:31 +01:00 |
|
Robert
|
5d01665d6e
|
Added update history
|
2023-03-04 16:30:41 +01:00 |
|
Robert
|
ede29aa9f9
|
Added channel startup argument
|
2023-03-03 13:35:42 +01:00 |
|
Diogo Trindade
|
86f96f1308
|
Fixed startup wizard
|
2023-03-01 21:23:12 +00: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 |
|
Robert
|
7aa9fa1a36
|
Improve cancelling builds
|
2023-02-26 15:22:02 +01:00 |
|
Robert
|
67a4672c66
|
Implemented Windows updating
|
2023-02-26 13:41:40 +01:00 |
|
Robert
|
acd005e4a2
|
Implemented most of the updating mechanism
|
2023-02-24 22:54:17 +01:00 |
|
Robert
|
0cd65a2ebf
|
Implemented Artemis.Web.Update client
|
2023-02-12 16:48:16 +01:00 |
|
Robert
|
a5d2249593
|
Updating - Initial client code
|
2023-02-05 21:48:56 +01:00 |
|
Diogo Trindade
|
a7ed4de575
|
Debugger - Fixed possible crash when LogEvent is null
In theory this shouldn't happen, but I just got a hard crash because of it. Doesn't hurt to check.
|
2023-02-05 15:05:51 +00:00 |
|
Diogo Trindade
|
8449b5db07
|
UI - Fixed Device LED UI (#756)
|
2023-02-02 22:17:44 +01:00 |
|
Diogo Trindade
|
b493e43c6e
|
UI - Added debugger log tab (#753)
|
2023-02-01 19:46:37 +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 |
|
Diogo Trindade
|
194780b25c
|
Core - Added fading in and out of profiles
|
2022-11-27 15:20:17 +00:00 |
|
Felipe Urzúa
|
a66cc26f29
|
Node picker - Allow searching with ! and !! for starts-with and exact-match respectively
|
2022-11-06 10:07:28 +01:00 |
|
Robert
|
3819a6e3be
|
Profile scripts - Fixed new scripts not appearing in the list
|
2022-11-01 21:21:24 +01:00 |
|
Robert
|
6ac3d00116
|
Layers - Fixed node scripts not loading on duplicated/pasted scripts
|
2022-10-31 22:47:31 +01:00 |
|
Robert
|
d4bd44b504
|
Sidebar - Fixed removed categories not dissapearing
Sidebar - Fixed exception when creating a category with an already in use name
|
2022-10-12 21:20:39 +02:00 |
|
Robert
|
35b593a31d
|
Node editor - Added copy/pasting
|
2022-10-04 23:39:16 +02:00 |
|