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

495 Commits

Author SHA1 Message Date
Robert
d2b8123a30 Core - Reworked profile render override for the editor and new previewer 2023-08-10 11:54:37 +02:00
Robert
c6a318b6e3 Merge branch 'development' into feature/workshop 2023-08-09 11:58:37 +02:00
Robert
7eccdf079a UI - Move notifications to the overlay layer 2023-07-31 22:20:25 +02:00
Robert
44691dd5a8 Show question mark in race condition 2023-07-27 20:18:05 +02:00
Robert
3030312df9 Merge branch 'feature/workshop' into development 2023-07-27 20:17:06 +02:00
Robert
02798b6d6e Routing - Added missing XAML comments to public types 2023-07-27 20:16:02 +02:00
Robert
66f263ff2a Gradient picker - Fixed selecting stops in the top part of the picker 2023-07-27 20:15:52 +02:00
Robert
ee6d295fd8 Upgrade Avalonia 2023-07-26 22:13:40 +02:00
Diogo Trindade
3830e8566e Fix race condition when opening window that causes a crash 2023-07-24 16:43:00 +01:00
Robert
7c19937bce Implemented pagination in profile list 2023-07-21 23:10:50 +02:00
Robert
cfb39b986d Added pagination 2023-07-21 22:11:35 +02:00
Robert
07d4539add Workshop list progress 2023-07-14 23:05:44 +02:00
Robert
2a3fd30313 Merge branch 'development' into feature/workshop 2023-07-14 10:34:13 +02:00
Robert
329eeb8a5c Merge branch 'feature/avalonia.11' into development 2023-07-14 10:32:00 +02:00
Robert
b298900ed2 Upgrade Avalonia and FluentAvalonia, use a props file to sync versions 2023-07-14 10:31:44 +02:00
Robert
af1920141c Device visualizer - Clear device cache on UI thread on property change
Surface editor - Don't quietly fail device updates
2023-07-09 08:29:54 +02:00
Robert
65f81ab768 Added workshop home, changed VM routing structure 2023-07-08 21:44:39 +02:00
Robert
99a365be0b Sidebar - Added subitems support 2023-07-07 22:55:02 +02:00
Robert
d18ef4f5f4 Update Avalonia to 11 rc2.2 2023-07-04 20:24:38 +02:00
RobertBeekman
962b13c6ed
UI - Added routing (#802)
ColorGradient - Fixed GetColor returning the first stop if position was after the last stop
2023-07-02 22:15:38 +02:00
Diogo Trindade
91364158c0 Merge remote-tracking branch 'origin/development' into feature/export-layout 2023-06-22 22:03:14 +01:00
RobertBeekman
d9c63d63e4
Merge pull request #797 from Artemis-RGB/feature/device-visualizer
Cleaned up the device visualizer
2023-06-22 23:00:09 +02:00
Diogo Trindade
0122ab00d9 Added more Border styles 2023-06-16 18:48:04 +01:00
Robert
a903771be3 Bump RGB.NET to 2.0.0-prerelease.83 2023-06-12 20:03:37 +02:00
Robert
61e4886869 Bump RGB.NET to 2.0.0-prerelease.78 2023-06-11 22:49:49 +02:00
Robert
b6762d074a Start with enabled keybinds 2023-06-11 18:03:18 +02:00
Robert
2e9b3d59d6 Added workaround for invalidation issue in pan/zoom elements 2023-06-10 13:23:38 +02:00
Robert
34824dde42 HotkeyBox - Focus fixes 2023-06-06 20:17:30 +02:00
Robert
aa4a740b78 DraggableNumberBox - Focus fixes 2023-06-06 19:19:43 +02:00
Diogo Trindade
88322baafd DeviceVisualizer - Tied update to core update instead of hardcoded 25fps 2023-06-06 12:17:31 +01:00
Diogo Trindade
567ca193a4 DeviceVisualizer - don't check dirty unless necessary 2023-06-06 12:00:48 +01:00
Diogo Trindade
06e6075c4d DeviceVisualizer - reduce allocations 2023-06-06 12:00:05 +01:00
Robert
f249f80d19 Upgrade Avalonia to 11 rc1 2023-06-05 23:39:57 +02:00
Diogo Trindade
70b6035b0d Fixed save file picker path 2023-06-05 14:25:39 +01:00
Robert
c24e57e556 NumberBox - Fixed values getting coerced between 0 and 100
Data model event cycle node - Listen to the event directly, avoiding race conditions
2023-05-26 00:16:26 +02:00
Robert
dc8147d5a7 UI - Fix draggable number box clamping the value to 0-100 when unloading 2023-05-22 20:19:42 +02:00
Robert
ec594f02b1 Upgrade RGB.NET to 2.0.0-prerelease.69 2023-05-22 19:58:52 +02:00
Diogo Trindade
a846bd592e Core - Do not load abstract plugin features
UI - Replace Equals check with EqualityComparer
2023-05-21 15:33:37 +01:00
Robert
e190059623 Device visualizer - Only rerender dirty devices 2023-05-21 10:33:15 +02:00
Robert
fa710777d7 UI - Use Timer instead of DispatcherTimer where feasible 2023-05-20 23:11:51 +02:00
Robert
ed3a770881 UI - Added new icon picker to profile configuration dialog 2023-05-18 19:39:15 +02:00
Robert
07f8209b7b UI - Initial icon picker commit 2023-05-18 13:27:04 +02:00
Robert
c86dba30fc Settings - Brought the with and margins of different tabs in line with eachother
Settings - Tweaked card title font size and spacing
Plugins - Show extra information on plugins in their config dialog 
Plugins - Added the ability to provide a license in plugin.json
2023-05-18 11:18:55 +02:00
RobertBeekman
faa21438b8
Merge pull request #783 from Artemis-RGB/RGB.NET_Update
Rgb.net update
2023-05-13 10:37:53 +02:00
Robert
e783dcaa58 Fixed VM disposal issues 2023-05-12 23:27:27 +02:00
Robert
f04d7cf897 BitmapInterpolationMode fixes 2023-05-11 23:33:36 +02:00
Robert
bf6674e44f Upgraded to preview8 2023-05-11 23:10:49 +02:00
Robert
2e88b438f0 Merge remote-tracking branch 'origin/feature/compiled-bindings' into feature/avalonia-preview7 2023-05-06 13:12:07 +02:00
Robert
5fc2f9e23c Fix draggable number box min and max not applying
Disable transitions
2023-05-06 13:11:09 +02:00
Diogo Trindade
5429346396 UI - Replaced tuples with custom classes for binding
As far as i know, it's not possible to have CompiledBindings with tuples, since tuple values are fields and not properties. This change allows for compiled bindings, and makes the intent behind the tuples clearer
2023-04-30 21:40:36 +01:00