summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* extend beos C++ flagsVincent Sanders2014-09-052-1/+12
|
* Pull warning flags out into variables that can be overriden seperately for C ↵Vincent Sanders2014-09-059-64/+82
| | | | and C++
* 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
| | | | so remove on that OS
* memcpy and terminate from openssl buffersVincent Sanders2014-09-031-18/+23
| | | | | The memcpy is used instead of snprintf as the source data may not be null terminated and was causing OpenBSD to segfault.
* terminate buffers from X509_NAME_print_ex()Vincent Sanders2014-09-021-7/+13
|
* Ensure release version revision numbers are higher than CI build revision ↵Chris Young2014-09-021-3/+4
| | | | numbers.
* 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
| | | | s/core/ns-sans/
* 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
| | | | | This should reduce stack usage. The walk logic is split out from box_at_point so that it might be reused.
* 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
| | | | | | | | Values returned by nscss_len2px are actually libcss fixed-points, so convert the result to pixels. Also reduce the amount by which the top of descendant bboxes are extended to 3/4 of the text height, which is the maximum possible amount that the text can protrude above the box when line-height is reduced.
* 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
| | | | app specification
* Fix buildFrançois Revol2014-08-072-0/+2
| | | | | desktop/browser.h:456:76: error: use of enum 'content_debug' without previous declaration
* 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
|