WebSurf/framebuffer
Vincent Sanders 17be8cf216 Put the font operations table alongside all the other core API
The netsurf core is driven from numerous operation tables most of
which are now set through a common netsurf_register() interface. The
font and plotting interfaces are currently separate and unlike all the
other operation tables are modified for differing contexts.

This change moves the font operations alongside all the other
operations table and remove unnecessary interaction with the renderers
font internals. Further this also removes the need for css internals
to be visible in frontends.
2014-10-13 11:56:31 +01:00
..
fbtk Put the font operations table alongside all the other core API 2014-10-13 11:56:31 +01:00
res Fix number of many characters from the Geometric Shapes block. 2014-06-04 14:37:31 +01:00
Makefile.defaults fix formatting of defaults makefiles 2014-03-20 11:05:39 +00:00
Makefile.target Pull warning flags out into variables that can be overriden seperately for C and C++ 2014-09-05 16:01:44 +01:00
bitmap.c Remove suspension of bmp/gif images. It's completely redundant with the convert on demand core image cache. 2012-10-14 20:03:18 +01:00
clipboard.c reduce desktop/browser.h unecessary includes 2014-02-03 17:56:24 +00:00
clipboard.h split browser gui operations up 2014-01-15 19:37:05 +00:00
convert_font.c Free header_path. 2014-09-06 20:48:06 +01:00
convert_image.c Close file on error path. 2014-04-02 19:40:11 +01:00
fb_search.c Merge branches/MarkieB/gtkmain to trunk. 2009-12-17 23:55:02 +00:00
fbtk.h Add rudimentary support for resizing. 2014-07-26 22:12:55 +01:00
fetch.c rework path to url mapping functions to convert from and to nsurl 2014-05-26 23:52:36 +01:00
fetch.h move framebuffer fetch operations to their own module 2014-01-24 08:39:01 +00:00
findfile.c move framebuffer fetch operations to their own module 2014-01-24 08:39:01 +00:00
findfile.h move framebuffer fetch operations to their own module 2014-01-24 08:39:01 +00:00
font.h move utf8 local conversion operations to table 2014-02-01 22:17:36 +00:00
font_freetype.c Put the font operations table alongside all the other core API 2014-10-13 11:56:31 +01:00
font_freetype.h Correct freetype header acquisition 2010-06-30 20:09:33 +00:00
font_internal.c Put the font operations table alongside all the other core API 2014-10-13 11:56:31 +01:00
font_internal.h Add support for double-size rendering of internal font for headings. 2014-08-01 09:50:31 +01:00
framebuffer.c Add support for double-size rendering of internal font for headings. 2014-08-01 09:50:31 +01:00
framebuffer.h Add rudimentary support for resizing. 2014-07-26 22:12:55 +01:00
gui.c change frmebuffer to run its own main loop 2014-09-22 22:56:10 +01:00
gui.h Add rudimentary support for resizing. 2014-07-26 22:12:55 +01:00
image_data.h Add OSK icon. 2012-09-28 19:52:21 +01:00
localhistory.c reduce uncessary include usage 2014-05-18 23:17:15 +01:00
misc.c remove unecessary utils/url.h includes 2014-05-09 10:15:42 +01:00
options.h move framebuffer to new options API 2013-05-28 14:16:11 +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
thumbnail.c remove content include from urldb header 2014-07-17 00:18:44 +01:00