98 Commits

Author SHA1 Message Date
cf3efc3268
add pre-commit hook 'mixed-line-ending' 2021-05-15 00:34:42 -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
b5fb12fc07
vector image editor enhancements and DataFormat for OpenDocument drawing vector files 2020-09-20 01:09:56 -04:00
218dcd844e
Insert CustomOptions from the current DataFormat into Document Properties dialog 2020-09-06 06:04:07 -04:00
a3c51604ec
add names for Settings and remove CustomOptionsDialog in favor of using UWT SettingsDialog 2020-09-05 06:51:13 -04:00
dcb32c3e9c oops 2020-09-02 13:17:25 -04:00
03aad74804
add editor for Raven Software carcass/Assimilate definition files 2020-09-02 11:55:52 -04:00
94d92d6d8c
rename UniversalEditor.Plugins.Icarus to UniversalEditor.Plugins.RavenSoftware 2020-08-31 18:02:37 -04:00
04b76e2cb1
enhancements to ICARUS script editor 2020-08-31 04:42:32 -04:00
0ca87e490f
move to UWT ContainerLayout/Glade UI, add IcarusCommandPlay 2020-08-30 23:52:51 -04:00
2b32f42536
Merge branch 'UE4PluginOffice' 2020-08-29 09:23:43 -04:00
d6f33d11e4
migrate most content UEXML files to embedded resources 2020-08-29 00:53:02 -04:00
77802be8d8
add settings group for Rumors and Events 2020-08-28 16:45:28 -04:00
6046b4c1ea
preliminary implementation of Spreadsheet plugin 2020-08-28 16:39:39 -04:00