summaryrefslogtreecommitdiff
path: root/amiga/dt_anim.c
Commit message (Collapse)AuthorAgeFilesLines
* Change LOG() macro to be varadicVincent Sanders2015-05-281-7/+7
| | | | | | | | | | | | This changes the LOG macro to be varadic removing the need for all callsites to have double bracketing and allows for future improvement on how we use the logging macros. The callsites were changed with coccinelle and the changes checked by hand. Compile tested for several frontends but not all. A formatting annotation has also been added which allows the compiler to check the parameters and types passed to the logging.
* update amiga frontend to use bitmap operation tableVincent Sanders2015-04-161-14/+16
|
* fix-up the datatypes handlers for os3Chris Young2015-01-101-3/+10
|
* Fix warningsChris Young2014-11-091-7/+3
|
* Fix some cppcheck variableHidingTypedef warningsChris Young2014-04-051-5/+5
|
* Fix a bunch of cppcheck unused/unreadVariable warningsChris Young2014-04-051-4/+0
|
* Fix cppcheck bufferAccessOutOfBoundsChris Young2014-04-031-1/+1
|
* Replace AllocVec with AllocVecTags. Remove some instances of MEMF_CLEAR ↵Chris Young2013-10-121-1/+1
| | | | where it is not necessary.
* reduce talloc usage to box tree layout onlyVincent Sanders2012-10-031-4/+3
|
* Remove box stuff from amiga content handlers.Michael Drake2012-08-201-5/+2
|
* Virtualise content handler finalisation calls. Remove pointless implementations.John Mark Bell2011-09-151-5/+0
| | | | svn path=/trunk/netsurf/; revision=12797
* Clean up content_factory_register_handler API -- content handlers no longer ↵John Mark Bell2011-09-151-1/+2
| | | | | | use the mime type, so don't require it to be interned up front svn path=/trunk/netsurf/; revision=12796
* Remove mime_type parameter from content handler content_type callback APIJohn Mark Bell2011-09-031-2/+2
| | | | svn path=/trunk/netsurf/; revision=12704
* Squash warnings resulting from mismatched type expectationsJohn Mark Bell2011-09-021-2/+2
| | | | svn path=/trunk/netsurf/; revision=12701
* refactor bitmap out of generic content structureVincent Sanders2011-08-311-9/+18
| | | | svn path=/trunk/netsurf/; revision=12686
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-301-3/+5
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Fix up amiga content handlers.Michael Drake2011-06-291-12/+8
| | | | svn path=/trunk/netsurf/; revision=12541
* Guess MIME type from DataType only if there isn't already a valid entry in ↵Chris Young2011-05-301-15/+0
| | | | | | the list svn path=/trunk/netsurf/; revision=12450
* fix copy/paste errorChris Young2011-05-101-1/+1
| | | | svn path=/trunk/netsurf/; revision=12376
* Migrate to new MIMEtyperChris Young2011-05-101-22/+15
| | | | svn path=/trunk/netsurf/; revision=12375
* Experimental/incomplete/non-functional content handlers (files required for ↵Chris Young2011-05-091-0/+386
NetSurf to compile from trunk) svn path=/trunk/netsurf/; revision=12361