summaryrefslogtreecommitdiff
path: root/content/content.c
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [project @ 2003-04-04 15:19:31 by bursa]James Bursa2003-04-041-5/+6
| | | | | | New CSS parser. svn path=/import/netsurf/; revision=112
* [project @ 2003-02-28 11:49:13 by bursa]James Bursa2003-02-281-2/+2
| | | | | | More status messages, bug fixes. svn path=/import/netsurf/; revision=102
* [project @ 2003-02-25 21:00:27 by bursa]James Bursa2003-02-251-1/+4
| | | | | | Bug fixes, experimental JPEG support. svn path=/import/netsurf/; revision=100
* [project @ 2003-02-09 12:58:14 by bursa]James Bursa2003-02-091-0/+145
Reorganization and rewrite of fetch, cache, and content handling. svn path=/import/netsurf/; revision=96