netsurf/frontends/monkey
Vincent Sanders 4dc4d8b318 add miscellaneous event to browser window callback table
extend the browser window callback table with a miscallaneous event
 entry. This is used to replace all browser window callbacks which
 take no parameters.

This reduces the API surface from seven separate calls to a single
 call with an enumeration which may be readily extended.

The initial implementation in the frontends simply calls the original
 implementations to reduce scope for errors.
2019-08-20 00:16:52 +01:00
..
401login.c Reimplement handling of BAD_AUTH inside browser_window 2019-08-06 11:26:47 +01:00
401login.h Reimplement handling of BAD_AUTH inside browser_window 2019-08-06 11:26:47 +01:00
bitmap.c centralise monkey output generation 2018-11-03 15:12:50 +00:00
bitmap.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
browser.c add miscellaneous event to browser window callback table 2019-08-20 00:16:52 +01:00
browser.h Reflow monkey code, it was annoying me too much 2017-06-10 12:54:57 +01:00
cert.c add certificate window handling 2018-11-04 11:20:40 +00:00
cert.h add certificate window handling 2018-11-04 11:20:40 +00:00
dispatch.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
dispatch.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
download.c centralise monkey output generation 2018-11-03 15:12:50 +00:00
fetch.c Reflow monkey code, it was annoying me too much 2017-06-10 12:54:57 +01:00
fetch.h Declare global variables as extern in headers 2019-06-30 09:52:06 +01:00
filetype.c gtk/fetch.c & monkey/filetype.c: ascii_is_space already checks for newline. 2019-08-01 10:42:08 +01:00
filetype.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
layout.c Plotters: Add plot_style_fixed type, and use for font size. 2018-05-23 11:48:35 +01:00
layout.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
main.c monkey: Report the errno when select() returns -1 2019-08-02 16:57:38 +01:00
Makefile Monkey: Buildsystem: Set messages directory. 2018-11-03 17:30:49 +00:00
Makefile.defaults move frontends into sub directory 2016-05-15 13:44:34 +01:00
options.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
output.c centralise monkey output generation 2018-11-03 15:12:50 +00:00
output.h centralise monkey output generation 2018-11-03 15:12:50 +00:00
plot.c Fix text plotter in monkey 2019-02-16 10:21:06 +00:00
plot.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
res move frontends into sub directory 2016-05-15 13:44:34 +01:00
schedule.c Update schedulers return codes 2019-06-08 13:33:16 +01:00
schedule.h move frontends into sub directory 2016-05-15 13:44:34 +01:00