Robert
2e9b3d59d6
Added workaround for invalidation issue in pan/zoom elements
2023-06-10 13:23:38 +02:00
Robert
f249f80d19
Upgrade Avalonia to 11 rc1
2023-06-05 23:39:57 +02:00
Robert
6136861215
UI - Use lower quality rendering on the device visualizer
2023-05-22 15:03:10 +02:00
Robert
fa710777d7
UI - Use Timer instead of DispatcherTimer where feasible
2023-05-20 23:11:51 +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
Robert
a76ecec97d
Profile editor - Fix render quality of devices
2023-05-13 11:18:59 +02:00
Robert
e783dcaa58
Fixed VM disposal issues
2023-05-12 23:27:27 +02:00
Robert
bf6674e44f
Upgraded to preview8
2023-05-11 23:10:49 +02:00
Robert
c793c0ba35
Fix editor margin
2023-05-06 14:36:17 +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
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
c50a572363
UI - Update Avalonia to preview7
...
UI - Update FluentAvalonia to preview7
2023-04-26 21:38:15 +02:00
Robert
192b4f0df2
UI - Rename folders and layers in a dialog to avoid hotkey issues
...
UI - Fixed renaming an effect executing twice, requiring two undo-actions to undo it
UI - Always disable editor hotkeys when typing in any input
2023-04-19 16:03:57 +02:00
Robert
3b04447ff7
Layers - Prevent brushes from going null when provider is missing
...
Layers - Set broken state when brush provider is missing
UI - Tweaked broken state visuals
2023-04-14 11:56:51 +02:00
Robert
82b41425aa
Fixed custom controls not responding to changes, fixed title bar interaciton
2023-04-02 10:40:54 +02:00
Robert
4518691907
Fixed lots of runtime errors
2023-03-31 21:17:14 +02:00
Robert
5b5acf2f76
Fixed remaining compile errors
2023-03-31 20:52:44 +02:00
Robert
d171b947b7
Fixed compile errors in Artemis.UI
2023-03-30 23:13:39 +02:00
Robert
81e83e59f6
Fixed Artemis.UI.Shared compile errors
2023-03-29 21:36:56 +02:00
RobertBeekman
b7e723b7e9
Core/UI - Move from Ninject to DryIoc ( #754 )
2023-01-30 21:00:10 +01:00
Robert
6ac3d00116
Layers - Fixed node scripts not loading on duplicated/pasted scripts
2022-10-31 22:47:31 +01:00
Robert
b6b351f32e
Profile editor - Repeat timeline by default & remember repeat setting
2022-09-17 19:25:17 +02:00
Robert
654863e0de
Event conditions - Disable edit script button before picking an event
2022-09-16 19:50:35 +02:00
Robert
b19854ee47
Nodes - Added object output pins and a new list predicate node
2022-09-16 19:46:43 +02:00
Robert
3994b49f08
Windows - Fix crash when clicking on update notification
...
Meta - Code cleanup
2022-09-03 10:34:53 +02:00
Robert
cdd814d920
Nodes - Improved changing pin types without reconnecting pins
...
UI - Fixed possible lingering UI elements in node editor and several other places
2022-09-03 10:16:24 +02:00
Robert
88f01abe0d
Data model node - Fixed pins disconnecting after restart
...
Data model event node - Fixed pins disconnecting after restart
Node editor - Fixed connecting already connected input pins to an output pin causing a crash
Node editor - Added auto-save every 2 minutes while nodes are open (profiles are already auto-saved whenever you make a change, nodes will get the same treatment later)
2022-08-30 17:22:36 +02:00
Diogo Trindade
ddfdbee340
Linux - Fixed a couple small issues
2022-08-28 11:06:57 +02:00
Robert
563389cab6
Profile editor - Fixed play on focus loss functionality
2022-08-21 13:34:10 +02:00
Robert
f6090dc296
Code style - Use file scoped namespaces
...
Code style - Ran code cleanup
2022-08-21 11:36:15 +02:00
Robert
bfa1d60dec
Profile editor - Fix crash when there are no devices
2022-08-20 16:46:43 +02:00
Robert
a2a063c136
UI - Fix build warnings
...
UI - Add remote controller
2022-08-20 13:42:45 +02:00
Robert
34799fd440
Packages - Updated Avalonia and friends
2022-08-18 21:06:23 +02:00
Robert
9da71f7b97
Editor - Fixed a bunch of memory leaks
2022-08-18 20:13:15 +02:00
Robert
84b394fc51
Profile tree - Prevent dragging while renaming
...
Profile tree - Prevent hotkeys while renaming
2022-08-17 22:48:13 +02:00
Robert
9602934342
Profile editor - Added focusing indicator
2022-08-15 22:42:24 +02:00
Robert
1f311d2295
Profile editor - Added focusing
2022-08-14 14:11:39 +02:00
Robert
3f52279305
Profile - Blending mode fixes
...
Nodes editor - Adhere to cable display settings
Profile - Added focus layer option
2022-08-14 10:18:17 +02:00
Robert
e401fdf964
Editor - Autofit surface on open
...
Data model picker - Expand on double click
2022-08-13 17:09:53 +02:00
Robert
19d47ec9f5
Profiles - Fixed resetting state and reset profiles after editing them
2022-08-13 11:18:24 +02:00
Robert
e9566ca689
Storage - Added migration to clear the DB
...
Profile - Don't store empty visual scripts
Profile tree - Improved drag & drop
2022-08-04 23:01:27 +02:00
Robert
d1c1e6e894
Editor - Don't lock up UI while loading panels
2022-07-31 17:49:15 +02:00
Robert
5c4175ed9c
Editor - Fixed suspending layers
...
Editor - Disable suspending layers with spacebar
Nodes - Fixed changed event source node not using numerics
Nodes - Simplify checking wether a pin is numeric
2022-07-31 17:17:37 +02:00
Robert
3625d1ad11
Plugin settings - Only enable install/uninstall prereqs when applicable
...
Sidebar - Added missing context menu on profiles
2022-07-30 21:24:55 +02:00
Robert
1210dc3f63
Setup wizard - Added and auto-show on home open
...
UI - Slightly darkened W11 effect
2022-07-29 22:01:36 +02:00
Robert
9135128ffd
Timeline - Added segment time input
...
Timeline - Ensure segments can't get too short, prevent removing all segments
2022-07-26 21:26:38 +02:00
Robert
92ad3eea92
Timeline - Added snapping/rounding when resizing segments
2022-07-26 19:17:02 +02:00
Robert
2872712d66
Merge remote-tracking branch 'origin/feature/avalonia' into feature/avalonia
2022-07-25 22:39:33 +02:00
Robert
eccad3042a
Plugins tab - Added missing button
...
Profile editor - Color tweaks
Layer adaption hints - Color tweaks
Layer adaption hints - Save on close
Layer properties - Fix loading of keyframes
2022-07-25 22:39:29 +02:00