Commit Graph

7 Commits

Author SHA1 Message Date
Stephen Heumann 695f2d8611 Implement infrastructure (in init and CDev) to support options encoded in the zone name. 2017-04-14 22:16:55 -05:00
Stephen Heumann df9a9f8821 Add UI for AFP over TCP options (not yet operational). 2017-04-14 18:50:17 -05:00
Stephen Heumann a610156e9a Use fast assembly code to handle EventsCDEV, rather than C.
With the C version (and its entry/exit code) typing in the URL box could be a little laggy when running at 2.8 MHz.
2017-04-13 17:10:58 -05:00
Stephen Heumann 079ab7e00a Work around an issue where the top and bottom of the LineEdit caret could blink out of sync.
This could happen when the caret had been partially obscured by another window.
2017-04-13 00:21:12 -05:00
Stephen Heumann ed3292dbc1 Support cut/copy/paste/clear operation on the LineEdit control. 2017-04-12 23:33:43 -05:00
Stephen Heumann 91c2707cf3 Complete basic implementation of AFP Mounter CDev.
It now invokes EasyMount by creating a temporary alias file. Support for saving the alias is also implemented.
2017-04-12 21:09:27 -05:00
Stephen Heumann 73399e8eda Add initial code for AFP Mounter CDev.
This code tries to call EasyMount using the request procedure documented in its ERS, but it turns out that doesn't work. The request procedure trashes its return address on the stack, so it crashes whenever you call it.
2017-04-11 17:34:00 -05:00