899 Commits

Author SHA1 Message Date
6e5eb0a1f6 Add ObjectModelCustomProperty to allow DataFormats to store DataFormat-specific information in ObjectModels 2015-07-09 15:35:25 -04:00
7288d9b4da Enhanced alignment functions, Writer now uses same algorithm as Reader 2015-07-09 15:34:46 -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
9a8ba33563 Handle ListViewItem label editing to rename file 2015-06-14 00:15:54 -04:00
e465c16091 Ignore directory entries for now, and only load for FileSystemObjectModels 2015-06-13 23:39:20 -04:00
c14cc7b742 Added support for additional attributes 2015-06-13 21:42:04 -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
dc544603e5 Added ability to understand and colorize deleted files in FileSystemEditor 2015-06-13 19:50:56 -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
92636a75dc Improvements to Address Book Contact editor 2015-05-19 15:55:37 -04:00
060518a7e3 ListView should refresh when new property is added 2015-05-19 15:55:15 -04:00
af632e6701 Display file name when FileAccessor is chosen 2015-05-19 10:34:36 -04:00
3782ce90fb Not sure what this junk is 2015-05-19 10:14:28 -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
5db6f35074 Added Contact associations to platform-independent content 2015-05-19 08:03:36 -04:00
73e65f1cb7 Debug logging code 2015-05-18 22:46:13 -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
16d9371208 Added Windows Forms user interface for Address Book plugin 2015-05-18 16:06:01 -04:00
376458b6ef Tabify 2015-05-18 13:15:51 -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
5f898a0565 Interfaces are always abstract... 2015-05-18 09:43:29 -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
33954864c5 Improved WinForms Executable editor with section import/export 2015-05-16 17:57:11 -04:00
b4fe84f955 Merge branch 'master' of github.com:alcexhim/UniversalEditor 2015-05-16 10:16:19 -04:00
b27fbb3b08 Fixed reference so it will build on Linux 2015-05-16 01:38:14 -04:00
ad0bc3eb19 Maintain case so things don't break on case-sensitive file systems 2015-05-16 01:32:12 -04:00
0a027e984e Bring the GTK version in line with the WinForms version again 2015-05-16 01:30:49 -04:00
990f56fe0d Merge branch 'master' of github.com:alcexhim/UniversalEditor 2015-05-15 18:51:32 -04:00
bb4badb1bc Start to implement Explode compression module used in InstallShield .Z archives (thanks aluigi) 2015-05-15 15:51:02 -04:00
7b80a62f41 Added Ptr helper class for pointer math (not sure if it works though ;) ) 2015-05-15 15:50:05 -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
66c4c58906 Only move the files when the SHIFT key is down, and handle folders as well (not implemented yet) 2015-05-15 13:45:01 -04:00
ebf9b9ba9a Added support for InstallShield .Z archives and reorganized content 2015-05-15 07:05:22 -04:00
ed52667ea7 Fixed ExecutableObjectModel associations for ELF and MachO formats 2015-05-12 18:29:45 -04:00
a2670e4582 Tabify 2015-05-12 16:11:46 -04:00
928e3d83ee Added WriteCharArray() function (essentially WriteFixedLengthString, but takes a char[] instead of a string value) 2015-05-12 16:11:33 -04:00