summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Restore prevention of clang static analysis from ↵Michael Drake2016-01-151-0/+3
| | | | 336326af3aab93f31474fa6de28782457ae4a1c0
* Update to Duktape 1.4.0 release.Michael Drake2016-01-153-1060/+1462
|
* Only show context menu text selection options if there is text selectedChris Young2016-01-141-2/+7
|
* Re-instate the ability to do a web search for selected textChris Young2016-01-141-0/+29
|
* Use layers.library for bitmap tiling on OS3Chris Young2016-01-142-57/+40
| | | | This solves the worst of the rendering problems on that platform.
* Fix the bitmap font layout a bitChris Young2016-01-131-17/+58
|
* Style fixesRob Kendrick2016-01-131-7/+11
|
* Cut/paste errorChris Young2016-01-111-0/+2
|
* Fix OS4 build errors/warningsChris Young2016-01-112-0/+4
|
* More consistent naming for font cache elementsChris Young2016-01-115-44/+48
|
* Separate font cache code into a new fileChris Young2016-01-114-160/+262
|
* Close the font when we finish with itChris Young2016-01-111-2/+2
|
* Add a status gadget inside the window for OS3Chris Young2016-01-111-22/+32
|
* Use correct parametersChris Young2016-01-101-3/+4
|
* If the specified font won't open, use the fallback font for character 'A'.Chris Young2016-01-101-2/+7
| | | | This helps stop pages showing up blank when the default fonts are wrong.
* Revert "Set a unicode fallback to LetterGothic on OS3"Chris Young2016-01-101-9/+5
| | | | | | This reverts commit 3e71a538c343b3341a435ece56f46b39f1bb3b74. This is pointless because the fallback is picked up from the font scan, so we should get text on screen from some other font.
* Set a unicode fallback to LetterGothic on OS3Chris Young2016-01-101-5/+9
| | | | This should ensure we get text on screen even if use_diskfont is disabled and a bitmap font is set.
* Set some memory and speed options by default for OS3Chris Young2016-01-102-24/+33
|
* Set some sensible default bitmap fonts on OS3 when using diskfontChris Young2016-01-091-5/+13
|
* URLdb doesn't store 'mailto' urls, so add early exit to lookup.Michael Drake2016-01-081-0/+6
|
* Fix crazy indentation.Michael Drake2016-01-081-3/+2
|
* Add 'mailto' lwc corestring.Michael Drake2016-01-082-0/+4
|
* Stop reporting error from mime sniffing when a fetcher completes with no dataVincent Sanders2016-01-061-4/+6
| | | | | | | | | | | If a fetcher returns with no data (no content or http error code 204) the hlcache state machine was trying to mimesniff using non existent header data and reporting the resulting NSERROR_NOT_FOUND as a "BadType" message. This changes the behaviour to be similar to that in the headers received case where NSERROR_NOT_FOUND from the mimesniffing is not an error.
* RISC OS: Fix search ignoring case sensitivity.Dave Higton2016-01-051-0/+2
|
* In the customisation header we need to use DUK_USE_* rather than DUK_OPT_*Michael Drake2016-01-031-1/+1
|
* remove necessity for header change in libutf8procVincent Sanders2016-01-032-2/+7
| | | | | The combining character class definition was put in the libutf8proc header instead of being local to the IDNA implementation.
* Add missing menu imageChris Young2016-01-031-1/+1
|
* Increase minimum stack as sometimes Duktape runs outChris Young2016-01-021-1/+1
|
* Fix OS3 buildChris Young2015-12-201-1/+1
|
* Add missing rawkey codesChris Young2015-12-201-0/+3
|
* Missing initialisationChris Young2015-12-201-1/+1
|
* Squash warning: variable ‘exc’ set but not usedMichael Drake2015-12-201-0/+1
|
* Add assert that we got a base URI from the node.Michael Drake2015-12-201-1/+2
|
* Actually do something with return value.Michael Drake2015-12-201-0/+3
|
* Remove unused variable.Michael Drake2015-12-201-3/+0
|
* Remove erroneous redeclaration of variable in new scope.Michael Drake2015-12-201-1/+0
|
* Don't set DUK_USE_DEEP_C_STACK since the option has been removed.Michael Drake2015-12-141-1/+0
|
* Enable the REGEXP_CANON_WORKAROUND optionMichael Drake2015-12-141-0/+1
| | | | | We need to enable this option now as it is off by default, but it was on in the regexp-canonicalize-lookup branch we used previously.
* Restore prevention of clang static analysis from ↵Michael Drake2015-12-141-0/+3
| | | | 336326af3aab93f31474fa6de28782457ae4a1c0
* Restore volatility introduced in fd9aa16ece1af9af828c4606bbd9df975e5d2e3dMichael Drake2015-12-141-1/+1
|
* Update to duktape snapshot suggested by svaarala.Michael Drake2015-12-143-3392/+5062
| | | | http://duktape.org/snapshots/duktape-1.3.99-20151209151055-v1.3.0-383-gb7b1c5f-duk-config-improvements.tar.xz
* Soak up -v so command line processing still works with logging enabledChris Young2015-11-271-1/+2
|
* Revert "Skip invalid commandline args instead of aborting"Chris Young2015-11-271-4/+2
| | | | This reverts commit 4ad94124a693528f2ac47a9b4b2e12880586aedf.
* Allow specifying location of the users directories on the commandlineChris Young2015-11-252-14/+19
| | | | Arg USERSDIR/K
* Move ReadArgs commandline processing earlier whilst leaving core commandline ↵Chris Young2015-11-241-8/+14
| | | | processing where it was previously
* Skip invalid commandline args instead of abortingChris Young2015-11-241-2/+4
|
* Make an effort to free resources when a fatal error occurs during initialisationChris Young2015-11-241-1/+26
|
* Abort if we're on a write-protected volumeChris Young2015-11-241-0/+24
| | | | Partial fix for 2397
* Remove the setting of mimetype in default tooltypesChris Young2015-11-242-46/+9
| | | | NetSurf is a lot more liberal now in accepting files, so the mimetype guessing routines are sufficient without forcing CSS files to be recognised as text/css. The ability to add a tooltype to troublesome files remains.
* Increase size of download window.Dave Higton2015-11-223-26/+26
|