summaryrefslogtreecommitdiff
path: root/amiga/object.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warningsChris Young2014-11-101-4/+5
* Correct some memory allocation parametersChris Young2013-10-121-1/+1
* Replace AllocVec with AllocVecTags. Remove some instances of MEMF_CLEAR where...Chris Young2013-10-121-2/+2
* Add missing includeJohn Mark Bell2011-09-021-0/+1
* New style MIME typing; maps MIME types to DataTypes and DefIcon format names.Chris Young2011-05-091-0/+1
* Every five minutes, close any fonts not used in the last five minutesChris Young2011-05-011-3/+2
* Don't open fonts until they are neededChris Young2011-04-301-1/+5
* Modify scheduler to use a binary heap (using libpbl).Chris Young2011-02-161-4/+0
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-2/+12
* Fix some potential issues with lists not being freed properlyChris Young2009-11-151-4/+5
* Change memory allocations to MEMF_PRIVATE to enable paging on OS4.1.Chris Young2008-11-021-2/+2
* List traversing tidy-up.Chris Young2008-10-061-2/+3
* Scheduled events now signal when the scheduled time has passed.Chris Young2008-09-081-0/+4
* Code cleanup.Chris Young2008-08-211-35/+0
* Generic objects code implemented using Exec lists. Currently used by schedul...Chris Young2008-08-031-0/+107