summaryrefslogtreecommitdiff
path: root/amiga/libs.h
Commit message (Collapse)AuthorAgeFilesLines
* 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.