1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

122 Commits

Author SHA1 Message Date
Robert
5c4175ed9c Editor - Fixed suspending layers
Editor - Disable suspending layers with spacebar
Nodes - Fixed changed event source node not using numerics
Nodes - Simplify checking wether a pin is numeric
2022-07-31 17:17:37 +02:00
Diogo Trindade
d91fc93ff2 Linux - Fixed invalid culture when picking layout 2022-07-29 17:04:13 +01:00
Robert
4703c0890a UI - Always use dark theme 2022-07-27 20:09:23 +02:00
Robert
7759b6197f UI - Exclude Avalonia.Diagnostics in release builds 2022-07-26 23:30:54 +02:00
Diogo Trindade
a23af68a12 Updated RGB.NET 2022-07-22 23:38:40 +01:00
Robert
3b4194cb9d Plugins - Ported prerequisites UI
Scripting - Ported scripting UI
2022-07-10 23:25:34 +02:00
Robert
a735568c8f Yeah I can't remember looks like I fixed a bunch of warnings 2022-07-02 14:01:27 +02:00
Robert
65837e671a Device dialog - Added LEDs tab
General - Resolved lots of compile warnings (XML comments)
2022-06-19 14:19:03 +02:00
Robert
13d2ee0c3b Meta - Upgraded packages 2022-06-09 20:10:39 +02:00
Robert
0d3890e560 Icons - Dropped SVG support and fixed filling 2022-06-06 20:54:39 +02:00
Robert
850346ccd2 Node editor - Added menu
Node scripts - Fixed IDs not being set for regular nodes
Enums node - Hardened VM logic against weird connections
2022-05-22 22:38:57 +02:00
Robert
6f75683c4d General - Updated RGB.NET 2022-05-08 10:28:52 +02:00
Robert
cce8404cfa Meta - Update packages
Shared UI - Added slider behavior that only updates its value on pointer release
2022-05-01 11:08:59 +02:00
Robert
2bf36fbf20 Core - Refactored effects
Profile editor - Added effect creation
2022-04-23 17:07:04 +02:00
Robert
52f2338154 Event condition - Added toggle off mode
Profile editor - Added element copy/pasting
Shared UI - Fix namespaces
2022-04-17 20:23:18 +02:00
Robert
5b183d3010 Nodes - Rewrote storage 2022-04-10 11:59:32 +02:00
Robert
3dfc25b092 Core - Refactored display conditions
Profile editor - Added UIs for each condition type
2022-04-09 00:11:22 +02:00
Robert
66ea718316 Profile editor - Integrated visual scripting 2022-04-03 22:21:56 +02:00
Robert
7c83d5345f Nodes - Reorganized code 2022-03-30 20:10:43 +02:00
Robert
69b881b044 Nodes - Added static color node 2022-03-28 23:33:36 +02:00
Robert
28534cb57a Nodes - Added maths node
Nodes - Added visual representation of easing types to easings node
2022-03-27 15:29:58 +02:00
Robert
d7f3ee1190 Meta - Replace WPF projects with Avalonia projects 2022-03-27 11:55:26 +02:00
Robert
2ae1f5f56c Node editor - Added node creation by dropping cables in empty space
Node editor - Added undo/redo to static value nodes
UI - Throw exception when binding a non-reactive view to an activatable view model
2022-03-26 19:13:51 +01:00
Robert
d9d237e0eb Node editor - Added node collection pin add/remove
Node editor - Added first static value node
2022-03-20 15:54:36 +01:00
Robert
034879a2c9 Node editor - Implemented node visuals, pin visuals
Node editor - Implemented undo/redo and some commands
2022-03-13 22:07:16 +01:00
Robert
f5a902f5a5 Profile tree - Drag & drop WIP 2022-03-06 23:07:15 +01:00
Robert
d5d3530ca5 Meta - Upgrade to .NET 6 2022-01-08 17:27:50 +01:00
Robert
9bbab5f9f8 Surface editor - Selection improvements 2022-01-08 11:14:58 +01:00
Robert
6569558df4 Meta - Updated Nuget packages
Meta - Moved to RGB.NET pre-release Nuget packages
2021-12-27 20:13:51 +01:00
Robert
4c5c785aa6 Meta - Updated Nuget packages
Settings - Changed where panels start scrolling
Home - Clip cards to bounds
Sidebar - Added category creation/renaming
Debugger - Fixed existing window focus
Tray icon - Implemented all functionality
2021-11-27 23:02:02 +01:00
Robert
1e36297c61 Fix build 2021-11-17 23:10:11 +01:00
Robert
8f990f8f36 Nodes - Vein attempt at script changed events 2021-10-05 17:10:58 +02:00
Robert
50b4c71142 Node system - Added numeric struct and utilized it in nodes 2021-09-30 23:28:01 +02:00
Robert
eb9dd3b509 Data model node - Properly recover when data model path validates 2021-09-29 22:54:36 +02:00
Robert
0058322936 Nodes - Lock nodes while resetting
Nodes - Added more boolean operators
Nodes - Fix number comparisons
2021-09-29 21:43:12 +02:00
Robert
43b7b8345c Nodes - Update NoStringEvaluating
Data model node - Take pin creation off of the UI thread
2021-09-26 11:39:40 +02:00
Robert
c21acf87a7 Nodes - Added XML docs for remaining types
Nodes - Fully implemented nullable reference types
2021-09-25 21:35:54 +02:00
Robert
c1dab91c16 Nodes - Changed storage to be based on generics
Nodes - Added XML docs to most types
2021-09-24 23:05:16 +02:00
Robert
8413b8d6db Nodes - Added event value cycle node 2021-09-20 22:55:10 +02:00
Robert
d6372dffad Nodes - Added enum equality node
Conditions - Implemented event trigger conditions
2021-09-16 21:11:23 +02:00
Robert
00125d1478 Event condition - Simplify to only one event per layer 2021-09-15 22:35:34 +02:00
Robert
d657e7844e Profiles - Split conditions into different types
Profile configurations - Added broken state (not yet shown in UI)
2021-09-14 22:17:31 +02:00
Robert
5b4188ed12 Display conditions - Events UI WIP 2021-09-08 21:00:06 +02:00
Robert
06870c1b67 Nodes editor - Use theme color for selectio nrect 2021-09-04 20:30:26 +02:00
Robert
e356d59daa Nodes - Added math expression node
Node - Fix visual script cable present event unregister
2021-08-31 21:37:31 +02:00
72ae587909 Changed events in VisualScripting relating things to weak references 2021-08-31 21:00:55 +02:00
Robert
c4340c3c97 Nodes - Added categories
Nodes - Added quick node creation
Nodes - Added input and output types to NodeAttribute
2021-08-26 22:09:04 +02:00
Robert
73794591bc Nodes - Added option to hide cable values until mouseover
Nodes - Only show cable value on first connection
2021-08-26 00:20:57 +02:00
Robert
4fbd229846 Nodes - Support dynamic children in data model node 2021-08-25 20:40:24 +02:00
Robert
bd3bf20d92 Nodes - Save data binding node scripts 2021-08-25 15:32:58 +02:00