netsurf/framebuffer
Vincent Sanders c56642819e add file operations table and make all frontends use it.
This rationalises the path construction and basename file
operations. The default implementation is POSIX which works for all
frontends except windows, riscos and amiga which have differeing path
separators and rules.

These implementations are significantly more robust than the previous
nine implementations and also do not use unsafe strncpy or buffers
with arbitrary length limits.

These implementations also carry full documentation comments.
2014-05-07 16:24:51 +01:00
..
fbtk Add Unicode support to internal font. 2014-05-06 21:31:05 +01:00
res Add L and l with stroke glyphs. 2014-05-07 13:43:14 +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 Add Unicode support to internal font. 2014-05-06 21:31:05 +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 Use enum instead of magic numbers for tracking key modifier states. Pass special keys to core (e.g. WORD_LEFT, SELECT_ALL, etc). 2012-08-01 14:47:20 +01:00
fetch.c add file operations table and make all frontends use it. 2014-05-07 16:24:51 +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_freetype.c move utf8 local conversion operations to table 2014-02-01 22:17:36 +00:00
font_freetype.h Correct freetype header acquisition 2010-06-30 20:09:33 +00:00
font_internal.c Remove some debug. 2014-05-06 21:58:49 +01:00
font_internal.h Add Unicode support to internal font. 2014-05-06 21:31:05 +01:00
font.h move utf8 local conversion operations to table 2014-02-01 22:17:36 +00:00
framebuffer.c Add Unicode support to internal font. 2014-05-06 21:31:05 +01:00
framebuffer.h Update for modified libnsfb API 2011-11-21 08:45:08 +00:00
GEN_font_internal.c Add L and l with stroke glyphs. 2014-05-07 13:43:14 +01:00
gui.c move scheduleing into browser operation table 2014-03-09 15:37:40 +00:00
gui.h Merge branches/vince/netsurf-fbtk-rework to trunk. 2010-07-07 18:08:17 +00:00
image_data.h Add OSK icon. 2012-09-28 19:52:21 +01:00
localhistory.c Remove unused includes. 2014-02-15 20:18:27 +00:00
Makefile.defaults fix formatting of defaults makefiles 2014-03-20 11:05:39 +00:00
Makefile.target Add Unicode support to internal font. 2014-05-06 21:31:05 +01:00
misc.c move filename_from_path and path_add_part into gui operation tables 2014-01-16 00:01:25 +00: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 Fix up ripples from urldb change. 2012-10-11 11:20:02 +01:00