summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix fetchers include on windowsVincent Sanders2014-07-012-1/+4
|
* Merge branch 'vince/fetchschedule'Vincent Sanders2014-07-0129-565/+612
|\
| * convert all frontends to scheduled fetch operationVincent Sanders2014-06-2610-142/+80
| |
| * make fetchers scheduledVincent Sanders2014-06-264-89/+169
| |
| * clean up the fetcher factory and improve its APIVincent Sanders2014-06-1920-352/+381
| |
* | Re-disable the favicon render hookChris Young2014-07-011-1/+1
| |
* | fix warningsChris Young2014-06-301-0/+1
| |
* | Recreate the entire menu when the hotlist window is closed.Chris Young2014-06-305-13/+7
| | | | | | | | This ensures the hotlist entries in the menu are in sync with reality, and mirrors the existing hotlist toolbar update.
* | Re-enable favicon render hook. Not sure why or when this was disabled.Chris Young2014-06-301-1/+1
| |
* | Implement a very basic favicon cache for the hotlist menu to useChris Young2014-06-295-4/+55
| |
* | Display U+FFFD for characters > U+FFFF.Michael Drake2014-06-241-0/+6
| |
* | beos: Use PathFinder to locate resource folder.Adrien Destugues2014-06-201-5/+12
| | | | | | | | | | | | So it can work wherever NetSurf is installed... Note this uses a Haiku-specific API and definitely breaks BeOS build.
* | beos: Fix Haiku libnetwork detection post-PackageManagementFrançois Revol2014-06-201-1/+1
| |
* | beos: Fix local variable shadowing a parameterFrançois Revol2014-06-201-5/+4
| |
* | beos: Adjust browser_table for removed callFrançois Revol2014-06-201-2/+1
| |
* | beos: Add missing includeFrançois Revol2014-06-201-0/+1
| |
* | Don't display certain invisible characters.Michael Drake2014-06-183-3/+34
|/ | | | | Fixes display of U+200E code points all over Google search results.
* Enable temporary change of search provider from the main browser windowChris Young2014-06-151-2/+7
|
* Change the search ico to be a chooser gadget with the icon as the displayChris Young2014-06-154-71/+47
|
* Use search provider iterator.Chris Young2014-06-151-27/+28
| | | | Use a List instead of an array as it is more flexible
* stop idna (en/de)code asploding when the passed host begins with a .Vincent Sanders2014-06-101-3/+19
|
* Fix memory leak on errorChris Young2014-06-101-0/+2
|
* Merge remote-tracking branch 'origin/stevef/cconfig'Vincent Sanders2014-06-106-45/+563
|\
| * Fix signedness of numeric conversion when populating cache config dialogue box.stevef/cconfigSteve Fryatt2014-06-091-5/+5
| |
| * Merge branch 'master' into stevef/cconfigSteve Fryatt2014-06-0910-36/+100
| |\
| * | Add disc cache parameters to configuration GUI.Steve Fryatt2014-06-086-45/+563
| | |
* | | fix memory leaks in error paths. (coverity 1220852 and 1220851)Vincent Sanders2014-06-101-71/+154
| |/ |/|
* | Put ultra-verbose logging inside NSURL_DEBUG #ifdef.Michael Drake2014-06-091-1/+3
| |
* | fallback to old url creation behaviour if the IDNA host parse failsVincent Sanders2014-06-093-23/+61
| |
* | fix disc cache size option to be unsignedVincent Sanders2014-06-097-13/+37
|/
* remove unnecessary risc os header includesVincent Sanders2014-06-051-5/+0
|
* additional risc os header cleanupsVincent Sanders2014-06-0519-47/+73
|
* additional header cleanupsVincent Sanders2014-06-054-4/+4
|
* Add !Cache to riscos resourcesVincent Sanders2014-06-0515-0/+93
|
* add riscos font headerVincent Sanders2014-06-051-0/+43
|
* cleanup RISC OS frontend header usageVincent Sanders2014-06-0524-159/+175
|
* extend file table with mkdir all and make fs backing store use it.Vincent Sanders2014-06-0511-92/+299
| | | | enable fs backing store for RISC OS.
* remove forward declarations from risc os gui.cVincent Sanders2014-06-0410-1266/+1263
| | | | cleanup filetype magic numbers.
* Fix number of many characters from the Geometric Shapes block.Michael Drake2014-06-042-121/+121
|
* Make chris' work compile without warning and not infinite-loop where I ↵Daniel Silverstone2014-06-043-12/+13
| | | | spotted it
* Normalise intermediary UCS-4 string when verifying ACE labelsChris Young2014-06-041-0/+8
|
* IDNA2008 support.Chris Young2014-06-044-6/+697
|
* Import Punycode reference implementation.Chris Young2014-06-042-0/+447
|
* Import a local modified version of utf8proc for Unicode normalisation.Chris Young2014-06-043-0/+14370
|
* Required IDNA/Unicode properties files and generation.Chris Young2014-06-044-0/+5370
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfRob Kendrick (fatigue)2014-06-044-6/+9
|\
| * stop riscos uncesecarily including gui.hVincent Sanders2014-06-044-6/+9
| |
* | Include the date in the testamentRob Kendrick (fatigue)2014-06-041-2/+2
|/
* Avoid signed vs unsigned comparason warning.Michael Drake2014-06-041-1/+1
|
* turn off debugging and add some comments and todo from dsilversVincent Sanders2014-06-032-15/+18
|