212 Commits

Author SHA1 Message Date
a8d48d0ef9 Fix project references 2015-10-24 21:44:38 -04:00
38d2f09461 Default to .uexml file extension for configuration files if not defined in app.config 2015-10-22 15:56:50 -04:00
32a6e62b61 Added PVM archive (used with Timex DataLink setup featured on Win95 CD-ROM) 2015-10-14 16:36:48 -04:00
b12e3df09e That was easy - moved TemporaryFileManager from engine-specific WindowsForms.UserInterface to engine-agnostic UserInterface library 2015-10-14 14:30:31 -04:00
11cc52a9d7 Skip over files in use to prevent crash but maintain a list so we can delete them next time if possible (not implemented) 2015-10-14 14:08:00 -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
4fde30ce32 Understand 'Preferred DropEffect' and 'FileDrop' OLE formats 2015-10-04 22:34:41 -04:00
85d22676bc Added context menu for PianoRollControl 2015-09-29 16:23:23 -04:00
af9db11478 Implement Editor.Delete and lyric editing in Piano Roll editor 2015-09-29 13:52:43 -04:00
75e31fe3c7 This needs to be implemented sometime in the future, but not right now 2015-09-29 13:51:30 -04:00
3e5b26ea48 Cleaning up menu code and starting to implement CommandPlaceholders 2015-09-28 16:41:31 -04:00
8eca41cbae It's a ColorReference so it should be prefixed with @ 2015-09-28 13:40:53 -04:00
a118829a71 Properly set StatusBarBackground override color depending on state of application 2015-09-28 13:31:02 -04:00
872a30787d Made improvements to Piano Roll Editor 2015-09-27 23:40:38 -04:00
a0fc50bc49 On second thought, we don't want EVERY dialog to be an AC-themed TopLevel... that's not what VS does anyway 2015-09-26 09:29:32 -04:00
00dd6e66f6 This method should never have taken a parameter 2015-09-25 23:33:06 -04:00
e1f7c7dae7 Prevent crash if the particular property has not been defined 2015-09-25 23:05:28 -04:00
f1a8d0fc31 Added Windows Forms user interface plugins from UEv4 2015-09-25 23:03:43 -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
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
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
a26ddb7492 Prevent crash when updating ListView and changing ListViewItem collection 2015-07-17 15:54:22 -04:00
9a8ba33563 Handle ListViewItem label editing to rename file 2015-06-14 00:15:54 -04:00
c14cc7b742 Added support for additional attributes 2015-06-13 21:42:04 -04:00
dc544603e5 Added ability to understand and colorize deleted files in FileSystemEditor 2015-06-13 19:50:56 -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
82e4dc2acf MonoDevelop crap 2015-05-18 22:09:42 -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
33954864c5 Improved WinForms Executable editor with section import/export 2015-05-16 17:57:11 -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
bb4badb1bc Start to implement Explode compression module used in InstallShield .Z archives (thanks aluigi) 2015-05-15 15:51:02 -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
44cb527e73 Disable the Delete menu item if nothing is selected 2015-05-11 22:13:02 -04:00
41cd7d8202 Slight improvements to Executable editor enabling section deletion 2015-05-11 22:02:02 -04:00
7c78752128 Improved Executable editor allowing ExecutableSection saving and loading 2015-05-11 19:52:47 -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