netsurf/frontends/gtk
2024-09-17 08:43:03 +01:00
..
res Resources: Add french static files 2024-03-01 16:17:15 +00:00
about.c licence and credits buttons got swapped, fix it 2016-08-14 22:34:49 +01:00
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 gtk: Don't try to make zero-size bitmaps 2023-01-24 15:30:57 +00:00
bitmap.h GTK: Simplify opaque bitmap handling. 2022-03-29 17:32:40 +01:00
compat.c ensure pixbuf references are updated correctly to avoid leaks 2019-09-21 10:53:41 +01:00
compat.h move search toolbar to be per tab and move implementation to one place 2019-09-21 10:53:41 +01:00
completion.c GTK: fix missing includes 2019-12-21 19:52:57 +00:00
completion.h fix url enttry completion 2019-09-21 10:53:41 +01:00
cookies.c move core window callbacks to the standard gui tables 2024-05-26 19:59:17 +01:00
cookies.h gtk: Implement handling of new present_cookies callback 2020-05-23 21:18:46 +01:00
corewindow.c move core window callbacks to the standard gui tables 2024-05-26 19:59:17 +01:00
corewindow.h move core window callbacks to the standard gui tables 2024-05-26 19:59:17 +01:00
download.c use attributes to indicate switch fall through instead of comments 2024-03-05 21:33:13 +00:00
download.h commit a neatness on the gtk download window code 2019-10-16 21:51:01 +01:00
fetch.c Implement simple jpeg xl image handler 2023-11-26 17:26:09 +00:00
fetch.h Declare global variables as extern in headers 2019-06-30 09:52:06 +01:00
gdk.c gtk: pixbuf creation: Avoid int overflow before size_t conversion 2022-10-23 17:22:56 +01:00
gdk.h
gettext.c
gettext.h
global_history.c move core window callbacks to the standard gui tables 2024-05-26 19:59:17 +01:00
global_history.h rename gtk global history implementation 2016-08-04 23:50:06 +01:00
gui.c change web search option to use provider name instead of index 2024-05-27 14:29:23 +01:00
gui.h construct all toolbar items from data table 2019-09-21 10:53:41 +01:00
hotlist.c move core window callbacks to the standard gui tables 2024-05-26 19:59:17 +01:00
hotlist.h convert GTK hotlist to use GTK core window 2016-08-06 17:08:21 +01:00
layout_pango.c improve gtk layout debugging 2024-09-17 08:43:03 +01:00
layout_pango.h Update GTK plotters to use new API 2017-02-11 13:57:07 +00:00
local_history.c move core window callbacks to the standard gui tables 2024-05-26 19:59:17 +01:00
local_history.h GTK: Add transient popup behaviour for local history too 2020-05-09 19:38:26 +01:00
Makefile fix c library API flags for freebsd when building GTK 2024-03-05 11:44:59 +00:00
Makefile.defaults fix gtk install target to cope with gtk3 2016-10-05 19:44:49 +01:00
Makefile.tools Improve target setup in makefiles 2021-01-17 20:06:24 +00:00
menu.c ensure gtk scaffolding destruction does not create memory errors 2019-10-13 01:52:22 +01:00
menu.h ensure gtk scaffolding destruction does not create memory errors 2019-10-13 01:52:22 +01:00
misc.c GTK: Misc: Squash strcmp and strdup implicit declaration warnings. 2022-03-28 11:45:17 +01:00
misc.h split out gtk misc operations from gui module 2021-02-22 23:04:02 +00:00
options.h remove unused render_resample option from beos, gtk and monkey frontends 2019-12-21 20:52:22 +00:00
page_info.c move core window callbacks to the standard gui tables 2024-05-26 19:59:17 +01:00
page_info.h GTK: Cause the page-info popup to appear in the right place 2020-05-08 20:46:37 +01:00
plotters.c gtk: In path plotter, maintain cairo transformation offset 2020-10-03 21:42:46 +01:00
plotters.h remove redundant global context 2017-02-15 08:37:52 +00:00
preferences.c change web search option to use provider name instead of index 2024-05-27 14:29:23 +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 Make GTK UI resources more consistent 2020-09-04 08:26:04 +01:00
resources.h
scaffolding.c Ensure the current scaffold remains valid 2023-11-25 12:02:58 +00:00
scaffolding.h GTK: Add transient popup behaviour for local history too 2020-05-09 19:38:26 +01:00
schedule.c Update schedulers return codes 2019-06-08 13:33:16 +01:00
schedule.h
search.c use attributes to indicate switch fall through instead of comments 2024-03-05 21:33:13 +00:00
search.h make the gtk_search structure private to teh gtk search object 2019-09-21 10:53:41 +01:00
selection.c allow menu activation to use the toolbar button implementations 2019-09-21 10:53:41 +01:00
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
tabs.c make gtk tab closeable with middle click 2019-11-30 11:24:13 +00:00
tabs.h allow toolbar customisation to open a tab 2019-09-21 10:53:41 +01:00
throbber.c access gtk throbber frames through an interface 2019-08-18 14:41:31 +01:00
throbber.h access gtk throbber frames through an interface 2019-08-18 14:41:31 +01:00
toolbar_items.h remove global edit mode and make customisation toolbox construction simpler 2019-09-21 10:53:41 +01:00
toolbar.c gtk: toolbar: Handle snprintf error 2022-10-23 17:22:56 +01:00
toolbar.h GTK: Add transient popup behaviour for local history too 2020-05-09 19:38:26 +01:00
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 add back/forward mouse button processing to GTK frontend 2021-01-02 09:49:25 +00:00
window.h GTK: Add transient popup behaviour for local history too 2020-05-09 19:38:26 +01:00