Commit Graph

351 Commits

Author SHA1 Message Date
Robert Greene
0e8e1cff03 Fixed DosFileEntry with respect to ordering of setAddress, so moved
it back to original positioning.
2004-06-22 22:20:01 +00:00
Robert Greene
b3176b8e08 Changed logic around the file address (binary) to make the API
not require a specific order.
2004-06-22 22:18:57 +00:00
Robert Greene
2771ce9b71 Hex conversion now ignores case. 2004-06-22 03:09:01 +00:00
Robert Greene
753a8ecbf6 Fixed import - need to save the file before setting the address.
This is a specific requirement of how DOS stores addresses.
2004-06-22 03:08:14 +00:00
Robert Greene
8d45503f9a Implemented setAddress. 2004-06-22 03:07:13 +00:00
Robert Greene
7cf6528f3e Common stream-related utilities. 2004-06-20 17:02:23 +00:00
Robert Greene
733ce4f7d2 Changed to use StreamUtil. 2004-06-20 17:02:00 +00:00
Robert Greene
7ceec26d59 Changed disk recognition routines to also check disk size (fixed UniDOS
issues). Extracted some common routines.
2004-06-20 17:01:20 +00:00
Robert Greene
dcd0480c8d Changed threshold at which a graphics image is recognized. 2004-06-20 16:59:24 +00:00
Robert Greene
83e6f89276 Added dispose to cleanup resource leaks. 2004-06-19 21:17:18 +00:00
Robert Greene
c9a15b0261 Sleak now works. 2004-06-19 21:14:21 +00:00
Robert Greene
d83d8dfbd8 Made duplicate parts reuse code; changed launch to accept a Display
(which, in turn, makes Sleak work).
2004-06-19 21:13:38 +00:00
Robert Greene
02b61f7321 Set VERSION to be 1.3.4pre. 2004-06-19 21:12:47 +00:00
Robert Greene
bc96081b20 Updated version number to 1.3.3. 2004-06-19 04:40:12 +00:00
Robert Greene
3648806616 Added assembly source export to context menu. 2004-06-19 04:39:47 +00:00
Robert Greene
c28ad26522 Added assembly source file option. 2004-06-19 04:39:00 +00:00
Robert Greene
6151356de6 Author tag fix (removed colon) and fixed some 'yellow' warnings. 2004-06-18 05:15:33 +00:00
Robert Greene
680f0e5732 Simple ContentTypeAdapter to do no action. 2004-06-18 02:14:48 +00:00
Robert Greene
8fc1b7fad3 Added error handler for invalid graphics files. 2004-06-18 02:14:23 +00:00
Robert Greene
98a561630f Initial adaptation of S-Leak to AppleCommander. Unfortunately, it
doesn't appear to work with AC!!
2004-06-17 03:09:15 +00:00
Robert Greene
ac5e9673af Added FilterAdapter mapping for PascalTextFileFilter and
TextFilterAdapter.
2004-06-17 03:07:58 +00:00
Robert Greene
c38f2a9c3c Added "Pascal Text..." to the export context menu. 2004-06-17 03:04:19 +00:00
Robert Greene
fb00760486 Added "Pascal text file" as an export format option. 2004-06-17 03:01:53 +00:00
Robert Greene
f166a8d7e0 Recognizes Pascal ".text" files and uses the PascalTextFileFilter. 2004-06-17 03:01:00 +00:00
Robert Greene
da3177feea Supports Pascal ".text" file formats. 2004-06-17 02:59:42 +00:00
Robert Greene
f3172245e1 Final reorganization. Extracted FilterAdapters to handle content-specific
display.
2004-06-16 03:21:49 +00:00
Robert Greene
3725062579 Added FilterAdapters to handle display of specific content. 2004-06-16 03:20:52 +00:00
Robert Greene
4818d61436 Added showPrintDialog. 2004-06-13 03:34:50 +00:00
Robert Greene
cb50b1748f Began using ContentAdapters (part of the refactoring process). 2004-06-13 03:34:26 +00:00
Robert Greene
47403ac781 A ContentAdapter provides a common interface to handle
operations for specific types of content.
2004-06-13 03:33:26 +00:00
Robert Greene
89877c161e Fixed window positioning routine to keep window title visible. 2004-06-10 12:11:09 +00:00
Robert Greene
badc61a805 Uses SwtUtil.setupPagingInformation. 2004-06-10 03:31:45 +00:00
Robert Greene
35fb3535c1 Added setupPagingInformation to set default paging information
in a scrolled composite.
2004-06-10 03:30:41 +00:00
Robert Greene
7c7704d213 Added AssemblySourceFileFilter support. 2004-06-10 02:54:55 +00:00
Robert Greene
163dd10769 Added detection of Merlin assembly files. 2004-06-10 02:52:28 +00:00
Robert Greene
66a3f52faf Formats an Assembly source file. 2004-06-10 02:47:35 +00:00
Robert Greene
45737b9a55 Repackaged code and organized imports. 2004-06-09 03:58:00 +00:00
Robert Greene
d1ad2be773 Updated VERSION to 1.3.3pre. 2004-06-09 03:55:24 +00:00
Robert Greene
8b58cc3f24 Updated copyright and version number. 2004-06-06 02:14:23 +00:00
Robert Greene
c663edc84a Added constructor to force a certain file filter. Used by context menu
for file view.
2004-06-06 02:13:58 +00:00
Robert Greene
a31c317740 Modified viewFile to accept a given file filter - this allows context
menus to change to a non-default file view. (For example, show a
binary file as text.) Additionally added a couple of show___Dialog
methods. Will need to incorporate these further for code cleanup.
2004-06-06 02:12:39 +00:00
Robert Greene
60647d3f09 Fixed logo for compare disk images wizard. 2004-06-05 01:42:17 +00:00
Robert Greene
b5735107f4 Added logo fo compare disk images wizard. 2004-06-05 01:41:47 +00:00
Robert Greene
0ae3959071 Compare disk images wizard. 2004-06-05 01:39:49 +00:00
Robert Greene
6acf406d81 Added Compare Disks option. 2004-06-04 04:58:43 +00:00
Robert Greene
f7ef98a861 Initial Compare Disk Wizard implementation. 2004-06-04 04:57:52 +00:00
Robert Greene
89a4b67498 Added methods to change disk image ordering as well as to compare
two disks to see if they are identical.
2004-06-03 03:33:59 +00:00
Robert Greene
a49349b9b5 Added new icons: ICON_COMPARE_DISKS,
ICON_CHANGE_IMAGE_ORDER.
2004-06-03 03:32:31 +00:00
Robert Greene
5256249f1c Added ability to change disk image order. 2004-06-03 03:31:56 +00:00
Robert Greene
74bcb6f8ff New icon. 2004-06-03 03:29:07 +00:00