97
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge with git+ssh://pasky.or.cz/srv/git/elinks.git More... over 19 years ago
Fix a memory-corruption bug in the line justification algorithm. More... over 19 years ago
Add some smart lambda derived prefixes: gmane, bugzilla More... over 19 years ago
In justify_line, rename the variable 'insert' to 'diff'. More... over 19 years ago
Add a sample hooks.js file based on treats from lua More... over 19 years ago
Cleanup and improve error messaging More... over 19 years ago
Add a boolean option ecmascript.ignore_noscript, default off, that when enabled causes ELinks to ignore any content enclosed with <noscript> tags. More... over 19 years ago
Introduce 'make cleanall' and run it in the build dir when configuring More... over 19 years ago
Make all paths relative to top_{build,src}dir More... over 19 years ago
Makefy Makefile.lib even more.
Laurent Monin
as Laurent MONIN
More... over 19 years ago
html_special(): move va_end() call outside the switch and make variables more local.
Laurent Monin
as Laurent MONIN
More... over 19 years ago
Since is_drawing_subs_or_sups() macro is only used by put_chars(), defined it in this function.
Laurent Monin
as Laurent MONIN
More... over 19 years ago
Remove now useless $Id: lines.
Laurent Monin
as Laurent MONIN
More... over 19 years ago
Move and make sense of the common code More... over 19 years ago
Add simple AsciiDoc markup to NEWS and rework a few entries More... over 19 years ago
Add the basics for _browser_ (ecma)scripting ELinks with SEE More... over 19 years ago
Merge with git+ssh://pasky/srv/git/elinks.git More... over 19 years ago
Make lib.o depend on any subdir lib.o so it will be relinked More... over 19 years ago
Drop dead commented code and tidy up.
Laurent Monin
as Laurent MONIN
More... over 19 years ago
Re-order code in a more logical fashion.
Laurent Monin
as Laurent MONIN
More... over 19 years ago
No need to initialize @end and @start.
Laurent Monin
as Laurent MONIN
More... over 19 years ago
Declare variable in inner block.
Laurent Monin
as Laurent MONIN
More... over 19 years ago
Move table cache stuff outside local renderer_context.
Laurent Monin
as Laurent MONIN
More... over 19 years ago
Move code from new_link() to new init_link_event_hooks(). Make code cleaner, and reduce indentation.
Laurent Monin
as Laurent MONIN
More... over 19 years ago
html_special_tag(): reduce indentation.
Laurent Monin
as Laurent MONIN
More... over 19 years ago
Cast void * to struct tag *, instead the opposite.
Laurent Monin
as Laurent MONIN
More... over 19 years ago
shift_chars(): let it use alloca() if possible (--fastmem mode only).
Laurent Monin
as Laurent MONIN
More... over 19 years ago
Fix a missing space.
Laurent Monin
as Laurent MONIN
More... over 19 years ago
Trim trailing whitespaces.
Laurent Monin
as Laurent MONIN
More... over 19 years ago
Introduce set_screen_char_color() and reduce code redundancy.
Laurent Monin
as Laurent MONIN
More... over 19 years ago