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

92 Commits

Author SHA1 Message Date
Robert
a798980eec Workshop - Feature flagged out layouts
Settings - Use Fluent tabs
2023-09-09 00:32:58 +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
Diogo Trindade
51e1ecea68 Remove weird import
not sure how that got there haha
2023-09-01 08:55:05 +01: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
Diogo Trindade
11392f6043 Reduce memory allocation in Windows Input Provider 2023-08-22 12:41:06 +01:00
Robert
ee6d295fd8 Upgrade Avalonia 2023-07-26 22:13:40 +02:00
Robert
b298900ed2 Upgrade Avalonia and FluentAvalonia, use a props file to sync versions 2023-07-14 10:31:44 +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
dependabot[bot]
ff55bf0d26
Bump Microsoft.Windows.Compatibility in /src/Artemis.UI.Windows
Bumps [Microsoft.Windows.Compatibility](https://github.com/dotnet/runtime) from 7.0.0 to 7.0.3.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v7.0.0...v7.0.3)

---
updated-dependencies:
- dependency-name: Microsoft.Windows.Compatibility
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-14 17:10:22 +00:00
Robert
f249f80d19 Upgrade Avalonia to 11 rc1 2023-06-05 23:39:57 +02:00
Diogo Trindade
c0323f7248 Input - Added F13-F24 2023-06-05 12:18:39 +01:00
Robert
bf6674e44f Upgraded to preview8 2023-05-11 23:10:49 +02:00
Diogo Trindade
59f9479d9a WIP - Changed Bindings into CompiledBindings 2023-04-30 21:39:21 +01:00
Robert
33f375e608 Added Nuget feed and updated Avalonia to CI build for now 2023-04-30 20:58:30 +02:00
Robert
ebe7f68e9d Windows - Use user32 APIs to manage windows for input provider and Vulkan 2023-04-27 10:50:13 +02:00
Robert
c50a572363 UI - Update Avalonia to preview7
UI - Update FluentAvalonia to preview7
2023-04-26 21:38:15 +02:00
Robert
0c12d54a08 Update Nuget packages 2023-04-10 13:00:29 +02:00
Robert
6b65a64ee2 Merge branch 'development' into feature/update-avalonia 2023-04-07 17:13:36 +02:00
Diogo Trindade
5e34a8112b Input - Removed unused keyboard keys
simplified a bunch of enum flag code
changed dictionaries into switches
2023-04-06 22:49:54 +01:00
Diogo Trindade
02ecbfa708 Simplified scan code input parsing 2023-04-06 15:33:36 +01:00
Diogo Trindade
93dafd420e Windows input - Added black magic 2023-04-02 04:11:52 +01:00
Robert
02e85af4af Fixed Windows input provider, Vulkan and logging 2023-03-31 23:23:18 +02:00
Robert
5b5acf2f76 Fixed remaining compile errors 2023-03-31 20:52:44 +02:00
Robert
81e83e59f6 Fixed Artemis.UI.Shared compile errors 2023-03-29 21:36:56 +02:00
Robert
173b04101a Fix args not being passed on correctly 2023-03-26 14:09:30 +02:00
Robert
494c5b4054 Don't show UI when silently updating 2023-03-26 13:05:19 +02:00
Robert
4c38073431 Remove unused models 2023-03-26 11:52:33 +02:00
Robert
c6b14813b7 Fixed an oopsie 2023-03-25 22:19:36 +01:00
Robert
319b84c949 Fix updating with directories with whitespaces 2023-03-25 21:51:38 +01:00
Robert
8dee02e6fd When updating, bypass execution policy for scripts
Fix getting stuck on Initializing Core if updating fails
2023-03-25 15:51:33 +01:00
Robert
0e32bb6b61 Output install log to file 2023-03-09 21:35:12 +01:00
Robert
4a8845e578 Simplify release install process
Fix install on startup
2023-03-06 21:58:44 +01:00
Robert
ee19776afa Clean up old releases 2023-03-04 19:25:31 +01:00
Robert
5d01665d6e Added update history 2023-03-04 16:30:41 +01:00
Robert
ede29aa9f9 Added channel startup argument 2023-03-03 13:35:42 +01:00
Robert
0852769cc9 Removed BuildInfo constant
Indicate which version is currently installed in release list
2023-02-28 22:45:34 +01:00
Robert
d15244f330 Merge branch 'development' into feature/updating 2023-02-26 16:04:03 +01:00
Robert
7aa9fa1a36 Improve cancelling builds 2023-02-26 15:22:02 +01:00
Robert
67a4672c66 Implemented Windows updating 2023-02-26 13:41:40 +01:00
Robert
667663dadf Clean up pending directory after installing update 2023-02-24 23:00:18 +01:00
Robert
acd005e4a2 Implemented most of the updating mechanism 2023-02-24 22:54:17 +01:00
Robert
0cd65a2ebf Implemented Artemis.Web.Update client 2023-02-12 16:48:16 +01:00
Robert
a5d2249593 Updating - Initial client code 2023-02-05 21:48:56 +01:00
Robert
f2ef657d00 Core - Refactor service registration 2023-02-04 23:25:48 +01:00
Robert
bef3a84e28 UI - Reinstated database backup system from before Avalonia 2023-01-30 21:01:11 +01:00
RobertBeekman
b7e723b7e9
Core/UI - Move from Ninject to DryIoc (#754) 2023-01-30 21:00:10 +01:00
Robert
5ef6f044c4 UI - Limit satellite resource languages to English reducing install size 2022-10-31 21:53:44 +01:00
Aytaç Kayadelen
02cd0dd54c
Windows - Add current user login as trigger to startup task (#737)
Co-authored-by: Robert <mail@rbeekman.nl>
2022-10-12 22:50:02 +02:00
Robert
4a6721c97e Webserver - Upgraded EmbedIO to remove illegal byte-order-mark (BOM) 2022-10-12 22:37:07 +02:00