summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Pull warning flags out into variables that can be overriden seperately for C ...Vincent Sanders2014-09-059-64/+82
| * we build for haiku not beosVincent Sanders2014-09-051-1/+1
| * fix output target nameVincent Sanders2014-09-051-1/+1
| * update jenkins build script for use with beosVincent Sanders2014-09-051-0/+17
| * fixup haiku rsrc fetcher initialisationVincent Sanders2014-09-052-2/+7
| * OpenBSD system headers are not compatible with redundant declaration warning ...Vincent Sanders2014-09-031-1/+8
| * memcpy and terminate from openssl buffersVincent Sanders2014-09-031-18/+23
| * terminate buffers from X509_NAME_print_ex()Vincent Sanders2014-09-021-7/+13
| * Ensure release version revision numbers are higher than CI build revision num...Chris Young2014-09-021-3/+4
| * Remove links to files that don't exist in the archiveChris Young2014-09-021-3/+0
| * Update version numbers for new release cycle.Chris Young2014-09-022-3/+3
| * Reduce stack back down to 64KChris Young2014-09-021-1/+1
| * Give internal font more meaningful name.Michael Drake2014-09-022-2/+2
| * Avoid forward declaration of box_contains_point.Michael Drake2014-08-311-123/+122
| * Make box_at_point use itteration, rather than recursion.Michael Drake2014-08-311-120/+218
| * Add float_container to box tree dump.Michael Drake2014-08-311-0/+2
| * Remove MimeMan stuff from !Cache.Michael Drake2014-08-302-0/+0
| * Remove debug logging.Michael Drake2014-08-301-5/+0
| * Avoid include of browser_private.hMichael Drake2014-08-261-8/+19
| * Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2014-08-2614-32/+306
| |\
| | * update version info for next development cycleVincent Sanders2014-08-261-2/+2
| | * Merge branch 'heads/release/3.2'Vincent Sanders2014-08-260-0/+0
| | |\
| | | * Update version for releaserelease/3.2Vincent Sanders2014-08-261-6/+1
| | |/
| | * add incomplete scheme fetcher for javascript urlsVincent Sanders2014-08-257-7/+290
| | * Ensure the favicon updates correctly when we close a tabChris Young2014-08-251-0/+1
| | * Avoid a crash when running on own screenChris Young2014-08-251-0/+2
| | * Fix web search from context menuChris Young2014-08-241-1/+1
| | * fix menu and C-q gtk exiting (closes bug #2184)Vincent Sanders2014-08-233-22/+10
| * | Don't use browser_private.hMichael Drake2014-08-221-3/+4
| * | Don't include browser_private.hMichael Drake2014-08-221-8/+11
| |/
| * fix framebuffer internal font generationVincent Sanders2014-08-201-5/+8
| * Fix text selection.Michael Drake2014-08-201-0/+1
| * fix gtk install target to provide language fallbackVincent Sanders2014-08-199-15/+18
| * deal with ftell errors and short reads (coverity 1230589 1230588)Vincent Sanders2014-08-181-4/+9
| * remove logically dead code path (coverity 1231842)Vincent Sanders2014-08-181-10/+9
| * cope with error return from ftell (coverity 1231843)Vincent Sanders2014-08-181-10/+23
| * sanity check length os environment variable derived paths (Coverity 1231845)Vincent Sanders2014-08-181-9/+20
| * fix leaking of title text (coverity 1229480)Vincent Sanders2014-08-181-9/+4
| * fix resource leak of default application desktop file name. (coverity 1231844)Vincent Sanders2014-08-181-5/+6
| * generate internal font from glyph data on demandVincent Sanders2014-08-174-6252/+174
| * remove old svn scriptVincent Sanders2014-08-171-64/+0
| * extend gtk viewdata to open files in an editor using the freedesktop default ...Vincent Sanders2014-08-164-21/+300
| * Fix buildFrançois Revol2014-08-072-0/+2
| * Remove unused code.Michael Drake2014-08-041-73/+0
| * Remove unwanted debug.Michael Drake2014-08-042-3/+1
| * mailto urls don't have passwords or ports, so we don't need to look for ':'.Michael Drake2014-08-043-4/+80
| * Add debug.Michael Drake2014-08-041-0/+16
| * fix DOM tree dump debugVincent Sanders2014-08-0412-61/+292
| * extend viewdata to files and use it for box tree dumpVincent Sanders2014-08-043-57/+186
| * Reduce minimum stack to 128K.Chris Young2014-08-031-1/+1