summaryrefslogtreecommitdiff
path: root/amiga/icon.c
Commit message (Collapse)AuthorAgeFilesLines
* reduce talloc usage to box tree layout onlyVincent Sanders2012-10-031-4/+3
|
* more use of abstracted functionChris Young2012-08-071-2/+2
|
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-1/+1
| | | | svn path=/trunk/netsurf/; revision=13236
* Move non-requester user file operations to file.cChris Young2011-10-151-0/+2
| | | | svn path=/trunk/netsurf/; revision=13065
* Add favicon to iconification iconChris Young2011-10-071-39/+60
| | | | svn path=/trunk/netsurf/; revision=12995
* Fix icon loaderChris Young2011-10-041-1/+1
| | | | svn path=/trunk/netsurf/; revision=12947
* Clean up content_factory_register_handler API -- content handlers no longer ↵John Mark Bell2011-09-151-41/+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
* fix buildChris Young2011-08-311-1/+1
| | | | svn path=/trunk/netsurf/; revision=12693
* refactor bitmap out of generic content structureVincent Sanders2011-08-311-12/+26
| | | | svn path=/trunk/netsurf/; revision=12686
* Don't crash when freeing diskobjectChris Young2011-07-031-2/+2
| | | | svn path=/trunk/netsurf/; revision=12565
* Fix AppIcons for non-HTML contentsChris Young2011-07-031-14/+24
| | | | svn path=/trunk/netsurf/; revision=12564
* Iconfication; only enabled when running on WB screen at presentChris Young2011-07-031-0/+45
| | | | svn path=/trunk/netsurf/; revision=12562
* 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
* refactor content handler initilisation to use named initialisorsVincent Sanders2011-05-091-15/+7
| | | | svn path=/trunk/netsurf/; revision=12341
* Remove redraw_tiledChris Young2011-05-081-4/+12
| | | | svn path=/trunk/netsurf/; revision=12322
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-13/+136
| | | | svn path=/trunk/netsurf/; revision=12283
* Fix broken CONTENT_PLUGIN API.Chris Young2011-03-061-1/+2
| | | | | | | Add a default content handler for Amiga using the plugin interface, which passes unknown files (currently images only) through DataTypes. svn path=/trunk/netsurf/; revision=11924
* Fix bug #3194007: stop emitting duplicate READY/DONE events.John Mark Bell2011-02-271-1/+2
| | | | | | | * Make content handlers responsible for setting READY/DONE state & emitting events. * Stop content_convert doing this when there is a registered convert function for the content type. svn path=/trunk/netsurf/; revision=11850
* ConstifyJohn Mark Bell2011-02-141-1/+1
| | | | svn path=/trunk/netsurf/; revision=11680
* Pass clip rect as struct through content_redraw api. Update the front ends ↵Michael Drake2011-02-131-2/+1
| | | | | | to use this. Note only RO build tested. svn path=/trunk/netsurf/; revision=11670
* Include OS3 support headerJohn Mark Bell2011-01-081-0/+1
| | | | svn path=/trunk/netsurf/; revision=11259
* Partially support 8-bit icons for superimposeChris Young2011-01-081-7/+49
| | | | | | Fix memory leak svn path=/trunk/netsurf/; revision=11255
* ami_superimpose_favicon isn't dependent on Amiga icon loaderChris Young2011-01-071-8/+2
| | | | svn path=/trunk/netsurf/; revision=11253
* Fix compilation when WITH_AMIGA_ICON is not definedJohn Mark Bell2011-01-061-1/+7
| | | | svn path=/trunk/netsurf/; revision=11232
* Sprinkle some #ifdef __amigaos4__ aroundJohn Mark Bell2011-01-061-0/+2
| | | | svn path=/trunk/netsurf/; revision=11230
* Support ColourIconsChris Young2010-10-311-8/+160
| | | | svn path=/trunk/netsurf/; revision=10928
* Amiga icon loader. Treeviews will now use the user's icons for content types.Chris Young2010-10-301-0/+177
svn path=/trunk/netsurf/; revision=10925