netsurf/atari
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
..
doc Minor change in changes.txt 2013-12-21 12:58:37 +01:00
gemtk Fixed some unused variable warnings. 2014-09-15 23:31:39 +02:00
plot add API to set DPI 2014-10-13 02:34:10 +01:00
res Moved Save/Abort buttons into a toolbar 2014-09-17 00:47:26 +02:00
scripts Removed obsolete build helper scripts 2013-12-21 12:47:24 +01:00
about.c Scope reduce some variables. 2014-05-19 16:37:09 +01:00
about.h Added about dialog, fixed scrolled treeview redraw. 2013-10-06 01:24:19 +02:00
bitmap.c move options include 2013-05-28 14:16:10 +01:00
bitmap.h moved "bitmap_resize()" to bitmap.c 2012-07-23 02:03:09 +02:00
certview.c Removed unused variable. 2014-09-13 14:38:18 +02:00
certview.h Fixed warnings for incomptible pointer type 2013-10-06 01:24:18 +02:00
clipboard.c Always return correct type 2014-09-13 14:25:12 +02:00
clipboard.h Moved form handling into gemtk, 2012-12-31 03:37:43 +01:00
cookies.c Removed unused variable 2014-09-13 14:40:52 +02:00
cookies.h Fixed warnings for incomptible pointer type 2013-10-06 01:24:18 +02:00
ctxmenu.c Remove unused variables. 2014-05-19 17:01:40 +01:00
ctxmenu.h Added missing copyright headers 2012-08-24 00:47:37 +02:00
deskmenu.c fixup merge of scheduled reformat 2014-07-06 11:01:39 +01:00
deskmenu.h Start to remove windom, wip. 2012-11-18 23:22:43 +01:00
download.c Remove unused variables. 2014-05-19 17:13:35 +01:00
download.h split browser gui operations up 2014-01-15 19:37:05 +00:00
encoding.c fix missing stdlib include 2014-02-01 22:56:23 +00:00
encoding.h Put the font operations table alongside all the other core API 2014-10-13 11:56:31 +01:00
extract.php Preparing for merge... 2012-12-18 01:10:20 +01:00
file.c Replace default posix file handling table with GEMDOS compatible one 2014-09-13 14:15:01 +02:00
file.h Replace default posix file handling table with GEMDOS compatible one 2014-09-13 14:15:01 +02:00
filetype.c Removed unused label 2014-09-13 14:24:42 +02:00
filetype.h Improve documentation on mimetype fetcher table 2014-05-07 16:23:19 +01:00
findfile.c rework path to url mapping functions to convert from and to nsurl 2014-05-26 23:52:36 +01:00
findfile.h rework path to url mapping functions to convert from and to nsurl 2014-05-26 23:52:36 +01:00
font.c Put the font operations table alongside all the other core API 2014-10-13 11:56:31 +01:00
font.h I'm actually trying to simplify the frontend code, changes: 2011-11-28 23:23:28 +00:00
gui.c Put the font operations table alongside all the other core API 2014-10-13 11:56:31 +01:00
gui.h change reformat to be driven from the scheduler like redraw 2014-07-01 09:27:20 +01:00
history.c Fixed some unused variable warining. 2014-09-15 23:27:15 +02:00
history.h Fixed warnings for incomptible pointer type 2013-10-06 01:24:18 +02:00
hotlist.c Fixed some unused variable warnings. 2014-09-15 23:31:39 +02:00
hotlist.h atari fix for undefined PATH_MAX 2014-02-03 18:50:06 +00:00
login.c remove unecessary utils/url.h includes 2014-05-09 10:15:42 +01:00
login.h Fix up ripples from urldb change. 2012-10-11 11:20:02 +01:00
Makefile.defaults Enabled the filesystem backing store. 2014-09-15 23:06:28 +02:00
Makefile.target Include default cache folder in package 2014-09-16 23:03:44 +02:00
misc.c Added missing include 2014-09-13 14:43:10 +02:00
misc.h add file operations table and make all frontends use it. 2014-05-07 16:24:51 +01:00
options.h Added GUI pol timeout selection popup. 2013-11-23 17:52:33 +01:00
osspec.c Fixed some unused variable warnings. 2014-09-15 23:31:39 +02:00
osspec.h Start to remove windom, wip. 2012-11-18 23:22:43 +01:00
redrawslots.c Fixed some unused variable warining. 2014-09-15 23:27:15 +02:00
redrawslots.h Toolbar is now finished, started work on browser redraw/scrolling. 2012-11-30 03:20:52 +01:00
rootwin.c Fixed some unused variable warining. 2014-09-15 23:27:15 +02:00
rootwin.h Fix error. 2014-02-09 13:22:02 +00:00
save.h Added missing copyright headers 2012-08-24 00:47:37 +02:00
schedule.c Fixed some unused variable warining. 2014-09-15 23:27:15 +02:00
schedule.h documentation fixes and cleanups 2014-07-02 16:39:08 +01:00
search.c Remove unused variables. 2014-05-20 21:09:46 +01:00
search.h move page search gui callbacks to their own operations table 2014-03-18 22:32:52 +00:00
settings.c Do not show the maximize window widget 2014-09-17 00:54:16 +02:00
settings.h Moved form handling into gemtk, 2012-12-31 03:37:43 +01:00
statusbar.c Remove some unused variables. Scope reduce a variable. 2014-05-20 21:17:00 +01:00
statusbar.h Started refactoring of global redraw handling. 2012-11-28 21:30:24 +01:00
thumbnail.c Fix up ripples from urldb change. 2012-10-11 11:20:02 +01:00
toolbar.c Fixed some unused variable warining. 2014-09-15 23:27:15 +02:00
toolbar.h fixup missing includes 2014-07-06 19:36:12 +01:00
treeview.c Fixed some unused variable warining. 2014-09-15 23:27:15 +02:00
treeview.h Added about dialog, fixed scrolled treeview redraw. 2013-10-06 01:24:19 +02:00
verify_ssl.c Remove unused variables. 2014-05-20 21:34:29 +01:00
verify_ssl.h Implemented Search Dialog 2011-01-30 19:24:03 +00:00