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. |
|
More...
|
over 19 years ago
|
html_special(): move va_end() call outside the switch and make variables more local. |
|
More...
|
over 19 years ago
|
Since is_drawing_subs_or_sups() macro is only used by put_chars(), defined it in this function. |
|
More...
|
over 19 years ago
|
Remove now useless $Id: lines. |
|
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. |
|
More...
|
over 19 years ago
|
Re-order code in a more logical fashion. |
|
More...
|
over 19 years ago
|
No need to initialize @end and @start. |
|
More...
|
over 19 years ago
|
Declare variable in inner block. |
|
More...
|
over 19 years ago
|
Move table cache stuff outside local renderer_context. |
|
More...
|
over 19 years ago
|
Move code from new_link() to new init_link_event_hooks(). Make code cleaner, and reduce indentation. |
|
More...
|
over 19 years ago
|
html_special_tag(): reduce indentation. |
|
More...
|
over 19 years ago
|
Cast void * to struct tag *, instead the opposite. |
|
More...
|
over 19 years ago
|
shift_chars(): let it use alloca() if possible (--fastmem mode only). |
|
More...
|
over 19 years ago
|
Fix a missing space. |
|
More...
|
over 19 years ago
|
Trim trailing whitespaces. |
|
More...
|
over 19 years ago
|
Introduce set_screen_char_color() and reduce code redundancy. |
|
More...
|
over 19 years ago
|