Commit Graph

  • d7f2631434 Updating web site and rearranging a bit to save space per #6. Rob Greene 2017-11-08 13:27:22 -0600
  • 5cdcaa63e0
    Merge pull request #5 from iKarith/master A2 Geek 2017-11-08 12:38:58 -0600
  • 1880998892 Fix varargs warnings T. Joseph Carter 2017-11-07 13:47:47 -0800
  • 3048cd3dfe Merge branch 'master' of https://github.com/AppleCommander/AppleCommander into mac-unistub T. Joseph Carter 2017-11-05 00:51:44 -0700
  • 7ed762b89b
    Merge pull request #1 from iKarith/master A2 Geek 2017-11-03 22:50:36 -0500
  • 30914c8efe Change GUI option to noGui (still not default) T. Joseph Carter 2017-11-03 09:54:10 -0700
  • c1caa1bc91 Make build of GUI components optional (default) T. Joseph Carter 2017-11-03 09:28:42 -0700
  • 564c6cef7b Fix ant warning about includeantruntime T. Joseph Carter 2017-11-03 09:07:06 -0700
  • 80b39372cb Make multiplatform easier to read T. Joseph Carter 2017-11-03 08:13:08 -0700
  • 117fe87cd9 Add unix build conditionals T. Joseph Carter 2017-11-03 07:50:28 -0700
  • f683bfc24c Created .gitignore to replace the .cvsignore files T. Joseph Carter 2017-11-02 22:49:36 -0700
  • 160c888e0f Mac build ... builds and zips T. Joseph Carter 2017-11-01 12:45:56 -0700
  • c11a437b08 Remove some stuff I know I won't need anymore T. Joseph Carter 2017-10-31 04:24:47 -0700
  • d37ba47c8d macBundle: some cleanup, remove .app skeleton T. Joseph Carter 2017-10-30 08:12:16 -0700
  • 2e2a34e77e mac: Use universalJavaApplicationStub T. Joseph Carter 2017-10-30 06:14:13 -0700
  • 752cdc91b6 Remove java version restrictions, which are becoming quite problematic 2017-06-12 17:22:22 +0000
  • 8a3ee78f58 Remove deprecated package, re-implement in ImageIO 2017-06-12 17:06:21 +0000
  • 95e97e2ae6 Adding some Maven central repository information. Robert Greene 2016-11-14 00:22:17 +0000
  • 84fb7e7d03 Correct Gutenberg file processing if we have more than one catalog sector 2015-01-10 04:33:32 +0000
  • e690c0673c Make AC-created disk images not crash on Apple /// computers 2014-04-18 17:11:59 +0000
  • 29d5afc673 Throw exception in CpmFormatDisk#createFile() John B. Matthews 2014-01-25 16:57:40 +0000
  • 9c98158778 Version 1.3.5.14; call system.exit in SwtAppleCommander#dispose for Mac OS X. John B. Matthews 2013-11-24 18:19:44 +0000
  • 8e277d98e8 Bug found by Ivan Drucker: zero length data forks (but positive length resource forks) were being silently ignored. 2013-11-19 04:06:58 +0000
  • 11805cd8b3 Fix from Ivan Drucker: PARENT_ENTRY starts at one, not zero. 2013-11-19 02:35:55 +0000
  • 4989c0353b Submitted by Martin Haye: When one creates a subdirectory on a ProDOS volume, the master entry in the subdirectory's key block needs to point back to its parent directory block and entry number. However, the code for setting those things is missing. 2013-07-05 03:25:12 +0000
  • 43ccf507c4 Save directory entry changes after making them 2012-11-22 05:56:48 +0000
  • 7df83119ab A different approach to specifying a physical ordering 2012-10-25 00:33:53 +0000
  • 9e2bf817d7 Make the Disk constructor with image order specification public 2012-10-24 22:31:22 +0000
  • 8727b12157 Add testcase for binary extraction to file 2012-10-11 12:34:10 +0000
  • b53a6ba61c Allow extraction to a file name for -e and -g 2012-10-11 11:54:56 +0000
  • b52df7745b Allow extraction to a file name for the ant task 2012-10-11 11:38:55 +0000
  • 6526cf3e0b When faced with a 140k image, let the file suffix .do, .po, .2mg take precedence before we go sniffing for a filesystem. 2012-10-09 13:36:37 +0000
  • d8ef6f1a70 Make a few more methods externally visible in the command line ui 2012-09-10 01:00:33 +0000
  • 49e2e45c10 Make 'volname' in ant task match the help text 2012-09-05 00:54:49 +0000
  • 821e7c7977 Tighten up the ant task a bit 2012-08-15 04:02:58 +0000
  • 0935e13c51 Correct exception behavior for Shrinkit file not found situations 2012-08-13 03:27:09 +0000
  • c0fbb83867 Somehow mention we do .bxy too 2012-08-13 02:23:27 +0000
  • 9fa4abe3f3 Fail harder when files don't unshrink well Allow size specification on unshrink image 2012-08-12 17:30:52 +0000
  • 2fac776ed3 Allow converting BXY files Allow zero-length shrinkit files Allow situations where shrunk files have full paths as filenames 2012-08-11 20:57:44 +0000
  • 87eca0095c Implement directory creation in ProDOS Side effect: opened up the previously private 'Name' class in ui; this simplifies directory handling elsewhere, as it automatically creates a directory structure to a pathed file. 2012-08-08 03:10:57 +0000
  • 01fd44f8fd Working on add directory for ProDOS... surely this is the first step? 2012-08-07 01:52:00 +0000
  • 3a7027ce7a Bump the version number since .12 was released Add a .po extension to the filename when we ingest a shrinkit or DC42 image since we don't really do read/write operations in their native format 2012-08-02 14:18:25 +0000
  • 8276bbd8c3 Rename the option to unpack shrinkit to reflect the more general nature of DC42 Make all Shrinkit and DC42 images read-only from the command line 2012-08-02 03:18:07 +0000
  • efa325f75d Add read-only support for DC42 images 2012-08-01 21:35:54 +0000
  • fc52b6054b Remove a spurious println 2012-08-01 15:56:21 +0000
  • 13241a6cfd Clean up Utilities a little bit - just cosmetics, hopefully 2012-08-01 14:40:18 +0000
  • 6c6be6622d Implement ProDOS filetype $05 for writing 2012-08-01 09:28:37 +0000
  • 437270ea95 Add ability to turn flat, non-GS .SHK files into proper disk images 2012-07-31 21:06:01 +0000
  • 77aa498bee Update the boot assembler for ca65 toolchain, re-assembly saves one byte! (Original message had one extraneous space) 2012-07-30 19:33:05 +0000
  • 26c3675fa4 Add full name of SF web page 2012-07-30 18:15:40 +0000
  • 3b903920c4 Update visible copyright date 2012-07-30 17:22:44 +0000
  • 5dac28935a Fill out the rest of the ant task to basically mirror the command line 2012-07-27 17:52:24 +0000
  • 83b022243f Just a little simplification 2012-07-27 12:33:05 +0000
  • 13fa7be0e4 Recursively extract files from directory-having filesystems 2012-07-27 02:07:45 +0000
  • 37e7476bfb Get started on SHK unpacking ShrinkIt fixes - needed new ways to seek the header magic signatures 2012-07-26 21:00:58 +0000
  • a79df8f3bc Protect ourselves from writing SDKs back out Add the ability to uncompress SDK 2012-07-23 21:20:49 +0000
  • 4ab21617fa Add ant task capabilities 2012-07-23 02:38:08 +0000
  • 6fe56fadec Update linux-gtk guidance. John B. Matthews 2012-07-15 16:03:05 +0000
  • a04ee91c3d Add putcc65 as a visible external method so we can call it from the ant interface 2012-07-09 03:54:59 +0000
  • 4580a7183f Make some methods more visible from the outside, as part of integrating into an ant task. 2012-07-08 22:20:19 +0000
  • 14ed4324d6 Cosmetics - use a constant instead of a literal for block size 2012-07-07 13:59:59 +0000
  • 842f59c6c7 Another tweak to DOS-ness 2012-07-07 05:06:29 +0000
  • e09b66a7dd Tighten up image detection a little more 2012-07-06 21:14:54 +0000
  • 852522d58d Take a more cautious approach to dumping files that are in ProDOS file directories 2012-07-06 17:13:12 +0000
  • 9b985c140e Integrate ShrinkItArchive into AppleCommander Add ability to decompress and use SDK disk images tighten up image ordering detection - rely less on file names 2012-07-06 16:45:49 +0000
  • a01a54a522 Add a couple of services to swap image order around 2012-07-03 00:37:44 +0000
  • 2265d40073 Version 1.3.5.11: Update acguide.html for -geos support. John B. Matthews 2012-04-17 02:11:39 +0000
  • ad7dbe72fe Extract the boot sector code from the jar once again - it's a gem! 2012-04-13 18:08:35 +0000
  • 2d87ba07f2 Add -geos switch to command line and help 2012-04-12 15:44:01 +0000
  • 6b05f34529 Write complete GEOS meta-data to directory entries 2012-04-11 16:17:54 +0000
  • 199b36d5a6 Add file-put and delete capabilities for GEOS files 2012-03-20 18:12:51 +0000
  • 394381f561 Version 1.3.5.10: Update to writing Pascal TEXT files on DOS ordered images. John B. Matthews 2012-02-12 16:23:38 +0000
  • e790a01ccf Clean up final-block processing, add some more comments about the Pascal text format 2011-12-18 18:47:51 +0000
  • 2acb66bc76 Correct a block size calculation in the case where a final partial page spans two blocks 2011-12-18 15:57:30 +0000
  • 4082b8869c Update ProDOS filetypes to allow setting of auxiliary bytes of Davex-specific files 2011-12-07 14:25:30 +0000
  • 18a98a9b7a Version 1.3.5.9: Allow writing Pascal TEXT files on DOS ordered images. John B. Matthews 2011-12-07 12:13:25 +0000
  • 9c262548b1 Don't assume a Pascal disk is in ProDOS order when writing text files. 2011-10-15 07:10:11 +0000
  • 0f7f950eaa Protect ourselves from taking null pointer exceptions from corrupted AppleWorks files. 2011-09-03 20:13:49 +0000
  • 5adb646e11 Version 1.3.5.8: Update Host.java to use linux home directory. John B. Matthews 2011-05-29 20:45:07 +0000
  • 342e930046 Version 1.3.5.8: Update Host.java to use linux home directory. John B. Matthews 2011-05-29 20:28:11 +0000
  • 546016e8cd Interim release 1.3.5.7, support for NakedOS. John B. Matthews 2010-08-12 02:54:03 +0000
  • e8a4081399 Add basic NakedOS support 2010-08-09 06:40:08 +0000
  • 40a7dc769b Trim spaces from name in RdosFileEntry.getFileName(). John B. Matthews 2009-09-14 21:25:58 +0000
  • 683ffd19e8 Handle ProDOS path error in ac -p, 1.27, v1.3.5.6. John B. Matthews 2009-09-05 15:43:21 +0000
  • 7ab0495b0c Implement ProDOS path support in ac 1.26, v1.3.5.6. John B. Matthews 2009-09-05 03:31:43 +0000
  • 82cfbef908 Minor simplification of getEntry() and getFiles() in ac.java. John B. Matthews 2009-09-03 17:33:33 +0000
  • a2622bf1e7 Check for a null directory coming back from preferences before using it 2009-06-01 16:04:13 +0000
  • 949986e056 Incorporate Gutenberg changes. John B. Matthews 2009-02-25 19:04:46 +0000
  • 20c92bc931 Refactored to eliminate duplicate spaces between two tokens, handle Business BASIC text exportation the same as RTF 2009-01-03 05:48:26 +0000
  • 51f442d291 Add BYE keyword, indent/outdent FOR/NEXT loops (still need to refactor to eliminate duplicate spaces between two tokens) 2009-01-02 20:45:40 +0000
  • cfd8c21c26 Better RTF production, better integration into context menu 2008-12-27 03:40:53 +0000
  • 2eb1437326 Implement Gutenberg disk translation 2008-12-26 20:36:47 +0000
  • 1a46ae1126 Directory parameter for file extract option (-x) is optional. 2008-12-20 10:52:31 +0000
  • ebc03f9635 Minor revision 4: document -x option for command-line. John B. Matthews 2008-12-20 05:12:26 +0000
  • 4358c86618 Add the ability to extract everything from an image using its preferred export method. 2008-12-20 03:31:54 +0000
  • 1b50de52d3 Minor revision 3: Business BASIC integration. John B. Matthews 2008-12-16 09:35:29 +0000
  • 7c5fab362d Exclude non-source files in javadoc target. John B. Matthews 2008-12-16 09:33:58 +0000
  • ecdc344cb7 Remove a debug statement 2008-12-16 05:55:06 +0000
  • 98b198c1cc Add Business BASIC viewer support 2008-12-16 05:27:17 +0000
  • ec5c2b84b7 Add Business BASIC viewer support 2008-12-16 05:07:36 +0000