summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* make browser_window_update internal to browser window as intendedVincent Sanders2020-05-254-258/+263
|
* Amiga: try to guard against page info window being destroyed twiceChris Young2020-05-251-3/+7
|
* rename browser window internal redraw request functionVincent Sanders2020-05-253-8/+9
| | | | remove confusing reference to boxes
* update jenkins build script after 3.10 releaseVincent Sanders2020-05-251-1/+4
|
* Update version for next development cycleVincent Sanders2020-05-242-3/+3
|
* Merge branch 'heads/releasing/3.10'Vincent Sanders2020-05-240-0/+0
|\
| * Update version files for releaserelease/3.10Vincent Sanders2020-05-241-6/+1
|/ | | | Signed-off-by: Vincent Sanders <vince@kyllikki.org>
* test: Use putImageData features in life demoDaniel Silverstone2020-05-241-8/+24
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* canvas: Implement fully correct putImageData featuresDaniel Silverstone2020-05-241-48/+120
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* llcache: Free existing chain if we get a new oneDaniel Silverstone2020-05-241-0/+5
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* fix RISC OS corewindows incorrectly becoming visible when scroll extents are setVincent Sanders2020-05-241-1/+5
|
* JS dom event binding: Squash leak of string.Michael Drake2020-05-241-1/+1
|
* Canvas: Do not overrun destination bitmap during creationDaniel Silverstone2020-05-241-5/+6
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* RISC OS: Prevent closed corewindows opening on scroll requests.Michael Drake2020-05-241-0/+14
|
* RISC OS: Drop extended scroll request logging.Michael Drake2020-05-241-2/+0
|
* RISC OS: Try to improve scroll wheel handling.Michael Drake2020-05-241-2/+4
|
* Fix open url dialog not coping with invalid url by using the omnibox helperVincent Sanders2020-05-241-27/+24
|
* commit a neatness in teh html content handler text selection codeVincent Sanders2020-05-241-173/+149
|
* idna: Do not overcopy utf8 buffer as though it were ucs4Daniel Silverstone2020-05-241-1/+1
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* fix use of uninitialised warning on older gccVincent Sanders2020-05-231-2/+4
|
* test/js/life: Support changing the size of the canvasDaniel Silverstone2020-05-231-6/+40
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* canvas: Support changing canvas size at runtimeDaniel Silverstone2020-05-232-8/+143
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* remove unused text selection interfaceVincent Sanders2020-05-232-24/+5
|
* make text selection context an opaque interfaceVincent Sanders2020-05-238-54/+61
|
* remove all direct access to selection structureVincent Sanders2020-05-236-81/+64
|
* remove unecessary content handler specific selection creationVincent Sanders2020-05-236-50/+3
|
* remove unused is_html parameter to text selection routinesVincent Sanders2020-05-235-29/+14
|
* move content specific selection end to content handlersVincent Sanders2020-05-237-57/+84
|
* remove unused css length usage in selectionVincent Sanders2020-05-237-17/+10
|
* move content handler specific selection copying into handlersVincent Sanders2020-05-238-340/+317
|
* split selection redraw into content handler specific implementationsVincent Sanders2020-05-238-173/+447
|
* Browser window: Handle counting cookies when URLdb gives use none.Michael Drake2020-05-231-1/+4
|
* UnimplementedJavascript: I've implemented 10 more thingsDaniel Silverstone2020-05-231-11/+1
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Treeview: Redraw full text on treeview search text sets.Michael Drake2020-05-231-0/+22
|
* RISC OS: Update page info urlbar icons.Michael Drake2020-05-231-0/+0
|
* Treeview: Use text input colour style for search bar.Michael Drake2020-05-231-3/+3
|
* NS colour: Add colour scheme for text inputs.Michael Drake2020-05-232-0/+11
|
* Plot style: Helper macro to get nearest of black and white.Michael Drake2020-05-231-0/+5
|
* windows: Enable present_cookies callbackDaniel Silverstone2020-05-234-4/+10
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* monkey: Support present_cookiesDaniel Silverstone2020-05-231-0/+11
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* riscos: Enable support for present_cookiesDaniel Silverstone2020-05-235-4/+8
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* amiga: Probably support present_cookiesDaniel Silverstone2020-05-234-4/+9
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* beos: Add NULL so present_cookies is filledDaniel Silverstone2020-05-231-0/+1
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* gtk: Implement handling of new present_cookies callbackDaniel Silverstone2020-05-234-3/+5
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* misc: Add a present_cookies to guit->misc and use itDaniel Silverstone2020-05-233-3/+18
| | | | | | | | In order that we present the cookies window usefully, change browser_window to request presentation of the cookies window via a gui misc callback. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Treeview: Folder expansions/contrations don't affect search height.Michael Drake2020-05-231-11/+27
|
* browser_window: Implement cookie counterDaniel Silverstone2020-05-231-2/+11
| | | | | | | This is a fairly inefficient approach to counting the cookies in use by a page, but it'll do for now. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* monkey_driver: Unbreak window condition code so timeouts can happenDaniel Silverstone2020-05-231-3/+5
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* RISC OS: Be less intrusive with URL bar max URL length handling.Michael Drake2020-05-231-12/+8
|
* Tests: NetSurf style for game of life test.Michael Drake2020-05-231-10/+13
|