|
|
cd05d0ee03
|
initial commit
|
2020-08-28 16:38:09 -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 |
|
|
|
f59f82278c
|
Unreal editor enhancements
|
2020-08-28 16:04:27 -04:00 |
|
|
|
da49113837
|
preliminary working implementation of Batch Find/Replace dialog... very incomplete
|
2020-08-26 02:10:11 -04:00 |
|
|
|
cea33b9b6a
|
provide ability to paste a string of binary bytes (in hex notation) directly into the binary editor
|
2020-08-21 12:31:40 -04:00 |
|
|
|
98a81981f0
|
convenience constructor to automatically initialize a new PaletteObjectModel with an array of entries
|
2020-08-21 12:22:06 -04:00 |
|
|
|
da373d48e7
|
update splash screen status
|
2020-08-21 12:05:33 -04:00 |
|
|
|
0ee168a5a9
|
this is pretty hacky, but allows us to FIndElementUsingSchema for a default schema
|
2020-08-21 12:03:04 -04:00 |
|
|
|
3f3943e1de
|
oops forgot about this one
|
2020-08-17 11:48:41 -04:00 |
|
|
|
404fb23110
|
reorganize
|
2020-08-16 10:14:39 -04:00 |
|
|
|
abd4992fbe
|
reorganize ListView source into its own sub-namespace
|
2020-08-15 01:43:55 -04:00 |
|
|
|
53e9f00269
|
add plugins that are referenced in SLN but haven't been committed yet
|
2020-08-13 22:21:19 -04:00 |
|
|
|
ad6d7dbbf0
|
preliminary implementation of ARCV data format
|
2020-08-13 22:20:05 -04:00 |
|
|
|
db6d026abe
|
scaffolding for Documentation editor (CHM, HLP, HXS, etc.)
|
2020-08-13 22:17:55 -04:00 |
|
|
|
b05224dbdd
|
Microsoft B+ (WinHelp) file system improvements
|
2020-08-13 22:15:36 -04:00 |
|
|
|
adcad4354a
|
cleaned up a little bit but it's still off
|
2020-08-13 22:10:11 -04:00 |
|
|
|
a78634fb1a
|
add stock icons for VS2012 and Default themes
|
2020-08-13 17:09:33 -04:00 |
|
|
|
1dd8a9ad3b
|
fix to build under .NET 4
|
2020-08-13 14:46:57 -04:00 |
|
|
|
592a6c4327
|
replace WinForms with UWT and fix references
|
2020-08-13 14:45:02 -04:00 |
|
|
|
6f72effef7
|
remove unnecessary usings
|
2020-08-13 14:21:23 -04:00 |
|
|
|
f6dcf75fc0
|
fix TargetFrameworkVersion (should be 4.0)
|
2020-08-13 01:07:55 -04:00 |
|
|
|
487255782d
|
implement rudimentary MSBuild task for compiling UEXML into OpenDocument archive
|
2020-08-13 00:18:00 -04:00 |
|
|
|
c157c927b3
|
fix output path
|
2020-08-12 23:25:00 -04:00 |
|
|
|
62b137640d
|
move ZIP data format from FileSystem to Essential because other DataFormats like OpenDocument will use it
|
2020-08-12 22:31:48 -04:00 |
|
|
|
efacb5810d
|
move Package (used by 'Open Packaging Convention') from Microsoft to Essential because other DataFormats like OpenDocument will use it
|
2020-08-12 22:25:57 -04:00 |
|
|
|
425ef724dc
|
move SoftwareDevelopment to a Universal Editor Extension project to get around MAX_PATH limitation on Windows
|
2020-08-12 22:23:06 -04:00 |
|
|
|
8c5836c95a
|
improvements and additional features to Database editor
|
2020-08-12 21:45:52 -04:00 |
|
|
|
e4919c3a09
|
add 'Export All' and 'Export CSV' features to CRI FileSystem Editor extensions
|
2020-08-12 21:45:51 -04:00 |
|
|
|
70730ac1a0
|
it is now possible to automate the opening of 'embedded' documents in proper Editors without an Accessor
|
2020-08-12 21:45:51 -04:00 |
|
|
|
23e35d5282
|
StringAccessor wasn't working properly, so let's just make it a subclass of MemoryAccessor
|
2020-08-12 21:45:51 -04:00 |
|
|
|
30ab0b4e1b
|
properly parse the 'Data' field type
|
2020-08-12 21:45:51 -04:00 |
|
|
|
2df487c723
|
properly calculate UTF table size
|
2020-08-12 21:45:50 -04:00 |
|
|
|
7c0d89ef41
|
store AdditionalDetails as string/object instead of string/string so we can properly sort columns that contain numbers
|
2020-08-12 21:45:41 -04:00 |
|
|
|
24c3801f93
|
add editor for Microsoft ACME setup bootstrapper LST file
|
2020-08-07 09:58:08 -04:00 |
|
|
|
2f720bd471
|
fix SZDD archive parsing thanks to GPLv2-licensed code :)
|
2020-08-07 02:17:30 -04:00 |
|
|
|
b63842ab15
|
throw InvalidDataFormatException if the file 'IND.DB' is not found in the OLE compound document file
|
2020-08-07 01:50:19 -04:00 |
|
|
|
3e795dbac7
|
begin rendering the waveform at the midpoint
|
2020-08-07 01:49:01 -04:00 |
|
|
|
f1e1a5d375
|
make LZRW1 compression module a first-class citizen
|
2020-08-07 01:35:34 -04:00 |
|
|
|
233b48c9f9
|
remove previous ListViewColumns from the ListView before adding additional detail columns
|
2020-08-07 01:34:12 -04:00 |
|
|
|
a6ed7d93de
|
add name indexer to DatabaseTableCollection
|
2020-08-07 01:33:21 -04:00 |
|
|
|
6306cce550
|
should this be fixed in upstream UWT?
|
2020-08-07 01:27:58 -04:00 |
|
|
|
710ad842d8
|
this has always been wrong
|
2020-08-07 01:27:30 -04:00 |
|
|
|
796d451f32
|
still a work in progress, but added some more features to CRI/CPK DataFormat
|
2020-08-07 01:26:33 -04:00 |
|
|
|
d26aebcc99
|
add 'CPK File Information' dialog to CRI/CPK FileSystemEditor extensions
|
2020-08-07 01:25:04 -04:00 |
|
|
|
e7b8e34d60
|
the whole 'platform bootstrapper' crap looks bad on Windows if it crashes (WerFault dialog title)
|
2020-08-07 01:22:09 -04:00 |
|
|
|
242c93583b
|
add rudimentary document explorer context menu for Markup editor
|
2020-07-30 09:44:58 -04:00 |
|
|
|
1f9cfc29b8
|
add NTFS and OLE1 associations that I forgot earlier
|
2020-07-30 09:40:36 -04:00 |
|
|
|
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 |
|