Commit Graph

  • 8db305cc51 Add README. master Stephen Heumann 2019-07-17 09:08:08 -0500
  • 206d8868bf Bump version to 1.0. v1.0 Stephen Heumann 2019-07-15 19:34:07 -0500
  • 009c1413aa Make sure we shut down the resource manager only for our user ID. Stephen Heumann 2019-07-15 19:33:45 -0500
  • a235d3b0e2 Work around Marinetti bug where TCPIPReadLineTCP could incorrectly return an error value. Stephen Heumann 2019-07-15 16:28:03 -0500
  • e7230aa80e Check for Marinetti 3.0b11 or later. Stephen Heumann 2019-07-15 15:08:13 -0500
  • 87cf5483a3 Recognize some disk image types based on extension. Stephen Heumann 2019-07-15 02:25:59 -0500
  • 31ef70e9c1 Add LICENSE file. Stephen Heumann 2019-07-05 22:58:13 -0500
  • 7779776e80 Properly highlight the window when bringing it to the front. Stephen Heumann 2019-04-20 18:45:28 -0500
  • d615b32431 Indicate if no results are found for a query. Stephen Heumann 2019-04-19 21:37:58 -0500
  • 716df24211 Restore ability to use a blank query to show all disks. Stephen Heumann 2019-04-19 21:32:20 -0500
  • c7968ecb69 Bump up page size to 50. Stephen Heumann 2019-04-19 21:16:49 -0500
  • c963529943 Automatically connect to the network before doing a search. Stephen Heumann 2019-04-19 18:22:57 -0500
  • d25ac1395b Add rVersion resource. Stephen Heumann 2019-04-19 17:54:58 -0500
  • e2b2305b10 Improved clean-up code. Stephen Heumann 2019-04-19 17:17:09 -0500
  • 36e9f1ab0d Parenthesize user-entered search term. Stephen Heumann 2019-04-19 17:15:32 -0500
  • 7d6d432ff1 Always allow any disk image format. Stephen Heumann 2019-04-19 17:14:01 -0500
  • c3de6f0588 Give more meaningful error messages. Stephen Heumann 2019-04-19 00:49:46 -0500
  • dcb6aa4d6b Make clicking the radio buttons switch focus back to the search line. Stephen Heumann 2019-04-18 23:50:57 -0500
  • ea2f3794ca Use regular "titleSorter" rather than "titleSorterRaw". Stephen Heumann 2019-04-18 23:36:53 -0500
  • 5ba69db3f2 Fix issues resulting in memory trashing if over ~2500 entries were loaded. Stephen Heumann 2019-04-18 23:20:51 -0500
  • ef301fd7fc Add support for fetching more results. Stephen Heumann 2019-04-18 22:58:57 -0500
  • 567c60040e Allow double-clicking on disks in the list to mount them. Stephen Heumann 2019-04-18 18:03:17 -0500
  • b24c43f97b Use a lined title bar. Stephen Heumann 2019-04-18 13:27:30 -0500
  • 999b6130a4 Rearrange/refactor DiskBrowser code into smaller, more focused files. Stephen Heumann 2019-04-18 01:02:40 -0500
  • 28e1125207 Open up the Finder window for the new disk after it has been mounted. Stephen Heumann 2019-04-17 22:17:19 -0500
  • d9186312ce Initial working support for mounting disks. Stephen Heumann 2019-04-17 20:11:49 -0500
  • 15931f20a2 Switch back to using single buttons, and draw our own outlines around them. Stephen Heumann 2019-04-17 16:55:36 -0500
  • ec309557b5 Switch the default button based on the target control. Stephen Heumann 2019-04-16 22:58:46 -0500
  • 048f421af2 Remove controls for paging through disks. Stephen Heumann 2019-04-16 14:35:07 -0500
  • aea01b7721 Ask archive.org to sort the results by title. Stephen Heumann 2019-04-16 14:26:24 -0500
  • 89fc68783f Add .gitignore file. Stephen Heumann 2019-04-15 19:52:25 -0500
  • 37b26592d0 Work around Marinetti bug 57. Stephen Heumann 2019-04-15 19:50:36 -0500
  • 5d59a9d032 Percent-encode query string. Also, display basic error messages. Stephen Heumann 2019-04-14 19:24:07 -0500
  • 827dc6fefe Search for disks based on the query string. Stephen Heumann 2019-04-14 13:15:29 -0500
  • 19b00980c9 Add some clean-up code. Stephen Heumann 2019-04-14 01:46:16 -0500
  • 990ea5fe97 Ignore garbage data after the json object. Stephen Heumann 2019-04-14 01:34:06 -0500
  • 9f245a3f79 Parse and display the list of disks. Stephen Heumann 2019-04-13 23:25:02 -0500
  • 72411079f9 Initial code for fetching a JSON disk list from archive.org. Stephen Heumann 2019-04-13 15:32:13 -0500
  • 1e1977bc0f HTTP tweaks and test program. Stephen Heumann 2019-04-13 12:57:35 -0500
  • c0949b2efb Rename test to jsontest. Stephen Heumann 2019-04-13 00:32:40 -0500
  • c237bd661f Add utility code for HTTP connections, URLs, and networking. Stephen Heumann 2019-04-12 23:23:39 -0500
  • eaff2fdc42 Add Makefile (for use with Golden Gate). Stephen Heumann 2019-04-12 19:39:22 -0500
  • 8c7ef2e331 Check for presence of NetDisk and Marinetti, and bail out if they're missing. Stephen Heumann 2019-04-12 19:38:46 -0500
  • b3b9eea27e Only allow disks list to be target when it's active. Stephen Heumann 2019-04-11 18:28:05 -0500
  • 44d02d36e1 More event processing and tweaks to controls. Stephen Heumann 2019-04-11 14:40:12 -0500
  • f862c2bef8 Cut/copy/paste support and small tweaks to controls. Stephen Heumann 2019-04-11 00:50:38 -0500
  • 5a7e0de0d1 Set things up so that events on the window are handled similarly to an NDA. Stephen Heumann 2019-04-10 22:07:37 -0500
  • 93dcee6313 Initial version of disk browser FExt, with basic UI. Stephen Heumann 2019-04-10 18:20:57 -0500
  • 07472f7391 Utility functions and test program for JSON processing. Stephen Heumann 2019-04-10 15:30:40 -0500
  • 20345b436d JSON parsing code. Stephen Heumann 2019-04-10 15:29:15 -0500