summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* html.c: Correct ordering for reformat timeDaniel Silverstone2019-06-051-1/+1
* extend the monkey test tooling to cope with ssl certificate windowsVincent Sanders2019-06-054-2/+173
* content/fetchers/curl.c: Defer fetch start if inside cURLDaniel Silverstone2019-06-051-0/+16
* monkey-see-monkey-do: Also restore stdout/stderr when successDaniel Silverstone2019-06-041-0/+3
* Document.bnd: createDocumentFragment() unref fragmentDaniel Silverstone2019-06-011-0/+2
* html_script.c: html_script_exec() reqacquire script ptrDaniel Silverstone2019-06-011-0/+5
* Improve javascript unimplemented bnding documentation generationVincent Sanders2019-05-314-1592/+1600
* Fix dump choices test data to align with altered logging levelsVincent Sanders2019-05-311-1/+1
* Fix test target use of logging config definesVincent Sanders2019-05-311-2/+4
* Ensure we set the defaults for the log options to those compiled inDaniel Silverstone2019-05-281-2/+2
* make curl fetcher log debug using NSLOGVincent Sanders2019-05-281-16/+26
* Expose NaN on WindowDaniel Silverstone2019-05-251-0/+1
* Add dodgy window method to clear callbacksDaniel Silverstone2019-05-252-1/+39
* Log when we finalise window objectsDaniel Silverstone2019-05-251-0/+1
* Use generics for makeListProxy properlyDaniel Silverstone2019-05-251-2/+2
* Use generics for makeListProxy properlyDaniel Silverstone2019-05-251-2/+1
* Remove unnecessary generics magicDaniel Silverstone2019-05-251-1/+0
* fix block conditional checks to be orred instead of andedVincent Sanders2019-05-201-12/+22
* allow block to use elapsed timer as a conditionVincent Sanders2019-05-181-9/+28
* update ca bundleVincent Sanders2019-05-181-144/+337
* allow render checks to be emptyVincent Sanders2019-05-181-12/+13
* quieten down windows debugVincent Sanders2019-05-172-13/+18
* Make SimpleRefresh the default.Chris Young2019-05-122-2/+2
* Add a render hook to ensure the browser window is redrawn when neededChris Young2019-05-121-0/+19
* Mark functions as staticChris Young2019-05-101-20/+19
* Hide the message port which is shared amongst all Amiga NetSurf windowsChris Young2019-05-1012-13/+25
* Make the window list more privateChris Young2019-05-105-51/+68
* Use new beep functionChris Young2019-05-102-4/+3
* Make screen pointer accesible through an accessor function onlyChris Young2019-05-1023-32/+66
* Replace global current gui_window with an accessor functionChris Young2019-05-105-15/+26
* make win32 keyboard handling in browsing window functionalVincent Sanders2019-05-091-36/+86
* implement windows clipboard functionalityVincent Sanders2019-05-098-90/+195
* fix os3 buildChris Young2019-05-081-1/+1
* try storing form_control in the hook dataChris Young2019-05-083-28/+3
* Make gadget object enum private to gui.cChris Young2019-05-083-40/+41
* make gui_window_2 private to gui.cChris Young2019-05-084-82/+82
* Pass ptr to clicktab var instead of func callsChris Young2019-05-084-8/+9
* more accessor for gui_window_2Chris Young2019-05-087-37/+166
* Move ami_(re)set_pointer (back?) into gui.c as they need to set/read the gui_...Chris Young2019-05-084-19/+18
* throbber crapChris Young2019-05-083-10/+70
* get the window title from a gui_windowChris Young2019-05-083-1/+13
* set find window functionChris Young2019-05-083-4/+19
* Try moving form_control into gui_windowChris Young2019-05-082-5/+3
* Accessor for the select menu control pointerChris Young2019-05-083-2/+30
* remove direct access to gui_window_2's gui_windowChris Young2019-05-0810-58/+82
* accessor for window from gui_window_2Chris Young2019-05-077-22/+32
* set menu to window through a functionChris Young2019-05-074-7/+38
* Get menu structure directly from gui_windowChris Young2019-05-074-25/+37
* Get the shared window's window structure directly from the gui_windowChris Young2019-05-0710-21/+32
* Make gui_window private to gui.cChris Young2019-05-0718-193/+315