Browse disk images on Archive.org and mount them on your Apple IIGS
Go to file
Stephen Heumann 7779776e80 Properly highlight the window when bringing it to the front.
This can happen if our extras menu item is selected when the window is already open but not at the front. Previously, it would come to the front but the highlighting would not update to make it look active.
2019-04-20 18:45:28 -05:00
.gitignore Add .gitignore file. 2019-04-15 19:52:25 -05:00
asprintf.c Rearrange/refactor DiskBrowser code into smaller, more focused files. 2019-04-18 13:24:43 -05:00
asprintf.h Initial working support for mounting disks. 2019-04-17 20:11:49 -05:00
browserevents.c Make clicking the radio buttons switch focus back to the search line. 2019-04-18 23:50:57 -05:00
browserevents.h Allow double-clicking on disks in the list to mount them. 2019-04-18 18:03:17 -05:00
browserutil.c Give more meaningful error messages. 2019-04-19 00:58:39 -05:00
browserutil.h Rearrange/refactor DiskBrowser code into smaller, more focused files. 2019-04-18 13:24:43 -05:00
browserwindow.c Properly highlight the window when bringing it to the front. 2019-04-20 18:45:28 -05:00
browserwindow.h Rearrange/refactor DiskBrowser code into smaller, more focused files. 2019-04-18 13:24:43 -05:00
diskbrowser.c Indicate if no results are found for a query. 2019-04-19 21:37:58 -05:00
diskbrowser.h Indicate if no results are found for a query. 2019-04-19 21:37:58 -05:00
diskbrowser.rez Add rVersion resource. 2019-04-19 17:54:58 -05:00
diskmount.c Indicate if no results are found for a query. 2019-04-19 21:37:58 -05:00
diskmount.h Rearrange/refactor DiskBrowser code into smaller, more focused files. 2019-04-18 13:24:43 -05:00
disksearch.c Indicate if no results are found for a query. 2019-04-19 21:37:58 -05:00
disksearch.h Add support for fetching more results. 2019-04-18 22:58:57 -05:00
hostname.c Add utility code for HTTP connections, URLs, and networking. 2019-04-12 23:23:39 -05:00
hostname.h Add utility code for HTTP connections, URLs, and networking. 2019-04-12 23:23:39 -05:00
http.c Percent-encode query string. Also, display basic error messages. 2019-04-14 19:36:01 -05:00
http.h HTTP tweaks and test program. 2019-04-13 12:57:35 -05:00
httptest.c Parse and display the list of disks. 2019-04-13 23:25:02 -05:00
json.c Rearrange/refactor DiskBrowser code into smaller, more focused files. 2019-04-18 13:24:43 -05:00
json.h JSON parsing code. 2019-04-10 15:29:15 -05:00
jsontest.c Rename test to jsontest. 2019-04-13 00:32:40 -05:00
jsonutil.c Rearrange/refactor DiskBrowser code into smaller, more focused files. 2019-04-18 13:24:43 -05:00
jsonutil.h Utility functions and test program for JSON processing. 2019-04-10 15:30:40 -05:00
Makefile Give more meaningful error messages. 2019-04-19 00:58:39 -05:00
mounturl.h Check for presence of NetDisk and Marinetti, and bail out if they're missing. 2019-04-12 19:38:46 -05:00
netdiskerror.c Give more meaningful error messages. 2019-04-19 00:58:39 -05:00
netdiskerror.h Give more meaningful error messages. 2019-04-19 00:58:39 -05:00
readtcp.c Work around Marinetti bug 57. 2019-04-15 19:50:36 -05:00
readtcp.h Add utility code for HTTP connections, URLs, and networking. 2019-04-12 23:23:39 -05:00
session.h Add utility code for HTTP connections, URLs, and networking. 2019-04-12 23:23:39 -05:00
seturl.c Add utility code for HTTP connections, URLs, and networking. 2019-04-12 23:23:39 -05:00
seturl.h Add utility code for HTTP connections, URLs, and networking. 2019-04-12 23:23:39 -05:00
strcasecmp.c Add utility code for HTTP connections, URLs, and networking. 2019-04-12 23:23:39 -05:00
strcasecmp.h Add utility code for HTTP connections, URLs, and networking. 2019-04-12 23:23:39 -05:00
tcpconnection.c Add utility code for HTTP connections, URLs, and networking. 2019-04-12 23:23:39 -05:00
tcpconnection.h Add utility code for HTTP connections, URLs, and networking. 2019-04-12 23:23:39 -05:00
urlparser.c Add utility code for HTTP connections, URLs, and networking. 2019-04-12 23:23:39 -05:00
urlparser.h Add utility code for HTTP connections, URLs, and networking. 2019-04-12 23:23:39 -05:00
version.h Add utility code for HTTP connections, URLs, and networking. 2019-04-12 23:23:39 -05:00