summaryrefslogtreecommitdiff
path: root/render/favicon.c
Commit message (Collapse)AuthorAgeFilesLines
* Pass clip rect as struct through content_redraw api. Update the front ends ↵Michael Drake2011-02-131-3/+11
| | | | | | to use this. Note only RO build tested. svn path=/trunk/netsurf/; revision=11670
* Check for animating GIF favicon only if compiled with GIF support.Sven Weidauer2011-01-121-0/+2
| | | | svn path=/trunk/netsurf/; revision=11298
* Fix sillinessDaniel Silverstone2011-01-071-3/+1
| | | | svn path=/trunk/netsurf/; revision=11243
* Add CONTENT_MSG_FAVICON_REFRESH and emit and handle it appropriately. ↵Daniel Silverstone2011-01-071-7/+14
| | | | | | Animated favicons now work svn path=/trunk/netsurf/; revision=11242
* Ensure that we only set done once, but that we do reformat if we're updated. ↵Daniel Silverstone2011-01-071-7/+11
| | | | | | (First stage to animated favicon) svn path=/trunk/netsurf/; revision=11240
* Only consider a favicon for redraw/done if an event *caused* it to become readyDaniel Silverstone2011-01-071-2/+6
| | | | svn path=/trunk/netsurf/; revision=11239
* Make favourite icons part of the HTML content's active set so that we don't ↵Daniel Silverstone2010-04-121-1/+16
| | | | | | complete the fetch until the favicon is finished loading svn path=/trunk/netsurf/; revision=10384
* Make the high-level cache drop contents of unacceptable type on the floor.John Mark Bell2010-04-041-19/+14
| | | | svn path=/trunk/netsurf/; revision=10238
* Suppress error page generation for favicon fetches.John Mark Bell2010-04-041-2/+3
| | | | | | Pass the correct referring URL. svn path=/trunk/netsurf/; revision=10237
* Most of a stop implementation.John Mark Bell2010-04-041-2/+5
| | | | | | | | | Remaining work: 1) Clone content_html_data 2) Cloning content_css_data requires the charset of the old content 3) Calling hlcache_handle_abort() before a content has been created must clean up the retrieval context. svn path=/trunk/netsurf/; revision=10236
* The convert stage of a content's state progression no longer reflows the ↵John Mark Bell2010-03-291-1/+1
| | | | | | | | | | | | | content to the provided dimensions. It is now defined as converting the content into a state in which it is ready for use. The user of the content is now responsible for performing an initial reformat (sic) of the content before it can be redrawn. Purge width/height parameters from hlcache_handle_retrieve/content_convert/*_convert APIs. Fix up content handlers affected by the above change in semantics. Ensure that browser_window_callback performs an initial reformat of its content. svn path=/trunk/netsurf/; revision=10207
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-95/+68
| | | | svn path=/trunk/netsurf/; revision=10180
* Yeah, so it helps if you get the conditional correct.John Mark Bell2010-01-211-1/+1
| | | | svn path=/trunk/netsurf/; revision=9859
* Fix compilation when BMP/PNG/GIF support is disabled.John Mark Bell2010-01-211-3/+20
| | | | svn path=/trunk/netsurf/; revision=9858
* C89.François Revel2010-01-021-3/+2
| | | | svn path=/trunk/netsurf/; revision=9779
* Only attempt to fall back to /favicon.ico if the document's base URI points to John Mark Bell2009-12-261-0/+17
| | | | | | an http(s) location. svn path=/trunk/netsurf/; revision=9760
* Merge r9731:HEAD from branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-181-1/+1
| | | | svn path=/trunk/netsurf/; revision=9737
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-0/+232
svn path=/trunk/netsurf/; revision=9729