netsurf/render
Vincent Sanders a2396edde4 complete transition to locale independant core operation
The netsurf core no longer uses any locale dependant operations
excepting the mall number or cases where such operations are
explicitly wanted.

the netsurf_init now calls setlocale with the empty string and lets
the c library setup as per its specific implementation.

any core functionality that specificaly processes ascii text must use
the utils/ascii.h header to do so.
2016-09-29 22:37:10 +01:00
..
box_construct.c complete transition to locale independant core operation 2016-09-29 22:37:10 +01:00
box_normalise.c Allow include directories to be added by sub makefiles 2016-06-06 14:47:27 +01:00
box_textarea.c move key press enums and operations to their own header 2016-07-01 14:27:04 +01:00
box_textarea.h
box.c Allow include directories to be added by sub makefiles 2016-06-06 14:47:27 +01:00
box.h cleanup seevral doxygen warnings 2016-09-13 09:16:31 +01:00
font.c Allow include directories to be added by sub makefiles 2016-06-06 14:47:27 +01:00
font.h
form_internal.h move the public form API 2016-06-14 12:39:54 +01:00
form.c use ascii processing when determining form charset 2016-09-12 22:43:39 +01:00
html_css_fetcher.c Fix size_t printf formatting 2016-03-17 22:00:54 +00:00
html_css.c Style: Fix ignoring of STYLE elements with non-screen media. 2016-09-24 12:44:28 +01:00
html_forms.c Update content to split public and internal API 2016-06-06 09:01:38 +01:00
html_interaction.c move key press enums and operations to their own header 2016-07-01 14:27:04 +01:00
html_internal.h Style: Fix ignoring of STYLE elements with non-screen media. 2016-09-24 12:44:28 +01:00
html_object.c Allow include directories to be added by sub makefiles 2016-06-06 14:47:27 +01:00
html_redraw.c cleanup seevral doxygen warnings 2016-09-13 09:16:31 +01:00
html_script.c Update content to split public and internal API 2016-06-06 09:01:38 +01:00
html.c Style: Fix ignoring of STYLE elements with non-screen media. 2016-09-24 12:44:28 +01:00
html.h Style: Fix ignoring of STYLE elements with non-screen media. 2016-09-24 12:44:28 +01:00
imagemap.c simplify box_extract_link interface and improve documentation 2016-09-11 12:19:56 +01:00
imagemap.h
layout.c Allow include directories to be added by sub makefiles 2016-06-06 14:47:27 +01:00
layout.h cleanup seevral doxygen warnings 2016-09-13 09:16:31 +01:00
Makefile
search.c move misc header into public API 2016-05-30 11:23:32 +01:00
search.h
table.c Allow include directories to be added by sub makefiles 2016-06-06 14:47:27 +01:00
table.h
textplain.c move key press enums and operations to their own header 2016-07-01 14:27:04 +01:00
textplain.h move mouse and pointer state header into public API 2016-05-30 12:10:08 +01:00