|
|
b359c5d8e6
|
Initial configuration parameters in App.config file
|
2015-09-08 08:52:50 -04:00 |
|
|
|
81a082c417
|
Use the .uexml extension for Universal Editor XML definition files so we can more easily recognize them
|
2015-08-31 16:37:53 -04:00 |
|
|
|
5793aea404
|
UEv5 branch with emphasis on cross-platform UEPackage definitions
|
2015-08-31 16:14:36 -04:00 |
|
|
|
ac516807e7
|
Freeze UEv4 in preparation for UEv5
|
2015-08-31 15:02:53 -04:00 |
|
|
|
29ae5b0d58
|
Added WriteInt32Array() method
|
2015-08-31 10:42:23 -04:00 |
|
|
|
5f99957617
|
Also clear associations when ObjectModel.Clear is invoked
|
2015-08-28 14:56:22 -04:00 |
|
|
|
c702df2d3f
|
Merge branch 'master' of github.com:alcexhim/UniversalEditor
Conflicts:
CSharp/Engines/WindowsForms/Libraries/UniversalEditor.UserInterface.WindowsForms/Editors/FileSystemEditor.cs
|
2015-07-26 21:29:00 -04:00 |
|
|
|
7a67b75f71
|
Quietly ignore when collection is modified
|
2015-07-26 21:24:54 -04:00 |
|
|
|
d1235b1a26
|
Skip over impossibly huge files when icon loading, and use block-based File.WriteTo instead of deprecated Save function
|
2015-07-24 12:05:30 -04:00 |
|
|
|
bcf2e31a51
|
Calculate block count using floating point math and Ceiling() for accuracy
|
2015-07-24 12:04:39 -04:00 |
|
|
|
0a3ad275c1
|
Make FileData parameter optional and only retrieve path to temporary file (without creating it) if FileData is not specified
|
2015-07-24 12:04:04 -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 |
|
|
|
a26ddb7492
|
Prevent crash when updating ListView and changing ListViewItem collection
|
2015-07-17 15:54:22 -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 |
|
|
|
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 |
|