summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Resolve relative URLs in inline CSS relative to document's base URL, rather ↵Michael Drake2014-09-182-2/+2
| | | | | | | | than its content URL. This means passing the base URL as the URL param to LibCSS's css_stylesheet_create, rather than the URL of the source of the style data.
* Improve comments and simplify code.Michael Drake2014-09-181-7/+11
|
* Improve textarea layout comments to explain the non-obvious bits better.Michael Drake2014-09-181-1/+5
|
* Improve comment.Michael Drake2014-09-181-3/+4
|
* Fix missing doxygen parameter comment.Michael Drake2014-09-181-0/+1
|
* Do not show the maximize window widgetOle Loots2014-09-171-1/+1
|
* Moved Save/Abort buttons into a toolbarOle Loots2014-09-174-22/+23
|
* Include default cache folder in packageOle Loots2014-09-161-0/+1
|
* Fixed some unused variable warnings.Ole Loots2014-09-153-6/+3
|
* Fixed some unused variable warining.Ole Loots2014-09-157-66/+12
|
* Enabled the filesystem backing store.Ole Loots2014-09-152-0/+9
|
* Added disc cache options to the settings dialogOle Loots2014-09-154-146/+212
|
* Pass store path to netsurf_init()Ole Loots2014-09-151-1/+3
|
* Added missing includeOle Loots2014-09-131-0/+1
|
* Removed unused variableOle Loots2014-09-131-1/+0
|
* Removed unused variable / dead code.Ole Loots2014-09-131-18/+0
|
* Removed unused variable.Ole Loots2014-09-131-1/+0
|
* Always return correct typeOle Loots2014-09-131-1/+1
|
* Removed unused labelOle Loots2014-09-131-1/+0
|
* Replace default posix file handling table with GEMDOS compatible oneOle Loots2014-09-134-1/+324
| | | | | | | | | | | | | Since build #1917, URL to path conversion was broken. Thanks to Peter for reporting the bug. Most of the path handling code was taken from the windows frontend. Note: - NetSurf core switched to an file handling table with default posix compatible functions. - The atari frontend always uses GEMDOS compatible path like: "u:\folder\1", even when running on top of FreeMiNT environment.
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfOle Loots2014-09-12567-24011/+61641
|\ | | | | | | | | Conflicts: atari/gui.h
| * Adjust min stack to 96K following evaluation.Chris Young2014-09-071-1/+1
| |
| * Remove pointless strdup/free.Michael Drake2014-09-071-23/+14
| |
| * GUI launched fetches are verifiable. Thanks to jmb.Michael Drake2014-09-071-1/+1
| |
| * Correctly declare function as static and fix documentationVincent Sanders2014-09-071-2/+7
| |
| * fix copyright year for beos buildVincent Sanders2014-09-071-5/+7
| |
| * Add missing includes to get rid of warningsVincent Sanders2014-09-071-0/+4
| |
| * Free header_path.Michael Drake2014-09-061-0/+5
| |
| * Remove redundant code.Michael Drake2014-09-061-6/+0
| |
| * Fix test rig leak. (cppcheck)Michael Drake2014-09-061-1/+2
| |
| * Handle realloc failure.Michael Drake2014-09-051-1/+7
| |
| * Remove unecessary forward declarations.Michael Drake2014-09-051-9/+2
| |
| * 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
| |