summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add link to Italian dirChris Young2009-06-011-0/+1
* Fix stupid error in the standalone/test codeChris Young2009-06-011-1/+1
* Basic SSL certificate verification, needs some work.Chris Young2009-05-311-0/+229
* Basic SSL certificate verification for Amiga versionChris Young2009-05-316-7/+11
* Don't fast scroll when the user is scrolling more than one window's worth in anyChris Young2009-05-311-0/+6
* set_scroll should only activate faster_scroll if it is set in the optionsChris Young2009-05-311-1/+3
* Fix minor problems with tab switchingChris Young2009-05-311-1/+2
* Fix faster_scrollChris Young2009-05-313-20/+21
* Fully clear clipregion, stops eg. only a little bit of images being shown if ...Chris Young2009-05-311-0/+5
* Check that p96AllocBitMap actually allocated a bitmap (fixes unsat bug#61)Chris Young2009-05-301-4/+6
* Don't need height of css positioned boxes when laying out boxes in normal flow.Michael Drake2009-05-301-5/+1
* 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
* This really fixes the resize bug (#63)Chris Young2009-05-291-0/+2
* Insert a redundant return, as scan-build fails to notice that die() never ret...John Mark Bell2009-05-291-0/+1
* Re-check window dimensions before copying contents in. This stops window bor...Chris Young2009-05-291-3/+6
* Much tidying, additional commentary, and fix for insane bit mask calculation.John Mark Bell2009-05-291-54/+121
* When computing relative offset values for floats, use block formatting contex...Michael Drake2009-05-281-2/+11
* Lose more redundancyJohn Mark Bell2009-05-281-1/+0
* We don't care about the result of regexec(); only that it was successful or notJohn Mark Bell2009-05-281-3/+2
* Correctly propagate plot successJohn Mark Bell2009-05-281-0/+2
* Revert accidental commit of hacked MakefileJohn Mark Bell2009-05-281-4/+0
* Lose redundant variable.John Mark Bell2009-05-282-3/+6
* Remove redundant statementsJohn Mark Bell2009-05-281-8/+1
* And againJohn Mark Bell2009-05-281-0/+4
* Make some vague attempt at detecting failure to write output.John Mark Bell2009-05-281-0/+10
* Remove redundant assign, and make case indentation style guide complient.Michael Drake2009-05-281-125/+127
* Report memory exhaustion -- the whole tree loading stuff needs an overhaul as...John Mark Bell2009-05-281-0/+4
* Remove unused codeJohn Mark Bell2009-05-281-6/+0
* Remove redundant code from browser_window_mouse_action_html().John Mark Bell2009-05-281-16/+16
* Tidy up background-position parsingJohn Mark Bell2009-05-281-15/+21
* Remove spurious "domain" variable from urldb_iterate_partial().John Mark Bell2009-05-281-4/+4
* Lose redundant code. Actually ensure that mode is initialised in ro_gui_theme...John Mark Bell2009-05-281-21/+20
* Make logic surrounding extraction of URL + referer scheme more sensible.John Mark Bell2009-05-281-37/+30
* Remove redundant increment.Michael Drake2009-05-281-2/+2
* Remove redundant calculation.Michael Drake2009-05-281-1/+0