netsurf/framebuffer
Michael Drake 15e61743a3 Add button to quit by default. Not having it confuses people who run it as intended on the framebuffer, and it can still be turned off should somone wish to. 2013-02-12 20:18:01 +00:00
..
fbtk Make delete line key enum value name less missleading. (Doesn't cut to clipboard.) 2013-02-11 10:34:06 +00:00
res Add OSK icon. 2012-09-28 19:52:21 +01:00
Makefile.defaults split target defaults out 2012-12-13 19:26:24 +00:00
Makefile.target move common include path setup to core Makefile 2012-12-20 15:27:07 +00: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 Update framebuffer front end to implement new clipboard API. 2013-01-08 17:03:12 +00:00
convert_image.c Update for modified libnsfb API 2011-11-21 08:45:08 +00: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
filetype.c Fix framebuffer resource: handling 2011-03-17 12:29:42 +00:00
findfile.c Fix framebuffer 2011-10-07 21:20:45 +00:00
findfile.h add resource handling 2011-02-23 22:27:55 +00:00
font.h Make framebuffer port use libnsfb 2009-06-28 18:32:47 +00:00
font_freetype.c Make compatible with new nsfont_split expectations. Only splits on spaces. 2013-02-10 18:26:59 +00:00
font_freetype.h Correct freetype header acquisition 2010-06-30 20:09:33 +00:00
font_internal.c Make compatible with new nsfont_split expectations. Only splits on spaces. 2013-02-10 18:26:59 +00:00
font_internal.h Replace old internal font with new one. New font 2010-02-06 22:32:39 +00:00
framebuffer.c Pass pointer hotspots to libnsfb. 2012-08-01 12:52:46 +01:00
framebuffer.h Update for modified libnsfb API 2011-11-21 08:45:08 +00:00
gui.c Add button to quit by default. Not having it confuses people who run it as intended on the framebuffer, and it can still be turned off should somone wish to. 2013-02-12 20:18:01 +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 Move browser_window struct to private header. Places that shouldn't include it do, such as front end code. 2012-08-22 12:22:58 +01:00
login.c Fix up ripples from urldb change. 2012-10-11 11:20:02 +01:00
misc.c Add LOG() to warn_user() and die(). Full implementation still needed. 2010-12-26 18:48:11 +00:00
nsfont_bold.c Update URLs for glyph data. 2012-07-15 17:41:37 +01:00
nsfont_italic.c Update URLs for glyph data. 2012-07-15 17:41:37 +01:00
nsfont_italic_bold.c Update URLs for glyph data. 2012-07-15 17:41:37 +01:00
nsfont_regular.c Update URLs for glyph data. 2012-07-15 17:41:37 +01:00
options.h NetSurf options rework (a=vince r=daniels,jmb) 2012-03-22 09:34:34 +00:00
schedule.c Reduce logging flood. 2011-10-01 17:23:46 +00:00
schedule.h The schedule_run function is only called by the frontends so remove it from the core header and add its definition to the frontend headers. 2010-04-28 22:39:37 +00:00
system_colour.c Fix colour string matching. Lose unneeded case insensitivity in matching. 2012-03-27 11:02:35 +00:00
thumbnail.c Fix up ripples from urldb change. 2012-10-11 11:20:02 +01:00
tree.c Merge branches/jmb/content-factory to trunk 2011-05-06 20:40:09 +00:00