Diogo Trindade
08bef79b2f
CI - Added Linux build
2022-08-28 11:06:57 +02:00
Robert
c5a1777cf6
Nodes - Fixed memory leak
2022-08-27 21:53:01 +02:00
Robert
cf58acc7d2
Easing nodes - Fixed going into a broken state when delay is 0
...
Numeric easing node - Fixed node not functioning at all
Event cycle node - Fixed node not functioning at all
2022-08-27 12:12:47 +02:00
Robert
6638eae126
Node picker - Put data model nodes at the top, then static, then alphabetical
2022-08-26 22:58:31 +02:00
Robert
928d9711af
Core - Moved startup arguments from CoreService to Constants
...
Web server - Added setting to disable the web server
Web server - Added --disable-webserver startup argument to disable the web server
UI - Fixed Artemis not bringing existing instances to foreground if already running
2022-08-26 20:32:36 +02:00
RobertBeekman
87b87a9145
Merge pull request #718 from Aytackydln/master
...
Added String Length and IsNullOrWhiteSpace Nodes
2022-08-26 20:18:24 +02:00
Robert
dc00d7ea6f
API Docs - Fix build
2022-08-26 09:36:12 +02:00
Robert
262b0ebe99
API Docs - Optimise CI
2022-08-26 09:21:58 +02:00
Robert
94fb47275e
API Docks - Updated styling
2022-08-26 09:06:46 +02:00
RobertBeekman
b754efbf50
Merge pull request #720 from Artemis-RGB/feature/Nodes
...
Feature/nodes
2022-08-25 22:21:10 +02:00
Robert
4ed6d10f38
Nodes - Added IList support
...
Nodes - Added simple List operator node
2022-08-25 20:34:00 +02:00
36f996eb1a
Added some nodes
2022-08-25 19:44:46 +02:00
3f9de63b06
Aded operators to create numerics
2022-08-25 19:44:42 +02:00
Robert
da0d3abbdd
Nodes - Disconnect pins that changed their type but stayed an enum
2022-08-25 19:27:58 +02:00
aytac.kayadelen
ce1cf948ce
remove 'Text Empty' node output name
2022-08-25 14:08:22 +03:00
aytac.kayadelen
2e5977b55f
omit "string" from descriptions
2022-08-25 10:17:54 +03:00
aytac.kayadelen
37f544a9c1
simplify node output names
2022-08-24 13:12:00 +03:00
aytac.kayadelen
a92c0adaf4
update output namings
2022-08-24 12:02:26 +03:00
aytac.kayadelen
e54e791062
added string lLength and IsNullOrEmpty nodes
2022-08-24 11:15:29 +03:00
Robert
30be7a9915
Nodes - Fixed some connections not saving on dynamic incoming pins
...
Nodes - Fixed undo/redo when deleting a node with dynamic incoming pins
Nodes - Disabled layer property node for now until I have time to finish it
2022-08-23 23:28:42 +02:00
RobertBeekman
f96bf05820
Merge pull request #717 from Artemis-RGB/development
2022-08-23 21:39:59 +02:00
Robert
c45e879eef
Nodes - Added string contains node
...
Nodes - Added string regex match node
2022-08-23 21:31:02 +02:00
Robert
d2e0607622
Nodes - Fixed string format node not outputting numerics
...
Data model event node - Renamed to Data Model-Event Value Cycle
Data model event node - Added new data model event node that outputs the latest event data
Event conditions - Performance improvements
2022-08-23 20:35:25 +02:00
RobertBeekman
1951477590
Merge pull request #716 from Artemis-RGB/development
...
Avalonia Bugfixes
2022-08-22 20:27:58 +02:00
Robert
3efb97eedd
Color picker - Avoid overlapping colors
2022-08-22 20:24:08 +02:00
Robert
212d13c1c8
Device dialog - Recreate tabs on device reload
2022-08-21 20:15:43 +02:00
RobertBeekman
dce47ac111
Merge pull request #715 from Artemis-RGB/development
...
Avalonia bugfixes
2022-08-21 14:30:21 +02:00
Robert
563389cab6
Profile editor - Fixed play on focus loss functionality
2022-08-21 13:34:10 +02:00
Robert
b82db7f453
Merge branch 'master' into development
2022-08-21 12:04:25 +02:00
Robert
7a48bf788e
Nodes - Added static boolean node
2022-08-21 12:03:46 +02:00
RobertBeekman
bc8b3b5482
Merge pull request #714 from Artemis-RGB/development
...
Bugfixes
2022-08-21 11:38:16 +02:00
Robert
f6090dc296
Code style - Use file scoped namespaces
...
Code style - Ran code cleanup
2022-08-21 11:36:15 +02:00
Robert
e68e16df4d
Device visualizer - Fixed display issues when scaling/rotating
2022-08-21 11:26:36 +02:00
Robert
76a6ab5ca0
Visual Scripting - Removed accidental reference to ScreenCapture.NET
2022-08-21 10:05:21 +02:00
Robert
9d2136dd6a
Plugins - Added API versioning
...
Tray icon - Fix crash when restoring main window from tray
2022-08-21 10:00:00 +02:00
RobertBeekman
a282bf3fd7
Merge pull request #713 from Artemis-RGB/feature/avalonia
...
Avalonia port
2022-08-20 21:54:53 +02:00
Robert
7e62f71ec4
Merge remote-tracking branch 'origin/feature/avalonia' into feature/avalonia
2022-08-20 21:48:50 +02:00
Robert
7a7d0ab387
Linux input provider - Style fixes
...
Nodes - Added display value node
Nodes - Updated help link
2022-08-20 21:48:46 +02:00
Diogo Trindade
ead59635f0
Linux - Added absolute mouse events and commented out debug logs
2022-08-20 17:10:02 +01:00
Robert
f9b3bc9377
Workshop - Disable in release builds
2022-08-20 18:02:35 +02:00
Diogo Trindade
6fe93ab2f7
Linux - Fixed input provider warnings
2022-08-20 16:48:02 +01:00
Robert
090d5b76e8
Startup wizard - Implemented auto-run and update settings
2022-08-20 17:45:30 +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
1779629bc6
CI - Turn of ready to run (comparing size)
2022-08-20 12:32:35 +02:00
Robert
0944d532a5
CI - Updated to build Avalonia project
2022-08-20 12:18:23 +02:00
Robert
a8b56c3137
CI - Updated to build Avalonia project
2022-08-20 11:50:40 +02:00
Robert
6c5298902f
CI - Updated to build Avalonia project
...
Meta - Clean up build configs
2022-08-20 11:34:25 +02:00
Robert
e99af6c44b
Sidebar - Fix importing
2022-08-20 10:43:51 +02:00
Robert
340a309f9a
Core - Don't retry loading plugins after shutdown has been initialized
...
Meta - Update packages
2022-08-20 10:43:44 +02:00