netsurf/gtk
Vincent Sanders 571af764a5 completely remove remaining GTK theme code
Removes the theme code from GTK by moving the small remaining parts to
being implementation details within the toolbar implementation.
2016-03-09 11:37:09 +00:00
..
res remove unused theme ui elements from preferances dialog 2016-03-09 09:07:33 +00:00
about.c clean up gtk gui header usage and includes 2015-04-12 20:26:53 +01:00
about.h move about and preferences window handling to more sensible position 2014-09-22 23:18:03 +01:00
bitmap.c Change gtk bitmap render to use scaled content redraw. 2015-04-23 22:50:10 +01:00
bitmap.h chnage GTK frontend to using bitmap operation table 2015-04-13 23:49:44 +01:00
compat.c Change GTK UI builder handling to use resource API 2015-06-17 21:35:40 +01:00
compat.h Change GTK UI builder handling to use resource API 2015-06-17 21:35:40 +01:00
completion.c Update GTK url bar completion to navigate on selection 2015-06-23 23:22:42 +01:00
completion.h Update GTK url bar completion to navigate on selection 2015-06-23 23:22:42 +01:00
cookies.c Change GTK UI builder handling to use resource API 2015-06-17 21:35:40 +01:00
cookies.h Change GTK UI builder handling to use resource API 2015-06-17 21:35:40 +01:00
download.c Change GTK UI builder handling to use resource API 2015-06-17 21:35:40 +01:00
download.h Change GTK UI builder handling to use resource API 2015-06-17 21:35:40 +01:00
fetch.c Style fixes 2016-01-13 16:35:24 +00:00
fetch.h rework path to url mapping functions to convert from and to nsurl 2014-05-26 23:52:36 +01:00
font_pango.c Can free pango font desc as soon as it's set. 2016-02-09 15:15:53 +00:00
font_pango.h Refactor text plotter and other font functions to remove dependency on CSS. 2009-07-21 10:59:53 +00:00
gdk.c Change LOG() macro to be varadic 2015-05-28 16:08:46 +01:00
gdk.h Change GTK plotting to use cairo surfaces throughout 2011-12-30 00:58:35 +00:00
gettext.c provide gettext hooks to use the netsurf localisation system 2013-04-14 11:27:42 +01:00
gettext.h provide gettext hooks to use the netsurf localisation system 2013-04-14 11:27:42 +01:00
gui.c remove theme option 2016-03-08 17:48:16 +00:00
gui.h remove unrequired path globals 2016-03-09 09:04:50 +00:00
history.c Change GTK UI builder handling to use resource API 2015-06-17 21:35:40 +01:00
history.h Change GTK UI builder handling to use resource API 2015-06-17 21:35:40 +01:00
hotlist.c Change GTK UI builder handling to use resource API 2015-06-17 21:35:40 +01:00
hotlist.h Change GTK UI builder handling to use resource API 2015-06-17 21:35:40 +01:00
login.c Change GTK UI builder handling to use resource API 2015-06-17 21:35:40 +01:00
login.h Change GTK UI builder handling to use resource API 2015-06-17 21:35:40 +01:00
Makefile.defaults update gtk resource path setting to use makefile variable 2016-02-20 18:37:50 +00:00
Makefile.target completely remove remaining GTK theme code 2016-03-09 11:37:09 +00:00
menu.c cope with deprication of image menus in GTK 3.10 2015-04-10 16:20:55 +01:00
menu.h cope with deprication of image menus in GTK 3.10 2015-04-10 16:20:55 +01:00
options.h remove theme option 2016-03-08 17:48:16 +00:00
plotters.c Change LOG() macro to be varadic 2015-05-28 16:08:46 +01:00
plotters.h allow netsurf to build with gtk3 2012-05-16 19:57:43 +00:00
preferences.c Initial pass removing gtk frontend theme code 2016-03-08 15:45:28 +00:00
preferences.h Initial pass removing gtk frontend theme code 2016-03-08 15:45:28 +00:00
print.c Change LOG() macro to be varadic 2015-05-28 16:08:46 +01:00
print.h fixup gtk source file names 2011-01-29 23:40:22 +00:00
resources.c add missing arrow down pixmap resource 2016-03-08 15:58:48 +00:00
resources.h Change gtk message and language handling to use resource names 2015-06-23 11:53:41 +01:00
scaffolding.c completely remove remaining GTK theme code 2016-03-09 11:37:09 +00:00
scaffolding.h split out gtk SSL certificate verification dialog impementation. 2015-04-12 17:26:22 +01:00
schedule.c Change LOG() macro to be varadic 2015-05-28 16:08:46 +01:00
schedule.h move scheduleing into browser operation table 2014-03-09 15:37:40 +00:00
search.c Improve Doxygen documentation 2014-11-08 12:35:11 +00:00
search.h clean up gtk scaffolding interface, remove lots of cruft and globals 2014-07-27 18:07:00 +01:00
selection.c Update gtk frontend to cope with split operations table headers 2014-10-16 22:33:44 +01:00
selection.h make clipboard table operations static and remove unecessary includes 2014-02-01 12:41:23 +00:00
sexy_icon_entry.c Update gtk compatability header to cope with deprication of stock icon interface 2015-04-08 22:21:30 +01:00
sexy_icon_entry.h make teh GTK frontend build on -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DPANGO_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGTK_MULTIHEAD_SAFE 2011-03-26 20:56:59 +00:00
ssl_cert.c Change GTK UI builder handling to use resource API 2015-06-17 21:35:40 +01:00
ssl_cert.h actually add the files from the previous gtk ssl rework commit 2015-04-12 17:55:46 +01:00
tabs.c Actually do something with return value. 2015-12-20 12:26:48 +00:00
tabs.h Continue doxygen error cleanup. 2014-11-08 22:08:29 +00:00
throbber.c Add direct resources to GTK 2015-06-17 21:35:45 +01:00
throbber.h Change gtk to use resource API for throbber 2015-06-17 21:35:40 +01:00
toolbar.c completely remove remaining GTK theme code 2016-03-09 11:37:09 +00:00
toolbar.h completely remove remaining GTK theme code 2016-03-09 11:37:09 +00:00
treeview.c Change LOG() macro to be varadic 2015-05-28 16:08:46 +01:00
treeview.h GTK: add some support for input methods. 2014-02-17 00:21:49 +00:00
viewdata.c fix more freebsd warnings 2016-02-12 15:45:49 +00:00
viewdata.h extend viewdata to files and use it for box tree dump 2014-08-04 00:37:21 +01:00
viewsource.c Ensure GTK source viewer reports errors appropriately. 2015-04-17 10:40:11 +01:00
viewsource.h Ensure GTK source viewer reports errors appropriately. 2015-04-17 10:40:11 +01:00
window.c Ensure gtk windows have a default favicon at creation. 2015-06-30 12:09:45 +01:00
window.h clean up gtk scaffolding interface, remove lots of cruft and globals 2014-07-27 18:07:00 +01:00