Commit Graph

8 Commits

Author SHA1 Message Date
Stephen Heumann e7230aa80e Check for Marinetti 3.0b11 or later.
If an older version is used, the user is warned about it but can still continue.
2019-07-15 15:08:13 -05:00
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
Stephen Heumann dcb6aa4d6b Make clicking the radio buttons switch focus back to the search line.
This means that pressing return will do a new search with the new settings.
2019-04-18 23:50:57 -05:00
Stephen Heumann 5ba69db3f2 Fix issues resulting in memory trashing if over ~2500 entries were loaded.
This resulted from indexing off a pointer with signed int index values, which in some cases causes ORCA/C to generate code that only works within 32k bytes of the pointer base. The fix is to use unsigned index values, which results in indexing working correctly up to 64k bytes.
2019-04-18 23:20:51 -05:00
Stephen Heumann ef301fd7fc Add support for fetching more results. 2019-04-18 22:58:57 -05:00
Stephen Heumann 567c60040e Allow double-clicking on disks in the list to mount them. 2019-04-18 18:03:17 -05:00
Stephen Heumann b24c43f97b Use a lined title bar. 2019-04-18 13:27:30 -05:00
Stephen Heumann 999b6130a4 Rearrange/refactor DiskBrowser code into smaller, more focused files.
There are only a few minor code changes, and nothing that should have an effect on functionality. This is basically just rearranging the code.
2019-04-18 13:24:43 -05:00