1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/src/document
Miciah Dashiel Butler Masters 65016cdca4 Fix superscript and subscript support
Introduce html_subscript_close callback. Draw opening and closing brackets
and carets for subscript and superscript text directly in the element
handlers rather than performing weirdness in the renderer. This both
improves readability and fixes bug 284, misplaced brackets with subscripts.
2006-05-28 00:10:13 +00:00
..
css Autogenerate .vimrc files and put the master in config/vimrc 2006-01-15 18:38:58 +01:00
dom DOM: Replace various DOM status/error/exception codes with dom_code enum 2006-01-31 22:01:35 +01:00
html Fix superscript and subscript support 2006-05-28 00:10:13 +00:00
plain plain renderer: return when data is invalid in some cases 2006-05-10 18:18:22 +02:00
docdata.c
docdata.h mem_alloc_align: drop the obj type parameter 2006-02-17 17:32:59 +00:00
document.c
document.h Revert unstable 'Eval embedded scripts at once' 2006-02-12 15:03:12 +00:00
forms.c Added id to the form control. id is used by scripts 2006-05-01 19:22:07 +02:00
forms.h Added id to the form control. id is used by scripts 2006-05-01 19:22:07 +02:00
Makefile Elute all DOM-related code and put it in src/dom 2005-12-28 14:05:14 +01:00
options.c
options.h
refresh.c
refresh.h
renderer.c Display optionally tabs bar at top like other browser do. 2006-03-04 10:24:37 +01:00
renderer.h Sort links when necessary 2006-01-28 14:13:41 +01:00
view.h