summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Expand)AuthorAgeFilesLines
* rationalise the usage of the file schemeVincent Sanders2010-03-311-5/+5
* second pass at startup refactor removing the gui_init callbackVincent Sanders2010-03-291-17/+17
* first part of initialisation refactor move gui_init2 into frontendsVincent Sanders2010-03-291-15/+18
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-282-6/+12
* Move code which extracts the filename from a given path into frontend.Chris Young2010-03-211-0/+36
* Only run the scheduler on null poll events.John Mark Bell2010-03-102-7/+41
* remove RISC OS status bar text cachingVincent Sanders2010-02-111-23/+2
* Fix NULL ptr dereference in status bar rendering; formatting.Adrian Lees2010-01-242-25/+24
* Refactor main into the frontendsVincent Sanders2010-01-201-0/+7
* I've decided that the user probably doesn't care if setting the filetype of s...John Mark Bell2009-12-181-3/+5
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-178-1390/+286
* Another blatent use-after-freeJohn Mark Bell2009-12-031-2/+1
* Fix blatent use-after-free bug.John Mark Bell2009-12-031-3/+3
* Modern OSLib (as of 3 months ago) no longer has colourtrans_CURRENT_MODE.John Mark Bell2009-12-022-3/+3
* - content/urldb.c(auth_data): Removed;John Tytgat2009-08-041-3/+22
* Fix RISC OS and Amiga builds.John Mark Bell2009-07-271-2/+2
* Merge LibCSS port to trunk.John Mark Bell2009-07-239-18/+42
* Scale font sizes, for better accuracy.John Mark Bell2009-07-211-1/+1
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-216-106/+83
* Rename TRANSPARENT to NS_TRANSPARENT to avoid clash on Windows. By MarkieB.Michael Drake2009-07-142-4/+4
* next round of plotter refactorVincent Sanders2009-07-143-52/+76
* plotters line refactorVincent Sanders2009-07-103-20/+34
* ploter refactor of rectangle handling Vincent Sanders2009-07-086-111/+118
* Refactor fill plotter to take a styleVincent Sanders2009-07-055-15/+18
* remove redundant clg callVincent Sanders2009-07-014-38/+4
* Constify ro_uri_launch()John Mark Bell2009-07-013-6/+25
* Simplify RISC OS bitmap plotter.Michael Drake2009-06-301-16/+2
* Improve bitmap plotter APIVincent Sanders2009-06-303-90/+56
* Free path once we're finished with it.John Mark Bell2009-06-291-0/+1
* Merged revisions 7764-7977,7979-8058 via svnmerge from John Mark Bell2009-06-274-92/+96
* NETSURF_USE_DRAW should apply to the Draw content handler only.John Mark Bell2009-06-206-3/+21
* Whoops. Lose spurious ')'.John Mark Bell2009-05-301-1/+1
* Stop ro_gui_get_icon_string() returning a pointer to a location on the stack.John Mark Bell2009-05-301-5/+10
* Simplify codeJohn Mark Bell2009-05-301-2/+1
* A bunch of tidying. Also squash NULL-pointer dereferences.John Mark Bell2009-05-291-24/+33
* Actually catch error and deal with itJohn Mark Bell2009-05-291-0/+5
* Ensure we don't read beyond the end of the array of available matches. Set an...John Mark Bell2009-05-291-3/+9
* Add missing break statementJohn Mark Bell2009-05-291-0/+1
* Add missing return statement.John Mark Bell2009-05-291-0/+1
* Tidy up somewhat. Lose redundant assignment.John Mark Bell2009-05-291-33/+27
* Add missing return statement.John Mark Bell2009-05-291-0/+1
* Lose redundant variableJohn Mark Bell2009-05-291-2/+1
* Add missing return.John Mark Bell2009-05-291-0/+1
* Remove redundant variableJohn Mark Bell2009-05-291-2/+1
* Add missing return statement.John Mark Bell2009-05-291-0/+1
* Lose redundant assignmentJohn Mark Bell2009-05-291-6/+3
* Add missing return in error case.John Mark Bell2009-05-291-0/+1
* Insert a redundant return, as scan-build fails to notice that die() never ret...John Mark Bell2009-05-291-0/+1
* Lose redundant code. Actually ensure that mode is initialised in ro_gui_theme...John Mark Bell2009-05-281-21/+20
* Limit scope of manually-defined NDEBUG. Purge a bunch of redundant #undef NDE...John Mark Bell2009-05-281-1/+0