summaryrefslogtreecommitdiff
path: root/render/html.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-03-24 00:07:21 by jmb]John Mark Bell2004-03-241-2/+6
| | | | | | | | | | | 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-21 13:55:51 by bursa]James Bursa2004-03-211-2/+1
| | | | | | Implement gui_window_update_box() and use in response to CONTENT_MSG_REDRAW. svn path=/import/netsurf/; revision=644
* [project @ 2004-03-21 12:50:10 by bursa]James Bursa2004-03-211-0/+5
| | | | | | Animation support, not yet optimised. svn path=/import/netsurf/; revision=641
* [project @ 2004-03-11 02:19:13 by bursa]James Bursa2004-03-111-14/+6
| | | | | | 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-1/+20
| | | | | | Attempt to detect document charset encoding if the server doesn't send it. svn path=/import/netsurf/; revision=592
* [project @ 2004-03-02 18:02:17 by bursa]James Bursa2004-03-021-3/+4
| | | | | | Add new url functions and modify to use them. svn path=/import/netsurf/; revision=578
* [project @ 2004-02-27 17:45:19 by bursa]James Bursa2004-02-271-12/+17
| | | | | | Move English text to Messages file for translation. svn path=/import/netsurf/; revision=576
* [project @ 2004-02-20 00:43:17 by bursa]James Bursa2004-02-201-129/+211
| | | | | | Fix html_destroy() crash, add documentation. svn path=/import/netsurf/; revision=562
* [project @ 2004-02-17 12:41:38 by jmb]John Mark Bell2004-02-171-11/+13
| | | | | | | Begin save complete support. Fix memory leak when using Select PNG renderer. (commented out lines can probably removed) svn path=/import/netsurf/; revision=556
* [project @ 2004-01-24 17:08:15 by bursa]James Bursa2004-01-241-9/+41
| | | | | | Add permitted_types to html_fetch_object(). svn path=/import/netsurf/; revision=500
* [project @ 2004-01-20 19:08:34 by jmb]John Mark Bell2004-01-201-6/+24
| | | | | | | Allow toggling of POST support. Add new toolbar icon numbers to riscos/gui.h svn path=/import/netsurf/; revision=490
* [project @ 2004-01-05 02:10:59 by jmb]John Mark Bell2004-01-051-8/+37
| | | | | | | Add ability to turn off browser features in build. This may be useful when hunting down bugs. svn path=/import/netsurf/; revision=480
* [project @ 2004-01-02 12:04:04 by bursa]James Bursa2004-01-021-0/+6
| | | | | | Use memory pool for box tree. svn path=/import/netsurf/; revision=477
* [project @ 2003-12-29 18:59:15 by jmb]John Mark Bell2003-12-291-1/+1
| | | | | | | | Comment out unnecessary call to cache_dump from html_process_data. Add Licence and relevant #include to tt2code. Stops the compiler moaning about no definition of unicode_transliterate. svn path=/import/netsurf/; revision=467
* [project @ 2003-12-27 20:15:22 by bursa]James Bursa2003-12-271-3/+16
| | | | | | Use charset from Content-Type header. svn path=/import/netsurf/; revision=460
* [project @ 2003-12-27 02:03:48 by jmb]John Mark Bell2003-12-271-13/+13
| | | | | | Reduce compiler warnings svn path=/import/netsurf/; revision=456
* [project @ 2003-12-26 16:20:57 by bursa]James Bursa2003-12-261-6/+6
| | | | | | Enable cookies. svn path=/import/netsurf/; revision=443
* [project @ 2003-12-26 00:17:55 by bursa]James Bursa2003-12-261-10/+28
| | | | | | 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-50/+0
| | | | | | | Begin frames support. Just data structure handling for now. None of this code is called atm. svn path=/import/netsurf/; revision=416
* [project @ 2003-10-25 22:51:45 by jmb]John Mark Bell2003-10-251-0/+6
| | | | | | | Fix bug relating to http://www.mw-software.com/software/artworks2/aw2support.html svn path=/import/netsurf/; revision=388
* [project @ 2003-10-25 19:20:13 by jmb]John Mark Bell2003-10-251-0/+6
| | | | | | | HTTP Auth login improved (greatly). Addresses all three issues in the previous version. svn path=/import/netsurf/; revision=382
* [project @ 2003-10-25 14:13:49 by bursa]James Bursa2003-10-251-7/+7
| | | | | | URL encoded POST support. svn path=/import/netsurf/; revision=375
* [project @ 2003-10-17 17:39:29 by bursa]James Bursa2003-10-171-2/+8
| | | | | | Implement :link, ignore stylesheets with syntax errors, parse pseudo classes. svn path=/import/netsurf/; revision=367
* [project @ 2003-10-08 20:49:57 by bursa]James Bursa2003-10-081-4/+1
| | | | | | Fix column width recalculation when objects are loaded. svn path=/import/netsurf/; revision=354
* [project @ 2003-10-01 16:12:04 by bursa]James Bursa2003-10-011-1/+1
| | | | | | Partial fix for pages including themselves. svn path=/import/netsurf/; revision=339
* [project @ 2003-09-28 17:37:19 by bursa]James Bursa2003-09-281-2/+5
| | | | | | Fix redirected images which are already loaded. svn path=/import/netsurf/; revision=328
* [project @ 2003-09-17 12:57:33 by bursa]James Bursa2003-09-171-2/+5
| | | | | | Poll queuing fix, backup redraw code. svn path=/import/netsurf/; revision=296
* [project @ 2003-09-14 20:31:02 by bursa]James Bursa2003-09-141-2/+1
| | | | | | Fix already loaded object bug. svn path=/import/netsurf/; revision=290
* [project @ 2003-09-10 21:44:10 by bursa]James Bursa2003-09-101-0/+3
| | | | | | Reformat page when browser window is resized. svn path=/import/netsurf/; revision=280
* [project @ 2003-09-09 21:43:44 by bursa]James Bursa2003-09-091-23/+19
| | | | | | Display image alt text while it loads. svn path=/import/netsurf/; revision=278
* [project @ 2003-09-08 22:47:11 by bursa]James Bursa2003-09-081-2/+4
| | | | | | Box width fixes. svn path=/import/netsurf/; revision=272
* [project @ 2003-09-03 21:58:54 by jmb]John Mark Bell2003-09-031-0/+16
| | | | | | Call content_reshape_instance svn path=/import/netsurf/; revision=265
* [project @ 2003-08-30 21:45:03 by bursa]James Bursa2003-08-301-0/+1
| | | | | | Make page background colour work properly. svn path=/import/netsurf/; revision=263
* [project @ 2003-08-29 12:57:14 by bursa]James Bursa2003-08-291-6/+6
| | | | | | Better handling of server HTTP errors. svn path=/import/netsurf/; revision=259
* [project @ 2003-07-22 22:13:44 by jmb]John Mark Bell2003-07-221-0/+8
| | | | | | Enable viewing HTML source when F8 is pressed svn path=/import/netsurf/; revision=241
* [project @ 2003-07-16 17:38:46 by bursa]James Bursa2003-07-161-8/+15
| | | | | | 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/+4
| | | | | | Implement html_redraw. svn path=/import/netsurf/; revision=218
* [project @ 2003-07-14 23:13:23 by bursa]James Bursa2003-07-141-2/+4
| | | | | | Fixes for 26-bit build. svn path=/import/netsurf/; revision=217
* [project @ 2003-07-14 22:57:45 by bursa]James Bursa2003-07-141-14/+43
| | | | | | Add content instances. svn path=/import/netsurf/; revision=216
* [project @ 2003-07-09 21:33:01 by bursa]James Bursa2003-07-091-21/+26
| | | | | | 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-3/+3
| | | | | | Rewrite plugin system backend. svn path=/import/netsurf/; revision=210
* [project @ 2003-07-02 14:31:11 by bursa]James Bursa2003-07-021-3/+3
| | | | | | Fix buffer overflows. svn path=/import/netsurf/; revision=199
* [project @ 2003-06-30 15:56:35 by bursa]James Bursa2003-06-301-6/+8
| | | | | | Fix image loading when images are in the cache. svn path=/import/netsurf/; revision=191
* [project @ 2003-06-30 12:44:02 by bursa]James Bursa2003-06-301-2/+8
| | | | | | New file headers. svn path=/import/netsurf/; revision=190
* [project @ 2003-06-26 11:41:26 by bursa]James Bursa2003-06-261-1/+21
| | | | | | Implement HTTP redirects. svn path=/import/netsurf/; revision=187
* [project @ 2003-06-17 19:24:20 by bursa]James Bursa2003-06-171-118/+153
| | | | | | 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-6/+9
| | | | | | Added GIF decode support svn path=/import/netsurf/; revision=160
* [project @ 2003-05-10 11:13:34 by bursa]James Bursa2003-05-101-4/+7
| | | | | | Partial PNG support. svn path=/import/netsurf/; revision=129
* [project @ 2003-04-25 08:03:15 by bursa]James Bursa2003-04-251-14/+18
| | | | | | Various memory fixes. svn path=/import/netsurf/; revision=128
* [project @ 2003-04-15 17:53:00 by bursa]James Bursa2003-04-151-45/+162
| | | | | | Inline images and related. svn path=/import/netsurf/; revision=125