1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2026-01-02 02:33:32 +00:00

Commit Graph

  • 73a80ef476 Plugins - Don't load incompatible plugins Robert 2022-08-02 21:17:53 +02:00
  • dc17253518 Visual scripting - Added pin disconnect with MMB Robert 2022-08-01 22:26:11 +02:00
  • b6e0c0fb66 Sidebar - Added category reordering Robert 2022-08-01 20:42:56 +02:00
  • 5873df250d Core - Added missing property changed calls in ProfileConfiguration Robert 2022-07-31 21:24:02 +02:00
  • 7667cc5473 Tray icon - Fix show on click Robert 2022-07-31 17:55:53 +02:00
  • d1c1e6e894 Editor - Don't lock up UI while loading panels Robert 2022-07-31 17:49:15 +02:00
  • cde750548d Editor - Always tick after executing a command Robert 2022-07-31 17:37:47 +02:00
  • 5c4175ed9c Editor - Fixed suspending layers Robert 2022-07-31 17:17:37 +02:00
  • eec2419005 Profiles - Fix brush properties being carried over from previous brush Robert 2022-07-30 21:55:28 +02:00
  • 3625d1ad11 Plugin settings - Only enable install/uninstall prereqs when applicable Robert 2022-07-30 21:24:55 +02:00
  • 45e810c3ac UI - Fixed Tray Icon on Linux Diogo Trindade 2022-07-30 19:43:42 +01:00
  • 1210dc3f63 Setup wizard - Added and auto-show on home open Robert 2022-07-29 22:01:36 +02:00
  • 5c1da6d2c4 Fixed settings being broken on linux Diogo Trindade 2022-07-29 20:00:16 +01:00
  • d91fc93ff2 Linux - Fixed invalid culture when picking layout Diogo Trindade 2022-07-29 17:04:13 +01:00
  • 5d6208f852 Node script window - Always update the script while open Robert 2022-07-28 21:45:58 +02:00
  • 0e3d26e89e DraggableNumberBox - Fixed min and max value Robert 2022-07-28 21:09:48 +02:00
  • 4703c0890a UI - Always use dark theme Robert 2022-07-27 20:09:23 +02:00
  • 7759b6197f UI - Exclude Avalonia.Diagnostics in release builds Robert 2022-07-26 23:30:54 +02:00
  • 9135128ffd Timeline - Added segment time input Robert 2022-07-26 21:26:38 +02:00
  • 92ad3eea92 Timeline - Added snapping/rounding when resizing segments Robert 2022-07-26 19:17:02 +02:00
  • 2872712d66 Merge remote-tracking branch 'origin/feature/avalonia' into feature/avalonia Robert 2022-07-25 22:39:33 +02:00
  • eccad3042a Plugins tab - Added missing button Robert 2022-07-25 22:39:29 +02:00
  • 1f528ce51e Editor - Always update layer shape on UI thread Robert Beekman 2022-07-25 08:26:32 +02:00
  • a2ce3b9d9c Devices - Added input identification Robert 2022-07-24 23:23:59 +02:00
  • f09b4a20bf Gradient picker button - Always update gradient on UI thread Robert 2022-07-24 14:25:13 +02:00
  • 29ef160975 Profile tree - Fixed dragging while renaming Robert 2022-07-23 21:21:57 +02:00
  • a23af68a12 Updated RGB.NET Diogo Trindade 2022-07-22 23:38:40 +01:00
  • 289a411545 Plugins - Don't dispose Plugin when disabling after it has been injected into a feature Robert 2022-07-22 23:25:35 +02:00
  • 75d85985a9 Plugins - Added platform support Robert 2022-07-22 20:28:07 +02:00
  • e385165200 Core - Made FloatRange and IntRange readonly structs Robert 2022-07-17 23:22:45 +02:00
  • bd26f447c6 Editor - Don't call ApplyUpdateValue if nothing changed Robert 2022-07-17 12:10:58 +02:00
  • d114c37439 Device visualizer - Don't eat mouse up events on LEDs (fixes pan getting stuck) Robert 2022-07-16 23:01:18 +02:00
  • e2f456866a UI - Fixed empty screen when opening from tray Robert 2022-07-16 21:27:34 +02:00
  • 311bdee8da Scripting - Add confirm dialog when discarding changes Robert 2022-07-16 10:42:20 +02:00
  • 2c61aa8a2c Merge branch 'development' Robert 2022-07-15 22:02:45 +02:00
  • e3907e6a76 Merge branch 'development' into feature/avalonia Robert 2022-07-15 22:01:21 +02:00
  • 94826e8598 Debugger - Added the ability to copy data model paths Robert 2022-07-15 21:46:51 +02:00
  • 0b9fcfdcbe Debugger - Added the ability to copy data model paths Robert 2022-07-15 21:06:31 +02:00
  • 3b4194cb9d Plugins - Ported prerequisites UI Robert 2022-07-10 23:25:34 +02:00
  • 0256a0d625 Settings - Fix general tab breaking when there is no graphics context Robert 2022-07-04 17:58:44 +02:00
  • b3b324697a Device dialog - Logical layout selection Robert 2022-07-02 22:53:12 +02:00
  • a735568c8f Yeah I can't remember looks like I fixed a bunch of warnings Robert 2022-07-02 14:01:27 +02:00
  • c4010b5481
    Merge pull request #702 from BigBrainAFK/patch-2 Diogo Trindade 2022-06-28 21:27:12 +01:00
  • 16c6447bf9
    Fix LayerEffect order double variable assignment Tony Langhammer 2022-06-28 22:21:27 +02:00
  • 65837e671a Device dialog - Added LEDs tab Robert 2022-06-19 14:19:03 +02:00
  • 021f17aef4 General - Log fatal exceptions on all platforms Robert 2022-06-18 22:36:52 +02:00
  • b875e3d366 Plugins - Added importing Robert 2022-06-18 22:32:03 +02:00
  • f89e7d43fe Property input - Implemented remaining properties Robert 2022-06-18 11:45:41 +02:00
  • e1a66f8a7e Layer properties - Tweaked step sizes for draggable float Robert 2022-06-15 21:57:10 +02:00
  • c0e2d8e579 Draggable numberbox - Added and use in editor Robert 2022-06-12 16:57:39 +02:00
  • ecbc3e4f35 Profile editor - Fixed keyframe positions of groups not updating Robert 2022-06-09 21:45:21 +02:00
  • 13d2ee0c3b Meta - Upgraded packages Robert 2022-06-09 20:10:39 +02:00
  • 38986b73ac Profile editor - Ensure hotkeys work whenever working i nthe editor Robert 2022-06-08 21:19:08 +02:00
  • 0d3890e560 Icons - Dropped SVG support and fixed filling Robert 2022-06-06 20:54:39 +02:00
  • dd40bdd544 Profiles - Added module activation requirements Robert 2022-06-05 18:57:42 +02:00
  • d563d17270 Profile settigns - Added activation condition visual scripting Robert 2022-05-28 19:24:37 +02:00
  • bcd03becc7 Sidebar - Added profile reordering and moving to different categories Robert 2022-05-27 10:06:47 +02:00
  • cd97ed420c Layer adapter hints - Finished port, added deleting hints Robert 2022-05-25 22:22:09 +02:00
  • 720bebaf35 Layer adapter hints - Ported UI Robert 2022-05-24 23:24:49 +02:00
  • 850346ccd2 Node editor - Added menu Robert 2022-05-22 22:38:57 +02:00
  • a0260b53e5 Timeline - Fix collapsed keyframes not showing Robert 2022-05-19 23:48:03 +02:00
  • 4809ebf969 Core - Change default rendering to Software, quicker in most setups Robert 2022-05-17 23:29:07 +02:00
  • a06bc68046 Device properties - Implemented LED mappings tab Robert 2022-05-15 20:14:57 +02:00
  • 78479c0fa2 Sidebar - Refactored category VM to fix all issues with it I could find Robert 2022-05-14 22:57:53 +02:00
  • 35f83e58e5 Merge branch 'development' into feature/avalonia Robert 2022-05-14 00:14:03 +02:00
  • 1c2fe904b7 Merge branch 'development' Robert 2022-05-12 23:07:01 +02:00
  • 4ee4857b10 Core - Added timesToRepeat and seamless arguments to GetColor Robert 2022-05-12 23:01:45 +02:00
  • 6f75683c4d General - Updated RGB.NET Robert 2022-05-08 10:28:52 +02:00
  • 11b88a3917 Merge branch 'development' Robert 2022-05-07 17:10:31 +02:00
  • 517185f4b1 General - Updated RGB.NET Robert 2022-05-07 17:09:44 +02:00
  • 34407aaeec Core - Made graphics context providable by UI Robert 2022-05-06 18:19:02 +02:00
  • b2987b5190 Core - Drop old brush entity when changing to a new brush Robert 2022-05-03 21:18:10 +02:00
  • cce8404cfa Meta - Update packages Robert 2022-05-01 11:08:59 +02:00
  • 3e1fc76bfe Profile editor - Fix closing brush/effect config dialogs Robert 2022-04-27 22:03:05 +02:00
  • eac08050bc UI - Streamlined VM names Robert 2022-04-24 22:05:29 +02:00
  • cd8656cb0d Profile editor - Added effect renaming Robert 2022-04-23 21:12:06 +02:00
  • 2bf36fbf20 Core - Refactored effects Robert 2022-04-23 17:07:04 +02:00
  • e5ba48c7f4 Surface editor - Refactor selection/movement code to match nodes Robert 2022-04-19 23:11:44 +02:00
  • 52f2338154 Event condition - Added toggle off mode Robert 2022-04-17 20:23:18 +02:00
  • 8c7bbc3f0f Profile editor - Added F5 previewing Robert 2022-04-14 21:12:29 +02:00
  • 5b183d3010 Nodes - Rewrote storage Robert 2022-04-10 11:59:32 +02:00
  • 3dfc25b092 Core - Refactored display conditions Robert 2022-04-09 00:11:22 +02:00
  • 66ea718316 Profile editor - Integrated visual scripting Robert 2022-04-03 22:21:56 +02:00
  • 372991a69b UI - Fixed a lot of binding errors Robert 2022-04-02 01:10:06 +02:00
  • 8fd18b9565 Node editor - Added preview mode Robert 2022-04-01 00:48:56 +02:00
  • 7c83d5345f Nodes - Reorganized code Robert 2022-03-30 20:10:43 +02:00
  • 69b881b044 Nodes - Added static color node Robert 2022-03-28 23:33:36 +02:00
  • 28534cb57a Nodes - Added maths node Robert 2022-03-27 15:29:58 +02:00
  • a664cfbcad About tab - Clean up XAML and fix image quality Robert 2022-03-27 12:05:53 +02:00
  • d7f3ee1190 Meta - Replace WPF projects with Avalonia projects Robert 2022-03-27 11:55:26 +02:00
  • fcf0376a9a Node editor - Tweak pin positions Robert 2022-03-27 11:48:35 +02:00
  • 2ae1f5f56c Node editor - Added node creation by dropping cables in empty space Robert 2022-03-26 19:13:51 +01:00
  • 06ab2c5bb6 Node editor - Added undo/redo to event and datamodel nodes Robert 2022-03-25 20:21:45 +01:00
  • f824f16658 Nodes - Made types mutable for non-generic pins/collections Robert 2022-03-24 23:47:40 +01:00
  • 30ec28a9a9 Data model picker - Implemented selecting Robert 2022-03-23 23:58:09 +01:00
  • 75a0be0c98 Data model picker - Added flyout Robert 2022-03-22 23:30:26 +01:00
  • 4cd596602f Data model picker - Implemented most of the picker Robert 2022-03-21 23:08:07 +01:00
  • 81ca8c1425 Node editor - Added static input nodes, easing type node Robert 2022-03-20 23:08:06 +01:00
  • d9d237e0eb Node editor - Added node collection pin add/remove Robert 2022-03-20 15:54:36 +01:00
  • 2907b86174 Node editor - Added connecting pins Robert 2022-03-19 22:58:14 +01:00