1560 Commits

Author SHA1 Message Date
d07b795655
use SplitContainer instead of a regular box layout 2020-03-23 01:33:59 -04:00
9e7e7b6176
about dialog should have a close button, at least on winforms 2020-03-23 01:33:32 -04:00
454e2ebeb7
I think I got it now 2020-03-23 01:30:00 -04:00
59c37f73a7
ugh 2020-03-23 01:25:46 -04:00
526dced3cb
didn't know we could do this 2020-03-23 01:18:54 -04:00
3c78ee6997
didn't know we could do this 2020-03-23 01:11:51 -04:00
a12f10c9e7
didn't know we could do this 2020-03-23 01:10:17 -04:00
82458e3857
oops 2020-03-21 07:03:32 -04:00
5f18dab319
handle the CustomOptionFieldChoice now that we have a working ComboBox control in UWT 2020-03-21 07:03:12 -04:00
4f61f08d52
load application title from default language string table 2020-03-21 06:45:35 -04:00
08c3234a19
fix mnemonic to not conflict with 'Insert _spaces instead of tabs' 2020-03-21 02:57:21 -04:00
4508c0eda4
use UWT Commands for docking window tab page context menu 2020-03-20 04:46:02 -04:00
f117bad02e
don't set response value since this causes the dialog to close abruptly; set default button instead to still get 'suggested' theme on gtk 2020-03-19 11:01:14 -04:00
cd3498d78f
dialog should inherit from CustomDialog 2020-03-19 11:00:31 -04:00
7a8aaf3967
dialog should inherit from CustomDialog, setting responsevalue on a button causes the dialog to close without processing the Click handler, and don't crash if we can't find a custom option control for that property 2020-03-19 10:59:59 -04:00
9cdb8bb42b
don't catch just any exception while debugging since this screws up the call stack trace 2020-03-19 10:58:41 -04:00
c7303da998
hack to fix bug since we are now loading the layout xml in OnCreating function instead of constructor 2020-03-19 10:53:08 -04:00
046fe07688
oops 2020-03-19 09:56:59 -04:00
f0632f7a1e
handle the case where our PEF begins with PJ95 2020-03-19 09:56:35 -04:00
505a58806c
theme resources for WeifenLuo WinFormsUI DockPanelSuite (integrated with UWT) 2020-03-19 09:55:48 -04:00
9f30c318bd
the dialog WILL NOT CLOSE on WinForms without setting DialogResult before closing... who knows why 2020-03-19 03:11:13 -04:00
e309b7c314
fix the custom options so they use the actual name of the variables even through a refactor 2020-03-18 15:24:13 -04:00
2c5bfcc5bf
fix CustomOptionNumber handling now that we have a NumericTextBox in UWT 2020-03-18 12:57:23 -04:00
9d853aeba4
implement document properties dialog as a SettingsDialog with SettingsProviders supplied by the current editor 2020-03-17 23:13:32 -04:00
95a96538ef
fix documentation file path 2020-03-16 23:40:42 -04:00
bd88d22512
remove custom-made UXT DataFormat that was only ever used for one really esoteric purpose 2020-03-16 23:29:45 -04:00
87e6eb8269
SetPixel should NEVER throw an exception for which the caller isn't at fault 2020-03-16 13:27:32 -04:00
ec79785511
improvements to BMP data format, including not hardcoding the file size with a pixel depth of 4 when it should be 3 2020-03-16 13:27:03 -04:00
5edbd89ca8
implement a VERY rudimentary PictureCollectionEditor to extract BMPs from animated sprites 2020-03-16 13:26:11 -04:00
f921d8cd36
the SPX format is slightly different than the SPR/SPH/SPC formats we've seen so far. still can't read it, but this way it won't crash when loading... 2020-03-16 13:25:26 -04:00
eae8c47a1f
this seems pretty important... will need to look into it 2020-03-16 11:42:05 -04:00
bb37f5e74d
forgot to implement CustomOptionFile property setting... 2020-03-16 11:41:44 -04:00
3b8e7fff47
move CWE sprite data format from Multimedia plugin to Chaos Works plugin 2020-03-16 11:41:03 -04:00
664a4a1fd4
implemented chaos works engine SPP palette data format 2020-03-15 17:33:35 -04:00
f285a5061a
implement support for newer ' cweVOLF' format VOL archives - SAVE SUPPORT UNTESTED 2020-03-15 17:05:20 -04:00
5972c9fb6e
add Label detail for CWE VOL format for use in the file system editor 2020-03-15 16:04:20 -04:00
fd26b2570d
provide a way for FileSystem DataFormats to present DataFormat-specific additional details per file in the FileSystem Editor 2020-03-15 16:01:06 -04:00
114190a016
removed ButtonStockType in favor of simply using StockType everywhere 2020-03-15 14:56:43 -04:00
2af86d9f36
implement Engine-dependent launch of application help file 2020-02-14 01:55:36 -05:00
e7f8e18ccd
take advantage of new CommandItem Grouping functionality 2020-02-14 00:59:43 -05:00
7d94e5a690
move XML CommandBar parsing into common CommandItem.FromMarkup function 2020-02-12 01:53:13 -05:00
86ea89730b
loading of command bars has been moved to UWT 2020-02-12 01:27:04 -05:00
5358a28c7c
custom dialogs should inherit from CustomDialog... also, be sure to return DialogResult.OK before closing dialog 2020-02-12 01:25:21 -05:00
cc1ca6fa60
this is just to show off the TaskDialog in UWT-WF (and a pretty good 'fake' rendition in GTK, too) 2020-02-12 00:50:34 -05:00
a4f15f985a
add data format for Ken Silverman's GRP archive 2020-01-31 09:56:31 -05:00
630644ab46
work on the Synthesized Audio Voicebank implementation, including support for reading VOCALOID DDB/DDI voicebanks 2020-01-25 03:34:10 -05:00
d7f9f74e5d
set up location and size for ALL GenericBrowserPopups, not just the ObjectModel one 2020-01-25 03:31:36 -05:00
c41f6973d3
since we don't display the text in the splash screen, print it to the console instead 2020-01-25 03:30:53 -05:00
2d6dfc2683
specify application short name 2020-01-25 03:30:29 -05:00
da4c33b231
some editors are identified by TypeName instead of ID, and that's OK 2020-01-25 03:30:16 -05:00