summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replace URL bar with custom StringView class. Thanks to Stephen Fellner, Ren...Chris Young2009-07-237-2/+1104
* Set height of all text boxes in a line to the height of the highest one. This...James Bursa2009-07-231-2/+11
* Merged revisions 8663 via svnmerge from Michael Drake2009-07-222-0/+16
* Fix stupidJohn Mark Bell2009-07-222-5/+4
* Scale font sizes, for better accuracy.John Mark Bell2009-07-218-12/+20
* Fix render colour of selected text.Michael Drake2009-07-211-3/+3
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-2146-678/+808
* Switch off incremental reflow by default, as for some reason it started causi...Chris Young2009-07-181-0/+1
* Fix OS4.0 key duplication issue (unsat bug#62)Chris Young2009-07-181-1/+3
* Remove old progress pointer hackChris Young2009-07-151-2/+0
* Revert accidental commit.Michael Drake2009-07-141-3/+0
* mouse_trackMichael Drake2009-07-141-0/+3
* Use progress pointer.Michael Drake2009-07-143-1/+7
* Improve RISC OS progress pointer.Michael Drake2009-07-141-0/+0
* Indicate activity with the progress pointer for a second after you click a li...Michael Drake2009-07-142-12/+37
* Fix comment.Michael Drake2009-07-141-1/+1
* Rename debug outline plot styles and make them const.Michael Drake2009-07-143-19/+23
* Plot debug outlines after borders and backgrounds, so that they can be seen w...Michael Drake2009-07-141-37/+40
* Simplify debug outline calculations and avoid fp maths when scale is 1.0. Com...Michael Drake2009-07-141-31/+52
* Rename TRANSPARENT to NS_TRANSPARENT to avoid clash on Windows. By MarkieB.Michael Drake2009-07-1411-65/+68
* next round of plotter refactorVincent Sanders2009-07-1415-703/+842
* Positioned elements are taken out of normal flow, so don't let them affect mi...Michael Drake2009-07-131-0/+11
* Don't do higher quality scaling on OS4.0 as it doesn't work.Chris Young2009-07-123-3/+9
* Delete html_redraw lighter/darker and use the colour tweakers in plot_style.Michael Drake2009-07-101-50/+22
* Move colour blend routine from html_redraw to plot_style and make it a define.Michael Drake2009-07-102-37/+31
* Remove html_redraw_aa because it is the same as html_redraw_blend. Fix html_r...Michael Drake2009-07-101-27/+11
* plotters line refactorVincent Sanders2009-07-1018-281/+548
* Replace parent_url with a pointer to the parent content.John Mark Bell2009-07-1010-98/+62
* Move all the layers code into plotters.c and refactor to use gui_globals stru...Chris Young2009-07-095-106/+95
* Tweak dot/dash patterns.John Mark Bell2009-07-091-4/+4
* Fix compilationChris Young2009-07-081-2/+2
* ploter refactor of rectangle handling Vincent Sanders2009-07-0820-471/+568
* Migrate plotters to use a gui_globals pointer rather than RastPort.Chris Young2009-07-075-186/+180
* Fix warningsChris Young2009-07-071-2/+2
* Merged revisions 8059-8359 via svnmerge from John Mark Bell2009-07-062-0/+24
* Style guide indentation.Michael Drake2009-07-061-94/+94
* Style guide indentation.Michael Drake2009-07-061-6/+6
* Fix indentation to use tabs instead of spaces.Michael Drake2009-07-061-40/+40
* GETSCREENANME documentationChris Young2009-07-051-2/+3
* Add a note about how to get the best speed out of the OS4 version. Mostly th...Chris Young2009-07-051-0/+14
* Refactor fill plotter to take a styleVincent Sanders2009-07-0518-82/+188
* Don't make the global bitmap a friend of the screen bitmap, instead allocate ...Chris Young2009-07-052-4/+3
* fix warningsChris Young2009-07-042-0/+3
* Apply scaling quality also to thumbnails.Chris Young2009-07-041-1/+5
* Fix serialisation of page titles.John Mark Bell2009-07-041-1/+1
* turn iconification back off as it isn't working reliably.Chris Young2009-07-041-1/+30
* Basic iconification supportChris Young2009-07-041-68/+91
* Script to show the source of the current pageChris Young2009-07-041-0/+24
* Add GETSCREENNAME commandChris Young2009-07-041-1/+19
* Fix scheduler to handle delays of greater than one second. Fixes continual re...Michael Drake2009-07-031-11/+11