Commit Graph

885 Commits

Author SHA1 Message Date
Robert Greene c8247048e7 The ApplesoftTokenizer provides a stream of Applesoft related tokens
in a similar fashion as a StringTokenizer or Enumeration.
2003-05-28 03:44:46 +00:00
Robert Greene 5799f4c0ea Updated to use ApplesoftTokenizer. 2003-05-28 03:43:35 +00:00
Robert Greene 09e6bf289b Removed JUnit project and replaced with JUNIT_JAR variable. 2003-05-26 21:12:40 +00:00
Robert Greene e869246c90 Moved AppleUtil to com.webcodepro.applecommander.util package. 2003-05-26 21:10:50 +00:00
Robert Greene a9e036be80 Added test for AppleUtil. 2003-05-26 05:18:29 +00:00
Robert Greene 2c61cc312b Added getApplesoftFloat. 2003-05-26 05:18:17 +00:00
Robert Greene 5af79e372b Updated to reflect resize disk image being added. 2003-05-02 02:58:02 +00:00
Robert Greene 6eea1ae56b Set vesion to 1.2.4pre. 2003-05-02 02:57:37 +00:00
Robert Greene ce1ba03364 Removed unused exit method. 2003-05-02 02:57:19 +00:00
Robert Greene a0f22ce340 Removed unused AppleWorksWordProcessorFileFilter. 2003-05-02 02:56:33 +00:00
Robert Greene 39302afda9 Added capability to resize the disk when importing files. 2003-05-02 02:56:07 +00:00
Robert Greene bda3c40749 Added resizeDiskImage capability. 2003-05-02 02:54:52 +00:00
Robert Greene b3716c3195 Corrected steps 6 and 7 (interchanged source and javadoc
inappropriately).
2003-04-14 03:05:23 +00:00
Robert Greene 6aa5fe617e Windows README file. 2003-04-14 03:04:36 +00:00
Robert Greene af5bfc5d87 Updated for 1.2.3. 2003-04-14 01:32:06 +00:00
Robert Greene 71b3add256 Updated Windows build notes. 2003-04-14 01:31:42 +00:00
Robert Greene 070c0d1fb1 Updated version number. 2003-04-14 01:30:19 +00:00
Robert Greene af96dbef60 Minor correction to access static variable from the Class instead of an
instance.
2003-04-14 01:29:49 +00:00
Robert Greene ef63c17482 Updated location of swt.jar. 2003-04-14 01:29:09 +00:00
Robert Greene 1aa60999e0 Explicitly thrown when the physical disk will not hold a block. 2003-03-31 05:04:45 +00:00
Robert Greene 3febdd2c08 findFreeBlock now detects if the block actually exists on the disk
image.  Typically is a problem with HDV images which allocate out to
32MB but dynamically grow within the emulator.
2003-03-31 05:04:19 +00:00
Robert Greene 391c80dfb8 Updated to more accurately reflect current state of native compiles.
Windows seems to be mostly ok (finally!).
2003-03-27 05:36:39 +00:00
Robert Greene 9dd5ad7386 Updated to include native executable builds. 2003-03-27 05:35:31 +00:00
Robert Greene fe0e5d1cfb Updated version number to reflect 1.2.3pre. 2003-03-27 05:35:13 +00:00
Robert Greene bbc89f474f Moved back to the default NumberFormat instance. The Integer
instance does not compile under MinGW.
2003-03-27 05:34:56 +00:00
Robert Greene 4289dbc9dd Updated build script to ignore clases that break the build or do not
apply to the build. The JUnit tests along with ImageIoImage and
SunJpegImage are examples.
2003-03-27 05:34:13 +00:00
Robert Greene 43ef9e45b4 Rewrote create method to use Reflection. The primary purpose is to
"simplify" building native executables.
2003-03-27 04:07:42 +00:00
Robert Greene 60719ba86f Began 1.2.3 completed list. 2003-03-26 05:40:25 +00:00
Robert Greene 87c3e21e99 Separated image handling into AppleImage and its specific subclasses. 2003-03-26 05:39:34 +00:00
Robert Greene 618eba2fc7 Documents release process for AppleCommander. 2003-03-16 05:54:38 +00:00
Robert Greene fe46a5b9ba Moved 1.2.2 notes to VERSIONS. 2003-03-16 05:29:27 +00:00
Robert Greene ab5cbb0a00 Added 1.2.2 notes. 2003-03-16 05:29:05 +00:00
Robert Greene 806fd87060 Added work directory (used for builds). 2003-03-16 05:28:46 +00:00
Robert Greene 671c98c37d Updated version number to 1.2.2. 2003-03-16 05:27:53 +00:00
Robert Greene 2886271923 Added centering for File Import Settings dialog. 2003-03-16 05:27:38 +00:00
Robert Greene 17b85bba97 ANT build script. 2003-03-16 05:27:04 +00:00
Robert Greene e7ec9b0b48 Updated to reflect addition of Hex Dump to 1.2.2. 2003-03-11 04:26:46 +00:00
Robert Greene 8a920e4cb4 Added Hex Dump as an option. 2003-03-11 04:25:15 +00:00
Robert Greene c28924ef03 This FileFilter will format a file as a hex dump. 2003-03-11 04:24:36 +00:00
Robert Greene dc2f36d6f1 Added getFormatted3ByteAddress. 2003-03-11 04:24:17 +00:00
Robert Greene fb6785cf37 Updated 1.2.2 completed list to contain the progress indicator on
import and window centering. Added subdirectory creation as a
1.2.x TODO as well as a (possible) filter that decodes a binary file
into a hex dump. The future was also expanded with early ideas
for a file preview - see the entry on SourceForge where a discussion
is currently going on.
2003-03-06 13:56:49 +00:00
Robert Greene 0990b96d98 Updated to have all Wizard dialogs centered on the parent window. 2003-03-06 13:54:53 +00:00
Robert Greene e8faaaff0b This class contains SWT-related utility code. Initial routine is one
to center a child window upon the parent window.
2003-03-06 13:54:26 +00:00
Robert Greene a39858237c Finished up progress bar for import operation and centered the
window.
2003-03-06 13:53:49 +00:00
Robert Greene 30bde2eb4b Updated test to reflect addition of DirectoryEntry interface; have
some early code in this release (commented out) related to having a
progress meter for imports.
2003-03-06 04:06:17 +00:00
Robert Greene b4417671c4 Updated test to reflect addition of DirectoryEntry interface. 2003-03-06 03:59:14 +00:00
Robert Greene db798f69cd Added a reference to the related ProdosDirectoryEntry class. 2003-03-06 03:58:22 +00:00
Robert Greene 9b65d39df5 Migrated some subdirectory entry specific code into
ProdosDirectoryEntry.
2003-03-06 03:57:33 +00:00
Robert Greene a554f8e8ec Handles ProDOS directory entries (as opposed to directory headers).
They are different but work in conjunction with eachother.
2003-03-06 03:55:03 +00:00
Robert Greene cac03c9764 Slight comment update. 2003-03-06 03:53:36 +00:00