summaryrefslogtreecommitdiff
path: root/frontends/amiga/libs.c
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly open dos.libraryChris Young2017-12-101-0/+3
|
* Fixup everything the semantic patch missedVincent Sanders2017-09-071-9/+9
|
* Adjust the requested class versions to be the minimum required.Chris Young2017-04-161-23/+28
| | | | | | | Some features of later versions are used but are either restricted to OS4 only, or runtime version checks select the appropriate routines. Where the lowest required version cannot be determined, the version provided in the ClassAct 3.3 archive is requested. Bugs may mean these older classes do not work as expected. In addition, restrict the opening of listbrowser.gadget and the custom Stringview class to OS4 only.
* Call CloseLibraryChris Young2016-08-181-0/+1
|
* Ensure we don't use a half-opened library if it is optional.Chris Young2016-08-181-2/+4
|
* Fail if the library interface doesn't open.Chris Young2016-08-181-0/+6
| | | | This will happen when attempting to open old 68k libraries with no separate interface file, but may also occur when the interface name or version doesn't exist (although the library version number _should_ prevent that)
* Don't abort on startup if GuiGFX is not availableChris Young2016-07-021-1/+1
| | | | Most OS4 users won't need it, everybody else might like the opportunity of using NetSurf to download it :)
* move frontends into sub directoryVincent Sanders2016-05-151-0/+326