summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Expand)AuthorAgeFilesLines
* 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
* Aliasing fixesJohn Mark Bell2009-03-281-2/+3
* Aliasing fixesJohn Mark Bell2009-03-281-2/+3
* Aliasing fixesJohn Mark Bell2009-03-281-4/+5
* Aliasing fixesJohn Mark Bell2009-03-281-3/+4
* Aliasing fixesJohn Mark Bell2009-03-281-2/+3
* Aliasing fixes.John Mark Bell2009-03-281-2/+3
* More aliasing fixes.John Mark Bell2009-03-281-7/+10
* More aliasing avoidance/permissionJohn Mark Bell2009-03-271-6/+10
* More permitted aliasingJohn Mark Bell2009-03-271-2/+3
* Another wimp_window_state->wimp_open conversion.John Mark Bell2009-03-271-7/+11