summaryrefslogtreecommitdiff
path: root/content/content.c
Commit message (Expand)AuthorAgeFilesLines
* refactor bitmap out of generic content structureVincent Sanders2011-08-311-4/+50
* Fix transition from LOADING to ERROR state after content has been locked for ...John Mark Bell2011-07-201-2/+12
* Fix race when stopping an HTML content mid-loadJohn Mark Bell2011-07-191-4/+2
* Fix selection for non-gui browser windows (iframes).Michael Drake2011-07-131-0/+16
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-301-2/+2
* Unify content_redraw params in content_redraw_data struct. Core and RISC OS ...Michael Drake2011-06-281-7/+3
* Enable content redraw request without hlcache_handle.Michael Drake2011-06-271-2/+18
* If iframes are reformatted due to containing document reflow, don't need to r...Michael Drake2011-06-241-3/+7
* Squash static analyser warningJohn Mark Bell2011-05-161-2/+1
* refactor content handler initilisation to use named initialisorsVincent Sanders2011-05-091-2/+2
* Clear extraneous text when done..Michael Drake2011-05-091-2/+2
* consolidate content redraw Vincent Sanders2011-05-081-95/+10
* Simplify status bar text.Michael Drake2011-05-081-18/+13
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-519/+94
* Remove redundant parameter from content_open APIJohn Mark Bell2011-03-101-4/+3
* Fix broken CONTENT_PLUGIN API.Chris Young2011-03-061-2/+2
* Created content handler CONTENT_APPLE_IMAGE for Mac OS X that can handle all ...Sven Weidauer2011-03-051-0/+18
* Purge CONTENT_STATUS_TYPE_UNKNOWNJohn Mark Bell2011-02-281-7/+2
* Remove bogus assertions: content handlers which spawn fetches may not transit...John Mark Bell2011-02-281-7/+0
* Unlock the content when transitioning into the READY state.John Mark Bell2011-02-281-5/+18
* Fix bug #3194007: stop emitting duplicate READY/DONE events.John Mark Bell2011-02-271-8/+2
* ConstifyJohn Mark Bell2011-02-141-4/+4
* Pass clip rect as struct through content_redraw api. Update the front ends t...Michael Drake2011-02-131-29/+18
* Better documentation of content_redrawMichael Drake2011-02-111-2/+13
* add browser_window_redraw() method to make content_redraw calls from frontend...Vincent Sanders2011-02-101-7/+11
* Fix compilationChris Young2010-10-311-1/+1
* Amiga icon loader. Treeviews will now use the user's icons for content types.Chris Young2010-10-301-0/+14
* WebP image support, needs libwebp (from trunk/libwebp) and libvpx.Chris Young2010-10-031-0/+14
* Merge branches/vince/netsurf-file-fetcher to trunkJohn Mark Bell2010-09-091-5/+0
* + Refactor input handling from browser window code into contentMichael Drake2010-06-041-24/+84
* Fix failed assertion in content_convert when process_data fails.John Mark Bell2010-04-181-2/+6
* Add accessor for quirksJohn Mark Bell2010-04-161-0/+18
* Remove fresh field from struct contentJohn Mark Bell2010-04-161-2/+0
* Make content_invalidate_reuse_data cause llcache to invalidate cache control ...John Mark Bell2010-04-161-3/+3
* remove incorrect low level cache releaseVincent Sanders2010-04-131-2/+0
* Release low-level cache handle when destroying contentsJohn Mark Bell2010-04-111-0/+4
* CSS contents may be sharedJohn Mark Bell2010-04-111-1/+1
* Ensure content can be shared when retrieving from cacheJohn Mark Bell2010-04-111-0/+11
* Ensure quirks mode matches when retrieving contents from cacheJohn Mark Bell2010-04-111-0/+16
* Merge jmb/kill-reentrancy. r=vinceJohn Mark Bell2010-04-111-1/+3
* Introduce content_set_ready.John Mark Bell2010-04-091-7/+14
* Abort and release llcache handle on failure to process data.John Mark Bell2010-04-081-0/+3
* Add function to test whether hlcache_handle's content is locked.Michael Drake2010-04-071-0/+17
* Add mime-type getter.Michael Drake2010-04-071-0/+19
* Make downloads work again.John Mark Bell2010-04-051-25/+0
* Most of a stop implementation.John Mark Bell2010-04-041-54/+154
* Constify data parameter to *_process_dataJohn Mark Bell2010-04-031-2/+3
* Use mutator to modify content's title field.John Mark Bell2010-04-031-0/+14
* Fix compilation when building WITH_NS_SVGChris Young2010-03-301-1/+1
* The convert stage of a content's state progression no longer reflows the cont...John Mark Bell2010-03-291-7/+6