131 Commits

Author SHA1 Message Date
6509a5145f
improvements to the Synthesized Audio Editor 2022-10-14 09:38:20 -04:00
af0be076c8
setup plugin improvements 2022-09-13 09:50:30 -04:00
87a626b153
cwe plugin enhancements and additional functionality 2022-09-13 09:49:41 -04:00
c348eec90f
properly initialize the Quick Animate start frame when starting an animation 2022-04-14 00:39:08 -04:00
e12a19f8da
preliminary improvements to Intrinsic Graphics scene graph format and UI for node graph visualizer 2022-04-05 20:45:41 -04:00
38b61618eb
Merge branch 'master' of github.com:alcexhim/UniversalEditor 2022-03-17 14:36:44 -04:00
58418b635b
preliminary implementation of Multi-Track Mapping dialog for Waveform Audio editor 2022-02-07 13:14:33 -05:00
f6461e6cd2
Merge branch 'master' of github.com:alcexhim/UniversalEditor 2022-01-17 02:35:48 -05:00
e6be610a9d
rename UniversalEditor.UserInterface.MainWindow to EditorWindow to avoid naming conflict with MBS.Framework.MainWindow 2022-01-17 02:34:41 -05:00
f1a794a301
Merge branch 'master' of github.com:alcexhim/UniversalEditor 2022-01-15 06:44:36 -05:00
476c07516b
computer broke, frustrated, will clean up this shitload later 2021-12-09 01:04:07 -05:00
741291489b
fix for changes in MBS.Audio 2021-12-08 00:19:57 -05:00
1bc2cf9f47
Merge branch 'master' of github.com:alcexhim/UniversalEditor 2021-11-02 13:23:26 -04:00
6d9f1ed59c
don't crash if we have an empty ObjectModel (i.e. 'new document') 2021-10-31 14:59:35 -04:00
196d47840c
implement Editor-specific CommandBars for certain Editors 2021-10-31 14:56:45 -04:00
a23e71bfb7
implement Transport menu and commands as an Editor-agnostic Plugin 2021-10-27 03:21:51 -04:00
4a758fcdda
inform UWT we wish to display tabs as a sidebar (if available) 2021-10-13 21:50:30 -04:00
a7e6b55023
port Raven Software StripEditor from WinForms to UWT and add Waypoint editor (still preliminary) 2021-08-27 20:44:09 -04:00
452cbdc614
add convenient features to ICARUS script editor, like group/ungroup commands and lock/unlock parameters 2021-08-19 01:15:11 -04:00
b7e6cf895e
major improvements to Raven Software ICARUS scripting editor 2021-08-16 23:49:12 -04:00
df32d49b11
preliminary implementation of Editor Panels - CRASHES when switching back after adding a panel though 2021-08-11 23:34:47 -04:00
82101053ff
removed StackSidebar and replaced with TabContainer with TabStyle = Sidebar 2021-08-11 15:23:09 -04:00
5d8c3c7ea6
Merge branch 'master' into ue4-plugin-multimedia-picture 2021-07-11 20:31:38 -04:00
1b590d7547
Column was renamed to SortColumn 2021-07-11 20:31:19 -04:00
3183a87127
preliminary improvements to multimedia-picture plugin 2021-07-11 20:29:48 -04:00
b9cec0ad25
we should be able to implement this 2021-06-02 01:49:47 -04:00
4f8c4c2e89
use CommandEventArgs.Command instead of assuming sender is a Command (it is not always, and should not ever be) 2021-05-21 19:53:14 -04:00
aadca49721
Merge branch 'master' into pre-commit 2021-05-21 19:50:26 -04:00
2fa8037c99
this was not updated when we changed to use Context.AttachCommandEventHandler instead of Application.AttachCommandEventHandler 2021-05-21 19:43:27 -04:00
44cde38727
Merge branch 'pre-commit' 2021-05-15 00:34:55 -04:00
cf3efc3268
add pre-commit hook 'mixed-line-ending' 2021-05-15 00:34:42 -04:00
e4cbd06eba
provide sane defaults for the Quick Animate start/end frame and duration numeric text boxes 2021-05-13 17:39:10 -04:00
215a5f9182
implementing CellRenderer from UWT - requires MBS.Framework.UserInterface @ a75f688 2021-05-11 23:55:37 -04:00
a84f988821
use DocumentPropertiesDialog to allow us to choose which DataFormat to save embedded picture as 2021-05-10 07:11:41 -04:00
ccaeeb9336
rename SyntaxTextBox to SyntaxTextBoxControl due to namespacing 2021-05-07 23:37:37 -04:00
97d1401c3c
update pre-commit 2021-05-07 22:05:11 -04:00
3f1107b022
implement pre-commit hook 'Forbid spaces in indentation' 2021-05-07 18:15:20 -04:00
8b689aa3ad
add .desktop file 2021-05-07 13:50:26 -04:00
76a7664044
improvements to Unreal Engine plugin and UI 2021-04-29 23:16:29 -04:00
358d78880c
improvements, fixes, and additions to Palette Editor and various Palette data formats 2021-04-29 23:16:22 -04:00
2c0d651756
refactor .NET-specific CodeProvider code into separate ILCodeProvider class 2021-04-29 23:02:32 -04:00
38086708e9
improve Settings framework (requires MBS.Framework.UserInterface @ e33bf19) 2021-04-29 23:01:14 -04:00
6a3d019485
improved UI and correctly set the default cursor while using DragManager 2021-03-23 14:56:56 -04:00
e167853c28
move IHostApplication core into UniversalEditor.Core 2021-03-23 14:48:24 -04:00
82e9b06f32
the editor-specific Commands are not yet initialized during constructor time 2021-02-27 23:50:34 -05:00
1b93e21699
replace PictureFrame with custom ImageView control in UWT for enhanced features 2021-02-23 23:39:07 -05:00
1a23b52ce9
automatically focus drawing area when mouse is clicked and draw the focus rectangle (should this be in UWT Control - FocusOnClick?) 2021-02-20 22:21:39 -05:00
bd836fd758
migrate Settings codebase from MBS.Framework.UserInterface to MBS.Framework [from MBS.Framework a594833] 2021-02-15 22:18:11 -05:00
9a1e3889f5
embed PictureEditor in PictureCollectionEditor (there should be a generic wrapper for this) 2021-02-01 18:41:13 -05:00
0fda2899a0
fix some codacy style guidelines 2021-01-10 18:34:34 -05:00