netsurf/gtk
Vincent Sanders e7f9dbcb10 Remove webp image handling
The bitmap and image handling interfaces have changed within NetSurf
and the webp image handling has not been fixed up appropriately to
cope.

After discussion with the other developers it has been decided that
the webp support is not worth the necessary development effort to
rewrite and maintain.

The webp format is not in wide usage and Mozilla, Microsoft and Apple
have not adopted it. This means the removal will not adversely impact
NetSurf.

Resolves:2310
2015-04-21 14:03:02 +01:00
..
res Fixup gtk3 ssl certificate dialog and ensure its parent is set. 2015-04-12 13:52:56 +01: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 Update monkey frontend to use bitmap operation table. 2015-04-15 22:05:10 +01:00
bitmap.h chnage GTK frontend to using bitmap operation table 2015-04-13 23:49:44 +01:00
compat.c remove usage of deprecated gtk alignment interface 2015-04-11 22:32:08 +01:00
compat.h fix documentation errors in gtk introduced by recent updates. 2015-04-12 21:42:33 +01:00
completion.c move options include 2013-05-28 14:16:10 +01:00
completion.h fixup gtk source file names 2011-01-29 23:40:22 +00:00
cookies.c clean up gtk gui header usage and includes 2015-04-12 20:26:53 +01:00
cookies.h fixup gtk source file names 2011-01-29 23:40:22 +00:00
download.c clean up gtk gui header usage and includes 2015-04-12 20:26:53 +01:00
download.h split browser gui operations up 2014-01-15 19:37:05 +00:00
fetch.c clean up gtk gui header usage and includes 2015-04-12 20:26:53 +01: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 Doxygen cleanups and documentation additions 2014-11-10 17:00:15 +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 GTK plotting to use cairo surfaces throughout 2011-12-30 00:58:35 +00: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 chnage GTK frontend to using bitmap operation table 2015-04-13 23:49:44 +01:00
gui.h clean up gtk gui header usage and includes 2015-04-12 20:26:53 +01:00
history.c clean up gtk gui header usage and includes 2015-04-12 20:26:53 +01:00
history.h fixup gtk source file names 2011-01-29 23:40:22 +00:00
hotlist.c clean up gtk gui header usage and includes 2015-04-12 20:26:53 +01:00
hotlist.h fixup gtk source file names 2011-01-29 23:40:22 +00:00
login.c Update gtk frontend to cope with split operations table headers 2014-10-16 22:33:44 +01:00
Makefile.defaults GTK: inherit GTK version from environment. 2015-02-24 14:07:47 +00:00
Makefile.target Remove webp image handling 2015-04-21 14:03:02 +01: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 fixup preference dialog handling of Developer view options 2014-08-02 02:20:25 +01:00
plotters.c remove unecessary utils/types.h 2014-11-02 20:10:32 +00:00
plotters.h allow netsurf to build with gtk3 2012-05-16 19:57:43 +00:00
preferences.c clean up gtk gui header usage and includes 2015-04-12 20:26:53 +01:00
preferences.h move about and preferences window handling to more sensible position 2014-09-22 23:18:03 +01:00
print.c chnage GTK frontend to using bitmap operation table 2015-04-13 23:49:44 +01:00
print.h fixup gtk source file names 2011-01-29 23:40:22 +00:00
scaffolding.c Ensure GTK source viewer reports errors appropriately. 2015-04-17 10:40:11 +01:00
scaffolding.h split out gtk SSL certificate verification dialog impementation. 2015-04-12 17:26:22 +01:00
schedule.c move scheduleing into browser operation table 2014-03-09 15:37:40 +00: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 actually add the files from the previous gtk ssl rework commit 2015-04-12 17:55:46 +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 clean up gtk gui header usage and includes 2015-04-12 20:26:53 +01:00
tabs.h Continue doxygen error cleanup. 2014-11-08 22:08:29 +00:00
theme.c cope with deprication of image menus in GTK 3.10 2015-04-10 16:20:55 +01:00
theme.h remove usage of deprecated gtk alignment interface 2015-04-11 22:32:08 +01:00
throbber.c Doxygen warning fixes 2014-11-10 20:15:14 +00:00
throbber.h fixup gtk source file names 2011-01-29 23:40:22 +00:00
thumbnail.c Remove unecessary inclusion of the image bitmap header 2015-04-20 22:03:43 +01:00
toolbar.c Refactor GTK toolbar handling to correctly cope with text labels 2015-04-12 01:12:43 +01:00
toolbar.h clean up gtk scaffolding interface, remove lots of cruft and globals 2014-07-27 18:07:00 +01:00
treeview.c fix up more doxygen errors 2014-11-08 16:49:32 +00:00
treeview.h GTK: add some support for input methods. 2014-02-17 00:21:49 +00:00
viewdata.c ensure memory is freed on error path in gtk viewdata 2015-04-17 10:06:21 +01: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 fix documentation errors in gtk introduced by recent updates. 2015-04-12 21:42:33 +01:00
window.h clean up gtk scaffolding interface, remove lots of cruft and globals 2014-07-27 18:07:00 +01:00