netsurf/desktop
Vincent Sanders 8c2cfecfb5 Allow content handlers to have debug values set through API
Previously content handler debugging features were accessed by global
variables. This allows the setting of debugging parameters via a
content API giving per content control over debugging features.
Currently only used by the html content handler to toggle global
redraw debugging.
2014-11-06 22:51:46 +00:00
..
Makefile Clean up saving as PDF 2014-10-26 23:53:14 +00:00
browser.c Allow content handlers to have debug values set through API 2014-11-06 22:51:46 +00:00
browser.h Allow content handlers to have debug values set through API 2014-11-06 22:51:46 +00:00
browser_history.c Remove April 1st layout shuffling. 2014-11-05 17:30:00 +00:00
browser_history.h make local history navigation return errors 2014-10-30 22:21:36 +00:00
browser_private.h Add bw function to get scrollbar type. 2014-10-25 12:04:11 +01:00
cookie_manager.c remove content include from urldb header 2014-07-17 00:18:44 +01:00
cookie_manager.h remove unecessary utils/types.h 2014-11-02 20:10:32 +00:00
core_window.h remove unecessary utils/types.h 2014-11-02 20:10:32 +00:00
download.c Remove old URL header includes. 2014-10-31 14:41:53 +00:00
download.h fix nsurl references 2014-05-08 18:03:27 +01:00
font.h Put the font operations table alongside all the other core API 2014-10-13 11:56:31 +01:00
font_haru.c Clean up saving as PDF 2014-10-26 23:53:14 +00:00
font_haru.h Clean up saving as PDF 2014-10-26 23:53:14 +00:00
frame_types.h Add bw function to get scrollbar type. 2014-10-25 12:04:11 +01:00
frames.c Add bw function to get scrollbar type. 2014-10-25 12:04:11 +01:00
frames.h remove unecessary browser.h include from core headers 2014-10-17 12:21:52 +01:00
global_history.c make global history treeview callback return error 2014-10-30 22:52:54 +00:00
global_history.h remove unecessary utils/types.h 2014-11-02 20:10:32 +00:00
gui_clipboard.h remove unecessary utils/types.h 2014-11-02 20:10:32 +00:00
gui_download.h Split up graphical user interface operations table headers 2014-10-16 22:33:43 +01:00
gui_factory.c replace save_link operation table entry usage of textural url with nsurl 2014-11-03 23:05:59 +00:00
gui_fetch.h Split up graphical user interface operations table headers 2014-10-16 22:33:43 +01:00
gui_internal.h Split up graphical user interface operations table headers 2014-10-16 22:33:43 +01:00
gui_misc.h Clean up saving as PDF 2014-10-26 23:53:14 +00:00
gui_search.h Split up graphical user interface operations table headers 2014-10-16 22:33:43 +01:00
gui_table.h Split up graphical user interface operations table headers 2014-10-16 22:33:43 +01:00
gui_utf8.h Split up graphical user interface operations table headers 2014-10-16 22:33:43 +01:00
gui_window.h reference nsurl as a struct properly 2014-11-03 23:13:56 +00:00
hotlist.c remove more user warning calls and replace with error returns 2014-10-30 23:27:41 +00:00
hotlist.h remove unecessary utils/types.h 2014-11-02 20:10:32 +00:00
knockout.c reduce uncessary include usage 2014-05-18 23:17:15 +01:00
knockout.h Remove plotter table global. Pass a redraw context around redraw functions. Knockout could be handled better. Note: untested on most front ends. 2011-06-30 15:48:07 +00:00
mouse.c Add triple click to mouse event logger. 2013-06-15 15:55:05 +01:00
mouse.h cleanup RISC OS frontend header usage 2014-06-05 15:14:49 +01:00
netsurf.c Remove old URL header includes. 2014-10-31 14:41:53 +00:00
netsurf.h Split up graphical user interface operations table headers 2014-10-16 22:33:43 +01:00
options.h fix disc cache size option to be unsigned 2014-06-09 13:13:59 +01:00
plot_style.c Height is already scaled. Make OBJ char bigger. 2012-11-05 19:08:44 +00:00
plot_style.h Add accessors for individual colour channels. 2013-10-02 23:33:46 +01:00
plotters.h remove unecessary utils/types.h 2014-11-02 20:10:32 +00:00
print.c remove unecessary utils/types.h 2014-11-02 20:10:32 +00:00
print.h Merge jmb/new-cache; r=dsilvers,rs=vince 2010-03-28 12:56:39 +00:00
printer.h Trivial sepelling, documentation and whitespace cleanups 2014-10-10 13:01:20 +01:00
save_complete.c Update the core to use the split operations table headers 2014-10-16 22:33:43 +01:00
save_complete.h Port save complete to libdom. 2012-11-03 23:19:45 +00:00
save_pdf.c Clean up saving as PDF 2014-10-26 23:53:14 +00:00
save_pdf.h Clean up saving as PDF 2014-10-26 23:53:14 +00:00
save_text.c Update the core to use the split operations table headers 2014-10-16 22:33:43 +01:00
save_text.h Merge jmb/new-cache; r=dsilvers,rs=vince 2010-03-28 12:56:39 +00:00
scrollbar.c remove unecessary browser.h include from core headers 2014-10-17 12:21:52 +01:00
scrollbar.h remove unecessary browser.h include from core headers 2014-10-17 12:21:52 +01:00
search.c move page search gui callbacks to their own operations table 2014-03-18 22:32:52 +00:00
search.h move page search gui callbacks to their own operations table 2014-03-18 22:32:52 +00:00
searchweb.c Update the core to use the split operations table headers 2014-10-16 22:33:43 +01:00
searchweb.h Add iterator for search providers 2014-06-03 15:40:28 +01:00
selection.c remove unecessary browser.h include from core headers 2014-10-17 12:21:52 +01:00
selection.h Remove redundant read-only test function. 2013-05-02 09:34:01 +01:00
sslcert_viewer.c stop using certificate data from the stack outside the message context. 2014-07-17 15:20:38 +01:00
sslcert_viewer.h remove uneeded includes 2014-05-18 18:51:18 +01:00
system_colour.c stop system colours being anything to do with frontends 2014-01-10 14:32:29 +00:00
system_colour.h stop system colours being anything to do with frontends 2014-01-10 14:32:29 +00:00
textarea.c remove unecessary browser.h include from core headers 2014-10-17 12:21:52 +01:00
textarea.h remove unecessary utils/types.h 2014-11-02 20:10:32 +00:00
textinput.c improve documentation in headers 2014-10-19 19:12:55 +01:00
textinput.h improve documentation in headers 2014-10-19 19:12:55 +01:00
theme.h move themse install to its own header 2014-11-06 14:19:15 +00:00
thumbnail.c move options include 2013-05-28 14:16:10 +01:00
thumbnail.h remove unecessary utils/types.h 2014-11-02 20:10:32 +00:00
tree.c Put the font operations table alongside all the other core API 2014-10-13 11:56:31 +01:00
tree.h remove unused popup menu link context sensative change code. 2014-07-23 20:37:02 +01:00
treeview.c make global history treeview callback return error 2014-10-30 22:52:54 +00:00
treeview.h remove unecessary utils/types.h 2014-11-02 20:10:32 +00:00
version.c split version info into its own header and remove unnecessary nesurf.h includes 2014-10-13 15:08:16 +01:00
version.h split version info into its own header and remove unnecessary nesurf.h includes 2014-10-13 15:08:16 +01:00