summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/
* test: Use putImageData features in life demoDaniel Silverstone2020-05-241-8/+24
* canvas: Implement fully correct putImageData featuresDaniel Silverstone2020-05-241-48/+120
* llcache: Free existing chain if we get a new oneDaniel Silverstone2020-05-241-0/+5
* 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
* 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
* 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
* canvas: Support changing canvas size at runtimeDaniel Silverstone2020-05-232-8/+143
* 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
* 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
* monkey: Support present_cookiesDaniel Silverstone2020-05-231-0/+11
* riscos: Enable support for present_cookiesDaniel Silverstone2020-05-235-4/+8
* amiga: Probably support present_cookiesDaniel Silverstone2020-05-234-4/+9
* beos: Add NULL so present_cookies is filledDaniel Silverstone2020-05-231-0/+1
* gtk: Implement handling of new present_cookies callbackDaniel Silverstone2020-05-234-3/+5
* misc: Add a present_cookies to guit->misc and use itDaniel Silverstone2020-05-233-3/+18
* 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
* monkey_driver: Unbreak window condition code so timeouts can happenDaniel Silverstone2020-05-231-3/+5
* 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
* fs_backing_store: Stop trying to render offsets in hexDaniel Silverstone2020-05-231-4/+4
* fs_backing_store: Do not use %jx because amigaos3 can't render it properlyDaniel Silverstone2020-05-231-14/+14
* test/js: Game of LifeDaniel Silverstone2020-05-232-0/+123