summaryrefslogtreecommitdiff
path: root/render
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-05-05 16:33:15 by bursa]James Bursa2004-05-051-4/+4
| | | | | | Fix some compiler warnings. Ignore size attribute for file inputs. svn path=/import/netsurf/; revision=828
* [project @ 2004-05-03 22:05:40 by bursa]James Bursa2004-05-032-39/+34
| | | | | | Implement dragging files into <input type="file" ...>. svn path=/import/netsurf/; revision=821
* [project @ 2004-05-02 17:01:37 by jmb]John Mark Bell2004-05-021-13/+2
| | | | | | Remove #ifdef nastiness. Now uses alloca. svn path=/import/netsurf/; revision=816
* [project @ 2004-05-02 01:04:38 by jmb]John Mark Bell2004-05-021-0/+12
| | | | | | | A couple more Norcroft-related patches. The use of #ifdef __GNU_C__ in both of these can be avoided. I'm not entirely sure whether it would be sensible to do so, so I've left them as-is. svn path=/import/netsurf/; revision=814
* [project @ 2004-04-26 13:47:51 by bursa]James Bursa2004-04-261-4/+16
| | | | | | Fix scaled GIF animations. svn path=/import/netsurf/; revision=805
* [project @ 2004-04-26 13:45:52 by bursa]James Bursa2004-04-262-4/+14
| | | | | | Fix box_coords(). svn path=/import/netsurf/; revision=804
* [project @ 2004-04-24 23:42:31 by bursa]James Bursa2004-04-242-21/+34
| | | | | | 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-21 22:27:49 by bursa]James Bursa2004-04-211-7/+9
| | | | | | Position floats correctly horizontally when padding or margins are present. svn path=/import/netsurf/; revision=799
* [project @ 2004-04-18 22:53:22 by bursa]James Bursa2004-04-181-2/+0
| | | | | | Remove obsolete assert() to fix frames crash. svn path=/import/netsurf/; revision=794
* [project @ 2004-04-18 15:19:53 by bursa]James Bursa2004-04-183-26/+86
| | | | | | Implement <br> properly by adding BOX_BR; fix box tree normalisation bugs. svn path=/import/netsurf/; revision=791
* [project @ 2004-04-17 16:00:16 by bursa]James Bursa2004-04-171-13/+12
| | | | | | Supply XML_CHAR_ENCODING_NONE to libxml2 when no encoding is specified so that meta charsets are used. svn path=/import/netsurf/; revision=788
* [project @ 2004-04-16 22:29:10 by bursa]James Bursa2004-04-161-16/+12
| | | | | | Fix height of block contexts with no children (fixes FP exception crashes); factor out code for increasing height for floats. svn path=/import/netsurf/; revision=787
* [project @ 2004-04-15 16:18:19 by jmb]John Mark Bell2004-04-151-4/+10
| | | | | | Take account of configured minimun font size when calculating line height. svn path=/import/netsurf/; revision=786
* [project @ 2004-04-14 12:55:16 by bursa]James Bursa2004-04-141-5/+0
| | | | | | Remove incorrect use of WITH_PLUGIN. svn path=/import/netsurf/; revision=784
* [project @ 2004-04-13 23:20:23 by bursa]James Bursa2004-04-131-4/+33
| | | | | | Table layout fix and table-float interaction changes. svn path=/import/netsurf/; revision=778
* [project @ 2004-04-12 17:32:45 by bursa]James Bursa2004-04-121-4/+35
| | | | | | Fix layout bugs related to height and inline blocks. svn path=/import/netsurf/; revision=756
* [project @ 2004-04-12 00:00:47 by bursa]James Bursa2004-04-122-183/+209
| | | | | | Rewrite block context layout, implementing collapsing and negative margins and margins for tables. svn path=/import/netsurf/; revision=754
* [project @ 2004-04-11 00:35:24 by jmb]John Mark Bell2004-04-111-0/+21
| | | | | | | | Retain aspect ratio of boxes if only one of width/height are specified (eg <img src="blah" width="123"> would scale height to be 123/image_width * image_height) NB: This does /not/ work for %age widths as %age heights do nothing as yet svn path=/import/netsurf/; revision=750
* [project @ 2004-04-08 23:46:41 by jmb]John Mark Bell2004-04-082-0/+2
| | | | | | | Improve keypress handling in form text boxes. Note: Not yet implemented for textareas as these need more work anyway. svn path=/import/netsurf/; revision=740
* [project @ 2004-04-02 19:30:13 by bursa]James Bursa2004-04-021-1/+0
| | | | | | Fix double-free of frame url. svn path=/import/netsurf/; revision=704
* [project @ 2004-04-02 18:13:23 by bursa]James Bursa2004-04-021-19/+110
| | | | | | Experimental work on frames. svn path=/import/netsurf/; revision=703
* [project @ 2004-04-01 18:29:42 by bursa]James Bursa2004-04-011-0/+1
| | | | | | Fix bug with submission of forms with no successful controls. svn path=/import/netsurf/; revision=696
* [project @ 2004-03-30 11:45:48 by bursa]James Bursa2004-03-301-1/+2
| | | | | | Reduce frequency of gui_multitask() to improve performance. svn path=/import/netsurf/; revision=691
* [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