1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-29 03:17:53 -04:00
Commit Graph

2986 Commits

Author SHA1 Message Date
Witold Filipczyk
7db2f8c629 move-link-up-line and others: changed mode to NAVIGATE_CURSOR_ROUTING when
there is no link.
2007-08-27 21:14:56 +02:00
Witold Filipczyk
12cb69d617 bug 620: This code didn't fix the bug. 2007-08-25 19:04:48 +02:00
Witold Filipczyk
5ee1d3b2b3 New action: move-cursor-line-start.
It moves cursor to the start of the line.
2007-08-23 20:05:07 +02:00
Witold Filipczyk
848852b75f move-link-prev(next)-line: Typo with cut-n-paste. s/line/last/. 2007-08-20 09:38:38 +02:00
Witold Filipczyk
c646c860cd move-link-up-line: segfault when cursor was below last line. 2007-08-20 09:01:49 +02:00
Witold Filipczyk
052f7a93bb move-link-prev-line: Really fixed. 2007-08-19 20:46:32 +02:00
Witold Filipczyk
bb0166279f move-link-prev-line .. move-link-down-line: Fixed. 2007-08-19 13:58:30 +02:00
Witold Filipczyk
3555f68059 Fixed the issue with multiline links. 2007-08-14 21:16:16 +02:00
Witold Filipczyk
888ba87516 Avoid segfault.
Go to the page with a few lines. Follow a link to a page with more lines.
Move cursor down, do not stay on a link.
Go back and do move-link-prev-line. This caused a segmentation fault.
2007-08-14 20:43:22 +02:00
Witold Filipczyk
14b37d0362 move-link-down-line, move-link-prev-line, etc.:
Change mode to NAVIGATE_LINKWISE to preserve the link position when
going back.
2007-08-14 19:56:02 +02:00
Witold Filipczyk
2045574edc actions: Fixed moving in frames. 2007-08-12 12:49:19 +02:00
Witold Filipczyk
8259a56e99 viewer: Added new four actions requested by Ligesh.
move-link-down-line moves the cursor down to the line with a link.
move-link-up-line moves the cursor up to the line with a link.
move-link-prev-line moves to the previous link horizontally.
move-link-next-line moves to the next link horizontally.
2007-08-12 12:49:12 +02:00
Jonas Fonseca
ee83dca303 Change protocol/test to use the shell-based test infrastructure 2007-08-10 18:46:14 +02:00
Jonas Fonseca
49c637661d Add .gitignore file listing the test_uri program 2007-08-10 18:45:56 +02:00
Jonas Fonseca
5d25c83139 Add rule to make (c)tags file
Also fix (e)TAGS rule to work when srcdir == builddir and
Remove the tag files during clean.
2007-08-10 18:40:28 +02:00
Witold Filipczyk
29517f7db7 Renamed src/Doxyfile to doc/Doxyfile.in.
This was missing when I applied patches from elinks-0.12.
2007-08-09 18:52:03 +02:00
Witold Filipczyk
90b116a1ce pl.po: Converted to UTF-8. 2007-08-09 16:52:16 +02:00
Jonas Fonseca
ee46003a12 Ignore tags file 2007-08-08 19:05:58 +02:00
Jonas Fonseca
6ac4daad07 Fix doxygen warning about list end marker 2007-08-08 19:05:54 +02:00
Jonas Fonseca
2a638f08cd Integrate Doxygen better in the build system
This change:

 - Adds a check for the doxygen program to configure.
 - Moves the Doxyfile from src/Doxyfile to doc/Doxyfile.in.
 - Generates a doc/Doxyfile from doc/Doxyfile.in inserting
   an absolute path to the source directory, so that it
   also works when builddir != srcdir.
 - Adds `make api` rule for running doxygen; it depends on
   api/doxygen file which is never created to force the rule
   to always run.
2007-08-08 19:05:44 +02:00
Nerijus Baliunas
9bb5e20bc9 Fix misleading texts about elapsed/estimated time 2007-08-08 18:59:44 +02:00
Jonas Fonseca
a8d9e95473 Doxygenate main header files of src/protocol/bittorrent 2007-08-08 18:59:39 +02:00
Jonas Fonseca
ecaae71b9b Update hierbox comments and make them ready for Doxygen
Noticed by kon.
2007-08-08 18:59:34 +02:00
Witold Filipczyk
61415bc08a bug 534: Part II. 2007-08-02 15:16:30 +02:00
Witold Filipczyk
b3845a7998 bug 534: Fixed (?) 2007-08-02 11:07:55 +02:00
Jonas Fonseca
4cccedabc9 Doxify bfu/style
Also fixes an old misleading comment noticed by kon.
2007-07-31 18:44:58 +02:00
Jonas Fonseca
4b63be8092 Fix dom_node_attribute comment mentioning non-existant struct
Noticed by kon.
2007-07-31 18:44:49 +02:00
Kalle Olavi Niemitalo
57fb761c82 itrm: Don't mention bug 776 which was already fixed. 2007-07-31 18:44:43 +02:00
Kalle Olavi Niemitalo
82979b8ce2 Doxygen: minor changes in src/terminal/itrm.h 2007-07-31 18:44:33 +02:00
Kalle Olavi Niemitalo
8cbfbe5f56 Doxygen: Escape some HTML tags. 2007-07-31 18:44:26 +02:00
Kalle Olavi Niemitalo
491f09246b Doxygen: Begin commands with @ not \. 2007-07-31 18:44:17 +02:00
Kalle Olavi Niemitalo
042f9bade4 Rewrite wiki to en.wikipedia.org, avoid server bug.
<http://www.wikipedia.org/w/wiki.phtml?search=sue%20lawley>
incorrectly redirects to
<http://en.wikipedia.org/w/wiki.phtml?search=sue%2520lawley>
which searches for "sue%20lawley" rather than "sue lawley".
By using en.wikipedia.org directly, we avoid the server bug.
Prompted by an elinks-users post on 2007-07-27.

I asked on #wikimedia-tech, and www.wikipedia.org does always
redirect to en.wikipedia.org; it does not guess any other
language based on headers or IP addresses or such.  Also, the
redirection exists only for compatibility, and skipping it
avoids a few roundtrips to the server.  So this change is good
even if the server is eventually fixed.
2007-07-31 18:44:09 +02:00
Kalle Olavi Niemitalo
db13653fb0 Bug 968: Don't use copy_chars in justify_line.
All the needed memory has been allocated before the loop so we can use
copy_screen_chars() directly.  This avoids the assertion failure in
copy_chars() for width==0 and should be a bit faster too.  According
to ISO/IEC 9899:1999 7.21.1p2, memcpy() doesn't copy anything if n==0
(but the pointers must be valid).
2007-07-30 19:00:42 +02:00
Witold Filipczyk
eecba4a96c Revert "bug 968: fixed."
This reverts commit cd8008225c.
2007-07-30 19:00:21 +02:00
Kalle Olavi Niemitalo
0afe741ac0 Doxygen: Define CONFIG_ECMASCRIPT and CONFIG_ECMASCRIPT_SEE. 2007-07-30 18:59:25 +02:00
Witold Filipczyk
cd8008225c bug 968: fixed. 2007-07-29 16:17:11 +02:00
Kalle Olavi Niemitalo
3dbf4d3d1d NEWS: mention bugs 723, 869 2007-07-29 15:45:23 +02:00
Kalle Olavi Niemitalo
8ff098573d Doxygen: more links in terminal/screen.c 2007-07-29 15:45:17 +02:00
Kalle Olavi Niemitalo
f0c32905de TAGS: recognize static INIT_LIST_OF 2007-07-29 15:45:11 +02:00
Kalle Olavi Niemitalo
3eb4b8cecb Doxygen: expand INIT_LIST_OF 2007-07-29 15:45:05 +02:00
Kalle Olavi Niemitalo
d524b6ee6d const in css_appliers[] 2007-07-28 12:56:08 +02:00
Kalle Olavi Niemitalo
880747575a Doxygenate src/document/css/ 2007-07-28 12:56:02 +02:00
Kalle Olavi Niemitalo
9254af74ed Doxygenate src/document/ (but not subdirs)
[ With some adjustments for my branch --witekfl ]
2007-07-28 12:55:55 +02:00
Witold Filipczyk
91e143efb2 Removed one line to let the patch apply. 2007-07-28 12:55:52 +02:00
Witold Filipczyk
0e2d5fadbc Ecmascript: Use LIST_OF for timeouts. 2007-07-28 12:43:05 +02:00
Kalle Olavi Niemitalo
61b0fd7d97 Doxygen: minor fixes in handle_trm 2007-07-28 12:29:43 +02:00
Kalle Olavi Niemitalo
00946a4d61 Doxygen: rename struct key to reduce spurious links
Rename struct key to struct named_key, use more const, change the num
member from int to term_event_key_T, and put a KBD_UNDEF at the end of
the array (even though it won't be read).
2007-07-27 20:23:17 +02:00
Kalle Olavi Niemitalo
403d6bdbd0 Doxygen: document text parameter of format_text{,utf8} 2007-07-27 20:23:12 +02:00
Kalle Olavi Niemitalo
faa2790700 Doxygenate src/terminal/ 2007-07-27 20:23:05 +02:00
Kalle Olavi Niemitalo
87189c33f9 Doxygen: Define CONFIG_UTF8. 2007-07-27 20:22:58 +02:00