netsurf/frontends/gtk
Michael Forney 6a53b447e5 Declare global variables as extern in headers
Otherwise, each source file that includes the header will create a
new definition, which are usually merged together by the linker.

Multiple definitions of an object is not allowed in ISO C.
2019-06-30 09:52:06 +01:00
..
res Improve GTK login dialog 2018-08-19 23:16:16 +01:00
about.c
about.h
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
bitmap.h
compat.c fix gtk 3 deprication warnings 2018-08-26 10:12:35 +01:00
compat.h fix enum name incompatability between gtk 2 and 3 2019-05-05 15:38:19 +01:00
completion.c fixup usage of gvalue init macro 2018-08-26 11:22:20 +01:00
completion.h
cookies.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
cookies.h
corewindow.c remove a warning on openbsd 2018-08-28 22:17:02 +01:00
corewindow.h
download.c GTK: Squash GCC8.2 warning. 2018-11-03 11:00:09 +00:00
download.h Declare global variables as extern in headers 2019-06-30 09:52:06 +01:00
fetch.c fix gtk accelerator loading 2018-04-22 14:03:18 +01:00
fetch.h Declare global variables as extern in headers 2019-06-30 09:52:06 +01:00
gdk.c squash clang warning about increased alignment requirements. 2018-09-26 17:21:05 +01:00
gdk.h
gettext.c
gettext.h
global_history.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
global_history.h
gui.c Initial conversion of GTK accelerators to separate config file 2018-04-22 14:03:18 +01:00
gui.h
hotlist.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
hotlist.h
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
local_history.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
local_history.h
login.c centralise monkey output generation 2018-11-03 15:12:50 +00: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
menu.c Initial conversion of GTK accelerators to separate config file 2018-04-22 14:03:18 +01:00
menu.h
options.h
plotters.c Plotters: Remove width param from path plotter. 2018-05-23 13:48:17 +01:00
plotters.h
preferences.c Browser: Rename function to access bw URL. 2018-07-23 10:47:26 +01:00
preferences.h
print.c Plotters: Remove width param from path plotter. 2018-05-23 13:48:17 +01:00
print.h
resources.c Initial conversion of GTK accelerators to separate config file 2018-04-22 14:03:18 +01:00
resources.h
scaffolding.c fix gtk 3 deprication warnings 2018-08-26 10:12:35 +01:00
scaffolding.h
schedule.c Update schedulers return codes 2019-06-08 13:33:16 +01:00
schedule.h
search.c
search.h Declare global variables as extern in headers 2019-06-30 09:52:06 +01:00
selection.c
selection.h Declare global variables as extern in headers 2019-06-30 09:52:06 +01:00
sexy_icon_entry.c
sexy_icon_entry.h
ssl_cert.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
ssl_cert.h
tabs.c fix gtk 3 deprication warnings 2018-08-26 10:12:35 +01:00
tabs.h
throbber.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
throbber.h
toolbar.c fix enum name incompatability between gtk 2 and 3 2019-05-05 15:38:19 +01:00
toolbar.h
viewdata.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
viewdata.h
viewsource.c change content get_source_data interfaces to return uint8_t and size_t 2019-05-05 22:50:25 +01:00
viewsource.h
warn.h
window.c GTK: Remove logging during window resize. 2018-08-27 20:04:24 +01:00
window.h