summaryrefslogtreecommitdiff
path: root/content/content.c
Commit message (Expand)AuthorAgeFilesLines
* add errorcode content broadcast APIVincent Sanders2012-11-261-0/+17
* reduce talloc usage to box tree layout onlyVincent Sanders2012-10-031-16/+31
* API for content debug dump.Michael Drake2012-08-201-0/+10
* Don't pass struct box to content open.Michael Drake2012-08-201-4/+2
* Now contents types without mouse handling can set default pointer. Fixes sta...Michael Drake2012-08-171-1/+7
* Let contents broadcast explicit status messages as well as announce that thei...Michael Drake2012-08-151-0/+2
* Simplify content status text setting.Michael Drake2012-08-151-29/+24
* fix missing check of lwc_string_caseless_isequal() return valueVincent Sanders2012-08-091-2/+2
* limit url debug output to 140 charactersVincent Sanders2012-07-031-4/+6
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-6/+1
* Currently untested (and unused) "drop file on content" handling, and HTML imp...Michael Drake2011-12-011-0/+13
* Pass scroll wheel action into contents. Handle scrolling of box scrollbars a...Michael Drake2011-11-291-0/+13
* metadata links stored in contentsVincent Sanders2011-10-071-0/+99
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-6/+6
* Make llcache_handle_get_url return a nsurl.Michael Drake2011-09-281-10/+17
* Correctly create a sentinel and initialise user_list with it when cloning a c...John Mark Bell2011-09-181-0/+8
* Only lock content around its reformat call. This means it is not now locked ...Michael Drake2011-09-171-2/+4
* Content interface to get at contextual content at point.Michael Drake2011-09-061-0/+16
* Remove mime_type parameter from content handler content_type callback APIJohn Mark Bell2011-09-031-3/+3
* 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