summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Ensure quirks.css gets recognised as CSSChris Young2009-07-261-0/+0
| | | | svn path=/trunk/netsurf/; revision=8802
* Fix logicChris Young2009-07-261-14/+6
| | | | svn path=/trunk/netsurf/; revision=8801
* Something approximating error reporting. This really needs addressing properly.John Mark Bell2009-07-251-3/+37
| | | | svn path=/trunk/netsurf/; revision=8791
* Make round-to-nearest clearer.John Mark Bell2009-07-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=8786
* Now that libwapcaplet guarantees NUL-termination of strings, stop copying ↵John Mark Bell2009-07-254-116/+12
| | | | | | them unnecessarily. svn path=/trunk/netsurf/; revision=8785
* Simplify line-height calculation, deferring to nscss_len2px.John Mark Bell2009-07-251-18/+3
| | | | svn path=/trunk/netsurf/; revision=8783
* More consistent conversion of lengths to pixels.John Mark Bell2009-07-251-15/+34
| | | | | | | We now calculate the nearest whole number of pixels required for 1 unit, then multiply that by the requested length. This means that 2 * len2px(1, cm) == len2px(2, cm), for example. svn path=/trunk/netsurf/; revision=8782
* Mention how to get LibCSS.Michael Drake2009-07-241-3/+19
| | | | svn path=/trunk/netsurf/; revision=8776
* Fix crash when a style element is not used because of mismatched media or type.John Mark Bell2009-07-241-16/+19
| | | | svn path=/trunk/netsurf/; revision=8768
* Fix textarea line height.John Mark Bell2009-07-241-2/+3
| | | | svn path=/trunk/netsurf/; revision=8766
* Fix font config stuffJohn Mark Bell2009-07-241-2/+1
| | | | svn path=/trunk/netsurf/; revision=8765
* Undo alignment change pending proper implementation of HTML alignment.Michael Drake2009-07-241-1/+2
| | | | svn path=/trunk/netsurf/; revision=8764
* Fix text/plain lineheight calculationJohn Mark Bell2009-07-241-1/+2
| | | | svn path=/trunk/netsurf/; revision=8763
* Don't attempt to basline-align non text related inlines.Michael Drake2009-07-241-134/+135
| | | | svn path=/trunk/netsurf/; revision=8762
* Remove old forced table cell text alignement.Michael Drake2009-07-231-2/+1
| | | | svn path=/trunk/netsurf/; revision=8759
* Better way of aligning text baselines. Move boxes down to align 0.75 point ↵James Bursa2009-07-231-2/+3
| | | | | | instead of changing height. svn path=/trunk/netsurf/; revision=8758
* Correct include.John Mark Bell2009-07-231-1/+1
| | | | svn path=/trunk/netsurf/; revision=8757
* Remove mention of re2c and lemon. Still need to update with LibCSS and ↵Michael Drake2009-07-234-87/+12
| | | | | | wapcaplet info. svn path=/trunk/netsurf/; revision=8755
* Merge LibCSS port to trunk.John Mark Bell2009-07-2396-10758/+7673
| | | | svn path=/trunk/netsurf/; revision=8752
* Replace URL bar with custom StringView class. Thanks to Stephen Fellner, ↵Chris Young2009-07-237-2/+1104
| | | | | | | | Rene W Olsen and Joerg Strohmayer. svn path=/trunk/netsurf/; revision=8723
* Set height of all text boxes in a line to the height of the highest one. ↵James Bursa2009-07-231-2/+11
| | | | | | This aligns the baseline of text which changes font size in a line. However, when the inline-block is reflowed, the heights do not shrink again where they could. svn path=/trunk/netsurf/; revision=8716
* Merged revisions 8663 via svnmerge from Michael Drake2009-07-222-0/+16
| | | | | | | | | | | | svn://svn.netsurf-browser.org/branches/paulblokus/textinput ........ r8663 | paulblokus | 2009-07-22 00:46:29 +0100 (Wed, 22 Jul 2009) | 2 lines added getter for textarea dimensions ........ svn path=/trunk/netsurf/; revision=8695
* Fix stupidJohn Mark Bell2009-07-222-5/+4
| | | | svn path=/trunk/netsurf/; revision=8672
* Scale font sizes, for better accuracy.John Mark Bell2009-07-218-12/+20
| | | | svn path=/trunk/netsurf/; revision=8657
* Fix render colour of selected text.Michael Drake2009-07-211-3/+3
| | | | svn path=/trunk/netsurf/; revision=8642
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-2146-678/+808
| | | | svn path=/trunk/netsurf/; revision=8641
* Switch off incremental reflow by default, as for some reason it started ↵Chris Young2009-07-181-0/+1
| | | | | | | | causing some sites randomly to freeze on load (with objects remaining) a couple of months back. svn path=/trunk/netsurf/; revision=8618
* Fix OS4.0 key duplication issue (unsat bug#62)Chris Young2009-07-181-1/+3
| | | | | | and there was much rejoicing svn path=/trunk/netsurf/; revision=8617
* Remove old progress pointer hackChris Young2009-07-151-2/+0
| | | | svn path=/trunk/netsurf/; revision=8562
* Revert accidental commit.Michael Drake2009-07-141-3/+0
| | | | svn path=/trunk/netsurf/; revision=8529
* mouse_trackMichael Drake2009-07-141-0/+3
| | | | svn path=/trunk/netsurf/; revision=8528
* Use progress pointer.Michael Drake2009-07-143-1/+7
| | | | svn path=/trunk/netsurf/; revision=8527
* Improve RISC OS progress pointer.Michael Drake2009-07-141-0/+0
| | | | svn path=/trunk/netsurf/; revision=8526
* Indicate activity with the progress pointer for a second after you click a ↵Michael Drake2009-07-142-12/+37
| | | | | | link and as the "auto" pointer while stuff is loading. svn path=/trunk/netsurf/; revision=8525
* Fix comment.Michael Drake2009-07-141-1/+1
| | | | svn path=/trunk/netsurf/; revision=8520
* Rename debug outline plot styles and make them const.Michael Drake2009-07-143-19/+23
| | | | svn path=/trunk/netsurf/; revision=8518
* Plot debug outlines after borders and backgrounds, so that they can be seen ↵Michael Drake2009-07-141-37/+40
| | | | | | when things are coloured. Plot content edge before padding edge, so that the colour for the outermost edge is always shown when margin, border or padding are 0. svn path=/trunk/netsurf/; revision=8515
* Simplify debug outline calculations and avoid fp maths when scale is 1.0. ↵Michael Drake2009-07-141-31/+52
| | | | | | Comment some border stuff. svn path=/trunk/netsurf/; revision=8514
* Rename TRANSPARENT to NS_TRANSPARENT to avoid clash on Windows. By MarkieB.Michael Drake2009-07-1411-65/+68
| | | | svn path=/trunk/netsurf/; revision=8513
* next round of plotter refactorVincent Sanders2009-07-1415-703/+842
| | | | svn path=/trunk/netsurf/; revision=8512
* Positioned elements are taken out of normal flow, so don't let them affect ↵Michael Drake2009-07-131-0/+11
| | | | | | min/max width calculations. svn path=/trunk/netsurf/; revision=8502
* Don't do higher quality scaling on OS4.0 as it doesn't work.Chris Young2009-07-123-3/+9
| | | | svn path=/trunk/netsurf/; revision=8484
* Delete html_redraw lighter/darker and use the colour tweakers in plot_style.Michael Drake2009-07-101-50/+22
| | | | svn path=/trunk/netsurf/; revision=8452
* Move colour blend routine from html_redraw to plot_style and make it a define.Michael Drake2009-07-102-37/+31
| | | | svn path=/trunk/netsurf/; revision=8451
* Remove html_redraw_aa because it is the same as html_redraw_blend. Fix ↵Michael Drake2009-07-101-27/+11
| | | | | | html_redraw_blend to be 50/50 instead of 75/25. svn path=/trunk/netsurf/; revision=8448
* plotters line refactorVincent Sanders2009-07-1018-281/+548
| | | | svn path=/trunk/netsurf/; revision=8446
* Replace parent_url with a pointer to the parent content.John Mark Bell2009-07-1010-98/+62
| | | | svn path=/trunk/netsurf/; revision=8428
* Move all the layers code into plotters.c and refactor to use gui_globals ↵Chris Young2009-07-095-106/+95
| | | | | | | | structure Purge option_direct_render svn path=/trunk/netsurf/; revision=8425
* Tweak dot/dash patterns.John Mark Bell2009-07-091-4/+4
| | | | svn path=/trunk/netsurf/; revision=8416
* Fix compilationChris Young2009-07-081-2/+2
| | | | svn path=/trunk/netsurf/; revision=8400