Rob Greene
5da84ae082
Fixing listing for empty disks to display header and footer in acx; otherwise output is empty. Inspired by this PR: https://github.com/AppleCommander/AppleCommander/pull/95
2023-10-25 18:29:17 -05:00
Rob Greene
a91bcec4a9
Bumping version of SWT to max it can go (without upgrading Java version); setting display data to maybe get a better dark mode experience.
2023-10-24 23:25:41 -05:00
Rob Greene
e68741cffe
Whenever editing the file import, we deselect all items in the list and disable the edit and remove button to prevent errors. #125
2023-10-24 19:11:46 -05:00
Rob Greene
bbfad3070c
Making SwtImageTest have the ability to be disabled; updated actions to set disable tests.
2023-10-24 16:08:04 -05:00
Rob Greene
0c285a7d46
Quick fix for AppleUtil#getWordValue to handle upper edge of buffer correctly. #126
2023-10-24 13:37:07 -05:00
A2 Geek
ee981551b9
Merge pull request #110 from btb/rdos33
...
Add support for "RDOS 3.3" disk format
2023-10-24 13:10:42 -05:00
Rob Greene
0bccdde28a
Disabling edit button as well after removing item from list. #120
2023-10-22 19:52:27 -05:00
Bradley Bell
aa9dcd2695
Generalize differences of RDOS 2.1/3.2 vs RDOS 3.3
2023-10-21 16:23:37 -07:00
Bradley Bell
836917b283
document differences between 2.1/3.2 and 3.3
2023-10-21 15:42:23 -07:00
Bradley Bell
b4b947dba7
replace test disk for RDOS 3.3
2023-10-21 15:38:36 -07:00
Rob Greene
709ce6b47f
Now validating Applesoft import in user interface. #119
2023-10-21 16:59:15 -05:00
Rob Greene
643de4b4b1
Correcting acx import
from an AppleSingle file to setup binary address correctly. #108
2023-10-21 13:54:04 -05:00
Rob Greene
852fbeb4b3
Pulling in some suggestions from IDE.
2023-10-21 13:52:53 -05:00
Bradley Bell
feed5172e0
Display "RDOS 3.3" as format
2023-10-20 23:41:45 -07:00
Bradley Bell
94bf05b57d
First item in catalog is OS, use it for disk name
2023-10-20 23:34:44 -07:00
Rob Greene
c9dcb73b33
Adding a close listener and validating with user if the file has changed. #117 .
2023-10-20 16:58:33 -05:00
Rob Greene
e3a0844fbd
No longer setting background color. Similar to #116 .
2023-10-20 16:57:12 -05:00
Rob Greene
b3a5f3e9df
No longer setting background color. #116 .
2023-10-20 16:14:43 -05:00
Rob Greene
9a300d1241
Adjusting font colors for BASIC listings based on dark mode (or not). #115 .
2023-10-20 16:02:34 -05:00
Rob Greene
d174f2341d
Updating text to format better (at least on Linux). Need to check with other OSes. #113
2023-10-20 15:00:24 -05:00
Rob Greene
e0e16e5325
Updating title text to match image header. #114
2023-10-20 13:28:09 -05:00
Bradley Bell
2515c3f861
add test for RDOS 3.3
2023-10-14 02:35:59 -07:00
Bradley Bell
66cdbe314c
Add support for "RDOS 3.3" disk format
...
Uses 16 sectors, with ProDOS sector ordering.
2023-10-14 02:06:46 -07:00
Rob Greene
4c578e19d3
Moving images into SWT GUI project.
2022-04-06 20:51:45 -05:00
Rob Greene
eb8e770abb
Removing unused text bundles.
2022-04-06 20:25:12 -05:00
Rob Greene
aab775e07a
Adding dump command to acx. #77
2022-03-21 21:59:38 -05:00
Rob Greene
d9f6653163
Adding compare by content.
2022-03-19 22:33:05 -05:00
Rob Greene
e6cbda9908
Adding filename disk comparison strategy.
2022-03-17 21:19:43 -05:00
Rob Greene
fdb4a6d566
Adding Range to better report a condensed description of differences.
2022-03-14 20:15:51 -05:00
Rob Greene
9a0a034849
Removing debugging line.
2022-03-13 20:59:09 -05:00
Rob Greene
8ea6990dd5
Adding limit to comparison.
2022-03-13 20:50:31 -05:00
Rob Greene
087df7535e
Adding DiskDiff and enhancing the basic disk comparison capabilities.
2022-03-13 18:03:53 -05:00
Rob Greene
ae85bc8810
Updating error message to hopefully clarify when the master directory
...
ran out of file entries instead of having an actual full disk. #72
2022-03-10 21:42:43 -06:00
Rob Greene
92147b03ac
Adding ability to view shape table files.
2022-03-08 21:44:15 -06:00
Rob Greene
13be406278
Bumping source to Java 11.
2022-03-06 21:17:12 -06:00
Rob Greene
d19676fa9e
Adding disassembly extract/view support.
2022-03-06 14:32:10 -06:00
Rob Greene
0842f1f31f
Adding getAddress method to FileEntry.
2022-03-05 17:59:12 -06:00
Rob Greene
08dd438d66
Correcting ProDOS date width for long file listings (showed in ac and
...
acx).
2022-03-05 17:58:07 -06:00
Rob Greene
d8cbd263dd
Needed to rework the publish as the signed portion wasn't being
...
uploaded; thank goodness others had working samples to look at!
2022-01-22 20:55:06 -06:00
Rob Greene
154be7df27
Updating copyright date.
2022-01-18 22:08:50 -06:00
Rob Greene
571da54fd0
Updating/adding copyright in all Java files. Made best guess for first
...
date.
2022-01-18 21:55:20 -06:00
Rob Greene
ce0db8c2ee
Setting app name in menu.
2022-01-17 21:05:30 -06:00
Rob Greene
8ee2256bb4
Making note re: why a deprecated method is being used.
2022-01-15 20:01:10 -06:00
Rob Greene
9005a07280
Reverting back to deprecated method to support RPi.
2022-01-15 19:13:18 -06:00
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
Rob Greene
676301853c
Misssed CSV and JSON format for 'acx'; updated 'ac' help. #42
2022-01-13 22:03:43 -06:00
Rob Greene
dfc4894a72
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
Rob Greene
a5714ed019
Updating hex dump to better handle 7F/FF bytes for display. #54
2022-01-09 21:49:36 -06:00
Rob Greene
366c921ed5
Fixing error message handling for the Import dialog. Also updated the
...
TextBundle#get method to check for the key. If the key does not exist,
return a string indicating was is missing to help track this down in the
future.
2022-01-09 17:14:43 -06:00
Rob Greene
acf3874185
Merging in 'acx' tool, merging gradle builds
2022-01-03 18:24:39 -06:00