summaryrefslogtreecommitdiff
path: root/riscos/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix up RISC OS front end.Michael Drake2011-06-302-5/+3
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-301-1/+5
* Unify content_redraw params in content_redraw_data struct. Core and RISC OS ...Michael Drake2011-06-281-7/+14
* Fix for new content redraw API.Michael Drake2011-05-091-1/+1
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-3/+3
* Move schedule.h to utils/John Mark Bell2011-03-132-0/+2
* Purge ro_plot_set_scale() and ro_plot_scale global, as front ends nolonger ne...Michael Drake2011-03-092-2/+0
* Reduce redraw flicker when changing URL bar extent.Steve Fryatt2011-02-211-8/+11
* Merge branches/stevef/toolbars to trunk.Steve Fryatt2011-02-206-0/+3394
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in de...Michael Drake2011-02-141-9/+9
* Only run the scheduler on null poll events.John Mark Bell2010-03-101-6/+31
* remove RISC OS status bar text cachingVincent Sanders2010-02-111-23/+2
* Fix NULL ptr dereference in status bar rendering; formatting.Adrian Lees2010-01-241-5/+5
* ploter refactor of rectangle handling Vincent Sanders2009-07-082-4/+4
* Refactor fill plotter to take a styleVincent Sanders2009-07-051-2/+3
* Aliasing fixesJohn Mark Bell2009-03-281-2/+3
* Aliasing fixesJohn Mark Bell2009-03-281-2/+3
* Squash warningsJohn Mark Bell2009-03-271-1/+2
* - C strings have always an implicit NUL character at the end, no need to spec...John Tytgat2009-02-012-3/+3
* - Compiler warning squashJohn Tytgat2008-07-264-42/+69
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-084-12/+56
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-303-17/+17
* Use new UTF-8 status bar. Use top-window dimensions for new windows from fram...Richard Wilson2006-11-301-2/+2
* Update project URL.Michael Drake2006-11-274-40/+40
* Remove duplicate data setting. Fix documentation typo.Richard Wilson2006-10-191-2/+1
* Make progress icons have a left margin. Fix redraw artifact.Richard Wilson2006-10-131-28/+26
* Don't convert text to local encoding. Correctly release all resources on dest...Richard Wilson2006-10-121-30/+39
* Allow dynamic resizing. Reverse animation direction.Richard Wilson2006-10-122-12/+32
* UTF-8 status bar component.Richard Wilson2006-10-112-0/+642
* Fix redraw when no sprites are present. Squash compiler warnings.Richard Wilson2006-10-112-8/+9
* Animated progress bar component.Richard Wilson2006-10-062-0/+510