summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Restrict 'drill down' to specific box types.Michael Drake2014-07-181-2/+10
|
* Fix bug #2154: List numbering.Michael Drake2014-07-181-4/+13
| | | | | Previous list item box may not always be last child of parent. Search its previous children until a list item is found.
* stop using certificate data from the stack outside the message context.Vincent Sanders2014-07-172-9/+26
|
* remove content include from urldb headerVincent Sanders2014-07-1711-10/+17
|
* Fix overflow handling issue.Michael Drake2014-07-131-19/+4
|
* Allow suppression of style dump in box tree dumps.Michael Drake2014-07-134-10/+10
|
* Fix tab title when "always show tabs" is enabled and only one tab is presentChris Young2014-07-121-3/+3
|
* Don't update if there is no browser attached (fixes potential crash on startup)Chris Young2014-07-121-1/+1
|
* Ensure tab titles are updated if the tab bar is newly addedChris Young2014-07-121-5/+4
|
* Remove more dead code.Michael Drake2014-07-091-4/+1
|
* Remove redundant code.Michael Drake2014-07-091-9/+0
|
* remove unecessary reformat callVincent Sanders2014-07-091-3/+0
| | | | | This was an error in the original refactor where redraw routine had an uneccessary optimisation to remove an outstanding reformat.
* Simplify schedule_remove.Michael Drake2014-07-091-8/+13
| | | | Since entries are unique we can stop looking when we have a match.
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2014-07-0886-1262/+1674
|\
| * fix leak on error path (coverity 1224429)Vincent Sanders2014-07-081-0/+1
| |
| * stop using invalid gdkpixbufVincent Sanders2014-07-081-1/+7
| |
| * when walking the css imports ensure the content is present before ↵Vincent Sanders2014-07-082-4/+7
| | | | | | | | | | | | | | | | | | dereferencing it css import entries may not have a valid content if the resource failed to load or was unsuitable in some otehr way. The save_complete iterator did not cope with this. fixes #2166
| * add link context menu to gtk and add link copying and bookmarkingVincent Sanders2014-07-077-106/+248
| |
| * fixup missing includesVincent Sanders2014-07-064-1/+5
| |
| * try and improve usage of browser window internalsVincent Sanders2014-07-0612-50/+79
| |
| * fixup merge of scheduled reformatVincent Sanders2014-07-064-7/+7
| |
| * Merge branch 'vince/reformatpending'Vincent Sanders2014-07-0625-222/+187
| |\ | | | | | | | | | | | | Conflicts: amiga/gui.c
| | * change reformat to be driven from the scheduler like redrawVincent Sanders2014-07-0125-220/+187
| | |
| * | Stop the throbber resetting itself to frame 1Chris Young2014-07-051-1/+1
| | |
| * | Move favicon redraw to scheduled callbackChris Young2014-07-051-11/+11
| | |
| * | 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
| | |