260 Commits

Author SHA1 Message Date
8032a0d642 Universal Editor 5 huge commit 2019-07-17 23:28:36 -04:00
227a902fd1 There is only UWT 2019-05-22 19:12:18 -04:00
43334a1e21 Flag appropriate methods as DebuggerNonUserCode 2019-05-20 21:35:32 -04:00
b415722817 Some configuration files are ApplicationFramework-global 2019-05-20 21:35:08 -04:00
d419a495c3 Silently fail if we are past the end of data 2016-09-19 00:37:36 -04:00
bcc66cd99c Allow creating a new instance of Document without specifying ObjectModel and DataFormat 2016-06-21 00:49:27 -04:00
c490774627 Be more specific in the types of exceptions that cause a load to fail, and break when we get a successful load 2016-06-15 01:10:37 -04:00
7aea179ac7 Assign current string to FullName to take advantage of schema property 2016-06-15 01:07:57 -04:00
cccf7a3ec6 Implement find element by XML schema feature 2016-06-15 01:05:16 -04:00
7492c7e164 Add FormattedTextItemItalic 2016-06-06 12:53:48 -04:00
6b78b31061 This fails on Linux and I don't know why 2016-05-23 15:44:00 -04:00
e9065bb4bb Load common Application Framework configuration 2016-05-23 15:43:32 -04:00
2aa32e8524 Support multiple directories for configuration files 2016-05-23 15:41:07 -04:00
b5b62b4beb Implement ShowAboutDialog() with no params as call to ShowAboutDialog(null) 2016-05-19 00:29:27 -04:00
ea4bc6a4f3 MonoDevelop modifications to make it build on Linux 2016-05-19 00:13:17 -04:00
4a2c218e29 Provide method to get an object from standardized XML element 2016-02-05 17:06:55 -05:00
0bde860160 Add convenience method to get an ObjectModel directly from a File 2016-02-05 15:08:00 -05:00
1007b6f6f0 Add Parent property to get parent folder of a File, if available 2016-02-05 14:25:39 -05:00
3140766480 Start to implement underlying Open Packaging Convention file formats 2016-02-04 16:02:13 -05:00
6a6d536f87 Get rid of ObjectModelCustomProperty 2016-01-27 17:04:27 -05:00
d217b6b629 Separate custom properties by data format 2016-01-27 17:02:31 -05:00
648ff27997 Better implementation of CustomProperties 2016-01-27 12:50:56 -05:00
2ecce06696 Updated comments 2016-01-17 15:53:07 -05:00
fbad40cc91 Fix mind-numbingly stupid stack overflow bug 2016-01-17 15:49:45 -05:00
b0f8b4c3dc Implemented a whole hunk of WinHelp-related stuff 2015-11-30 16:32:23 -05:00
d742b151d0 Sanitize temporary file name in case it has invalid characters 2015-11-30 11:08:52 -05:00
38d2f09461 Default to .uexml file extension for configuration files if not defined in app.config 2015-10-22 15:56:50 -04:00
c9a069e5d3 Updated comments and correct visibility of FlushInternal() method 2015-10-16 12:42:56 -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
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
3e5b26ea48 Cleaning up menu code and starting to implement CommandPlaceholders 2015-09-28 16:41:31 -04:00
2423caf68b Do not include null Types in the resulting list 2015-09-28 11:19:17 -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
29ae5b0d58 Added WriteInt32Array() method 2015-08-31 10:42:23 -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
af632e6701 Display file name when FileAccessor is chosen 2015-05-19 10:34:36 -04:00
73e65f1cb7 Debug logging code 2015-05-18 22:46:13 -04:00
5f898a0565 Interfaces are always abstract... 2015-05-18 09:43:29 -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
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
8b8a0c18f0 Added position saving and loading feature to Accessor 2015-05-12 16:10:27 -04:00
c3bc0a70f5 Added WriteUInt16Array function 2015-05-11 22:10:32 -04:00