summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Avoid dereferencing NULL pointer. Tighten up other icon string initialisation...John Mark Bell2009-05-281-16/+16
* Set bit 4 of extended window flags byte (makes Wimp_GetPointerInfo respond to...John Mark Bell2009-05-061-1/+7
* Hubbub is no longer optional.John Mark Bell2009-04-171-8/+0
* Revert r6973. Apparently, it causes loads of problems.John Mark Bell2009-04-051-1/+1
* Purge WITH_DRAW_EXPORTJohn Mark Bell2009-03-292-8/+0
* Purge WITH_SAVE_COMPLETEJohn Mark Bell2009-03-295-18/+0
* Aliasing fixesJohn Mark Bell2009-03-291-73/+66
* Avoid potentially unsafe writes through a const pointer.John Mark Bell2009-03-282-16/+30
* More aliasingJohn Mark Bell2009-03-281-6/+9
* More aliasingJohn Mark Bell2009-03-281-15/+16
* Aliasing fun. This is ugly.John Mark Bell2009-03-282-53/+85
* Squash warningJohn Mark Bell2009-03-281-1/+1
* Aliasing fixesJohn Mark Bell2009-03-281-2/+3
* Aliasing fixesJohn Mark Bell2009-03-281-4/+5