1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-29 03:17:53 -04:00
elinks/src/document
Witold Filipczyk 232c07aa7f bug 1009: id variables renamed, added document_id to the document.
cached->id => cached->cache_id
document->id => document->cache_id
onload_snippets_owner => onload_snippets_document_id
Added the distinct document->document_id.
Always reset ecmascript when a document changes for example a next chunk
of it is loaded.
2008-04-27 23:22:08 +03:00
..
css Strings corrections from Malcolm Parsons 2008-01-27 04:09:18 +00:00
dom const in scanner 2008-01-26 18:20:17 +02:00
html Strings corrections from Malcolm Parsons 2008-01-27 04:09:18 +00:00
plain Use color.background instead of bgcolor in struct document too. 2007-10-12 16:50:47 +02:00
docdata.c Doxygenate src/document/ (but not subdirs) 2007-07-28 02:34:59 +03:00
docdata.h mem_alloc_align: drop the obj type parameter 2006-02-17 17:32:59 +00:00
document.c bug 1009: id variables renamed, added document_id to the document. 2008-04-27 23:22:08 +03:00
document.h bug 1009: id variables renamed, added document_id to the document. 2008-04-27 23:22:08 +03:00
format.c struct text_style_color fg,bg -> foreground, background 2007-10-12 16:41:06 +02:00
format.h struct text_style_color fg,bg -> foreground, background 2007-10-12 16:41:06 +02:00
forms.c Doxygenate src/document/ (but not subdirs) 2007-07-28 02:34:59 +03:00
forms.h Doxygenate src/document/ (but not subdirs) 2007-07-28 02:34:59 +03:00
Makefile Backport Pasky's changes concerning text_style-related stuff. 2007-09-14 14:59:37 +02:00
options.c Optionally honour "display: none" (default off) 2007-12-22 03:59:22 +00:00
options.h Optionally honour "display: none" (default off) 2007-12-22 03:59:22 +00:00
refresh.c Drop extra definition of start_document_refresh 2007-10-09 14:43:38 +00:00
refresh.h Introduce start_document_refreshes() 2007-09-14 16:44:04 +02:00
renderer.c bug 1009: id variables renamed, added document_id to the document. 2008-04-27 23:22:08 +03:00
renderer.h Backport Pasky's changes concerning text_style-related stuff. 2007-09-14 14:59:37 +02:00
view.h Doxygenate src/document/ (but not subdirs) 2007-07-28 02:34:59 +03:00