362 Commits

Author SHA1 Message Date
4d2a77cf10
fix bug 2023-02-17 17:43:59 -05:00
1fe6d9be8d
specify that configuration file may be created if it does not exist 2022-11-19 21:02:16 -05:00
b92e2ae2fb
fix saving XBM and implement X10 format bitmap and hotspot features 2022-10-17 22:32:07 -04:00
0f5d5958d0
also support non-public members 2022-10-17 22:15:00 -04:00
239cc7841c
preliminary implementation of X BitMap (XBM) loading 2022-10-17 01:17:13 -04:00
ba26043c81
improve custom EditorView handling 2022-10-14 09:42:37 -04:00
a9400d718b
get rid of File.SetObjectModel<> in favor of File.Source = new ObjectModelFileSource 2022-10-14 09:41:28 -04:00
8f42f04af2
improvements to JSON parsing and Vocaloid5 VPR reading 2022-10-14 09:39:35 -04:00
cfceb9e32a
convert ChecksumModule into a Plugin to take advantage of plugin discovery architecture 2022-10-03 09:37:30 -04:00
fadcdd8599
refactor common chunked-data-format code from PNG and MP4 containers into ISOMediaBaseDataFormat 2022-10-02 00:45:00 -04:00
70b8babb82
properly init string table entries from actual string table 2022-09-16 01:32:41 -04:00
a9234e1dd6
remove some old cruft and try to actually use the crufty localization system 2022-09-14 00:56:29 -04:00
fe6590611e
actually calculate the count of all of the same document types so we can provide a more accurate empty document name 2022-09-14 00:20:41 -04:00
af360a0753
various stuff 2022-09-13 09:53:45 -04:00
d7a6029e54
add daily tip feature (requires latest uwt for settings bugfix) 2022-09-13 09:38:19 -04:00
893a52000d
keep track of the current line when using ReadLine() 2022-09-13 09:33:36 -04:00
e217c4769d
properly save project-specific settings from the ProjectType into the actual ProjectObjectModel 2022-09-06 00:43:52 -04:00
328728fa32
support multiple configuration files for reading, but only write to user-writable files 2022-08-06 19:24:48 -04:00
80e8594f11
implement ISupportsExtraData for PropertyListItem 2022-08-06 19:17:16 -04:00
ff4dc55435
this needs to be fixed when we have time 2022-08-06 19:16:51 -04:00
94aeb3e754
implement boolean, and do not write anything if value is null 2022-08-06 19:15:23 -04:00
04a46da177
improve support for OLE2 compound document base format and some subformats 2022-08-06 19:13:23 -04:00
b5a0487158
store debugging information (i.e. definition locations) for XML / markup documents 2022-08-06 19:02:40 -04:00
a8a49bc75c
improve new line detection and handling 2022-08-06 18:57:02 -04:00
1b38d7ad6a
allow copying export/import options (and possibly other properties) from base DataFormatReference 2022-04-18 23:47:52 -04:00
2723f02ecf
prevent blank strings in DataFormat GenericBrowserPopup 2022-04-16 11:22:12 -04:00
a80f0fa529
implement ISupportsExtraData on ObjectModel 2022-04-14 00:37:10 -04:00
4e5e244bd2
adhere to uniform naming scheme 2022-04-13 07:37:14 -04:00
e602bdb69b
minor adjustments 2022-04-13 00:38:16 -04:00
79c15605af
add quick and dirty setting to enable/disable logging 2022-04-13 00:37:48 -04:00
e310f374bd
Merge branch 'master' into pre-commit 2022-04-11 21:20:46 -04:00
92262ada94
revise ImplementationStatus to add more detail 2022-04-11 20:49:37 -04:00
e585c425b8
provide a way to annotate DataFormats that are incomplete 2022-04-11 19:13:25 -04:00
ba02cf575e
handle magic byte offsets in data format filters 2022-04-05 20:42:51 -04:00
a68f8c57f0
Merge branch 'pre-commit' 2022-03-19 14:46:36 -04:00
d2cc76d84c
improve handling of project properties dialog 2022-03-19 14:46:22 -04:00
fadfa36c82
merge fix and additional templates 2022-03-17 14:47:55 -04:00
38b61618eb
Merge branch 'master' of github.com:alcexhim/UniversalEditor 2022-03-17 14:36:44 -04:00
d238003e08
formatting fix 2022-03-16 14:15:21 -04:00
c0af3f555c
synch release version causes problems with strong name signing 2022-03-16 12:40:02 -04:00
35549b1059
refactor Template subclasses and add ObjectModel empty template prefix parameter 2022-03-16 12:37:55 -04:00
abc3ff3853
fix another stupid mistake 2022-03-15 00:16:02 -04:00
73c6a06776
laughably stupid mistake 2022-03-15 00:12:33 -04:00
29c0297c5f
update to latest UWT API changes for treeviews 2022-03-15 00:12:02 -04:00
9bfb038efd
preliminary scaffolding to support project settings 2022-02-07 13:13:25 -05:00
dc78a506eb
fix minor bug with null project templates 2022-02-07 13:12:18 -05:00
f070e77f35
refactored settings parser into separate file to be merged into UWT proper 2022-02-07 13:10:38 -05:00
3a299cabf8
fix(ui): (papercut): minor improvements in differentiating between new document / project dialog 2022-01-27 23:55:18 -05:00
49a237ab94
smarter prefix suggestion for document and project templates 2022-01-18 12:32:13 -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