73 Commits

Author SHA1 Message Date
de4cb2c751 implement zoom on preview panel and make sure we don't crash when rendering glyphs 2023-06-27 19:53:23 -04:00
4429c66c27 preliminary implementation of bitmap font editor which can edit Webfoot engine fonts 2023-06-25 00:22:34 -04:00
abe872cd3e
add VoicebankIndex editor 2023-02-17 17:45:17 -05:00
6509a5145f
improvements to the Synthesized Audio Editor 2022-10-14 09:38:20 -04:00
c348eec90f
properly initialize the Quick Animate start frame when starting an animation 2022-04-14 00:39:08 -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
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
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
97d1401c3c
update pre-commit 2021-05-07 22:05:11 -04:00
8b689aa3ad
add .desktop file 2021-05-07 13:50:26 -04:00
358d78880c
improvements, fixes, and additions to Palette Editor and various Palette data formats 2021-04-29 23:16:22 -04:00
6a3d019485
improved UI and correctly set the default cursor while using DragManager 2021-03-23 14:56:56 -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
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
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
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
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
b5fb12fc07
vector image editor enhancements and DataFormat for OpenDocument drawing vector files 2020-09-20 01:09:56 -04:00
a3c51604ec
add names for Settings and remove CustomOptionsDialog in favor of using UWT SettingsDialog 2020-09-05 06:51:13 -04:00
57664bd409
add vector image support to Multimedia plugin with vector image editor and some DataFormats 2020-08-28 16:09:51 -04:00
da49113837
preliminary working implementation of Batch Find/Replace dialog... very incomplete 2020-08-26 02:10:11 -04:00
abd4992fbe
reorganize ListView source into its own sub-namespace 2020-08-15 01:43:55 -04:00
3e795dbac7
begin rendering the waveform at the midpoint 2020-08-07 01:49:01 -04:00