97
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
May 29, 2023 — May 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Complete enum border_char using codes borrowed from TWIN project.
Laurent Monin
as Laurent MONIN
More... over 18 years ago
Merge with git+ssh://pasky.or.cz/srv/git/elinks.git More... over 18 years ago
resolved some fuzzies and killed few missing translations More... over 18 years ago
Merge with git+ssh://pasky.or.cz/srv/git/elinks.git More... over 18 years ago
French translation was updated.
Laurent Monin
as Laurent MONIN
More... over 18 years ago
Split the parser interface up into init, parser and done steps More... over 18 years ago
Remove indentation from option description More... over 18 years ago
Update Danish translation More... over 18 years ago
Remove some unused struct decls More... over 18 years ago
Merge the special handling in start_element for tables into html_table. More... over 18 years ago
In html_table, rename parameter a to attr. More... over 18 years ago
Shuffle code so that the do_html_select, do_html_select_multiple, and html_select are together. More... over 18 years ago
Give do_html_select return type void instead of int. More... over 18 years ago
Check for the multiple attribute in html_select rather than in do_html_select. More... over 18 years ago
Factor do_html_select_multiple out of html_select. More... over 18 years ago
Drop the html_textarea wrapper for do_html_textarea and rename do_html_textarea to html_textarea. More... over 18 years ago
Don't export do_html_select. More... over 18 years ago
Merge do_html_script into html_script. More... over 18 years ago
Oops, add missing description of preformat hook return value More... over 18 years ago
Improve the ruby hook example file More... over 18 years ago
Silence various sparse warnings More... over 18 years ago
Fix non-ANSI function declaration More... over 18 years ago
Kill suspicious looking empty line More... over 18 years ago
Fix trailing whitespaces.
Laurent Monin
as Laurent MONIN
More... over 18 years ago
html_select(): fix compilation bug to recent patch.
Laurent Monin
as Laurent MONIN
More... over 18 years ago
Let html_select, html_textarea, and html_script call do_html_select, do_html_textarea, and do_html_script directly instead of handling them specially in start_element. More... over 18 years ago
Add parameters unsigned char *html, unsigned char *eof, and unsigned char **end to element_handler_T. More... over 18 years ago
Revert DOM stack member renames and fix compile errors More... over 18 years ago
One missing sparse warning fix More... over 18 years ago
Slightly adjust the verbose output of the sparse command More... over 18 years ago