summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reorganise some conditions and only try to deal with min-height and max-heigh...Michael Drake2009-05-281-21/+33
* Limit scope of manually-defined NDEBUG. Purge a bunch of redundant #undef NDE...John Mark Bell2009-05-2816-14/+10
* Avoid dereferencing NULL pointer. Tighten up other icon string initialisation...John Mark Bell2009-05-281-16/+16
* Remove unused code.Michael Drake2009-05-271-11/+2
* Make layout_apply_minmax_height assert if it's called with a box that shouldn...Michael Drake2009-05-271-1/+2
* Pedantic wrap.Michael Drake2009-05-271-1/+2
* Remove a couple of superfluous conditions.Michael Drake2009-05-271-4/+4
* Remove dead assignmentMichael Drake2009-05-271-2/+0
* Custom apha-supporting backfill hook for tiled bitmaps that require it.Chris Young2009-05-261-2/+70
* Super whizzy fast shiny new tile plotterChris Young2009-05-261-47/+44
* Vague attempt at direct renderingChris Young2009-05-252-42/+76
* Change back to Smart Refresh windowsChris Young2009-05-251-2/+2
* Reduce flickerChris Young2009-05-241-1/+1
* Prevent gadget and menu disable/enable magic from acting on frames (this fixe...Chris Young2009-05-241-2/+8
* Add link to changelogChris Young2009-05-231-0/+2
* Fix crash when pages are loadingChris Young2009-05-231-1/+5
* Add OpenSSL to the cflags/ldflags.John Mark Bell2009-05-231-8/+12