summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* ploter refactor of rectangle handling Vincent Sanders2009-07-0820-471/+568
| | | | svn path=/trunk/netsurf/; revision=8399
* Migrate plotters to use a gui_globals pointer rather than RastPort.Chris Young2009-07-075-186/+180
| | | | svn path=/trunk/netsurf/; revision=8378
* Fix warningsChris Young2009-07-071-2/+2
| | | | svn path=/trunk/netsurf/; revision=8377
* Merged revisions 8059-8359 via svnmerge from John Mark Bell2009-07-062-0/+24
| | | | | | | | | | | | svn://svn.netsurf-browser.org/branches/paulblokus/textinput ........ r8337 | paulblokus | 2009-07-06 00:38:21 +0100 (Mon, 06 Jul 2009) | 2 lines added textarea_set_position ........ svn path=/trunk/netsurf/; revision=8360
* Style guide indentation.Michael Drake2009-07-061-94/+94
| | | | svn path=/trunk/netsurf/; revision=8346
* Style guide indentation.Michael Drake2009-07-061-6/+6
| | | | svn path=/trunk/netsurf/; revision=8345
* Fix indentation to use tabs instead of spaces.Michael Drake2009-07-061-40/+40
| | | | svn path=/trunk/netsurf/; revision=8344
* GETSCREENANME documentationChris Young2009-07-051-2/+3
| | | | svn path=/trunk/netsurf/; revision=8334
* Add a note about how to get the best speed out of the OS4 version. Mostly ↵Chris Young2009-07-051-0/+14
| | | | | | | | this is to encourage people to use 32-bit screenmodes :) svn path=/trunk/netsurf/; revision=8333
* Refactor fill plotter to take a styleVincent Sanders2009-07-0518-82/+188
| | | | svn path=/trunk/netsurf/; revision=8332
* Don't make the global bitmap a friend of the screen bitmap, instead allocate ↵Chris Young2009-07-052-4/+3
| | | | | | | | | | it so that alpha blitting and Cairo operations work correctly. Running NetSurf on a 16-bit screen is now possible without bits of the display missing or obliterated, however it does suffer a small performance hit. svn path=/trunk/netsurf/; revision=8331
* fix warningsChris Young2009-07-042-0/+3
| | | | svn path=/trunk/netsurf/; revision=8316
* Apply scaling quality also to thumbnails.Chris Young2009-07-041-1/+5
| | | | svn path=/trunk/netsurf/; revision=8315
* Fix serialisation of page titles.John Mark Bell2009-07-041-1/+1
| | | | svn path=/trunk/netsurf/; revision=8313
* turn iconification back off as it isn't working reliably.Chris Young2009-07-041-1/+30
| | | | svn path=/trunk/netsurf/; revision=8312
* Basic iconification supportChris Young2009-07-041-68/+91
| | | | svn path=/trunk/netsurf/; revision=8310
* Script to show the source of the current pageChris Young2009-07-041-0/+24
| | | | svn path=/trunk/netsurf/; revision=8304