1799 Commits

Author SHA1 Message Date
ec334f8a19
preliminary work on MilkShape 3D data format 2020-07-30 09:37:34 -04:00
d29b197f72
preliminary work on NTFS filesystem and OLE1 data formats 2020-07-30 09:37:13 -04:00
eed27053c2
improvements (I think?) to whitespace handling 2020-07-30 09:35:26 -04:00
ebebee52f7
uwt-compatible mnemonics (underscore vs. ampersand) and remove debugging code 2020-07-30 09:34:49 -04:00
9881b49fe7
properly set target machine type and characteristics, and correct optional header offset 2020-07-30 09:33:26 -04:00
91a9e0faa3
apparently we have two different versions of these 2020-07-30 09:29:40 -04:00
599523fe99
this has been moved to MBS.Framework 2020-07-30 09:27:36 -04:00
69e6fd59e3
add preliminary implementation of Office plugin with Presentation object model and HyperCard data format 2020-06-25 08:10:31 -04:00
03565555f7
notify before a context menu is to be displayed on the Document Explorer treeview 2020-06-25 08:10:23 -04:00
1eed5e83c2
implement rudimentary editor for Markup ObjectModel 2020-06-18 10:17:52 -04:00
6da14c1c67
people are used to seeing folders appear before files in a filesystem list 2020-06-18 10:14:55 -04:00
1c842411ff
add support for reading first page of an uncompressed TIFF image (it's a start...) 2020-06-17 23:29:15 -04:00
0151b48216
make Type property writable and move validation logic into the setter 2020-06-17 23:24:27 -04:00
250891d517
display ICARUS command editor upon 'FileProperties' command 2020-06-17 18:52:21 -04:00
10d91c07b5
update TODO 2020-06-17 18:52:21 -04:00
961dd0ad54
populate drag-drop list of files in a more cross-platform way (requires latest uwt) 2020-06-17 18:52:14 -04:00
b5af263ae8
don't puke if we get an UnauthorizedAccessException 2020-06-17 18:32:05 -04:00
948f4c7796
reset accessor position when trying next DataFormat 2020-06-17 18:31:49 -04:00
afcdf67668
left-align custom option label 2020-06-17 18:29:58 -04:00
33ce82b717
add sbyte[] support to Reader and Writer 2020-06-17 18:29:36 -04:00
2d5bbeadba
this bug appears to have been fixed 2020-06-14 01:38:08 -04:00
2a17c67b18
Merge branch 'master' of github.com:alcexhim/UniversalEditor 2020-06-14 00:49:21 -04:00
734999f79b
actually add the file(s) and folder(s) from FileAddItemsFromFolder to the document 2020-06-14 00:46:04 -04:00
693804dbb6
single-instance is supported natively on GTK, and the IPC helper has been moved to UWT WindowsForms engine 2020-06-14 00:46:04 -04:00
3be465d5bd
reset Accessor to beginning before attempting to detect binary or text 2020-06-14 00:46:04 -04:00
0921852b48
actually apply FileSourceTransformations if specified 2020-06-14 00:46:03 -04:00
7fdf6e79a2
properly throw ObjectModelNotSupported instead of just silently failing 2020-06-14 00:46:03 -04:00
020d7b2a3d
offset/length calculation for this was severely broken 2020-06-14 00:46:03 -04:00
6c0046a21d
add reference to MBS.Framework to bring in CaseSensitiveHandling enum and advanced File functionality 2020-06-14 00:46:02 -04:00
4f0bcb87bb
fix formatting 2020-06-14 00:46:02 -04:00
b3b47681c3
use DragManager for drawing selection rectangle 2020-06-14 00:46:02 -04:00
fbcdf24976
for code which has been ported to accept an IFileSystemContainer but expects something like a Folder which has a name 2020-06-14 00:46:01 -04:00
2a64d6a799
implement WriteSingleArray function 2020-06-14 00:46:01 -04:00
1323984fbd
preliminary implementation of document properties settings provider for the Heroes of Might and Magic II map editor 2020-06-14 00:46:01 -04:00
1f1f4a9fb0
properly notify Editor that it's been changed when the Document Properties settings providers have been modified 2020-06-14 00:46:00 -04:00
54e11b8da6
provide a way for embedded Accessors returned from a FileSystemObjectModel to access files relative to their location (not just physical files) 2020-06-14 00:45:03 -04:00
c6883c787d
preliminary implementation of document properties settings provider for the Heroes of Might and Magic II map editor 2020-06-01 00:50:55 -04:00
23a4d71223
properly notify Editor that it's been changed when the Document Properties settings providers have been modified 2020-06-01 00:49:35 -04:00
50b569f897
provide a way for embedded Accessors returned from a FileSystemObjectModel to access files relative to their location (not just physical files) 2020-05-31 19:36:11 -04:00
47b478c1a8
implement ShowContentsWhileDragging property 2020-05-30 06:00:49 -04:00
7ba01e91a9
add TextBox implementation to New World Computing window layout definition file 2020-05-29 18:11:32 -04:00
5d80b16e37
preliminary (broken?) implementation of XPM image format 2020-05-28 18:40:55 -04:00
304ed7a14f
we have a 'special' MainWindow subclass of Window in UWT now 2020-05-28 18:39:27 -04:00
abb2ba7b49
prevents the FileAccessor from "helpfully" creating an empty file with the given name if it doesn't exist 2020-05-28 18:38:52 -04:00
06979c2c35
be a bit more verbose when catching inner exceptions 2020-05-28 18:23:04 -04:00
8d758b3bf1
continue searching for the next appropriate DataFormat if the previous one throws ObjectModelNotSupportedException 2020-05-28 18:22:26 -04:00
8441f2e2f3
boilerplate for marking the SyntaxEditor as dirty 2020-05-28 18:21:46 -04:00
5bc7e2dc91
fix two stupid bugs in RIFFDataFormat 2020-05-28 18:20:19 -04:00
28bb5da3cc
implement IDisposable for Document so we can do cool things like (using Document.Load()...) 2020-05-28 18:19:29 -04:00
477ebaed5a
preliminary implementation of New World Computing map editor for Heroes of Might and Magic II 2020-05-28 18:19:02 -04:00