summaryrefslogtreecommitdiff
path: root/amiga/libs.c
Commit message (Expand)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-326/+0
* Fix version number display on library open error requesterChris Young2016-05-011-1/+1
* Use guigfx.library for 8-bit image quantizationChris Young2016-04-281-3/+9
* Make most of the prefs GUI display (and hopefully work) under OS3Chris Young2016-01-261-0/+7
* Fix version checkChris Young2015-09-021-6/+6
* Don't use P96 on gfx.lib v54+ systemsChris Young2015-09-011-2/+4
* fixup all the remaining logging macro callsitesVincent Sanders2015-05-281-9/+9
* Open the interface for speedbar.gadgetChris Young2015-01-311-1/+1
* We need the library interface of listbrowser.gadgetChris Young2015-01-271-2/+2
* Demand a more sensible (ie. existant) version of locale and datatypesChris Young2015-01-271-2/+2
* Add missing includeChris Young2015-01-261-0/+1
* Move everything else over to using the class pointers.Chris Young2015-01-261-23/+23
* Convert the rest of gui.c to use class pointers directlyChris Young2015-01-251-3/+12
* Ensure we have the class pointerChris Young2015-01-251-4/+6
* Fix build on OS3Chris Young2015-01-251-4/+28
* Open BOOPSI/ReAction classes using the new-style methods.Chris Young2015-01-251-70/+117
* Abstract P96 functions away so we can decide what to use at run-time.Chris Young2015-01-201-5/+9
* Remove some p96 usageChris Young2015-01-201-2/+2
* Fix classes pathsChris Young2015-01-201-2/+2
* Take out some more code which won't work on OS3Chris Young2015-01-191-1/+1
* Fix some easy OS3 linker errorsChris Young2015-01-181-1/+16
* More OS3 fixesChris Young2015-01-181-0/+23
* Lower requested library versionsChris Young2015-01-181-24/+24
* Add some comments about timer.device.Chris Young2014-11-291-1/+12
* requester.class no longer used.Chris Young2014-11-101-3/+0
* Show error instead of warning requester when essential library fails to open.Chris Young2014-11-101-2/+6
* Don't bug the user if a non-essential library can't be opened - just log it.Chris Young2014-11-091-2/+8
* Terminate execution if an essential library fails to openChris Young2014-11-091-53/+55
* Log library open attemptsChris Young2014-11-091-0/+2
* All required libsChris Young2014-11-091-2/+96
* Fix graphics.libraryChris Young2014-11-091-0/+2
* More libraries, tidy-upChris Young2014-11-091-11/+33
* Use macros for clarityChris Young2014-11-091-13/+16
* Fix headersChris Young2014-11-091-1/+3
* Add new libs file to centrally open/close required libraries, and move a coup...Chris Young2014-11-091-0/+41