1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-12 21:38:38 +00:00

2676 Commits

Author SHA1 Message Date
RobertBeekman
ca9ce948c5
Merge pull request #814 from Artemis-RGB/feature/workshop
Workshop - Initial implementation
2023-09-09 20:47:29 +02:00
Diogo Trindade
4b15d3d976 Workshop - Fixed crash when converting string back to DateTimeOffset 2023-09-09 16:08:57 +01:00
Robert
898ed19f29 Profile Editor - Fixed transforms breaking when hitting play 2023-09-09 13:42:46 +02:00
Robert
0fdb40bd35 Workshop - Update workshop IDs to be long 2023-09-09 13:30:26 +02:00
Robert
a798980eec Workshop - Feature flagged out layouts
Settings - Use Fluent tabs
2023-09-09 00:32:58 +02:00
Robert
0ac973d4bc Workshop - Use production APIs 2023-09-09 00:11:45 +02:00
Robert
3d1e53e395 Workshop Library - Finished basic implementation of installed tab 2023-09-08 17:06:48 +02:00
Robert
876465cfdb Workshop Library - Installed entries WIP 2023-09-06 21:24:15 +02:00
Robert
c69be2836e Workshop - Added installed entries and update profiles when reinstalling them 2023-09-06 20:39:43 +02:00
RobertBeekman
b7c0435648
Merge pull request #812 from Artemis-RGB/feature/process-monitor-opt
Core - Further reduced allocations in process monitor checking
2023-09-05 22:40:35 +02:00
Robert
fcde1d4ecc UI - Tweaked monospace font sizing 2023-09-05 21:39:43 +02:00
Robert
2ee170b803 Workshop - Fixed deep linking to an entry
Workshop - Added the ability to upload new releases to existing submissions
2023-09-04 20:30:57 +02:00
Diogo Trindade
625fff4b73 Fix namespaces 2023-09-04 15:56:59 +01:00
Diogo Trindade
8a1b302e48 Core - Further reduced allocations in process monitor checking 2023-09-04 15:55:27 +01:00
Robert
bf3d5fc75d UI - Replaced Consolas with Roboto Mono
Workshop library - Added most of submission management
2023-09-03 16:51:22 +02:00
Robert
a0536b4302 Workshop - Did all the things (Markdown stuff) 2023-09-02 22:58:35 +02:00
Robert
c132edeb51 Router - Require routable VMs to implement new RoutableScreen 2023-09-02 15:52:17 +02:00
Robert
318ec99ad4 Workshop library - Match browser design after all 2023-09-02 10:57:18 +02:00
Robert
7b7ef2045a Merge branch 'development' 2023-09-02 10:12:19 +02:00
Robert
730881b6d0 Merge branch 'development' into feature/workshop 2023-09-02 09:46:48 +02:00
RobertBeekman
d26f62223b
Merge pull request #811 from Artemis-RGB/ProcessMonitoring
Added more low level process-monitoring to reduce allocations and cpu…
2023-09-02 09:45:27 +02:00
RobertBeekman
7f75a89d97
Merge pull request #810 from Artemis-RGB/feature/profiler-call-count
Profiler - Added number of calls
2023-09-02 09:45:04 +02:00
RobertBeekman
d3b0da0b1f
Merge pull request #808 from Artemis-RGB/feature/windows-input-allocs
Reduce memory allocation in Windows Input Provider
2023-09-02 09:44:54 +02:00
Robert
742496b13d Workshop - UI tweaks 2023-09-02 09:43:42 +02:00
Robert
9c6d7329a6 Workshop Library - Added library pages
UI - Tweaked design to more closely match WinUI 3 gallery examples
2023-09-01 20:33:50 +02:00
Diogo Trindade
51e1ecea68 Remove weird import
not sure how that got there haha
2023-09-01 08:55:05 +01:00
ef3e349da4 Splitted the ProcessMonitor to have a cleaner separation of windows-specific and corss-platform code 2023-09-01 01:46:44 +02:00
abeb6885ce Added more low level process-monitoring to reduce allocations and cpu-time 2023-09-01 01:20:54 +02:00
Robert
e545d2f3da Workshop - Added library view models 2023-08-31 22:04:57 +02:00
Diogo Trindade
402242b79c Profiler - Added number of calls 2023-08-31 14:18:24 +01:00
Robert
d605afe6cc Merge branch 'development' 2023-08-27 12:18:16 +02:00
Robert
c75e839756 Profile upload - Use new format 2023-08-27 11:50:08 +02:00
Robert
23f80895b6 Merge branch 'development' into feature/workshop 2023-08-27 11:48:07 +02:00
Robert
e5c42ee228 Profiles - Redesigned export file format 2023-08-27 11:46:14 +02:00
Robert
3158e4247a Merge branch 'development' into feature/workshop 2023-08-26 22:39:08 +02:00
Robert
811917c1c9 UI - Unload current page when closing screen
UI - Restore last page when opening via double click on tray icon
Windows - Fixed settings tray menu item opening release tab
2023-08-26 22:39:01 +02:00
Robert
606a34c7be Merge branch 'development' into feature/workshop 2023-08-26 21:52:07 +02:00
Robert
f3a4ccea8b Sidebar - Navigate on click instead of select, allowing to go back to the main screen of a menu item 2023-08-26 21:51:58 +02:00
Robert
eed6ff7a2b UI - Log Avalonia logs in Serilog instead of their own slow solution 2023-08-26 21:46:01 +02:00
Robert
671c587df6 Profiles - Added workshop installing 2023-08-26 20:47:48 +02:00
Robert
4143cc2de8 Added profile details 2023-08-25 22:54:56 +02:00
Robert
e21edd0ed6 About tab - Fixed my icon being smoll, lmao
About tab - Use async image loader instead of manual bitmaps
Workshop - Use async image loader for entry icons
2023-08-24 19:38:47 +02:00
Robert
2a34381926 Submission wizard - Style tweaks to
Profile details - Started work on side pane
2023-08-22 22:20:56 +02:00
Robert
f6f6f0fe6a Core - Made SKPaintExtensions public 2023-08-22 16:01:32 +02:00
Diogo Trindade
11392f6043 Reduce memory allocation in Windows Input Provider 2023-08-22 12:41:06 +01:00
Robert
a51ab70298 Merge branch 'development' into feature/workshop 2023-08-21 20:15:46 +02:00
Robert
5ccd1a9761 Merge branch 'master' into development 2023-08-21 20:14:46 +02:00
Robert
e4c487e2de Device providers - Fixed an exception when re-enabling device providers 2023-08-21 20:08:25 +02:00
Robert
9cedeea2f0 Nuget - Use separate version for Avalonia behaviours 2023-08-20 20:51:53 +02:00
Robert
138d168cf2 Merge branch 'development' 2023-08-20 14:52:12 +02:00