summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* update ca-bundleVincent Sanders2020-05-231-77/+36
* update resources copyright years and readme version numbersVincent Sanders2020-05-239-15/+15
* Canvas: Move bitmap management to the 2D render contextDaniel Silverstone2020-05-232-152/+162
* fix: Make it OK if the chain isn't avilable during bad-ssl queryingDaniel Silverstone2020-05-233-22/+33
* fix corestring testVincent Sanders2020-05-231-1/+1
* Amiga: fix an issue where the page info icon was not updating correctlyChris Young2020-05-231-47/+51
* Amiga: make page info borderlessChris Young2020-05-231-10/+12
* Amiga: make page info close when window goes inactiveChris Young2020-05-231-2/+6
* Amiga: position page info window under page info buttonChris Young2020-05-223-8/+26
* Fix offset to allow tiled renderingChris Young2020-05-221-2/+2
* Amiga: simplify page info GUI, add close gadgetChris Young2020-05-221-23/+9
* make risc os url entry use the omi box and hence cope with bad urls gracefullyVincent Sanders2020-05-221-5/+6
* gtk: Do not attempt to use now-freed scaffolding when iterating them to quitDaniel Silverstone2020-05-221-1/+2
* html: Handle canvas width/height stated explicitly in pxDaniel Silverstone2020-05-221-2/+2
* CanvasRenderingContext2D: More verbose input validation error messageDaniel Silverstone2020-05-221-1/+2
* FatMessages: Undo encoding change from ChrisDaniel Silverstone2020-05-221-9/+9
* test/js: Include mandelbrot exampleDaniel Silverstone2020-05-222-0/+32
* javascript: Support Canvas to a basic levelDaniel Silverstone2020-05-225-2/+314
* Amiga: Add page info windowChris Young2020-05-225-12/+333
* add page information core window handler to RISC OSVincent Sanders2020-05-2212-4/+518
* neaten up the sourec file list to make future changes easierVincent Sanders2020-05-221-11/+45
* make risc os url bar widget context consistentVincent Sanders2020-05-221-198/+211
* add url bar click actions for page info iconVincent Sanders2020-05-222-16/+36
* reformat riscos url bar gui module. no code changesVincent Sanders2020-05-221-486/+590
* html: Don't both building a bitmap if we're not rendering itDaniel Silverstone2020-05-221-0/+7
* html: Handle canvas in redrawDaniel Silverstone2020-05-221-1/+29
* html: set up canvas box properlyDaniel Silverstone2020-05-221-0/+7
* html: Add canvas node handling in dom_eventDaniel Silverstone2020-05-221-0/+133