2018-12-10 16:51:42 +00:00
|
|
|
# Apple II DeskTop
|
|
|
|
|
2019-01-28 03:54:39 +00:00
|
|
|
Project page: https://github.com/inexorabletash/a2d/
|
|
|
|
|
|
|
|
Numbers like (#123) refer to items in the issue tracker.
|
|
|
|
https://github.com/inexorabletash/a2d/issues
|
|
|
|
|
2018-12-10 16:51:42 +00:00
|
|
|
## 1.2 - alpha
|
|
|
|
|
2019-03-18 02:17:28 +00:00
|
|
|
### DeskTop Enhancements
|
2018-12-10 16:51:42 +00:00
|
|
|
|
2019-03-27 00:14:56 +00:00
|
|
|
* Current day/time shown on right side of menu bar, if system has a clock. (#7, #142)
|
2019-01-13 20:26:32 +00:00
|
|
|
* Up to 13 volumes are shown on the desktop (was 10). (#20)
|
|
|
|
* Drag "unlimited" number of icons (was 20). (#18)
|
2019-03-18 02:17:28 +00:00
|
|
|
* Dragging files to same volume moves instead of copies; use Open-Apple to force copy. (#8)
|
|
|
|
* Menu bar menus are now drop-down in addition to pull-down. (#104)
|
2018-12-28 05:15:02 +00:00
|
|
|
* Add Special > Check Drive command to refresh a single drive. (#97)
|
2018-12-28 18:17:48 +00:00
|
|
|
* Reorganized/renamed several menu items. (#13)
|
2019-02-26 04:16:45 +00:00
|
|
|
* New file type icons: graphics, AppleWorks, relocatable, command, IIgs-specific, and DAs. (#105)
|
2019-01-17 04:26:57 +00:00
|
|
|
* Desktop icon shown for AppleTalk file shares. (#88)
|
2019-01-02 21:32:12 +00:00
|
|
|
* Improvements to several existing icon bitmaps. (#74)
|
2019-01-06 23:19:36 +00:00
|
|
|
* Icons for volumes positioned more predictably and sensibly. (#94)
|
2019-01-12 19:23:43 +00:00
|
|
|
* GS/OS filenames (supported by ProDOS 2.5) are shown with correct case. (#64)
|
2019-03-18 01:35:39 +00:00
|
|
|
* Tip about skipping copy to RAMCard is shown during startup. (#140)
|
2019-03-26 05:04:54 +00:00
|
|
|
* Apple-` or Apple-Tab keypress cycles through open windows. (#143)
|
2019-02-03 20:01:21 +00:00
|
|
|
|
2019-03-18 02:17:28 +00:00
|
|
|
### Desk Accessory Enhancements
|
|
|
|
|
|
|
|
* Up to 12 Desk Accessories are shown in the menu (was 8). (#90)
|
|
|
|
* Desk accessory files can be executed directly. (#101)
|
|
|
|
* Desk accessory files with high bit in aux-type set are hidden in Apple menu. (#102)
|
|
|
|
* Show Text File DA: Keyboard support. Escape quits, arrows scroll. (#4)
|
|
|
|
|
2018-12-10 16:51:42 +00:00
|
|
|
### Additional Desk Accessories
|
|
|
|
|
|
|
|
* This Apple
|
|
|
|
* Gives details about the computer, expanded memory, and what's in each slot. (#29)
|
|
|
|
* Run Basic Here
|
|
|
|
* Launch BASIC.SYSTEM with PREFIX set to the current window's pathname. (#42)
|
2019-03-18 02:17:28 +00:00
|
|
|
* Key Caps
|
|
|
|
* Shows an on-screen keyboard map and indicates which key is pressed.
|
|
|
|
* Screen Dump
|
|
|
|
* Dumps a screenshot to an ImageWriter II attached to a Super Serial Card in Slot 1. (#46)
|
|
|
|
* Eyes
|
|
|
|
* Eyes that follow the mouse. (#53)
|
2019-03-11 03:40:05 +00:00
|
|
|
* Screen Saver
|
|
|
|
* Homage to Jack Eastman's classic. More to come. (#27)
|
2018-12-10 16:51:42 +00:00
|
|
|
|
2019-01-14 04:03:55 +00:00
|
|
|
Note that several of the new Desk Accessories will not work with older versions
|
|
|
|
of Apple II DeskTop/MouseDesk, due to dependence on new APIs.
|
|
|
|
|
2019-01-21 04:28:54 +00:00
|
|
|
The former "Show Text File" DA is now part of automatic preview
|
2019-02-03 20:01:21 +00:00
|
|
|
functionality (see below).
|
|
|
|
|
|
|
|
### Automatic Preview
|
|
|
|
|
|
|
|
Text and Graphics files with the correct file types can be previewed
|
|
|
|
without leaving DeskTop; select the file icon then select File > Open,
|
|
|
|
or double-click the file icon. Text files must be type TXT ($04).
|
2019-02-26 04:16:45 +00:00
|
|
|
Graphics files must be type FOT ($08), or BIN ($06) with an aux type
|
|
|
|
of $2000 (hi-res/double hi-res) or $5800 (Minipix a.k.a. Print Shop).
|
2019-02-03 20:01:21 +00:00
|
|
|
|
|
|
|
To preview files of other types, you can copy the preview handlers
|
|
|
|
named `SHOW.TEXT.FILE` and `SHOW.IMAGE.FILE` from the `PREVIEW` folder
|
|
|
|
to the `DESK.ACC` folder, and restart DeskTop. To use them, select the
|
|
|
|
file, then select the appropriate command from the Apple menu.
|
|
|
|
|
2019-01-02 21:32:12 +00:00
|
|
|
### Notable Fixes
|
2018-12-10 16:51:42 +00:00
|
|
|
|
|
|
|
* Dates 00-39 are treated as 2000-2039; dates 100-127 are treated as 2000-2027. (#15)
|
|
|
|
* File > Quit returns to ProDOS 8 selector, and /RAM is reattached. (#3)
|
2018-12-11 06:41:53 +00:00
|
|
|
* SELECTOR.LIST created if missing. (#92)
|
2019-01-06 23:19:36 +00:00
|
|
|
* Prevent crash after renaming volume. (#99)
|
|
|
|
* Prevent crash with more than two volumes on a SmartPort interface. (#45)
|
2019-01-05 04:03:59 +00:00
|
|
|
* Startup menu will include Slot 2. (#106)
|
2019-01-06 23:19:36 +00:00
|
|
|
* Correct odd behavior for file type $08. (#103)
|
2019-01-27 05:50:41 +00:00
|
|
|
* New Folder/Rename file dialog no longer truncated after IP. (#118)
|
2019-01-28 03:54:39 +00:00
|
|
|
* Correct rendering issues with desktop volume icons. (#117)
|
2019-02-02 04:42:28 +00:00
|
|
|
* Prevent occasional rectangle drawn on desktop after window close. (#120)
|
2019-02-17 05:30:43 +00:00
|
|
|
* Empty directories can be copied/moved. (#121)
|
2019-03-28 02:26:46 +00:00
|
|
|
* Ctrl+Reset quits cleanly back to ProDOS (except buggy emulators). (#141)
|
2019-01-06 23:19:36 +00:00
|
|
|
* Desk Accessories:
|
|
|
|
* Date: Read-only on systems with a clock. On systems without a clock, date is saved for next session. (#30, #39)
|
|
|
|
* Calculator: don't mis-paint when moved offscreen and other fixes. (#33, #34)
|
|
|
|
* Sort Directory: don't need to click before sorting. (#17)
|
2018-12-27 00:20:59 +00:00
|
|
|
* Hardware/Emulator Specific:
|
2019-01-05 04:03:59 +00:00
|
|
|
* IIc Plus: don't spin slot 5 drives constantly. (Use Special > Check Drive) (#25)
|
2019-03-17 22:34:18 +00:00
|
|
|
* Laser 128: avoid hangs checking SmartPort status. (Use Special > Check Drive) (#138)
|
2018-12-27 00:20:59 +00:00
|
|
|
* IIgs: color DHR is re-enabled on exit. (#43)
|
2019-02-24 07:35:58 +00:00
|
|
|
* Macintosh LC IIe Option Card: don't crash on startup. (#93)
|
|
|
|
* Macintosh LC IIe Option Card: correct problems with interrupts affecting AppleTalk. (#129)
|
2019-01-05 04:03:59 +00:00
|
|
|
* KEGS-based IIgs emulators no longer crash on startup. (#85)
|
2018-12-10 16:51:42 +00:00
|
|
|
|
2019-02-03 20:01:21 +00:00
|
|
|
### Known Issues
|
|
|
|
|
|
|
|
* Selector app is unmodified.
|
2019-02-24 07:35:58 +00:00
|
|
|
* Special > Disk Copy app is not substantially modified, and may suffer bugs fixed in DeskTop (e.g. SmartPort behavior)
|
2019-02-03 20:01:21 +00:00
|
|
|
|
2018-12-10 16:51:42 +00:00
|
|
|
# 1.1
|
|
|
|
|
|
|
|
Final release by Apple Computer. November 26, 1986.
|
|
|
|
|
|
|
|
See Jay Edwards' [MouseDesk/DeskTop History](https://mirrors.apple2.org.za/ground.icaen.uiowa.edu/MiscInfo/Misc/mousedesk.info)
|
|
|
|
for more version information.
|