Rob Greene
a375e25c66
Updating FormattedDisk API to support conversion between ProDOS file types and native file types; updated UI to use this API for imports (specifically for AppleSingle archives) in order to set the correct native file type. Fixed glitch in UI where it assumed that the file type was always found in the known list of file types. #128
2023-10-27 14:27:29 -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
0bccdde28a
Disabling edit button as well after removing item from list. #120
2023-10-22 19:52:27 -05:00
Rob Greene
709ce6b47f
Now validating Applesoft import in user interface. #119
2023-10-21 16:59:15 -05: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
4c578e19d3
Moving images into SWT GUI project.
2022-04-06 20:51:45 -05:00
Rob Greene
e6cbda9908
Adding filename disk comparison strategy.
2022-03-17 21:19:43 -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
92147b03ac
Adding ability to view shape table files.
2022-03-08 21:44:15 -06:00
Rob Greene
d19676fa9e
Adding disassembly extract/view support.
2022-03-06 14:32:10 -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
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
acf3874185
Merging in 'acx' tool, merging gradle builds
2022-01-03 18:24:39 -06:00
Rob Greene
5fbaa95ed0
Re-introducing the publish to maven capability.
2021-12-21 19:36:51 -06:00
Rob Greene
3b84a9a885
Translating 'amd64' to 'x86_64'. #62
2021-12-20 12:57:53 -06:00
Rob Greene
d69c923bad
Multiple changes.
...
1. This change introduces the current SWT builds that exist in Maven;
removing the need to locate and capture the JAR files.
2. The current SWT change is to capture the new Mac OS X aarch64 builds
("Apple Silicon").
3. The current version of SWT, however, requires Java 11.
4. Due to the complexity of the prior Gradle build, it was restructured.
2021-12-19 21:19:33 -06:00