summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use CI build number as the revision number of the internal version string whe...Chris Young2013-11-041-0/+5
* Set ARexx default dir to PROGDIR:Rexx so it works no matter what the current ...Chris Young2013-11-041-1/+1
* setup old identifier before values get changedVincent Sanders2013-11-041-2/+9
* remove old build artifactsVincent Sanders2013-11-041-6/+20
* ensure no division by zero can occour (coverity 1109862 1109863)Vincent Sanders2013-11-031-5/+14
* ensure no division by zero in scaled object dimensioning (coverity 1109864 )Vincent Sanders2013-11-031-1/+2
* fix error path resource handling in gtk browser window creation (coverity 110...Vincent Sanders2013-11-031-12/+14
* fix local history error return leak (coverity 1109890)Vincent Sanders2013-11-031-5/+13
* fix memory leak in error path (coverity 1109889)Vincent Sanders2013-11-031-12/+7
* fix coverity 1109883Vincent Sanders2013-10-311-0/+1
* fix coverity 1109891Vincent Sanders2013-10-311-4/+11
* Use libnsfb's tiled bitmap function, instead of tiling ourselves.Michael Drake2013-10-281-18/+15
* tidy-upChris Young2013-10-281-6/+2
* Remove comment. Background only used with alpha channel when printing via Ti...Michael Drake2013-10-281-4/+0
* Improve responsiveness of drags.Michael Drake2013-10-272-9/+6
* Apply plot offsets to overlays.Michael Drake2013-10-261-6/+6
* Correct some more offsetsChris Young2013-10-261-1/+1
* Fix bitmap offsets in direct render mode by forcing use of BltBitMapChris Young2013-10-262-3/+5
* Allow direct render of treeview for debug purposes only.Chris Young2013-10-261-3/+61
* Create the hotlist menu/toolbar folders if they don't exist.Chris Young2013-10-261-4/+14
* Set throbber background to be transparent, again.Ole Loots2013-10-263-4/+4
* Handle the fact that / is NOT the root of the filesystem on MiNT.Ole Loots2013-10-262-124/+50
* Translate NK_UNDO to KEY_UNDO.Ole Loots2013-10-261-0/+4
* Squash Coverity #1109879 - Resource leak.Michael Drake2013-10-251-2/+6
* fix potential division by zero by only computing width and height when conten...Vincent Sanders2013-10-251-2/+4
* 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