summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add rudimentary support for resizing.Michael Drake2014-07-268-33/+435
| | | | | | | | | | | - Currently only libnsfb's SDL surface supports resizing. - Flickers like crazy while resizing. Possibly because the SDL surface is not set to use double buffering. - The internal widget library, fbtk, was never intended for this, as such it has no knowledge of how a widget should be positioned with respect to its parent. This means the top level window has to track everything and move them itself.
* Increase minimum stack to 1MBChris Young2014-07-261-1/+1
|
* beos: Fix buildFrançois Revol2014-07-261-0/+1
|
* Raise minimum stack to 512KChris Young2014-07-261-1/+1
|
* use public browser interface rather than privateVincent Sanders2014-07-241-1/+1
|
* update gtk frontend menu structure to be more standardVincent Sanders2014-07-236-92/+134
|
* clean up attach parent macroVincent Sanders2014-07-231-22/+20
|
* remove unused popup menu link context sensative change code.Vincent Sanders2014-07-234-72/+23
|
* Fix to point at current build documentaion.Michael Drake2014-07-221-2/+1
|
* stop treeview redraw failing because of bad global state.Vincent Sanders2014-07-212-1/+7
|
* make gtk source viewer less explody. fixes #2159Vincent Sanders2014-07-213-81/+104
|
* Always treat root element as overflow:visible.Michael Drake2014-07-181-47/+50
| | | | Fixes bug #2149.
* 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
| | |