summaryrefslogtreecommitdiff
path: root/amiga/icon.c
Commit message (Expand)AuthorAgeFilesLines
* fix missing struct on http parameter declaration due to header changeVincent Sanders2016-04-181-2/+2
* Document new bitmap functionsChris Young2016-03-221-2/+1
* Make struct bitmap private to bitmap.cChris Young2016-03-221-4/+9
* Fix some old and new GCC errors/warningsChris Young2016-01-151-8/+5
* Update amiga to use bitmap render APIVincent Sanders2015-04-241-3/+3
* update amiga frontend to use bitmap operation tableVincent Sanders2015-04-161-8/+10
* Fixup icon.c for OS3Chris Young2015-01-181-38/+36
* Fix warningChris Young2014-11-091-1/+1
* Don't need old URL header.Michael Drake2014-10-311-1/+0
* Remove unused variable.Michael Drake2014-05-311-1/+0
* fix errors with path_to_url conversionVincent Sanders2014-05-271-0/+1
* rework path to url mapping functions to convert from and to nsurlVincent Sanders2014-05-261-4/+2
* Add missing includeChris Young2014-04-051-0/+1
* Fix a bunch of cppcheck unused/unreadVariable warningsChris Young2014-04-051-4/+3
* Replace AllocVec with AllocVecTags. Remove some instances of MEMF_CLEAR where...Chris Young2013-10-121-3/+2
* 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
* Move non-requester user file operations to file.cChris Young2011-10-151-0/+2
* 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