date | project | content | link |
|---|
| 06:10 on Aug 12 | ELinks | Commit by witekfl :: r79340fa4accb elinks/ (2 files in 2 dirs): Better looking symbols for LI elements. | # |
| 17:10 on Aug 11 | ELinks | Commit by simon :: rd4b008312a90 elinks/ (AUTHORS contrib/user.css): contrib/user.css: Documentation improvement
In contrib/user.css, point out that document.colors.use_document_colors
must be enabled for colors to work and ELinks must be compiled with
--enable-html-highlighting for HTML highlighting to work. | # |
| 07:47 on Aug 08 | ELinks | Commit by witekfl :: r8615e62ffb23 elinks/src/protocol/test/stub.c: Compilation fix. make test failed. | # |
| 07:47 on Aug 08 | ELinks | Commit by witekfl :: r16ff31088459 elinks/src/mime/backend/test-mailcap-cache: One of mailcap tests failed because of changed implementation
of copiousoutput. Now tests passed, by I'm not sure whether
they work properly. | # |
| 22:16 on Aug 07 | ELinks | Commit by nils :: r2f0d954add3c elinks/ (5 files in 2 dirs): Rudimentary support for HTML5 media elements
Make use of the HTML5 media elements, <video> and <audio> by adding
links to the media. | # |
| 22:16 on Aug 07 | ELinks | Commit by miciah.masters :: rf113f6a156f4 elinks/src/viewer/text/link.c: field_op: use goto_link
Use the newly introduced goto_link instead of goto_current_link in field_op
since field_op already looks up the current link. | # |
| 22:16 on Aug 07 | ELinks | Commit by miciah.masters :: r6a91849889e6 elinks/src/viewer/text/link.c: Don't follow wrong link when an event handler changes documents under us
When a link had an onClick event handler that changes the current document,
ELinks would follow the current link of the document displayed after
executing the handler.
Factor goto_link out of goto_current_link.
Use goto_link instead of goto_current_link in activate_link to ensure that
the link that is passed in by enter() is followed. | # |
| 22:16 on Aug 07 | ELinks | Commit by miciah.masters :: r6cb3d30d09a4 elinks/src/ecmascript/ (spidermonkey.c spidermonkey.h): Add missing include and declarations
Add an include for config/options.h to src/ecmascript/spidermonkey.c
and two missing declarations (struct form_view and struct form_state)
to src/ecmascript/spidermonkey.h. | # |
| 13:53 on Aug 07 | ELinks | Commit by witekfl :: r20eee6f2c824 elinks/src/protocol/http/http.c: bug 1097: Restart connection when digest proxy authorization
is required for the first time. | # |
| 13:04 on Aug 07 | ELinks | Commit by witekfl :: r2d906e088687 elinks/src/protocol/ (auth/auth.h auth/digest.c http/http.c): bug 1097: Better digest proxy authentication.
Added nc to the auth_entry. nc is incremented every time new
digest request is sent. | # |
| 19:51 on Jul 31 | ELinks | Commit by witekfl :: rcbf5ef6680cf elinks/src/protocol/file/file.c: Allow empty /dev/stdin
For example: PAGER=elinks git diff
shows nothing, when repo is not dirty. | # |
| 19:18 on Jul 31 | ELinks | Commit by witekfl :: ra27e7d95ee1a elinks/src/session/download.c: Do not delete temporary files of external handlers. | # |
| 18:59 on Jul 31 | ELinks | Commit by witekfl :: r2ff9f1a76f29 elinks/src/document/plain/renderer.c: & 15 for foreground. | # |
| 18:55 on Jul 31 | ELinks | Commit by witekfl :: r17f82a3e2161 elinks/src/ (3 files in 2 dirs): Decode ESC color sequences in the plain renderer.
Added functions for screen_char->color -> color_T conversion. | # |
| 08:09 on Jul 27 | ELinks | Commit by witekfl :: r6c7fbaeeaa9e elinks/src/ (5 files in 4 dirs): Unification of protocol handler names. | # |
| 07:45 on Jul 27 | ELinks | Commit by witekfl :: r98a7ca3635bd elinks/src/scripting/lua/ (core.c hooks.c): Silent lua warnings. | # |
| 18:33 on Jul 25 | ELinks | Commit by aelmahmoudy :: rdfd399c370be elinks/src/ (3 files in 2 dirs): Fixes to make test target to work | # |
| 18:15 on Jul 25 | ELinks | Commit by witekfl :: r685cd47c2ee1 elinks/configure.in: Ubuntu has liblua5.1.so, so added 5.1 to the "search path".
Reported by Ahmed El-Mahmoudy. | # |
| 12:44 on Jul 25 | ELinks | Commit by witekfl :: r1f98df36a66f elinks/src/session/download.c: copiousoutput: Temporary file is deleted by /bin/rm -f
added with ; at the of the command.
I commented also the line with file_download->delete = 0 because
it left temporary files. | # |
| 11:55 on Jul 25 | ELinks | Commit by witekfl :: r47e5bec81f59 elinks/src/protocol/file/mailcap.c: Some misleading comments were deleted. | # |