95 Commits

Author SHA1 Message Date
675306d409 Fixed property and settings loader 2014-06-26 15:46:10 -04:00
98c8990835 Added CommandBar implementation for Windows Forms 2014-06-26 11:28:44 -04:00
40b9fd359c Added DefaultCommandID for split dropdown items 2014-06-26 11:28:20 -04:00
89467c900a Moved much of Windows Forms specific code to Engine proper 2014-06-25 16:03:27 -04:00
0f2ab745ef Fixing window management issues 2014-06-25 15:05:05 -04:00
21a8a80399 Fixed Encoding decoder 2014-06-25 14:35:19 -04:00
428ca2d65b Fixed some problem with encoding multi-byte character sets (was previously a single-byte only), still doesn't work well 2014-06-25 09:05:54 -04:00
8b39c0563e Added multi-language support and implemented optional language selection menu 2014-06-25 09:05:21 -04:00
f458c1672a Add CommandShortcutKey 2014-06-25 09:02:58 -04:00
4fe282a5b3 Add user-friendly Title to Language 2014-06-25 09:02:28 -04:00
437272f0f4 Starting to add shortcut keys 2014-06-24 15:55:16 -04:00
e71c0f0e3c Implemented more commands, made some stuff more cross-platform and implemented languages 2014-06-24 15:43:45 -04:00
051a19fa5c Allow engines to hook in before and after initialization occurs, and use command ID if title is blank as caption for command item 2014-06-24 09:59:00 -04:00
f5db2c2173 Implementing Commands on Linux 2014-06-23 23:58:57 -04:00
110802da26 Do not depend on System.Drawing 2014-06-22 23:56:04 -04:00
47e446823c Cleaned up references and prevented some warnings 2014-06-22 23:47:16 -04:00
4e2ff74d44 It's <= in the reference code from QuickBMS 2014-06-17 15:48:57 -04:00
c5582d35b2 Merge branch 'master' of github.com:alcexhim/UniversalEditor 2014-06-16 08:57:25 -04:00
adb4f9e9c8 Enhanced saving and loading functionality to support more Accessors and advanced selection of DataFormat/ObjectModel 2014-06-15 00:01:56 -04:00
80a1e2a021 Add some common user interface paradigms 2014-06-14 20:37:04 -04:00
8d29e12064 So close and yet so far... 2014-06-13 14:57:56 -04:00
c3246c9a73 Improved LZRW1 compression algorithm but it still doesn't work yet 2014-06-13 14:31:43 -04:00
599a6bfe7f Remember position of stream when outputting byte array 2014-06-13 14:29:42 -04:00
2633f9c1b6 Seek using the actual value (noob mistake -_- ) 2014-06-13 09:11:28 -04:00
98e32423a1 Tabify 2014-06-13 09:09:04 -04:00
55ccb8e26d Don't update position until Seek() is called, in case Seek() throws an exception 2014-06-13 09:08:49 -04:00
cf9efa0ad6 Prevent debugger from entering a method which is proven to have no bugs 2014-06-13 09:05:36 -04:00
04de107948 Save position when unpacking data 2014-06-13 08:53:47 -04:00
5450f082c1 Fixed issues with outdated file referencing conventions 2014-06-12 22:59:53 -04:00
e712df4873 Tabify 2014-06-10 14:35:55 -04:00
628ba6dfd5 Tabify 2014-06-10 14:10:38 -04:00
84cc0838d3 Allow specifying Project File DataFormat in SaveProjectAs 2014-06-10 12:49:13 -04:00
041aadfa0b Tabify 2014-06-09 13:13:53 -04:00
f9a4f7c2a3 Fixed esoteric bug in ReadUntil... still needs optimization 2014-06-08 20:40:15 -04:00
5acf3e43ae Implemented GzipCompressionModule using the .NET Gzip library 2014-06-08 00:46:56 -04:00
dfac3d4942 Add ContinueLoading to allow us to switch between DataFormats 2014-06-07 19:58:50 -04:00
b1a133f4a7 Make Accessor public so it can be modified by other DataFormats 2014-06-07 19:55:24 -04:00
7278156a72 Launch icon loader on separate thread even when adding new items to the FileSystem 2014-06-07 18:50:53 -04:00
900c9f3566 Added Valve plugin for Half-Life and others 2014-06-06 15:51:13 -04:00
7698128dfa Added CustomOptionVersion 2014-06-06 14:38:17 -04:00
9bdb964f24 Further isolate the execution of Engines from Bootstrappers 2014-06-06 12:10:02 -04:00
590328f2e4 Moved UnsavedDocumentOption to UserInterface 2014-06-06 11:27:31 -04:00
06c6d8e25f Moving much of the WindowsFormsEngine-specific, engine-agnostic stuff to Engine proper 2014-06-06 11:26:03 -04:00
3353898ae2 Moving much of the WindowsFormsEngine-specific, engine-agnostic stuff to Engine proper 2014-06-06 11:22:43 -04:00
b900065d18 Reorganized branding functionality 2014-06-06 10:34:25 -04:00
688add0ac7 Added ErrorList 2014-06-06 10:12:47 -04:00
c4aeb0395d Added NewProject/OpenProject and others 2014-06-06 09:28:17 -04:00
755f115904 Tabify 2014-06-06 07:12:41 -04:00
2025dea1ca Added HostApplicationMessage 2014-06-05 15:30:03 -04:00
5ced936963 Added HostApplicationMessage to display asynchronous errors, warnings, and messages as document is loaded 2014-06-05 15:12:27 -04:00