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

Commit Graph

  • f5688db630 Merge branch 'development' Robert 2023-06-11 22:51:15 +02:00
  • 63591ec3a6 Merge branch 'feature/avalonia-11rc1' into development Robert 2023-06-11 22:50:40 +02:00
  • 61e4886869 Bump RGB.NET to 2.0.0-prerelease.78 Robert 2023-06-11 22:49:49 +02:00
  • bde4e861c2 Initial workshop commit Robert 2023-06-11 18:52:17 +02:00
  • b6762d074a Start with enabled keybinds Robert 2023-06-11 18:03:18 +02:00
  • deaee707f1 Removed old Console.WriteLine Robert 2023-06-11 09:43:05 +02:00
  • 2e9b3d59d6 Added workaround for invalidation issue in pan/zoom elements Robert 2023-06-10 13:23:38 +02:00
  • 34824dde42 HotkeyBox - Focus fixes Robert 2023-06-06 20:17:30 +02:00
  • aa4a740b78 DraggableNumberBox - Focus fixes Robert 2023-06-06 19:19:43 +02:00
  • 88322baafd DeviceVisualizer - Tied update to core update instead of hardcoded 25fps Diogo Trindade 2023-06-06 12:17:31 +01:00
  • 567ca193a4 DeviceVisualizer - don't check dirty unless necessary Diogo Trindade 2023-06-06 12:00:48 +01:00
  • 06e6075c4d DeviceVisualizer - reduce allocations Diogo Trindade 2023-06-06 12:00:05 +01:00
  • f249f80d19 Upgrade Avalonia to 11 rc1 Robert 2023-06-05 23:39:57 +02:00
  • 70b6035b0d Fixed save file picker path Diogo Trindade 2023-06-05 14:25:39 +01:00
  • c0323f7248 Input - Added F13-F24 Diogo Trindade 2023-06-05 12:18:39 +01:00
  • c24e57e556 NumberBox - Fixed values getting coerced between 0 and 100 Robert 2023-05-26 00:16:26 +02:00
  • 9cfa45972d Merge branch 'development' Robert 2023-05-22 20:54:29 +02:00
  • dc8147d5a7 UI - Fix draggable number box clamping the value to 0-100 when unloading Robert 2023-05-22 20:19:42 +02:00
  • ec594f02b1 Upgrade RGB.NET to 2.0.0-prerelease.69 Robert 2023-05-22 19:58:52 +02:00
  • 6136861215 UI - Use lower quality rendering on the device visualizer Robert 2023-05-22 15:03:10 +02:00
  • a846bd592e Core - Do not load abstract plugin features Diogo Trindade 2023-05-21 15:33:37 +01:00
  • 26ad9a3385 Merge remote-tracking branch 'origin/development' into development Robert 2023-05-21 10:33:22 +02:00
  • e190059623 Device visualizer - Only rerender dirty devices Robert 2023-05-21 10:33:15 +02:00
  • 51f08379eb Fix possible NRE in node script import Diogo Trindade 2023-05-20 22:15:08 +01:00
  • fa710777d7 UI - Use Timer instead of DispatcherTimer where feasible Robert 2023-05-20 23:11:44 +02:00
  • 0b4588ea58 Merge branch 'development' Robert 2023-05-18 20:03:53 +02:00
  • 4ffe8d8848 Nuget - Upgraded Markdown, removed unused Skia package Robert 2023-05-18 20:03:02 +02:00
  • 8ae066935e Update readme Robert 2023-05-18 19:47:38 +02:00
  • cb98f25780 Merge branch 'feature/icon-picker' into development Robert 2023-05-18 19:44:21 +02:00
  • ed3a770881 UI - Added new icon picker to profile configuration dialog Robert 2023-05-18 19:39:15 +02:00
  • 07f8209b7b UI - Initial icon picker commit Robert 2023-05-18 13:27:04 +02:00
  • c86dba30fc Settings - Brought the with and margins of different tabs in line with eachother Robert 2023-05-18 11:18:55 +02:00
  • a76ecec97d Profile editor - Fix render quality of devices Robert 2023-05-13 11:18:59 +02:00
  • 5a36bc33ff Merge branch 'development' prerelease Robert 2023-05-13 11:06:18 +02:00
  • faa21438b8
    Merge pull request #783 from Artemis-RGB/RGB.NET_Update RobertBeekman 2023-05-13 10:37:53 +02:00
  • 2a588375d2 CI - fix docFX Diogo Trindade 2023-05-12 23:00:30 +01:00
  • c0df5c2caf Merge branch 'development' Robert 2023-05-12 23:43:37 +02:00
  • f2d51b8daf Merge branch 'feature/avalonia-preview7' into development Robert 2023-05-12 23:41:22 +02:00
  • e783dcaa58 Fixed VM disposal issues Robert 2023-05-12 23:27:27 +02:00
  • 5adc837673 Nodes - Fixed compiledBinding in CableView Diogo Trindade 2023-05-11 22:53:05 +01:00
  • f04d7cf897 BitmapInterpolationMode fixes Robert 2023-05-11 23:33:36 +02:00
  • bf6674e44f Upgraded to preview8 Robert 2023-05-11 23:10:40 +02:00
  • 3c6d770ec2 Merge branch 'feature/linux-input-fix' into feature/avalonia-preview7 Diogo Trindade 2023-05-06 15:40:04 +01:00
  • becc6e0715 Linux - cleanup initialization Diogo Trindade 2023-05-06 15:39:47 +01:00
  • c793c0ba35 Fix editor margin Robert 2023-05-06 14:36:17 +02:00
  • 2e88b438f0 Merge remote-tracking branch 'origin/feature/compiled-bindings' into feature/avalonia-preview7 Robert 2023-05-06 13:12:07 +02:00
  • 5fc2f9e23c Fix draggable number box min and max not applying Robert 2023-05-06 13:11:09 +02:00
  • 5429346396 UI - Replaced tuples with custom classes for binding Diogo Trindade 2023-04-30 17:32:51 +01:00
  • 59f9479d9a WIP - Changed Bindings into CompiledBindings Diogo Trindade 2023-04-30 17:22:01 +01:00
  • 33f375e608 Added Nuget feed and updated Avalonia to CI build for now Robert 2023-04-30 20:58:30 +02:00
  • ebe7f68e9d Windows - Use user32 APIs to manage windows for input provider and Vulkan Robert 2023-04-27 10:50:13 +02:00
  • c50a572363 UI - Update Avalonia to preview7 Robert 2023-04-26 21:38:15 +02:00
  • 97b858b332 Linux - input identification fixes Diogo Trindade 2023-04-25 00:58:47 +01:00
  • 497b6e0742 wip: try to fix input id on linux Diogo Trindade 2023-04-25 00:14:35 +01:00
  • 8cb551ebc2 Added aggresive inline to GetColor in SKTexture Darth Affe 2023-04-23 18:33:01 +02:00
  • 1b23607d92 Meta: Updated RGB.NET to 2.0.0-prerelease.53 and adapted the SKTexture to the changes Darth Affe 2023-04-23 18:30:34 +02:00
  • b1e39dbd39 Merge branch 'development' Robert 2023-04-20 21:20:46 +02:00
  • 18d69bbf42 Web server - Don't constantly restart during initialize Robert 2023-04-20 16:47:29 +02:00
  • de23b5449b Device visualizer - Fix crash when LED geometry is null Robert 2023-04-20 14:00:51 +02:00
  • afa76a262a
    Merge pull request #782 from Artemis-RGB/feature/hot-reload RobertBeekman 2023-04-20 13:48:24 +02:00
  • 8a0a162429 Allow plugins to opt out of hot reloading Robert 2023-04-20 13:47:24 +02:00
  • 5766aa6424 Meta - Update RGB.NET Robert 2023-04-20 13:35:24 +02:00
  • 192b4f0df2 UI - Rename folders and layers in a dialog to avoid hotkey issues Robert 2023-04-19 16:03:57 +02:00
  • 0c44e4ba22 Core - Added plugin hot reloading Diogo Trindade 2023-04-16 17:35:43 +01:00
  • 0b5866a2b8 CI - Fixed DocFX again Diogo Trindade 2023-04-14 18:48:41 +01:00
  • e512780592 Merge branch 'development' Robert 2023-04-14 14:54:00 +02:00
  • 1bad68dbc8
    Merge pull request #780 from Artemis-RGB/feature/plugin-help RobertBeekman 2023-04-14 14:51:52 +02:00
  • 2b15657f8d Use a help page URL instead of doing things in-app Robert 2023-04-14 14:43:33 +02:00
  • bee96166dd
    Merge pull request #779 from Artemis-RGB/bugfix/layer-brush-null RobertBeekman 2023-04-14 13:52:35 +02:00
  • d704d398cd CI - publish builds on master only Diogo Trindade 2023-04-14 11:42:04 +01:00
  • 3b04447ff7 Layers - Prevent brushes from going null when provider is missing Robert 2023-04-14 11:56:51 +02:00
  • 949106e470 Plugins - Added help pages Robert 2023-04-14 11:55:53 +02:00
  • b59e898dd3 Plugins - Separated VMs into folders Robert 2023-04-13 17:41:54 +02:00
  • 2f270c9c03 UI - fixed file picker messing up paths Diogo Trindade 2023-04-13 11:53:51 +01:00
  • a480614086 Merge branch 'development' Robert 2023-04-12 17:52:34 +02:00
  • 45f02c1573 UI - Fixed window not opening from tray Robert 2023-04-11 20:58:01 +02:00
  • f3a13a2874 Fix theme not always being dark Robert 2023-04-10 21:49:54 +02:00
  • 4e700a7ced Merge branch 'development' Robert 2023-04-10 20:12:08 +02:00
  • 87334b3acc Merge branch 'feature/update-avalonia' into development Robert 2023-04-10 20:12:02 +02:00
  • ba510424b0 Update RGB.NET Robert 2023-04-10 19:59:31 +02:00
  • 3fba6e6a2a Fixed nuget workflow Diogo Trindade 2023-04-10 14:26:41 +01:00
  • 0c12d54a08 Update Nuget packages Robert 2023-04-10 13:00:29 +02:00
  • a173f3cc61 Fixed separators and replaced obsolete filepicker calls Robert 2023-04-10 12:45:16 +02:00
  • 81a7b0d089 Merge branch 'development' into feature/update-avalonia Robert 2023-04-10 12:02:37 +02:00
  • 1f0ec791cf Ui - Fixed every hotkey in the same tree receiving input Diogo Trindade 2023-04-10 10:36:24 +01:00
  • 0107bfdd24 UI - Fix hotkeybox keys being mangled up Robert 2023-04-08 18:56:42 +02:00
  • 2fcc6d7862 Plugins - Added constructors to PluginException to provide a help document Robert 2023-04-08 13:13:58 +02:00
  • 1ffacb22ae Remove unused window style Robert 2023-04-07 21:25:33 +02:00
  • 6b65a64ee2 Merge branch 'development' into feature/update-avalonia Robert 2023-04-07 17:13:36 +02:00
  • 0f21a94cb5 Merge branch 'development' Robert 2023-04-07 16:18:15 +02:00
  • 88558efcb1 Fix auto connecting nodes Robert 2023-04-07 16:18:07 +02:00
  • 69c623bc8f
    Merge pull request #770 from Artemis-RGB/feature/linux-icons RobertBeekman 2023-04-07 16:16:54 +02:00
  • 519ea3503f
    Merge pull request #774 from Artemis-RGB/feature/input-scancode-sorcery RobertBeekman 2023-04-07 16:07:37 +02:00
  • 5e34a8112b Input - Removed unused keyboard keys Diogo Trindade 2023-04-06 22:49:54 +01:00
  • 02ecbfa708 Simplified scan code input parsing Diogo Trindade 2023-04-06 15:32:02 +01:00
  • 73933ee324 Fixed color picker button Robert 2023-04-04 22:36:39 +02:00
  • 0116bac346 Fix node picker not opening at cursor Robert 2023-04-03 22:17:39 +02:00
  • 5a5a6819b1 Visual scripting fixes Robert 2023-04-02 20:21:01 +02:00
  • 82b41425aa Fixed custom controls not responding to changes, fixed title bar interaciton Robert 2023-04-02 10:40:54 +02:00
  • 93dafd420e Windows input - Added black magic Diogo Trindade 2023-04-02 04:11:52 +01:00