summaryrefslogtreecommitdiff
path: root/render
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-03-28 15:41:50 by bursa]James Bursa2004-03-281-1/+0
| | | | | | Disable some excess logging. svn path=/import/netsurf/; revision=688
* [project @ 2004-03-26 22:16:31 by jmb]John Mark Bell2004-03-264-2/+39
| | | | | | Imagemap support svn path=/import/netsurf/; revision=671
* [project @ 2004-03-26 01:35:35 by bursa]James Bursa2004-03-261-26/+60
| | | | | | Fix infinite loop in layout_line(), improve layout of inline blocks, break out layout_float(). svn path=/import/netsurf/; revision=669
* [project @ 2004-03-24 20:10:03 by jmb]John Mark Bell2004-03-242-7/+2
| | | | | | | 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-242-2/+7
| | | | | | | | | | | 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-22 00:37:38 by bursa]James Bursa2004-03-221-1/+2
| | | | | | Minor change in layout_line() to fix some failures. svn path=/import/netsurf/; revision=651
* [project @ 2004-03-21 21:32:15 by jmb]John Mark Bell2004-03-211-1/+0
| | | | | | | Fix for SparkFS causing problems with uploading zip files. Map filetypes to mimetype properly. svn path=/import/netsurf/; revision=646
* [project @ 2004-03-21 20:07:14 by jmb]John Mark Bell2004-03-213-5/+35
| | | | | | | <input type="file" support> Broken in places. svn path=/import/netsurf/; revision=645
* [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-20 22:15:40 by jmb]John Mark Bell2004-03-201-0/+3
| | | | | | Fix potential crash caused by <input type="button"> svn path=/import/netsurf/; revision=639
* [project @ 2004-03-20 21:56:43 by jmb]John Mark Bell2004-03-201-0/+20
| | | | | | Render <input type="button" ...> svn path=/import/netsurf/; revision=638
* [project @ 2004-03-14 22:49:40 by bursa]James Bursa2004-03-141-69/+45
| | | | | | Break out box_text_transform(). svn path=/import/netsurf/; revision=621
* [project @ 2004-03-14 22:49:14 by bursa]James Bursa2004-03-141-1/+1
| | | | | | Fix serious inline container layout bug. svn path=/import/netsurf/; revision=620
* [project @ 2004-03-13 20:48:00 by bursa]James Bursa2004-03-131-1/+1
| | | | | | Remove +1 from size of inline containers. svn path=/import/netsurf/; revision=619
* [project @ 2004-03-11 02:19:13 by bursa]James Bursa2004-03-114-51/+10
| | | | | | 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-082-1/+21
| | | | | | 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-022-3/+5
| | | | | | Add new url functions and modify to use them. svn path=/import/netsurf/; revision=578
* [project @ 2004-02-28 17:23:07 by bursa]James Bursa2004-02-281-95/+125
| | | | | | Fix float-related crashes. svn path=/import/netsurf/; revision=577
* [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-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-22 22:27:31 by bursa]James Bursa2004-02-221-17/+18
| | | | | | Fix calculate_widths() for floats. svn path=/import/netsurf/; revision=564
* [project @ 2004-02-22 22:22:50 by bursa]James Bursa2004-02-222-6/+36
| | | | | | Take margins, broder, padding into account in calculate_widths(). svn path=/import/netsurf/; revision=563
* [project @ 2004-02-20 00:43:17 by bursa]James Bursa2004-02-202-141/+245
| | | | | | Fix html_destroy() crash, add documentation. svn path=/import/netsurf/; revision=562
* [project @ 2004-02-20 00:42:36 by bursa]James Bursa2004-02-201-2/+8
| | | | | | Partial implementation of collapsing margins. svn path=/import/netsurf/; revision=561
* [project @ 2004-02-18 00:24:41 by bursa]James Bursa2004-02-181-4/+4
| | | | | | Correct documentation of struct box. svn path=/import/netsurf/; revision=560
* [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-02-15 22:19:43 by jmb]John Mark Bell2004-02-151-0/+2
| | | | | | Font support in draw export. svn path=/import/netsurf/; revision=549
* [project @ 2004-02-15 20:39:53 by bursa]James Bursa2004-02-153-78/+129
| | | | | | Document box.h, remove struct page_elements. svn path=/import/netsurf/; revision=547
* [project @ 2004-02-13 23:07:42 by bursa]James Bursa2004-02-131-0/+2
| | | | | | Add font size configuration and fix proxy options bug. svn path=/import/netsurf/; revision=538
* [project @ 2004-02-13 16:10:28 by bursa]James Bursa2004-02-131-19/+33
| | | | | | Simplify and break out layout_clear(). svn path=/import/netsurf/; revision=537
* [project @ 2004-02-11 20:51:34 by bursa]James Bursa2004-02-111-1/+2
| | | | | | Fix crash related to floats. svn path=/import/netsurf/; revision=535
* [project @ 2004-02-11 17:15:36 by bursa]James Bursa2004-02-113-256/+384
| | | | | | Work on margins etc., clean up many parts of layout code. svn path=/import/netsurf/; revision=534
* [project @ 2004-02-10 18:13:18 by bursa]James Bursa2004-02-102-48/+0
| | | | | | Remove ancient test files. svn path=/import/netsurf/; revision=533
* [project @ 2004-02-02 00:22:59 by bursa]James Bursa2004-02-023-52/+155
| | | | | | Start at margin / padding / border support. svn path=/import/netsurf/; revision=529
* [project @ 2004-02-01 22:42:40 by jmb]John Mark Bell2004-02-011-3/+25
| | | | | | Add text-indent support. svn path=/import/netsurf/; revision=527
* [project @ 2004-02-01 04:45:55 by jmb]John Mark Bell2004-02-011-5/+16
| | | | | | Fix text-transform capitalization on inline elements. svn path=/import/netsurf/; revision=526
* [project @ 2004-01-31 21:18:44 by jmb]John Mark Bell2004-01-311-0/+58
| | | | | | text-transform support. svn path=/import/netsurf/; revision=521
* [project @ 2004-01-26 15:07:20 by bursa]James Bursa2004-01-261-1/+1
| | | | | | Fix box_create() width init. svn path=/import/netsurf/; revision=510
* [project @ 2004-01-26 14:09:39 by bursa]James Bursa2004-01-261-0/+1
| | | | | | Initialise box dimensions to 0 (fixes window resizing bug). svn path=/import/netsurf/; revision=507
* [project @ 2004-01-24 17:12:32 by bursa]James Bursa2004-01-241-4/+4
| | | | | | Fix removing URL leading and trailing whitespace. svn path=/import/netsurf/; revision=501
* [project @ 2004-01-24 17:08:15 by bursa]James Bursa2004-01-243-14/+58
| | | | | | Add permitted_types to html_fetch_object(). svn path=/import/netsurf/; revision=500
* [project @ 2004-01-24 16:41:52 by jmb]John Mark Bell2004-01-241-0/+3
| | | | | | Strip leading and trailing whitespace from image src attributes. svn path=/import/netsurf/; revision=499
* [project @ 2004-01-20 19:08:34 by jmb]John Mark Bell2004-01-202-6/+25
| | | | | | | 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-053-9/+64
| | | | | | | 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-024-75/+122
| | | | | | 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-274-7/+20
| | | | | | 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-273-53/+54
| | | | | | 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