summaryrefslogtreecommitdiff
path: root/content/content.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-06-23 15:41:50 by bursa]James Bursa2004-06-231-8/+25
| | | | | | Fix fetchcache_go() treatment of contents which the initiator loses interest in (eg. wrong content-type). svn path=/import/netsurf/; revision=997
* [project @ 2004-06-23 11:40:29 by bursa]James Bursa2004-06-231-1/+2
| | | | | | Fix destroying of contents after redirects. svn path=/import/netsurf/; revision=996
* [project @ 2004-06-22 17:37:51 by bursa]James Bursa2004-06-221-2/+4
| | | | | | Fix aborting of fetches. svn path=/import/netsurf/; revision=990
* [project @ 2004-06-21 15:09:58 by bursa]James Bursa2004-06-211-46/+75
| | | | | | Merge memory cache into content module. svn path=/import/netsurf/; revision=986
* [project @ 2004-06-20 23:16:02 by jmb]John Mark Bell2004-06-201-1/+1
| | | | | | Fixup missing initialiser svn path=/import/netsurf/; revision=984
* [project @ 2004-06-20 23:09:51 by bursa]James Bursa2004-06-201-9/+77
| | | | | | Implement content_stop() and html_stop(). svn path=/import/netsurf/; revision=982
* [project @ 2004-06-10 23:55:23 by bursa]James Bursa2004-06-101-0/+1
| | | | | | Split fetchcache() into fetchcache() and fetchcache_go() to solve problems of callbacks being called before fetchcache() returns. Fix <style> breakage. Error handling fixes & improvements. svn path=/import/netsurf/; revision=957
* [project @ 2004-06-10 22:39:56 by jmb]John Mark Bell2004-06-101-1/+1
| | | | | | Compiler warning purge svn path=/import/netsurf/; revision=954
* [project @ 2004-06-10 20:41:26 by bursa]James Bursa2004-06-101-84/+208
| | | | | | Add global content list. Better error handling in content code. Improved code documentation. Remove some obsolete functions. Implement debug window listing contents. svn path=/import/netsurf/; revision=951
* [project @ 2004-06-05 15:03:59 by joty]John Tytgat2004-06-051-2/+24
| | | | | | | Created content_set_status() : one centralised place where status_message in the content struct is updated in a fail safe way. svn path=/import/netsurf/; revision=928
* [project @ 2004-06-02 20:57:50 by bursa]James Bursa2004-06-021-14/+4
| | | | | | Remove some #ifdef riscos. svn path=/import/netsurf/; revision=907
* [project @ 2004-05-05 16:33:15 by bursa]James Bursa2004-05-051-2/+2
| | | | | | Fix some compiler warnings. Ignore size attribute for file inputs. svn path=/import/netsurf/; revision=828
* [project @ 2004-04-24 23:42:31 by bursa]James Bursa2004-04-241-15/+19
| | | | | | Replace void pointer in content callbacks with union content_msg_data. Fix animated gif flickering (except for scaled or masked gifs). Add gif to the debug builds. svn path=/import/netsurf/; revision=801
* [project @ 2004-04-20 18:27:46 by bursa]James Bursa2004-04-201-1/+1
| | | | | | Make Content-Type type comparison case-insensitive (reported by Rien Mertens). svn path=/import/netsurf/; revision=795
* [project @ 2004-04-14 13:48:18 by bursa]James Bursa2004-04-141-1/+0
| | | | | | Remove obsolete include. svn path=/import/netsurf/; revision=785
* [project @ 2004-04-14 12:53:14 by bursa]James Bursa2004-04-141-2/+1
| | | | | | Merge css_create() into css_convert(). svn path=/import/netsurf/; revision=782
* [project @ 2004-03-28 15:41:50 by bursa]James Bursa2004-03-281-2/+1
| | | | | | Disable some excess logging. svn path=/import/netsurf/; revision=688
* [project @ 2004-03-27 00:53:19 by bursa]James Bursa2004-03-271-2/+4
| | | | | | Add imagemap and jpeg to the debug build. svn path=/import/netsurf/; revision=675
* [project @ 2004-03-16 00:51:34 by jmb]John Mark Bell2004-03-161-0/+1
| | | | | | Add content mapping for image/pjpeg svn path=/import/netsurf/; revision=628
* [project @ 2004-03-11 02:19:13 by bursa]James Bursa2004-03-111-31/+48
| | | | | | Add source_data to content structure and remove equivalents from individual contents. svn path=/import/netsurf/; revision=606
* [project @ 2004-02-27 17:45:19 by bursa]James Bursa2004-02-271-1/+2
| | | | | | Move English text to Messages file for translation. svn path=/import/netsurf/; revision=576
* [project @ 2004-02-25 15:12:57 by bursa]James Bursa2004-02-251-8/+9
| | | | | | Implement scaling; rewrite desktop/browser; add riscos/thumbnail; rewrite history. svn path=/import/netsurf/; revision=566
* [project @ 2004-01-26 14:16:23 by bursa]James Bursa2004-01-261-2/+19
| | | | | | Fix crashes related to content_destroy() by adding lock, implement no_error_pages. svn path=/import/netsurf/; revision=508
* [project @ 2004-01-25 20:13:51 by jmb]John Mark Bell2004-01-251-2/+2
| | | | | | | Add jpeglib 6b based rendering. Attempts to use the OS routines first as they're faster. svn path=/import/netsurf/; revision=503
* [project @ 2004-01-24 17:08:15 by bursa]James Bursa2004-01-241-4/+2
| | | | | | Add permitted_types to html_fetch_object(). svn path=/import/netsurf/; revision=500
* [project @ 2004-01-23 20:46:29 by bursa]James Bursa2004-01-231-0/+21
| | | | | | Add error pages for fetch failures. svn path=/import/netsurf/; revision=498
* [project @ 2004-01-05 02:10:59 by jmb]John Mark Bell2004-01-051-0/+39
| | | | | | | Add ability to turn off browser features in build. This may be useful when hunting down bugs. svn path=/import/netsurf/; revision=480
* [project @ 2003-12-27 20:15:22 by bursa]James Bursa2003-12-271-3/+9
| | | | | | Use charset from Content-Type header. svn path=/import/netsurf/; revision=460
* [project @ 2003-10-08 20:49:26 by bursa]James Bursa2003-10-081-0/+1
| | | | | | Plug memory leaks. svn path=/import/netsurf/; revision=353
* [project @ 2003-09-17 12:56:43 by bursa]James Bursa2003-09-171-1/+3
| | | | | | Fix memory corruption when content destroyed from CONTENT_MSG_LOADING. svn path=/import/netsurf/; revision=295
* [project @ 2003-09-10 22:27:15 by jmb]John Mark Bell2003-09-101-2/+13
| | | | | | Add support for Draw and Sprite files svn path=/import/netsurf/; revision=281
* [project @ 2003-09-10 21:44:10 by bursa]James Bursa2003-09-101-0/+1
| | | | | | Reformat page when browser window is resized. svn path=/import/netsurf/; revision=280
* [project @ 2003-09-10 17:10:25 by bursa]James Bursa2003-09-101-3/+6
| | | | | | Set graphics window when rendering objects. svn path=/import/netsurf/; revision=279
* [project @ 2003-09-07 21:08:13 by bursa]James Bursa2003-09-071-15/+81
| | | | | | Document cache and content, split struct content up. svn path=/import/netsurf/; revision=270
* [project @ 2003-09-03 21:58:54 by jmb]John Mark Bell2003-09-031-1/+1
| | | | | | Call content_reshape_instance svn path=/import/netsurf/; revision=265
* [project @ 2003-08-28 19:20:40 by bursa]James Bursa2003-08-281-1/+1
| | | | | | Bug fix. svn path=/import/netsurf/; revision=254
* [project @ 2003-07-17 14:26:15 by jmb]John Mark Bell2003-07-171-1/+1
| | | | | | create parameters file for plugins svn path=/import/netsurf/; revision=227
* [project @ 2003-07-16 17:38:46 by bursa]James Bursa2003-07-161-3/+9
| | | | | | Make fetchcache return 0 on failure to parse URL. svn path=/import/netsurf/; revision=225
* [project @ 2003-07-15 14:37:34 by bursa]James Bursa2003-07-151-1/+1
| | | | | | Implement html_redraw. svn path=/import/netsurf/; revision=218
* [project @ 2003-07-14 22:57:45 by bursa]James Bursa2003-07-141-18/+62
| | | | | | Add content instances. svn path=/import/netsurf/; revision=216
* [project @ 2003-07-09 21:33:01 by bursa]James Bursa2003-07-091-15/+24
| | | | | | More work on <object> and plugins. svn path=/import/netsurf/; revision=213
* [project @ 2003-07-07 22:10:51 by jmb]John Mark Bell2003-07-071-2/+10
| | | | | | Rewrite plugin system backend. svn path=/import/netsurf/; revision=210
* [project @ 2003-06-24 23:22:00 by bursa]James Bursa2003-06-241-2/+5
| | | | | | Change cache to use current content sizes. svn path=/import/netsurf/; revision=183
* [project @ 2003-06-17 19:24:20 by bursa]James Bursa2003-06-171-26/+148
| | | | | | Change fetchcache system to store loading contents in cache. svn path=/import/netsurf/; revision=180
* [project @ 2003-06-05 13:17:55 by philpem]Philip Pemberton2003-06-051-1/+5
| | | | | | Added GIF decode support svn path=/import/netsurf/; revision=160
* [project @ 2003-05-10 11:13:34 by bursa]James Bursa2003-05-101-7/+27
| | | | | | Partial PNG support. svn path=/import/netsurf/; revision=129
* [project @ 2003-04-17 21:35:02 by bursa]James Bursa2003-04-171-2/+3
| | | | | | Max one fetch from each host at once, fix multiple fetches of same url. svn path=/import/netsurf/; revision=127
* [project @ 2003-04-15 17:53:00 by bursa]James Bursa2003-04-151-4/+9
| | | | | | Inline images and related. svn path=/import/netsurf/; revision=125
* [project @ 2003-04-06 18:09:34 by bursa]James Bursa2003-04-061-1/+2
| | | | | | @import, more status messages. svn path=/import/netsurf/; revision=116
* [project @ 2003-04-05 21:38:06 by bursa]James Bursa2003-04-051-2/+2
| | | | | | External stylesheets. svn path=/import/netsurf/; revision=115