1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-01 02:05:33 +00:00
Commit Graph

3000 Commits

Author SHA1 Message Date
Witold Filipczyk
6b059d3d36 Revert "Mailcap on slave terminals seems to work right."
This reverts commit f45d4c1782.
2007-09-02 16:58:36 +02:00
Witold Filipczyk
69d7208ade Revert "IPC: Check headers."
This reverts commit 4a3559e0b2.
2007-09-02 16:58:07 +02:00
Witold Filipczyk
1424002087 Revert "Compilation fix, a bit ugly."
This reverts commit c246b67ff9.
2007-09-02 16:57:42 +02:00
Witold Filipczyk
5e145576b0 Revert "IPC: simplification. Only one semaphore is required."
This reverts commit 4cf3130b53.
2007-09-02 16:57:20 +02:00
Witold Filipczyk
0c406b48a1 Revert "Avoid races."
This reverts commit 40d3102bc7.
2007-09-02 16:56:55 +02:00
Witold Filipczyk
1b36682244 Revert "mailcap on slave: Fixed memleak."
This reverts commit 8e7daa1a29.
2007-09-02 16:56:36 +02:00
Witold Filipczyk
cdcbdd720d Revert "IPC: added the prefix 'my' to the semaphore functions."
This reverts commit e6e8b3407d.
2007-09-02 16:56:10 +02:00
Witold Filipczyk
2d69e2e625 Forget forms when reloading (bug 620 ?). 2007-08-30 19:36:48 +02:00
Jonas Fonseca
940196b131 Fix protocol/test ignore rule for the uri-test program 2007-08-29 18:48:13 +02:00
Jonas Fonseca
5c9983476e Move get_test_opt to util/test.h and use throughout test programs 2007-08-29 18:48:06 +02:00
Jonas Fonseca
fa1108760a dom/test: properly test test option matches in get_test_opt 2007-08-29 18:48:00 +02:00
Jonas Fonseca
2d03a7d74f dom/test: rename get_opt to get_test_opt to avoid namespace problems 2007-08-29 18:47:53 +02:00
Jonas Fonseca
2e50450eb8 Introduce test library in util/test.h containing the die() function
Fix the die() function to exit with EXIT_FAILURE value as pointed
out by Kalle on elinks-dev in <87tzqkxhlp.fsf@Astalo.kon.iki.fi>.
2007-08-29 18:47:43 +02:00
Kalle Olavi Niemitalo
996e52ae84 Doc comments about coordinate systems.
So that I may better understand Witek's patches.
2007-08-28 20:38:37 +02:00
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