110 Commits

Author SHA1 Message Date
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
7318cdacaa
Merge branch 'master' of github.com:alcexhim/UniversalEditor 2021-01-10 15:27:59 -05:00
8d8a6258d0 Merge branch 'master' of github.com:alcexhim/UniversalEditor into master 2021-01-10 16:04:58 -05:00
2f664e4b98 do not set selected item if the model is null (for whatever reason) 2021-01-10 16:04:05 -05:00
9ecb3e3692
convert HostApplication from static class to interface implemented by EditorApplication (a subclass of UIApplication) 2021-01-02 00:30:28 -05:00
5d394baf48
merge other branches into master 2021-01-01 23:47:17 -05:00
343df37b7c
merge other branches into master 2020-12-26 15:27:38 -05:00
3fd8baaa60
we should let the user choose which AudioPlayer / audio backend to use 2020-12-04 23:35:51 -05:00
9b4e7b7ba4
Rename Surodoine to MBS.Audio for branding and reorganization purposes 2020-12-04 22:41:04 -05:00
e2021ee52e
use dragmanager for stuff 2020-11-07 23:47:38 -05:00
019643a0bc
this does seem to work 2020-11-07 23:47:06 -05:00
e7d9ee1ded
quick commit for genealogy plugin, not guaranteeing anything will work just yet 2020-11-07 23:46:44 -05:00
a1a575c29c fix TargetFrameworkVersion 2020-10-27 14:18:02 -04:00
e8eab14089
migrate Application to a non-static class so we can develop UI-specific stuff in a subclass 2020-10-26 16:49:11 -04:00
3134481895
preliminary commit of Collaboration plugin and test with drawing atop a SynthesizedAudioEditor 2020-10-20 20:57:39 -04:00
2c01de0531
expose some things to third-party plugins (e.g. collaboration) 2020-10-20 20:56:31 -04:00
b029bc8b9b
add ability to actually play the WaveformAudioObjectModel (with Surodoine AudioPlayer) and restructure glade ui 2020-10-12 22:17:45 -04:00
d80d131ccb
initial commit of Lighting plugin - works fairly well with Auraluminous 2020-09-29 05:07:05 -04:00
8095492aac
remove NotePropertiesDialog in favor of using SettingsDialog 2020-09-25 16:10:18 -04:00
7d926d93ac
deprecate code-based SettingsProviders in favor of XML-based definitions (uwt:b4624f3) 2020-09-25 16:07:39 -04:00
67e5b58558
use Context instead of global Application menus, and implement Add Existing Section 2020-09-23 01:42:35 -04:00
1375a418f9
preliminary SLOOOW plugin for reading blockchain databases 2020-09-20 01:13:17 -04:00