Commit Graph

  • 235305cc29 Added a potential pointer for SWT libraries. Robert Greene 2003-12-06 04:13:39 +0000
  • bd201031d2 Moved version 1.3.0 to VERSIONS and added 1.3.1. Robert Greene 2003-12-06 04:13:20 +0000
  • f5e8be98c1 Added version 1.3.0. Robert Greene 2003-12-06 04:13:02 +0000
  • ba7f7f34c0 Added email address. Robert Greene 2003-12-06 04:12:44 +0000
  • 51b1abcf7d Compile Wizard logo source file. Robert Greene 2003-12-05 22:45:51 +0000
  • d9c5e5d9d2 Added link for Applesoft BASIC FAQ. Robert Greene 2003-12-04 23:55:36 +0000
  • 06b927cb18 Updated version 1.3.0 information. Robert Greene 2003-12-04 23:55:19 +0000
  • 9ba7c4f0c3 Updated comments and removed large chunk of commented out code at bottom of class that appears to have been implemented. Robert Greene 2003-12-04 23:54:56 +0000
  • 34a86acf17 Updated VERSION to 1.3.0 (with addition of compiler). Robert Greene 2003-12-04 23:54:15 +0000
  • 10b53e0767 Added support to handle canCompile flag per ProDOS file type. Robert Greene 2003-12-04 06:01:08 +0000
  • 991b574427 Added canCompile metod to all FileEntry objects. Robert Greene 2003-12-04 06:00:26 +0000
  • 0cb572b961 Added compile flag to BAS. Robert Greene 2003-12-04 05:59:21 +0000
  • eb3638ffd1 Beginnings of Compile Wizard. Robert Greene 2003-12-04 05:59:03 +0000
  • db19766377 Compile Wizard logo. Robert Greene 2003-12-04 05:58:43 +0000
  • 09f29eb815 Began adding compile option in toolbar. Robert Greene 2003-12-04 05:57:56 +0000
  • 88bf05b9ad Added Compile Wizard logo. Robert Greene 2003-12-04 05:57:24 +0000
  • d127416aab Added compile directory. Robert Greene 2003-12-04 05:57:08 +0000
  • c9a2b6035c Documentation of changes per John Matthews fixes for AppleCommander 1.2.3. See http://www.wright.edu/~john.matthews/ac.html. Robert Greene 2003-12-04 05:56:03 +0000
  • 070c3d8b63 Added changes per John Matthews fixes for AppleCommander 1.2.3. See http://www.wright.edu/~john.matthews/ac.html. Robert Greene 2003-12-04 04:10:49 +0000
  • 9709fe8a03 ProDOS month correction (recevied from John B Matthews). Robert Greene 2003-09-05 03:34:40 +0000
  • e86ef7130e Correction suggested by Chris Morse to continue searching for a file in getFile until it is found. Robert Greene 2003-09-05 03:24:44 +0000
  • ad5908561b Adding references to sites with Apple2 documentation. Robert Greene 2003-09-01 03:47:45 +0000
  • 9cc0eaf127 Organized imports. In particular, the com.webcodepro.applecommander.util package was imported in its entirety. Robert Greene 2003-09-01 03:27:06 +0000
  • 70a7e4bf85 Added a colon (:) to getDiskName per John Matthews. Robert Greene 2003-09-01 03:24:44 +0000
  • 4cdb446f41 Incorporated fix from John Matthews for date format in getFileColumnData. Robert Greene 2003-09-01 03:23:51 +0000
  • 513627cc95 Incorporated fix from John Matthews for get/setPascalDate. Robert Greene 2003-09-01 03:23:21 +0000
  • 203c4b1d06 Added more items. Robert Greene 2003-06-14 02:46:31 +0000
  • 4893e7b5aa Added toString. Robert Greene 2003-06-14 02:46:06 +0000
  • 723c54d549 Added isNumber, Robert Greene 2003-06-14 02:45:17 +0000
  • 03d7d6f0ba Added FOR, NEXT, GOTO, HPLOT as well as fixed a few addressing issues (related to assembly code generated). Robert Greene 2003-06-14 02:44:43 +0000
  • 51436c8808 Replaced tab characters with spaces. Robert Greene 2003-06-14 02:42:00 +0000
  • bb4adcc1e9 Added more memory locations. Robert Greene 2003-06-06 03:29:37 +0000
  • a79a963729 Added support for FLASH, HCOLOR=, HTAB, INVERSE, NORMAL, PRINT, VTAB. Added methods addLoadAddress, addLoadByteValue, addLoadFac, addLoadWordValue, evaluateExpression. Memory listing is read from properties file. Robert Greene 2003-06-06 03:28:44 +0000
  • 3721db440e Added constant types as well as value of variable. Robert Greene 2003-06-06 03:24:21 +0000
  • e677fe4baf Added isEndOfCommand and isExpressionSeparator. Robert Greene 2003-06-06 03:23:10 +0000
  • 50aab615cc Separates on character tokens (":;,+-*/"). Robert Greene 2003-06-06 03:22:37 +0000
  • 895685e948 When at end of file (nextAddress is 0), set the offset to the end of file. Robert Greene 2003-06-03 05:53:19 +0000
  • e73e9c0f2d Added isCommandSeparator. Robert Greene 2003-06-03 05:50:19 +0000
  • 36a7089833 Updated testCompileColors. Robert Greene 2003-06-03 05:49:34 +0000
  • 02505cc0cf Information regarding a variable. Robert Greene 2003-06-03 05:48:41 +0000
  • eb55babf23 Thrown when an exception occurs during the compile. Robert Greene 2003-06-03 05:48:15 +0000
  • 79e792984e Early refactoring of compiler. Robert Greene 2003-06-03 05:47:57 +0000
  • 370126207a First revision of known Apple ROM locations. Robert Greene 2003-06-03 05:47:22 +0000
  • 98a281f3bc Early stab at an Applesoft compiler. Needs to be redesigned/refactored. Robert Greene 2003-06-01 19:49:04 +0000
  • 822b528bf5 Test for ApplesoftCompiler. Robert Greene 2003-06-01 19:48:30 +0000
  • b67954d5eb Compile icon added. Robert Greene 2003-06-01 19:48:10 +0000
  • 3b0dd511cc Added compile icon. Robert Greene 2003-06-01 19:47:18 +0000
  • a75acf0e66 Added a hack to break on expression terminators (colon comma, semicolon). Robert Greene 2003-06-01 19:46:59 +0000
  • 1e96c1e867 Defines all tokens. Robert Greene 2003-06-01 19:45:12 +0000
  • 3901ce8230 Represents an Applesoft token. This is returned by ApplesoftTokenizer. Robert Greene 2003-05-28 03:45:12 +0000
  • c8247048e7 The ApplesoftTokenizer provides a stream of Applesoft related tokens in a similar fashion as a StringTokenizer or Enumeration. Robert Greene 2003-05-28 03:44:46 +0000
  • 5799f4c0ea Updated to use ApplesoftTokenizer. Robert Greene 2003-05-28 03:43:35 +0000
  • 09e6bf289b Removed JUnit project and replaced with JUNIT_JAR variable. Robert Greene 2003-05-26 21:12:40 +0000
  • e869246c90 Moved AppleUtil to com.webcodepro.applecommander.util package. Robert Greene 2003-05-26 21:10:50 +0000
  • a9e036be80 Added test for AppleUtil. Robert Greene 2003-05-26 05:18:29 +0000
  • 2c61cc312b Added getApplesoftFloat. Robert Greene 2003-05-26 05:18:17 +0000
  • 5af79e372b Updated to reflect resize disk image being added. Robert Greene 2003-05-02 02:58:02 +0000
  • 6eea1ae56b Set vesion to 1.2.4pre. Robert Greene 2003-05-02 02:57:37 +0000
  • ce1ba03364 Removed unused exit method. Robert Greene 2003-05-02 02:57:19 +0000
  • a0f22ce340 Removed unused AppleWorksWordProcessorFileFilter. Robert Greene 2003-05-02 02:56:33 +0000
  • 39302afda9 Added capability to resize the disk when importing files. Robert Greene 2003-05-02 02:56:07 +0000
  • bda3c40749 Added resizeDiskImage capability. Robert Greene 2003-05-02 02:54:52 +0000
  • b3716c3195 Corrected steps 6 and 7 (interchanged source and javadoc inappropriately). Robert Greene 2003-04-14 03:05:23 +0000
  • 6aa5fe617e Windows README file. Robert Greene 2003-04-14 03:04:36 +0000
  • af5bfc5d87 Updated for 1.2.3. v1-2-3 Robert Greene 2003-04-14 01:32:06 +0000
  • 71b3add256 Updated Windows build notes. Robert Greene 2003-04-14 01:31:42 +0000
  • 070c0d1fb1 Updated version number. Robert Greene 2003-04-14 01:30:19 +0000
  • af96dbef60 Minor correction to access static variable from the Class instead of an instance. Robert Greene 2003-04-14 01:29:49 +0000
  • ef63c17482 Updated location of swt.jar. Robert Greene 2003-04-14 01:29:09 +0000
  • 1aa60999e0 Explicitly thrown when the physical disk will not hold a block. Robert Greene 2003-03-31 05:04:45 +0000
  • 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. Robert Greene 2003-03-31 05:04:19 +0000
  • 391c80dfb8 Updated to more accurately reflect current state of native compiles. Windows seems to be mostly ok (finally!). Robert Greene 2003-03-27 05:36:39 +0000
  • 9dd5ad7386 Updated to include native executable builds. Robert Greene 2003-03-27 05:35:31 +0000
  • fe0e5d1cfb Updated version number to reflect 1.2.3pre. Robert Greene 2003-03-27 05:35:13 +0000
  • bbc89f474f Moved back to the default NumberFormat instance. The Integer instance does not compile under MinGW. Robert Greene 2003-03-27 05:34:56 +0000
  • 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. Robert Greene 2003-03-27 05:34:13 +0000
  • 43ef9e45b4 Rewrote create method to use Reflection. The primary purpose is to "simplify" building native executables. Robert Greene 2003-03-27 04:07:42 +0000
  • 60719ba86f Began 1.2.3 completed list. Robert Greene 2003-03-26 05:40:25 +0000
  • 87c3e21e99 Separated image handling into AppleImage and its specific subclasses. Robert Greene 2003-03-26 05:39:34 +0000
  • 618eba2fc7 Documents release process for AppleCommander. Robert Greene 2003-03-16 05:54:38 +0000
  • fe46a5b9ba Moved 1.2.2 notes to VERSIONS. v1-2-2 Robert Greene 2003-03-16 05:29:27 +0000
  • ab5cbb0a00 Added 1.2.2 notes. Robert Greene 2003-03-16 05:29:05 +0000
  • 806fd87060 Added work directory (used for builds). Robert Greene 2003-03-16 05:28:46 +0000
  • 671c98c37d Updated version number to 1.2.2. Robert Greene 2003-03-16 05:27:53 +0000
  • 2886271923 Added centering for File Import Settings dialog. Robert Greene 2003-03-16 05:27:38 +0000
  • 17b85bba97 ANT build script. Robert Greene 2003-03-16 05:27:04 +0000
  • e7ec9b0b48 Updated to reflect addition of Hex Dump to 1.2.2. Robert Greene 2003-03-11 04:26:46 +0000
  • 8a920e4cb4 Added Hex Dump as an option. Robert Greene 2003-03-11 04:25:15 +0000
  • c28924ef03 This FileFilter will format a file as a hex dump. Robert Greene 2003-03-11 04:24:36 +0000
  • dc2f36d6f1 Added getFormatted3ByteAddress. Robert Greene 2003-03-11 04:24:17 +0000
  • 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. Robert Greene 2003-03-06 13:56:49 +0000
  • 0990b96d98 Updated to have all Wizard dialogs centered on the parent window. Robert Greene 2003-03-06 13:54:53 +0000
  • e8faaaff0b This class contains SWT-related utility code. Initial routine is one to center a child window upon the parent window. Robert Greene 2003-03-06 13:54:26 +0000
  • a39858237c Finished up progress bar for import operation and centered the window. Robert Greene 2003-03-06 13:53:49 +0000
  • 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. Robert Greene 2003-03-06 04:06:17 +0000
  • b4417671c4 Updated test to reflect addition of DirectoryEntry interface. Robert Greene 2003-03-06 03:59:14 +0000
  • db798f69cd Added a reference to the related ProdosDirectoryEntry class. Robert Greene 2003-03-06 03:58:22 +0000
  • 9b65d39df5 Migrated some subdirectory entry specific code into ProdosDirectoryEntry. Robert Greene 2003-03-06 03:57:33 +0000
  • a554f8e8ec Handles ProDOS directory entries (as opposed to directory headers). They are different but work in conjunction with eachother. Robert Greene 2003-03-06 03:55:03 +0000
  • cac03c9764 Slight comment update. Robert Greene 2003-03-06 03:53:36 +0000