summaryrefslogtreecommitdiff
path: root/amiga/libs.h
Commit message (Collapse)AuthorAgeFilesLines
* Make most of the prefs GUI display (and hopefully work) under OS3Chris Young2016-01-261-0/+8
| | | | | | page.gadget is not a public class in OS3 Some gadgets which will not work have been temporarily #ifdef'd for OS4 only Some gadgets which are not relevant have been disabled to avoid random values being set
* Fix creation of SpeedBar objectsChris Young2015-01-311-1/+1
|
* Copy'n'paste errorChris Young2015-01-261-1/+1
|
* Move everything else over to using the class pointers.Chris Young2015-01-261-12/+31
| | | | Exception: popupmenu.class is still using old _GetClass functions.
* Convert the rest of gui.c to use class pointers directlyChris Young2015-01-251-0/+16
| | | | Add missing button.gadget
* Open BOOPSI/ReAction classes using the new-style methods.Chris Young2015-01-251-0/+14
| | | | Create some alternative NewObject macros and make some code use them.
* Terminate execution if an essential library fails to openChris Young2014-11-091-1/+3
|
* More libraries, tidy-upChris Young2014-11-091-6/+0
|
* Fix headersChris Young2014-11-091-4/+4
|
* Add new libs file to centrally open/close required libraries, and move a ↵Chris Young2014-11-091-0/+29
couple of the existing manual opens to it.