netsurf/frontends/gtk
Michael Drake 5eb7345cc7 GTK: Make nsgtk_download_selection_action match GFunc prototype.
Squashes GCC 8.2 warning:

frontends/gtk/download.c:244:22: warning: cast between incompatible function types
from ‘nsgtk_download_selection_action’ {aka ‘void (*)(struct gui_download_window *)’}
to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  g_list_foreach(dls, (GFunc)action, NULL);
                      ^
2018-11-03 08:48:24 +00:00
..
res Improve GTK login dialog 2018-08-19 23:16:16 +01:00
about.c licence and credits buttons got swapped, fix it 2016-08-14 22:34:49 +01:00
about.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
accelerator.c fix gtk accelerator loading 2018-04-22 14:03:18 +01:00
accelerator.h Initial conversion of GTK accelerators to separate config file 2018-04-22 14:03:18 +01:00
bitmap.c fix gtk bitmap doccomment to be truthful 2017-06-09 22:01:05 +01:00
bitmap.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
compat.c fix gtk 3 deprication warnings 2018-08-26 10:12:35 +01:00
compat.h fixup usage of gvalue init macro 2018-08-26 11:22:20 +01:00
completion.c fixup usage of gvalue init macro 2018-08-26 11:22:20 +01:00
completion.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
cookies.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
cookies.h make gtk cookies manager use core window API 2016-07-31 13:25:20 +01:00
corewindow.c remove a warning on openbsd 2018-08-28 22:17:02 +01:00
corewindow.h Core window: Ensure all front ends initialise drag_status. 2017-06-10 18:10:07 +01:00
download.c GTK: Make nsgtk_download_selection_action match GFunc prototype. 2018-11-03 08:48:24 +00:00
download.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
fetch.c fix gtk accelerator loading 2018-04-22 14:03:18 +01:00
fetch.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
gdk.c squash clang warning about increased alignment requirements. 2018-09-26 17:21:05 +01:00
gdk.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
gettext.c move frontends into sub directory 2016-05-15 13:44:34 +01:00
gettext.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
global_history.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
global_history.h rename gtk global history implementation 2016-08-04 23:50:06 +01:00
gui.c Initial conversion of GTK accelerators to separate config file 2018-04-22 14:03:18 +01:00
gui.h store toolbar config in standard options instead of a separate file 2016-05-21 12:17:49 +01:00
hotlist.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
hotlist.h convert GTK hotlist to use GTK core window 2016-08-06 17:08:21 +01:00
layout_pango.c Plotters: Add plot_style_fixed type, and use for font size. 2018-05-23 11:48:35 +01:00
layout_pango.h Update GTK plotters to use new API 2017-02-11 13:57:07 +00:00
local_history.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
local_history.h update gtk frontend to use corewindow local history 2017-02-17 09:06:32 +00:00
login.c fix stupid typo in previous commit 2018-10-08 12:33:58 +01:00
login.h GTK: Update for new HTTP auth API. 2018-08-15 07:19:58 +01:00
Makefile seems freebsd needs _XOPEN_SOURCE for math.h macros to be defined 2018-09-06 12:10:38 +01:00
Makefile.defaults fix gtk install target to cope with gtk3 2016-10-05 19:44:49 +01:00
menu.c Initial conversion of GTK accelerators to separate config file 2018-04-22 14:03:18 +01:00
menu.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
options.h store toolbar config in standard options instead of a separate file 2016-05-21 12:17:49 +01:00
plotters.c Plotters: Remove width param from path plotter. 2018-05-23 13:48:17 +01:00
plotters.h remove redundant global context 2017-02-15 08:37:52 +00:00
preferences.c Browser: Rename function to access bw URL. 2018-07-23 10:47:26 +01:00
preferences.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
print.c Plotters: Remove width param from path plotter. 2018-05-23 13:48:17 +01:00
print.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
resources.c Initial conversion of GTK accelerators to separate config file 2018-04-22 14:03:18 +01:00
resources.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
scaffolding.c fix gtk 3 deprication warnings 2018-08-26 10:12:35 +01:00
scaffolding.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
schedule.c Update scheduler logging to use catagory 2017-09-07 15:30:08 +01:00
schedule.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
search.c reduce unecessary usage of content headers 2016-06-06 16:10:47 +01:00
search.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
selection.c move desktop window header into public API 2016-05-30 17:32:57 +01:00
selection.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
sexy_icon_entry.c move frontends into sub directory 2016-05-15 13:44:34 +01:00
sexy_icon_entry.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
ssl_cert.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
ssl_cert.h make gtk certificate viewing use gtk core window API 2016-07-31 13:25:20 +01:00
tabs.c fix gtk 3 deprication warnings 2018-08-26 10:12:35 +01:00
tabs.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
throbber.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
throbber.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
toolbar.c clean up toolbar configuration to be slightly less buggy 2017-12-10 22:57:06 +00:00
toolbar.h rationalise use of gtk scaffolding header 2016-05-21 14:37:20 +01:00
viewdata.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
viewdata.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
viewsource.c Browser: Rename function to access bw URL. 2018-07-23 10:47:26 +01:00
viewsource.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
warn.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
window.c GTK: Remove logging during window resize. 2018-08-27 20:04:24 +01:00
window.h rationalise use of gtk scaffolding header 2016-05-21 14:37:20 +01:00