|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
db69cc2714
|
Added preliminary support for Apple Mach-O executable format
|
2015-05-12 16:10:57 -04:00 |
|
|
|
8b8a0c18f0
|
Added position saving and loading feature to Accessor
|
2015-05-12 16:10:27 -04:00 |
|
|
|
463b053e25
|
Added (buggy?) support for loading BinHex files; saving coming soon
|
2015-05-12 16:04:41 -04:00 |
|
|
|
886d6cc86e
|
Greatly improved saving of EXE format and aligning ExecutableSections
|
2015-05-11 23:44:34 -04:00 |
|
|
|
6f792d1f45
|
Write actual RVA values
|
2015-05-11 23:03:47 -04:00 |
|
|
|
c23d58be92
|
Give credit where credit is due
|
2015-05-11 22:13:45 -04:00 |
|
|
|
44cb527e73
|
Disable the Delete menu item if nothing is selected
|
2015-05-11 22:13:02 -04:00 |
|
|
|
08f43f2184
|
Identify previously unknown values
|
2015-05-11 22:12:40 -04:00 |
|
|
|
9b0b61d419
|
Actually write meaningful values after the DOS header
|
2015-05-11 22:11:14 -04:00 |
|
|
|
c3bc0a70f5
|
Added WriteUInt16Array function
|
2015-05-11 22:10:32 -04:00 |
|
|
|
41cd7d8202
|
Slight improvements to Executable editor enabling section deletion
|
2015-05-11 22:02:02 -04:00 |
|
|
|
f829623f79
|
Fixed elusive bug in section loader and added some extra bells and whistles
|
2015-05-11 22:01:11 -04:00 |
|
|
|
7c78752128
|
Improved Executable editor allowing ExecutableSection saving and loading
|
2015-05-11 19:52:47 -04:00 |
|
|
|
41a30c67ba
|
Fixed ExecutableSection cloning
|
2015-05-11 19:51:59 -04:00 |
|
|
|
08d102e585
|
Fixes for upgrade to UE4
|
2015-05-11 19:28:08 -04:00 |
|
|
|
c807b7aaa5
|
Added Microsoft executable format to main Executable plugin (since it is supported cross-platform by Wine)
|
2015-05-11 15:56:05 -04:00 |
|
|
|
e306842d6b
|
Added NameValuePair/NameValuePairGroup
|
2015-05-11 15:53:41 -04:00 |
|
|
|
885b6820b1
|
Merge branch 'master' of github.com:alcexhim/UniversalEditor
|
2015-05-05 22:22:11 -04:00 |
|
|
|
b899bbbf20
|
Use theme colors
|
2015-05-05 10:45:47 -04:00 |
|
|
|
272d32e930
|
Fixed various bugs and implemented 'Add Folder to Current Folder'
|
2015-05-05 10:44:53 -04:00 |
|
|
|
40206b5ad3
|
Merge resolution
|
2015-05-05 07:58:06 -04:00 |
|
|
|
f6b898c1b6
|
Prevent crashes under certain conditions
|
2015-05-05 07:56:12 -04:00 |
|
|
|
6fef5ab680
|
Added features to FilePropertiesDialog
|
2015-05-05 07:55:38 -04:00 |
|
|
|
152cee563b
|
Fixed filter
|
2015-05-04 15:58:21 -04:00 |
|
|
|
1dffe769bf
|
Themed filter TextBox and fixed bug when ObjectModel is null and ObjectModel properties are requested
|
2015-05-04 14:29:28 -04:00 |
|
|
|
5fea80b1b1
|
Fixed FileSystemObjectModel.GetNewFolderName() function
|
2015-05-04 12:56:59 -04:00 |
|
|
|
c202ad453d
|
Add support for Microsoft Cabinet (MSCF) archives (untested)
|
2015-05-04 12:46:58 -04:00 |
|
|
|
6769504274
|
Fixed bug where DataFormatReference was not being created correctly
|
2015-05-04 12:46:26 -04:00 |
|
|
|
0108540ba5
|
Improved ImageList extension methods and added support for theming
|
2015-05-04 12:45:33 -04:00 |
|
|
|
447c5d3303
|
Additional and improved functionality for FileSystemEditor
|
2015-05-04 12:44:52 -04:00 |
|
|
|
b408479b42
|
Added AddFile() to other IFileSystemContainer implementations and added GetNewFolderName() to IFileSystemContainer interface
|
2015-05-04 12:43:32 -04:00 |
|
|
|
24f76ac298
|
Added GetThemeImage() function to get a per-editor theme image
|
2015-05-04 12:42:06 -04:00 |
|
|
|
a523fa737d
|
Added some more fields to KA ATR data format... still not sure what they do
|
2015-05-03 09:39:37 -04:00 |
|
|
|
6c3c2d06f1
|
Added WinForms user interface for Knowledge Adventure plugin
|
2015-05-03 09:39:03 -04:00 |
|
|
|
6464f9045a
|
Corrected generic-folder-*.png images
|
2015-05-03 00:37:03 -04:00 |
|
|
|
6f8111b922
|
Revert ToolsVersion to be compatible with MonoDevelop
|
2015-05-02 23:33:21 -04:00 |
|
|
|
eba96b4c4a
|
Renamed UniversalEditor.WindowsForms.sln to UniversalEditor.sln and deleted legacy GTK solution
|
2015-05-02 23:26:33 -04:00 |
|
|
|
43a46aed21
|
Added GTK engine to UniversalEditor.sln
|
2015-05-02 23:24:05 -04:00 |
|