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

1623 Commits

Author SHA1 Message Date
Robert
1eebb1f247 Plugins - Added button to delete plugin settings
UI - Try to release SDKs on Windows logout/shutdown
Plugins UI - Increased width and fixed long feature names not wrapping
2021-03-30 19:15:16 +02:00
Robert
7a5f07c686 Device layout selection - Fixed logical layout dropdown not populating 2021-03-29 20:24:45 +02:00
Robert
2c3e64c588 Color gradients - Added API for requesting a seamless gradient 2021-03-29 19:46:30 +02:00
Robert
6fb24f87e3 Meta - Made build directory always the same regardless of build config 2021-03-29 19:44:51 +02:00
Robert
a53ca305f8 Device properties - Show custom LED data in in LEDS tab
Device properties - Show error when loading region info fails
Tray - Fixed potential crash due to race condition
2021-03-29 01:01:25 +02:00
Robert
a74c81ba9d Color gradients - Tweaked default rainbow
Events - Hide some properties that shouldn't be visible
Events - Added time since last trigger property
2021-03-28 13:43:02 +02:00
Robert
f4b42e2cf2 Device layout dialog - Don't prefill the logical layout 2021-03-27 17:05:38 +01:00
Robert
b84fd466d0 Merge remote-tracking branch 'origin/development' into development 2021-03-26 20:00:23 +01:00
Robert
5545bdb783 Plugins - Fixed GetFeature<T> always returning null
Plugins - Added AlwaysEnabled property to [PluginFeature] attribute
2021-03-26 19:39:48 +01:00
Robert
cf25d9f146 Merge remote-tracking branch 'origin/development' into development 2021-03-26 00:18:16 +01: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
0a7c724de0 Merge remote-tracking branch 'origin/development' into development 2021-03-25 20:49:08 +01:00
Robert
eb7c89d4ad Rendering - Sovled inconsistencies between software and Vulkan rendering
LED sampling - Improved LED sampling on <100% scale
2021-03-25 19:59:28 +01:00
Robert
6005535000 Data bindings - Reduced pop-in in conditional data bindings 2021-03-25 00:20:27 +01:00
Robert
a0faeb21fd Data bindings - Added copy/pasting of data binding 2021-03-24 21:53:23 +01:00
Robert
b3b7d6819d Merge branch 'vulkan' into development 2021-03-23 19:56:16 +01:00
Robert
fa49424cf6 Rendering - Made the way layering is rendered 99.5% less stupid 2021-03-23 00:08:00 +01:00
Robert
c444ff4e59 Software rendering - Fixed memory leak
Rendering - Swap back and forth between software and GPU without crash
2021-03-22 21:00:37 +01:00
Robert
97668ee932 Rendering - Improved sampling performance
Plugins - Added update/render time measuring
Settings - Added a way to enable 60/144 FPS 🕵🏻‍♂️
2021-03-22 21:12:58 +01:00
Robert
fc9476247f Merge branch 'development' into vulkan 2021-03-22 20:55:22 +01:00
Robert
2c31a87583 Merge branch 'master' into development 2021-03-22 20:29:37 +01:00
Robert Beekman
09e8faf4e4 CI - Added PR-only pipeline
[skip ci]
2021-03-22 20:23:03 +01:00
Robert
f888fb5697 Core - Added the ability to change graphics context at runtime
Settings - Added setting for switching between software-based and Vulkan-based rendering
2021-03-22 19:29:53 +01:00
Robert
d7e302fb23 Core - Move frame timing stop-point to after closing the pipeline 2021-03-21 22:53:59 +01:00
Robert
a02431bb82 Core - Reworked rendering pipeline to work with different contexts
Core - Added GPU-based Vulkan rendering context
2021-03-21 22:40:23 +01:00
Robert Beekman
34b9d69ed8 Merge pull request #562 from Artemis-RGB/feature/process-monitor
Core - Added Process Monitor Service
2021-03-21 12:36:49 +01:00
Robert
4fa232b759 Merge remote-tracking branch 'origin/development' into development 2021-03-21 12:35:14 +01:00
Robert
4a9ae697b1 Conditions - Added generic 'changed' event 2021-03-21 12:35:10 +01:00
Robert
cb5d2cc8fa Debugger - Added logs to logs tab ☜(゚ヮ゚☜)
Core - Added logs store giving access to the last 500 logs
2021-03-19 23:49:59 +01:00
Diogo Trindade
be11439b21 Process Monitor - documentation and code style 2021-03-19 16:16:09 +00:00
Diogo Trindade
a21db5eaa4 Process Monitor - removed unneeded injection 2021-03-19 14:36:22 +00:00
Robert
f836c2b700 Merge branch 'development' 2021-03-18 19:37:13 +01:00
Robert
956a5663ef Auto-update - Add scrollbar when there are loads of changes 2021-03-18 19:03:22 +01:00
Robert Beekman
d1b90572db Fixed API doc generation
[skip ci]
2021-03-17 20:53:31 +01:00
Robert
08d91c6a46 Merge branch 'development' 2021-03-17 20:18:46 +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
Robert
eeaa374d40 Merge branch 'development' 2021-03-16 20:26:24 +01:00
Robert
456af693b0 Rendering - Moved bitmap management logic & prevent access violations 2021-03-16 20:18:53 +01:00
Robert
1a7a7e0582 Data bindings UI - Update evaluation status of conditional data bindings
Profiles - Don't fail to activate a module when its last profile fails to load
2021-03-16 19:47:27 +01:00
Robert
12227b3530 Color picker - Remember last 18 picked colors 2021-03-16 19:29:18 +01:00
Robert
f646f64648 Surface editor - Improved device color overlay method 2021-03-16 00:15:50 +01:00
Robert Beekman
1a3c2a43df Azure builds - Don't trigger on PRs 2021-03-15 20:40:06 +01:00
Robert
c51016f8f2 Surface editor - Added option to only light the top-left LED of a device 2021-03-15 19:50:21 +01:00
Robert
eaa1f15ac3 Data bindings - Fix crash when removing color gradient stops 2021-03-15 19:24:35 +01:00
Robert Beekman
91ad9b7bae Merge pull request #556 from Cheerpipe/development
Fix null object exception on Gradient Editor DEL Hotkey
2021-03-15 19:15:44 +01:00
Cheerpipe
a25e234bf6 Fix null object exception on Gradient Editor DEL Hotkey 2021-03-15 00:27:54 -03:00
Robert
d62e537de7 Merge branch 'development' 2021-03-14 23:19:26 +01:00
Robert
dddfca2b09 Gradient editor - Delete stops with DEL key
Surface editor - Fixed editor taking focus on mouse over
2021-03-14 22:23:25 +01:00
Robert
a57612adb7 Data model debugger - Improve performance on large data models
Data model debugger - Fixed list item remaining that should be removed
UI - Added --minimized command line parameter to start Artemis in tray
2021-03-14 10:35:56 +01:00
Robert Beekman
86d01a9c90 Update azure-pipelines.yml for Azure Pipelines 2021-03-13 00:23:28 +01:00