1170 Commits

Author SHA1 Message Date
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
38d2f09461 Default to .uexml file extension for configuration files if not defined in app.config 2015-10-22 15:56:50 -04:00
7d385e09cb Refactoring MZ executable loading and saving routines 2015-10-16 16:08:12 -04:00
3ed7eaa572 Merge branch 'master' of github.com:alcexhim/UniversalEditor 2015-10-16 12:44:22 -04:00
c9a069e5d3 Updated comments and correct visibility of FlushInternal() method 2015-10-16 12:42:56 -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
dd3c4fee52 Additional EXE extensions 2015-10-14 17:10:05 -04:00
75af543dc7 Found in Win95 OSR2 CD-ROM 2015-10-14 16:43:54 -04:00
2b5bf68aed Separated Executable associations into Software Developer extension 2015-10-14 16:42:41 -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
35da00c4f7 Add POD archive file format used in Microsoft's Hellbender video game 2015-10-14 14:13:10 -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
5eedc053df Merge branch 'master' of github.com:alcexhim/UniversalEditor 2015-10-12 22:53:32 -04:00
ad230fce3d Respond with minimum amount of bytes necessary to fix elusive bug 2015-10-12 22:53: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
2423caf68b Do not include null Types in the resulting list 2015-09-28 11:19:17 -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
a8329a2e1c Use themable AwesomeControls.Window for most (not all?) top-level windows 2015-09-25 15:39:35 -04:00
c22606ebd5 Start to implement theme editor plugin 2015-09-22 15:59:47 -04:00
a5dcce8fb4 Greatly improved platform-agnostic XML theme support 2015-09-18 16:28:09 -04:00
53b5d2c5a1 Become more theme-agnostic 2015-09-15 16:00:09 -04:00
5c28946fa8 ... 2015-09-15 14:20:22 -04:00
4902dc15da Moving common theme images into AwesomeControls project 2015-09-15 13:22:01 -04:00
383d88ebe1 Removed Visual Studio 2012 theme definition from UE proper 2015-09-15 13:19:38 -04:00
c6215e3098 Add the AwesomeControls PlatformIndependent project to the solution for easier maintenance 2015-09-15 13:17:58 -04:00
1f765e9013 Preliminary design for (Before/After)SaveProcedure and conditional statement blocks 2015-09-15 11:12:51 -04:00
cb7a2ae583 I swear I write this stuff on crack - still needs to be finished though 2015-09-14 16:11:31 -04:00
d82cc67a44 Added (totally not optimized) property name indexer for CustomOptionCollection 2015-09-14 16:10:51 -04:00
dffeaa46cb Allow selecting only types with the given base types in GetAvailableTypes, and don't needlessly catch all exceptions when debugging 2015-09-14 11:38:30 -04:00
dd4b9726e5 Major improvements to CustomDataFormat 2015-09-08 09:16:42 -04:00
72c6dbde3e Improvements to UEPackage XML data format (.uexml) 2015-09-08 09:16:03 -04:00
a2952212c0 Load additional properties into configuration (this should be Engine-agnostic though) 2015-09-08 09:14:48 -04:00
1388d953dc Get the XML file extension from the preliminary configuration 2015-09-08 09:14:08 -04:00
90dccc9578 Improved (?) Writer.WriteNullTerminatedString method 2015-09-08 09:12:20 -04:00
9145f0cae8 Add Value (default value) property for CustomDataFormatItem 2015-09-08 09:11:26 -04:00
618a3d7081 Ensure TODO comment is on a single line 2015-09-08 09:10:37 -04:00