summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Move the throbber to proper scheduled operationChris Young2014-07-053-78/+50
| | |
| * | Moved forced throbber redraw to a scheduled callbackChris Young2014-07-052-3/+17
| | |
| * | Replace a flag for search ico refresh with a scheduled callbackChris Young2014-07-051-8/+1
| | |
| * | Ensure Ctrl-C does not terminate NetSurf abruptly.Chris Young2014-07-051-11/+16
| | |
| * | version 1.1 of the backing store disc layout using base32 encodedVincent Sanders2014-07-042-70/+83
| | | | | | | | | | | | filenames to allow for case insensitive filenames.
| * | Wait for network activity instead of polling.Chris Young2014-07-031-4/+26
| | |
| * | Remove some code duplication, tidy up and documentationChris Young2014-07-031-49/+68
| | |
| * | If we try to duplicate an existing scheduled event, reschedule it instead.Chris Young2014-07-021-12/+37
| | |
| * | tidy up schedule removalChris Young2014-07-021-28/+31
| | |
| * | turn off verbose fetch debuggingVincent Sanders2014-07-021-6/+16
| | |
| * | beos: Fix an oversight with number of fds for select()François Revol2014-07-021-1/+2
| | | | | | | | | | | | | | | curl_multi_fdset() does not include the +1 required for select(), so we always need to add it.
| * | documentation fixes and cleanupsVincent Sanders2014-07-029-41/+47
| | |
| * | fix dumb error in previous commit and get scheme name element correctVincent Sanders2014-07-021-3/+3
| | |
| * | fix unhelpful assert at quitVincent Sanders2014-07-021-3/+22
| | |
| * | beos: drop @todoFrançois Revol2014-07-021-1/+0
| | | | | | | | | | | | | | | | | | | | | From the select(2) linux manpage: "nfds is the highest-numbered file descriptor in any of the three sets, plus 1." As sEventPipe[0] is definitely a descriptor, it must be 1 more here.
| * | beos: handle realpath() returning NULLFrançois Revol2014-07-021-3/+9
| | | | | | | | | | | | Else we return with an uninitialized buffer...
| * | beos: Avoid crashing if FindPath() returns an errorFrançois Revol2014-07-021-7/+7
| | | | | | | | | | | | | | | This can happen when running from the build directory, without the package already installed.
| * | 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
| | | | | | | | | | | | 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
| | |
* | | 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
| |/ | | | | | | | | 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
* | 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
| |