summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | beos: drop @todoFrançois Revol2014-07-021-1/+0
| | * | beos: handle realpath() returning NULLFrançois Revol2014-07-021-3/+9
| | * | beos: Avoid crashing if FindPath() returns an errorFrançois Revol2014-07-021-7/+7
| | * | Neaten up sub-menu highlightingChris Young2014-07-011-18/+56
| | * | Add some space between icon and text in the menuChris Young2014-07-011-6/+15
| | |/
| | * 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
| | * | 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
| | * | 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
| * | | Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2014-06-187-99/+112
| |\| |
| | * | Don't display certain invisible characters.Michael Drake2014-06-183-3/+34
| | |/
| | * 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
| * | Slight simplification to how wo choose whether to clip for overflow.Michael Drake2014-06-151-8/+20
| |/
| * 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
| * remove forward declarations from risc os gui.cVincent Sanders2014-06-0410-1266/+1263
| * 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 spotte...Daniel Silverstone2014-06-043-12/+13
| * 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