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

115 Commits

Author SHA1 Message Date
Robert
f6090dc296 Code style - Use file scoped namespaces
Code style - Ran code cleanup
2022-08-21 11:36:15 +02:00
Robert
e68e16df4d Device visualizer - Fixed display issues when scaling/rotating 2022-08-21 11:26:36 +02:00
Robert
e401fdf964 Editor - Autofit surface on open
Data model picker - Expand on double click
2022-08-13 17:09:53 +02:00
Robert
b4242a2dfc Nodes - Tweak pin collection visuals
Nodes - Added counter node that counts from 0.0 to 1.0
Nodes - Added color ramp node
Gradient picker - Remove tilt from preview
2022-08-09 20:46:09 +02:00
Robert
87e87ae15d Debugger - Replaced NavigationView in favor for something simpler 2022-08-07 16:19:41 +02:00
Robert
0e3d26e89e DraggableNumberBox - Fixed min and max value 2022-07-28 21:09:48 +02:00
Robert
f09b4a20bf Gradient picker button - Always update gradient on UI thread
Data bindings - Added AlwaysApplyDataBindings setting
2022-07-24 14:25:13 +02:00
Robert
289a411545 Plugins - Don't dispose Plugin when disabling after it has been injected into a feature 2022-07-22 23:25:35 +02:00
Robert
e385165200 Core - Made FloatRange and IntRange readonly structs
ColorGradient - Fixed missing subscribtions when using object list manipulation API
ColorGradient - Fixed editor VM going out of sync
2022-07-17 23:22:45 +02:00
Robert
bd26f447c6 Editor - Don't call ApplyUpdateValue if nothing changed
Draggable number box - Fix values resetting to 1
2022-07-17 12:10:58 +02:00
Robert
d114c37439 Device visualizer - Don't eat mouse up events on LEDs (fixes pan getting stuck) 2022-07-16 23:01:18 +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
e1a66f8a7e Layer properties - Tweaked step sizes for draggable float
UI - Tweak selection rectangle design
2022-06-15 21:57:10 +02:00
Robert
c0e2d8e579 Draggable numberbox - Added and use in editor 2022-06-12 16:57:39 +02:00
Robert
0d3890e560 Icons - Dropped SVG support and fixed filling 2022-06-06 20:54:39 +02:00
Robert
720bebaf35 Layer adapter hints - Ported UI 2022-05-24 23:24:49 +02:00
Robert
a06bc68046 Device properties - Implemented LED mappings tab
Device properties - Tweak design
2022-05-15 20:14:57 +02:00
Robert
35f83e58e5 Merge branch 'development' into feature/avalonia
Code cleanup
2022-05-14 00:14:03 +02:00
Robert
2bf36fbf20 Core - Refactored effects
Profile editor - Added effect creation
2022-04-23 17:07:04 +02:00
Robert
e5ba48c7f4 Surface editor - Refactor selection/movement code to match nodes
Device visualizer - Fixed exception when updating devices during render
2022-04-19 23:11:44 +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
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
d7f3ee1190 Meta - Replace WPF projects with Avalonia projects 2022-03-27 11:55:26 +02:00
Robert
a6f1b05c19 Core - Rewrote profile configuration icons
WPF UI - Adjusted for the above rewrite 
Avalonia UI - Implemented profile icons
2021-12-04 12:02:17 +01:00
Robert
245c418b9b Fix numeric serialization 2021-09-30 23:45:26 +02:00
Robert
eb9dd3b509 Data model node - Properly recover when data model path validates 2021-09-29 22:54:36 +02:00
Robert
5b4188ed12 Display conditions - Events UI WIP 2021-09-08 21:00:06 +02:00
Robert
d115d41a80 Merge branch 'development' into VisualScripting 2021-09-04 20:58:47 +02:00
Robert
13a16a1830 UI - Performance improvements 2021-09-04 20:52:03 +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
Robert
4fbd229846 Nodes - Support dynamic children in data model node 2021-08-25 20:40:24 +02:00
Robert
64b78cbf9e Nodes - Added easing nodes
Nodes - Update data model node to honor profile editor settings
2021-08-23 12:26:13 +02:00
Robert
5675d1895b Conditions - Removed old systems
Data bindings - Removed old systems
Data bindings - Implemented node system
2021-08-18 23:47:14 +02:00
Robert
8728599dcc Profiles - Save folder open/closed state
Profiles editor - Save last selected element and reselect it
Profile editor - Save pan/zoom position
Profile editor - Added option to resume normal playback on focus loss
2021-07-01 21:12:09 +02:00
Robert
5367027471 Core - Fixed a lot of compiler warnings
Scripting - Added script renaming/deleting
2021-06-21 19:34:34 +02:00
Robert
ec69db7201 Process activation requirement - Fixed deadlock on shutdown 2021-06-19 14:53:48 +02:00
Robert
d749ab5bbd Profile configurations - Publicly expose profile ID
Device visualizer - Hit test on LED geometry
Layouts - Reverted layout rounding change
2021-06-16 22:25:10 +02:00
Robert
6087a45a18 Sidebar - Made sidebar resizable (to an extend)
Sidebar - Truncate long profile names
Profile editor - Added shift+click on eye-icon in profile tree to focus an element
Profile editor - Fixed layer property prefix/affix vertical alignment
UI - Made shutdown via tray more responsive
UI - Fixed several memory leaks
2021-06-08 18:18:27 +02:00
Robert Beekman
ceeaa4bf6d
Profiles - Reworked profile system
Sidebar - Redesigned sidebar with customizable categories
Profiles - Added the ability to configure custom profile icons
Profiles - Added the ability to activate multiple profiles for modules at once
Profiles - Added the ability to create profiles for no modules
Profiles - Added the ability to suspend a profile or an entire category
Profiles - Added profile activation conditions
Profiles - Added file-based importing/exporting
Profile editor - Condensed UI, removed tabs 
Profile editor - Disable condition operators until a left-side is picked
2021-06-03 22:34:43 +02:00
Robert
86e632da52 Device properties - Fixed color calibration not applying realtime
Device properties - UI tweaks
2021-05-07 09:22:55 +02:00
Luke Taylor
e82c031f3b Color Picker Textbox QoL Change
Make the text always uppercase and make the font monospace to make sure it's visible in low width environments (ie. the gradient picker)
2021-04-28 09:51:00 -04:00
Robert
6904a137e1 Device visualizer - Fixed memory leak
Device visualizer - Improved performance on very large devices
Dynamic data model - Reworked API
2021-04-19 17:43:46 +02:00
Robert
5e345fed7c UI - Decreased device visualizer CPU usage
Keyframes - Snap to closest 50 ms while Ctrl is held down
2021-04-17 10:22:33 +02:00
Robert
20452110b1 Meta - Updated Nuget packages
UI - Use Material Design filled input style where possible
2021-04-07 19:27:57 +02:00
Robert
2bc882c814 Gradient picker - Properly react to gradient changes once again 2021-04-06 20:56:12 +02:00
Robert
3d38461bdd Brushes - Added brush presets
ColorGradient - Refactored so it implements IList
2021-04-05 22:05:45 +02:00
Robert
7a3be83bf6 Core - Allow device providers to opt out of layout LED creation/removal
Device properties UI - Highlight selected LEDs in white
2021-04-01 19:57:28 +02:00
Robert
5611ad420a Device visualizer - Added LedClicked event
Device properties - Added the ability to select LEDs by clicking on them in the preview
2021-03-26 00:18:10 +01:00
Robert
11535508bc Rendering - Fixed render scale not applying until reboot
Debugger - Added button to save the next frame
Device visualizer - Fixed LED positioning on some devices
2021-03-17 19:55:49 +01:00