383 Commits

Author SHA1 Message Date
c152cc4e9c Merge branch 'master' of github.com:alcexhim/UniversalEditor 2015-11-30 21:15:39 -05:00
0f5f584910 Implement Color.FromString for hexadecimal colors 2015-11-30 21:15:25 -05:00
b0f8b4c3dc Implemented a whole hunk of WinHelp-related stuff 2015-11-30 16:32:23 -05:00
3a9f30812a Start to work on WinHelp-specific part of BPlusFileSystem 2015-11-30 11:23:59 -05:00
c0adfe6922 Updated sources 2015-11-30 11:09:35 -05:00
d3edc625c9 Upgrade to .NET 4.0 2015-10-24 21:44:28 -04:00
f3644b32f8 Added RelocatableObject data format (incomplete) 2015-10-24 21:40:15 -04:00
7d385e09cb Refactoring MZ executable loading and saving routines 2015-10-16 16:08:12 -04:00
6bc53e19a8 POD was already implemented (more completely) as 'Terminal Reality POD' so upgrade it to use EmbeddedFileSource 2015-10-15 19:27:35 -04:00
32a6e62b61 Added PVM archive (used with Timex DataLink setup featured on Win95 CD-ROM) 2015-10-14 16:36:48 -04:00
35da00c4f7 Add POD archive file format used in Microsoft's Hellbender video game 2015-10-14 14:13:10 -04:00
8632a32912 Start to implement support for Microsoft Help 2.x and 3.x (Viewer 1.x) 2015-10-09 16:21:35 -04:00
af9db11478 Implement Editor.Delete and lyric editing in Piano Roll editor 2015-09-29 13:52:43 -04:00
872a30787d Made improvements to Piano Roll Editor 2015-09-27 23:40:38 -04:00
c710174207 Merge 'V4' and 'V5' since we're really not ready for a complete new version just yet 2015-09-25 22:54:19 -04:00
ac516807e7 Freeze UEv4 in preparation for UEv5 2015-08-31 15:02:53 -04:00
5f99957617 Also clear associations when ObjectModel.Clear is invoked 2015-08-28 14:56:22 -04:00
bcf2e31a51 Calculate block count using floating point math and Ceiling() for accuracy 2015-07-24 12:04:39 -04:00
6827c856ec Implement new way of doing things (FileSource vs. DataRequest) but don't completely remove DataRequest just yet 2015-07-23 14:12:05 -04:00
e21f04facc Obsoleted the DataRequestEventArgs.Data property in favor of Reader/Offset/Length 2015-07-23 10:08:56 -04:00
a3fba29ef9 Added ability to arbitrarily get data from a File by offset and length (without having to read the ENTIRE file from the source data); this must be supported by your DataFormat's implementation of DataRequest though 2015-07-23 10:03:48 -04:00
eca27273f3 Added additional source and attempted to improve loading file system objects (opening.bnr loads fine, others not so much) 2015-07-22 15:51:57 -04:00
4473a032d3 Added DataFormat for Nintendo GameCube/Wii disc images (GCM) 2015-07-17 15:54:57 -04:00
828b9ddf65 Improved 'self-documenting' Nintendo SMC rom format 2015-07-14 16:00:51 -04:00
95bbce9537 Key on DataFormatReference instead of DataFormat 2015-07-09 15:39:24 -04:00
5d8fd37b6f Finalize a rudimentary implementation of Windows Image (WIM) archive format 2015-07-09 15:32:42 -04:00
1193aa6636 Begin work on implementing support for Windows Image (WIM) archive format 2015-07-06 16:34:06 -04:00
ed025ccc09 Begin implementation of Apple Macintosh HFS/HFS+ filesystem format 2015-06-16 16:05:27 -04:00
078c6522f0 Just debugging ... pay no attention 2015-06-14 00:37:30 -04:00
4521d357fd Simplified variables in hopes of understanding it better 2015-06-14 00:28:56 -04:00
5e6ca81e32 Prevent crash by only loading data if file offset is greater than zero 2015-06-14 00:16:17 -04:00
e465c16091 Ignore directory entries for now, and only load for FileSystemObjectModels 2015-06-13 23:39:20 -04:00
c67c97118e Improvements to FAT data format 2015-06-13 20:51:43 -04:00
7554fa5714 Added file attributes enumeration 2015-06-13 19:52:51 -04:00
4acb56848c Added convenience entry to represent Long File Name FAT entries 2015-06-13 19:31:28 -04:00
2053de0363 Added Flags attribute to FATFileAttributes enum 2015-06-13 19:24:59 -04:00
de0e75378c Tabify 2015-06-13 19:09:12 -04:00
dc5a071e22 Merge branch 'master' of github.com:alcexhim/UniversalEditor 2015-05-19 09:55:00 -04:00
4b06b04a3c Finished implementing loading of CoreObjectDataFormat and VCardDataFormat 2015-05-19 09:52:46 -04:00
d25344af34 Added ContentType and ImageUrl properties to ContactPhoto object 2015-05-19 09:52:05 -04:00
cc620541b9 Established specialized CoreObject object model instead of shoehorning PropertyList 2015-05-19 08:04:22 -04:00
82e4dc2acf MonoDevelop crap 2015-05-18 22:09:42 -04:00
d76718c2bf Added vCard data format (incomplete) 2015-05-18 16:14:15 -04:00
fdf53983f0 Fixed ObjectModelReference to point to full path so the items don't get lost in the list 2015-05-18 13:12:19 -04:00
c09c7a5199 Moved AddressBook from Web to separate plugin and began to implement Microsoft Contact format (incomplete) 2015-05-17 23:42:55 -04:00
bb4badb1bc Start to implement Explode compression module used in InstallShield .Z archives (thanks aluigi) 2015-05-15 15:51:02 -04:00
bc9002a149 Remove some left-behind debugging code 2015-05-15 15:15:30 -04:00
46f20106e5 Add reference to UniversalEditor.Compression for decompressing compressed .Z archives 2015-05-15 13:50:31 -04:00
a560f1491e Implement file and folder hierarchy and add placeholder for ExplodeCompressionModule (not implemented) 2015-05-15 13:49:38 -04:00
ebf9b9ba9a Added support for InstallShield .Z archives and reorganized content 2015-05-15 07:05:22 -04:00