1689 Commits

Author SHA1 Message Date
e4d2fcaad8
also clear TreeModel rows in addition to all custom columns upon ObjectModel change 2020-05-12 02:53:05 -04:00
0f8117af0a
fix some long-standing window and document management bugs 2020-05-12 00:34:48 -04:00
7ba9469aa1
add msbuild task to copy the appropriate UWT engine to our output path rendering custom build scripts unnecessary 2020-05-11 09:25:12 -04:00
4dbd3c13eb
display bookmarks manager dialog when adding bookmarks for confirmation 2020-05-10 21:24:56 -04:00
8f2fd6837f
use nameof() instead of hardcoding widget name - that way if we ever need to change it we can just do a simple refactor 2020-05-10 21:24:26 -04:00
7025bb400f
use EventHandlerAttribute instead of connecting event handlers explicitly 2020-05-10 21:12:23 -04:00
08f6182fcf
allow import / export data from RIFF Chunk Properties dialog 2020-05-10 04:08:02 -04:00
7f5b45ee3c
more enhancements to the RIFF editor chunk properties dialog 2020-05-10 03:57:51 -04:00
651f4eb4ff
convert DatabaseEditor to UWT ContainerLayout-based Glade design 2020-05-10 03:17:13 -04:00
fbcdb59221
use theme colors for selection highlight 2020-05-10 01:57:53 -04:00
74b50fbc42
we cannot yet bookmark a file that does not yet exist 2020-05-10 01:57:20 -04:00
d129565329
convert BinaryEditor to UWT ContainerLayout-based Glade design 2020-05-10 01:56:57 -04:00
fcc613002a
convert FieldDefinitionPropertiesDialog to UWT ContainerLayout-based Glade design 2020-05-10 01:56:05 -04:00
e8228cd78a
enhancements and bug fixes for BinaryEditor 2020-05-09 23:00:41 -04:00
53898136ae
support writing object[] array for convenience 2020-05-09 22:51:08 -04:00
9053e149b4
improvements to UWT ContainerLayout-based AboutDialog and NewDialog 2020-05-09 22:45:27 -04:00
2724d9461d
implement NewDialog (the New Document and New Project dialog) as a UWT-based ContainerLayout design 2020-05-09 19:36:26 -04:00
be832ce119
implement a UWT-based RIFF chunked document editor 2020-05-09 09:20:29 -04:00
8b8213824b
add sample gschema file for linux, need to figure out how to integrate with UWT SettingsProviders 2020-05-09 04:10:53 -04:00
2d01be239c
FINALLY implement UWT-based user interface for the BookmarksManager 2020-05-05 21:29:19 -04:00
f2b5dd57be
provide a way to get all Document Pages in a particular MainWindow 2020-05-05 21:27:24 -04:00
791ada5fe3
remove unused code and properly handle underscores in UI for document file names 2020-05-05 21:13:56 -04:00
8018eb6db2
migrate FileSystemEditor entirely to UWT ContainerLayout 2020-05-04 02:46:59 -04:00
9593c902df
fix encoding for A3DA property list format to handle Japanese characters 2020-05-04 02:10:01 -04:00
36f13363aa
neaten up and improve FARC loading and saving 2020-05-04 02:09:35 -04:00
bb0f3bcf26
gzipstream must be CLOSED before it will flush data to the underlying stream ; is this a problem also with DeflateStream? 2020-05-04 02:09:10 -04:00
1983582990
implement Sega Auth3D A3DA property list format 2020-05-03 19:27:10 -04:00
255e61deb3
finish implementing the PropertyListEditor as a UWT ContainerLayout-based control 2020-05-03 19:26:37 -04:00
c14c2d5f92
move Sega FARC DataFormat to separate Sega plugin 2020-05-03 13:53:03 -04:00
101544f81b
update TODO 2020-05-03 13:43:50 -04:00
420742e74b
various enhancements and improvements to WinRAR DataFormat 2020-05-03 13:43:40 -04:00
0a47423f29
this is pretty useful 2020-05-03 13:40:49 -04:00
7a70c10081
remove obsolete ErrorDataFormatInvalid string table entry; replaced with InvalidDataFormatException 2020-04-29 01:55:46 -04:00
ebf50e3110
remove stale plugins 2020-04-29 01:48:31 -04:00
9772c7c924
move 'CPK Tools' FileSystemEditor extension menu definitions to UEXML file 2020-04-29 01:46:25 -04:00
cdf93dd145
moved conditional statement code out of a single file/UE project and into MBS.Framework.Logic 2020-04-29 01:24:52 -04:00
f0b529a857
add standard header to existing code files 2020-04-29 00:57:58 -04:00
f9ccfc4aef
configure standard header for new documents 2020-04-12 11:18:53 -04:00
e8d185cf8c
remove obsolete win32 resource files (for some reason this didn't get checked in properly) 2020-04-10 14:03:27 -04:00
4112dd1cd9
use theme color as selected border color 2020-04-09 02:31:57 -04:00
3565784254
EditorSelection is still a work in progress but we might have a better way to implement deletion 2020-04-08 08:38:21 -04:00
7d4e14f34c
scrolling, clipping, and hit test improvements to Palette editor 2020-04-08 08:21:52 -04:00
37453ecc8b
some of these unknown fields are now known? 2020-04-05 02:50:14 -04:00
3954603fef
support XOR (and others, in the future) transformations directly on the Reader / Writer 2020-04-05 02:49:54 -04:00
428849ce10
add support for Webfoot Games' (published by COSMI Corporation) DAT archive 2020-04-05 02:49:03 -04:00
3e0061bba9
slightly nudged the ARJ data format so it works better now 2020-04-04 08:54:34 -04:00
0c9bc81724
Move CalculateAlignment function (should this be static?) to ReaderWriterBase 2020-04-03 11:49:11 -04:00
b347582b41
fix FPK data format saving 2020-04-03 11:45:02 -04:00
dfb444780f
add file system association to RBX and TBV data formats 2020-04-03 00:34:14 -04:00
6c2d41e2c4
defer TBV content loading and display proper file size in editor for both TBV and RBX 2020-04-03 00:31:23 -04:00