1746 Commits

Author SHA1 Message Date
1947da62cd
convert PictureCollectionEditor to UWT ContainerLayout-based Glade design 2020-05-27 19:20:24 -04:00
dd898b5582
Views should be Containers, not CustomControls - but what's the difference between View and Editor? who knows... 2020-05-24 19:16:54 -04:00
7de88dbe86
not sure what this really is, still needs work to be done 2020-05-24 19:16:19 -04:00
d2f0e51906
DirectDrawSurfaceDataFormat moved to Multimedia (not Multimedia3D) namespace a while back; use modern ContinueLoading function instead of doing all the hard work ourselves 2020-05-24 19:15:30 -04:00
5ad6fb3927
preliminary implementation of multiple selection using EditorSelections 2020-05-24 19:13:36 -04:00
6f5d7150d9
better sorting for Associations 2020-05-24 19:10:38 -04:00
b3761f679d
finally add missing object definitions to New World Computing BIN data format 2020-05-24 12:26:58 -04:00
33320bfc77
improvements to New World Computing dialog layout processor (BIN files) and Designer support for loading and rendering appropriate related ICN sprite files 2020-05-24 10:24:22 -04:00
e34df72fc9
preliminary implementation of a linear Waveform audio editor similar to Audacity 2020-05-24 10:21:36 -04:00
781e7597df
improvements to synthesized audio plugins and preliminary implementation of a MIDI Events list view for synthesized audio editor 2020-05-24 10:19:10 -04:00
5f056f0432
reorganization: rename PianoRollEditor to SynthesizedAudioEditor; the piano roll is supposed to be one of several switchable EditorViews for the SynthesizedAudioEditor 2020-05-20 18:20:58 -04:00
186a157438
still has bugs but at least some of them have been fixed 2020-05-20 13:46:55 -04:00
08c94f050c
this cruft has been superseded by the RefreshEditor() function in Pages/EditorPage.cs 2020-05-20 13:45:49 -04:00
d9b54cd2de
reset FileAccessor custom options to default values when DataFormat is unselected 2020-05-20 13:45:07 -04:00
05da69d206
implement Document Explorer for PictureCollectionEditor 2020-05-20 13:25:30 -04:00
06c53cd4a7
add function to generate a list of colors used by the PictureObjectModel 2020-05-20 13:24:55 -04:00
b72b253433
refactor stride calculation into separate function for arbitrary pixel depths 2020-05-20 13:23:15 -04:00
8e2bd583c1
properly set Editor.Title 2020-05-20 13:18:15 -04:00
777cef98e8
I was stupid, this actually needs to do something slightly different for the Writer vs. Reader. maybe the padding calculation can be refactored out? 2020-05-20 13:17:42 -04:00
40f453c391
UWT now supports DrawImage 2020-05-19 14:10:57 -04:00
53ca5abdfc
add DataFormat for reading (and possibly writing, though untested) TIL sprites - for map tiles 2020-05-18 21:30:51 -04:00
b6a997e5c7
be more informative when errors occur 2020-05-18 21:29:36 -04:00
a8058e0e6b
fix incorrect associations, namespaces, and other little bugs 2020-05-18 15:03:06 -04:00
4b87d17013
do not attempt to create an instance of an abstract Editor 2020-05-18 01:53:36 -04:00
805c3e221f
bring back the old non-ContainerLayout ExecutableEditor because the ContainerLayout one disappears the whole app when the 'Managed Assembly' tab is selected (BUG) 2020-05-18 01:38:27 -04:00
08e51334c3
Merge branch 'master' of github.com:alcexhim/UniversalEditor 2020-05-18 01:32:58 -04:00
96b623a30a
convert ExecutableEditor to UWT ContainerLayout-based Glade design 2020-05-18 01:26:58 -04:00
3dde651e2b
FINALLY implement a rudimentary Document Explorer for most ObjectModels which could make use of it! 2020-05-16 11:55:45 -04:00
a7fa91a07c
preliminary implementation of Amiga plugin and dataformat for reading Amiga disk image files 2020-05-16 07:20:08 -04:00
cf16383a33
attempt to gracefully handle opening files to which we might not have write access 2020-05-16 07:18:57 -04:00
f2e08c6acc
properly set the IO.Endianness value for each item in the endianness combobox 2020-05-16 07:18:23 -04:00
ac80d719c1
add middle-endian (PDP) option to endianness combobox 2020-05-16 07:18:01 -04:00
312b2c181a
FileSystemEditor file list should be multiple-selection 2020-05-16 07:17:32 -04:00
b727feb700
rewrite New World Computing scene layout using Universal Editor's Component Designer editor; UWT preliminary implementation 2020-05-16 07:17:02 -04:00
f105a2323c
add a context menu to the BinaryEditor 2020-05-15 08:41:39 -04:00
cd446a5238
don't let the NumericTextBoxes cause selection to change more than once 2020-05-15 08:40:18 -04:00
c1458948a4
preliminary implementation of horizontal scrolling support in SynthesizedAudioEditor; still buggy 2020-05-15 08:39:18 -04:00
66673f2da4
would be nice if the BinaryEditor actually saved the data it was changing 2020-05-15 05:54:13 -04:00
6becb6054a
support adding bookmarks to files that may not have Editor.ObjectModel.Accessor set for whatever reason 2020-05-15 05:15:13 -04:00
f884365c95
various feature additions, improvements, and bug fixes to synthesized audio plugins and editors 2020-05-14 23:47:32 -04:00
51414cc4a7
NumericTextBox requires the use of the Value property instead of Text 2020-05-14 23:43:42 -04:00
fff6444593
merge similar BeginEdit overloads using null default parameter value 2020-05-14 23:42:47 -04:00
2eb9ed0146
prevent crashing if the value isn't convertible to the appropriate type 2020-05-13 06:36:09 -04:00
1b426b22b6
remove trailing newline char... this MIGHT need to be moved to ReadLine() function 2020-05-13 06:35:29 -04:00
f7672cf10e
breaking changes to allow PropertyListObjectModel to store Properties and Groups in arbitrary order 2020-05-13 01:10:44 -04:00
8d387bd95f
this isn't really an implementation for PropertyListObjectModel 2020-05-12 21:19:54 -04:00
0f5799361d
move Vocaloid-specific stuff into separate plugin 2020-05-12 21:00:34 -04:00
6c5dea0ec9
HUGE improvements to synthesized audio editor and minor bug fixes in VSQX format; we can now inline edit lyrics in editor and all sorts of cool stuff 2020-05-12 20:49:04 -04:00
8dc5e95f86
ewww... says it all. but this fixes a regression probably caused by cleaning up the OpenFile/OpenDocument code 2020-05-12 08:43:04 -04:00
91ab850c46
field definition properties dialog should also default the length to the current selection 2020-05-12 08:42:33 -04:00