AppleCommander is a tool that manipulates Apple ][ disk images. Files may be imported, exported, viewed, or printed with various file filters.
Go to file
Rob Greene e30da7e939 Rasbian being 32-bit seems to be a challenge now that AppleCommander has moved to a more modern variant of SWT. The new _appear_ to prevent 32-bit libraries. Pulling in the old library shows some differences in the SWT FontMetrics API (fontMetrics.getAverageCharacterWidth() vs. fontMetrics.getAverageCharWidth()). 2022-01-14 20:02:52 -06:00
ant-build Updating info a bit, removing obviously out-dated and confusing info. 2018-03-02 13:32:36 -06:00
app Rasbian being 32-bit seems to be a challenge now that AppleCommander has moved to a more modern variant of SWT. The new _appear_ to prevent 32-bit libraries. Pulling in the old library shows some differences in the SWT FontMetrics API (fontMetrics.getAverageCharacterWidth() vs. fontMetrics.getAverageCharWidth()). 2022-01-14 20:02:52 -06:00
documentation Fix error in Pascal volume entry documentation. 2008-09-11 02:21:39 +00:00
gradle/wrapper Multiple changes. 2021-12-19 21:19:33 -06:00
lib Rasbian being 32-bit seems to be a challenge now that AppleCommander has moved to a more modern variant of SWT. The new _appear_ to prevent 32-bit libraries. Pulling in the old library shows some differences in the SWT FontMetrics API (fontMetrics.getAverageCharacterWidth() vs. fontMetrics.getAverageCharWidth()). 2022-01-14 20:02:52 -06:00
mac macBundle: some cleanup, remove .app skeleton 2017-10-30 08:12:16 -07:00
swt-lib Rasbian being 32-bit seems to be a challenge now that AppleCommander has moved to a more modern variant of SWT. The new _appear_ to prevent 32-bit libraries. Pulling in the old library shows some differences in the SWT FontMetrics API (fontMetrics.getAverageCharacterWidth() vs. fontMetrics.getAverageCharWidth()). 2022-01-14 20:02:52 -06:00
tools Applying patch per #40 2020-01-30 18:16:16 -06:00
.gitignore Re-adding the lost test disks. 2022-01-08 21:26:36 -06:00
CONTRIB.txt Updating info a bit, removing obviously out-dated and confusing info. 2018-03-02 13:32:36 -06:00
DEVELOPER.md Beginning to update developer notes. 2022-01-08 21:26:03 -06:00
HEADER bumping copyright date #36 2020-01-20 14:14:30 -06:00
LICENSE Version 1.1.1 is the initial GPL release of AppleCommander. 2002-12-01 02:21:00 +00:00
MAVEN-REPO.md Re-introducing the publish to maven capability. 2021-12-21 19:36:51 -06:00
README.md Updating info a bit, removing obviously out-dated and confusing info. 2018-03-02 13:32:36 -06:00
TODO Went through and did a pass on spell checking. #36 2019-10-06 19:40:19 -05:00
VERSIONS Went through and did a pass on spell checking. #36 2019-10-06 19:40:19 -05:00
gradle.properties Rasbian being 32-bit seems to be a challenge now that AppleCommander has moved to a more modern variant of SWT. The new _appear_ to prevent 32-bit libraries. Pulling in the old library shows some differences in the SWT FontMetrics API (fontMetrics.getAverageCharacterWidth() vs. fontMetrics.getAverageCharWidth()). 2022-01-14 20:02:52 -06:00
gradlew Multiple changes. 2021-12-19 21:19:33 -06:00
gradlew.bat First round of updates. Leaving publication for later. #51 2020-11-24 19:34:01 -06:00
settings.gradle Found that RPi 32-bit version was missing; punting at a configuration that may work based on prior efforts. 2022-01-13 19:18:29 -06:00

README.md

Overview

Contributions welcome!

Please see AppleCommander site for more details.

Developer information has some details useful if you wish to update AppleCommander.

Some information is still out of date on the AppleCommander site...

  • Obviously, we have moved to Github. :-)
  • Binaries are in the release tab.
  • Mac OS X users may want to visit lifepillar's homebrew tap for retro goodness.
  • Libary releases to the Maven repository are currently manual and may be a bit delayed.