summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* check ftell return value coverity 1109870Vincent Sanders2013-10-251-1/+8
* improve gtk source save to use gtk overwrite protection feature coverity 1109873Vincent Sanders2013-10-257-121/+100
* Fix leak of frame element name.Michael Drake2013-10-251-0/+3
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-10-253-12/+40
|\
| * fix gtk title setting to cope with null titles coverity 1109897Vincent Sanders2013-10-253-12/+40
* | Fix leak of box scrollbars.Michael Drake2013-10-251-0/+14
|/
* Fix leaks of colour attribute values. (Such as LINK, VLINK, TEXT, and COLOR ...Michael Drake2013-10-251-0/+2
* fix resource leak coverity 1109883Vincent Sanders2013-10-251-9/+17
* fix resource leak coverity 1109884Vincent Sanders2013-10-251-0/+1
* fix coverity 1109906 uninitialised pointer readVincent Sanders2013-10-251-1/+1
* Fix leak of cellpadding attribute value.Michael Drake2013-10-251-10/+9
* Clean up cached fetch handles.Michael Drake2013-10-241-0/+2
* Remove unnecessary strlen.Michael Drake2013-10-241-1/+1
* Free string vector correctly.Michael Drake2013-10-241-1/+5
* Log thumbnail creation.Michael Drake2013-10-241-0/+1
* Reduce leaking of thumbnails to only for URLs that urldb rejects.Michael Drake2013-10-241-1/+21
* Register destruction function for browser widget.Michael Drake2013-10-231-2/+17
* Add font_finalise.Michael Drake2013-10-231-1/+6
* Free font face id descriptors.Michael Drake2013-10-231-11/+31
* Call font finaliser on quit.Michael Drake2013-10-231-0/+3
* Register destruction callback to free text widget text.Michael Drake2013-10-231-0/+24
* Fix leak of html encoding.Michael Drake2013-10-231-0/+7
* Fix leak of path_query, when there is no host and scheme isn't file.Michael Drake2013-10-231-2/+6
* Fix Coverity #1109872.Michael Drake2013-10-231-1/+2
* Pedantic wrap fix.Michael Drake2013-10-231-1/+3
* Fix Coverity #1109867.Michael Drake2013-10-231-1/+3
* Pedantic wrap fix.Michael Drake2013-10-231-3/+6
* Fix Coverity #1109871.Michael Drake2013-10-231-1/+2
* Remove unrequired NULL check.Michael Drake2013-10-231-1/+1
* Remove unreachable code.Michael Drake2013-10-231-5/+1
* improve comment to indicate what API is forVincent Sanders2013-10-231-4/+8
* fix coverity #1111069Vincent Sanders2013-10-231-2/+3
* Show "-" for last visit date/time when visits count is 0.Michael Drake2013-10-231-4/+11
* Layout doesn't need to handle the old insane textarea box splitting now. Fix...Michael Drake2013-10-231-12/+1
* Fix leaks in form_successful_controls. 'charset' was always leaked, value wa...Michael Drake2013-10-231-0/+4
* s/!charset/charset == NULL/Michael Drake2013-10-231-1/+1
* Fix two genuine bugs found by Coverity. Checking the wrong pointers for NULL.Michael Drake2013-10-231-10/+8
* Assert that root node is non-NULL.Michael Drake2013-10-231-0/+2
* Remove unnecessary check.Michael Drake2013-10-231-2/+1
* Fix deref before NULL check.Michael Drake2013-10-231-0/+3
* Fix NULL check after deref.Michael Drake2013-10-231-1/+2
* Dodge Coverity scan issue.Michael Drake2013-10-231-1/+3
* Remove unreachable safty net.Michael Drake2013-10-231-1/+1
* Assert target node is non-NULL.Michael Drake2013-10-221-0/+1
* Fix adding to hotlist from context menuChris Young2013-10-131-4/+3
* Use LIB_IS_AT_LEAST macroChris Young2013-10-133-6/+5
* Use picture.datatype's PromoteMask function so we get an alpha channel for no...Chris Young2013-10-122-0/+2
* Delay the busy pointer again on intuition v53+Chris Young2013-10-121-37/+43
* Fix scaled bitmapsChris Young2013-10-121-2/+2
* Correct some memory allocation parametersChris Young2013-10-124-5/+7