summaryrefslogtreecommitdiff
path: root/render/html.h
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-03-26 22:16:31 by jmb]John Mark Bell2004-03-261-0/+3
| | | | | | Imagemap support svn path=/import/netsurf/; revision=671
* [project @ 2004-03-24 20:10:03 by jmb]John Mark Bell2004-03-241-1/+0
| | | | | | | Remove need for XML parse tree to be kept in memory. The source document is now reparsed when saving complete. svn path=/import/netsurf/; revision=662
* [project @ 2004-03-24 00:07:21 by jmb]John Mark Bell2004-03-241-0/+1
| | | | | | | | | | | Add URL rewriting for most URLs. Still TODO: 1) rewriting of @import rules 2) Objects used by embedded html pages NB. This change means that the XML parse tree is kept in memory until the content is freed. svn path=/import/netsurf/; revision=659
* [project @ 2004-03-11 02:19:13 by bursa]James Bursa2004-03-111-2/+0
| | | | | | Add source_data to content structure and remove equivalents from individual contents. svn path=/import/netsurf/; revision=606
* [project @ 2004-03-08 18:21:21 by jmb]John Mark Bell2004-03-081-0/+1
| | | | | | Attempt to detect document charset encoding if the server doesn't send it. svn path=/import/netsurf/; revision=592
* [project @ 2004-02-25 15:12:57 by bursa]James Bursa2004-02-251-1/+2
| | | | | | Implement scaling; rewrite desktop/browser; add riscos/thumbnail; rewrite history. svn path=/import/netsurf/; revision=566
* [project @ 2004-02-20 00:43:17 by bursa]James Bursa2004-02-201-12/+34
| | | | | | Fix html_destroy() crash, add documentation. svn path=/import/netsurf/; revision=562
* [project @ 2004-02-15 20:39:53 by bursa]James Bursa2004-02-151-2/+1
| | | | | | Document box.h, remove struct page_elements. svn path=/import/netsurf/; revision=547
* [project @ 2004-01-24 17:08:15 by bursa]James Bursa2004-01-241-1/+6
| | | | | | Add permitted_types to html_fetch_object(). svn path=/import/netsurf/; revision=500
* [project @ 2004-01-02 12:04:04 by bursa]James Bursa2004-01-021-0/+3
| | | | | | Use memory pool for box tree. svn path=/import/netsurf/; revision=477
* [project @ 2003-12-27 20:15:22 by bursa]James Bursa2003-12-271-1/+1
| | | | | | Use charset from Content-Type header. svn path=/import/netsurf/; revision=460
* [project @ 2003-12-26 00:17:55 by bursa]James Bursa2003-12-261-0/+1
| | | | | | New url_join using liburi, <base href=...>. svn path=/import/netsurf/; revision=441
* [project @ 2003-11-12 22:22:45 by jmb]John Mark Bell2003-11-121-0/+4
| | | | | | | Begin frames support. Just data structure handling for now. None of this code is called atm. svn path=/import/netsurf/; revision=416
* [project @ 2003-09-10 17:10:25 by bursa]James Bursa2003-09-101-1/+2
| | | | | | 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-1/+41
| | | | | | 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-0/+3
| | | | | | Call content_reshape_instance svn path=/import/netsurf/; revision=265
* [project @ 2003-07-15 14:37:34 by bursa]James Bursa2003-07-151-0/+2
| | | | | | Implement html_redraw. svn path=/import/netsurf/; revision=218
* [project @ 2003-07-14 22:57:45 by bursa]James Bursa2003-07-141-0/+6
| | | | | | Add content instances. svn path=/import/netsurf/; revision=216
* [project @ 2003-06-30 12:44:02 by bursa]James Bursa2003-06-301-2/+5
| | | | | | New file headers. svn path=/import/netsurf/; revision=190
* [project @ 2003-06-17 19:24:20 by bursa]James Bursa2003-06-171-2/+2
| | | | | | Change fetchcache system to store loading contents in cache. svn path=/import/netsurf/; revision=180
* [project @ 2003-04-15 17:53:00 by bursa]James Bursa2003-04-151-1/+2
| | | | | | Inline images and related. svn path=/import/netsurf/; revision=125
* [project @ 2003-02-09 12:58:14 by bursa]James Bursa2003-02-091-0/+17
Reorganization and rewrite of fetch, cache, and content handling. svn path=/import/netsurf/; revision=96