summaryrefslogtreecommitdiff
path: root/amiga/icon.c
Commit message (Expand)AuthorAgeFilesLines
* Add favicon to iconification iconChris Young2011-10-071-39/+60
* Fix icon loaderChris Young2011-10-041-1/+1
* Clean up content_factory_register_handler API -- content handlers no longer u...John Mark Bell2011-09-151-41/+2
* Remove mime_type parameter from content handler content_type callback APIJohn Mark Bell2011-09-031-2/+2
* fix buildChris Young2011-08-311-1/+1
* refactor bitmap out of generic content structureVincent Sanders2011-08-311-12/+26
* Don't crash when freeing diskobjectChris Young2011-07-031-2/+2
* Fix AppIcons for non-HTML contentsChris Young2011-07-031-14/+24
* Iconfication; only enabled when running on WB screen at presentChris Young2011-07-031-0/+45
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-301-3/+5
* Fix up amiga content handlers.Michael Drake2011-06-291-12/+8
* refactor content handler initilisation to use named initialisorsVincent Sanders2011-05-091-15/+7
* Remove redraw_tiledChris Young2011-05-081-4/+12
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-13/+136
* Fix broken CONTENT_PLUGIN API.Chris Young2011-03-061-1/+2
* Fix bug #3194007: stop emitting duplicate READY/DONE events.John Mark Bell2011-02-271-1/+2
* ConstifyJohn Mark Bell2011-02-141-1/+1
* Pass clip rect as struct through content_redraw api. Update the front ends t...Michael Drake2011-02-131-2/+1
* Include OS3 support headerJohn Mark Bell2011-01-081-0/+1
* Partially support 8-bit icons for superimposeChris Young2011-01-081-7/+49
* ami_superimpose_favicon isn't dependent on Amiga icon loaderChris Young2011-01-071-8/+2
* Fix compilation when WITH_AMIGA_ICON is not definedJohn Mark Bell2011-01-061-1/+7
* Sprinkle some #ifdef __amigaos4__ aroundJohn Mark Bell2011-01-061-0/+2
* Support ColourIconsChris Young2010-10-311-8/+160
* Amiga icon loader. Treeviews will now use the user's icons for content types.Chris Young2010-10-301-0/+177