Kalle Olavi Niemitalo
c44739e039
Refer to bug 96 in a comment.
2007-09-03 21:02:58 +03:00
Kalle Olavi Niemitalo
a59f44c4b5
Document Unicode characters for ACS_S[1379].
2007-09-03 21:01:49 +03:00
Kalle Olavi Niemitalo
af14d00d17
Add missing va_ends.
...
I'm not sure they're needed anywhere nowadays, but still.
2007-09-03 21:01:11 +03:00
Witold Filipczyk
7f49eda39e
DOM renderer: off by one error.
2007-09-02 20:44:36 +00:00
Kalle Olavi Niemitalo
78f733c6c1
More doc comments about coordinates.
2007-08-29 09:57:18 +03:00
Jonas Fonseca
8376feb6b1
Fix protocol/test ignore rule for the uri-test program
2007-08-28 20:35:14 +02:00
Jonas Fonseca
bbd7c8354a
Move get_test_opt to util/test.h and use throughout test programs
2007-08-28 20:34:17 +02:00
Jonas Fonseca
c6a223c8dd
dom/test: properly test test option matches in get_test_opt
2007-08-28 20:22:29 +02:00
Jonas Fonseca
5d88ea78f9
dom/test: rename get_opt to get_test_opt to avoid namespace problems
2007-08-28 20:16:27 +02:00
Jonas Fonseca
0f53941fef
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-28 20:14:08 +02:00
Kalle Olavi Niemitalo
40afaae7d6
Doc comments about coordinate systems.
...
So that I may better understand Witek's patches.
2007-08-28 09:52:37 +03:00
Jonas Fonseca
5f18156708
Change protocol/test to use the shell-based test infrastructure
2007-08-10 13:30:28 +02:00
Jonas Fonseca
b3ca6a9e1f
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 10:26:14 +02:00
Witold Filipczyk
3b55e9a4b2
pl.po: Converted to UTF-8.
2007-08-09 16:51:08 +02:00
Jonas Fonseca
36f59cacd6
Ignore tags file
2007-08-08 14:25:38 +02:00
Jonas Fonseca
d083619988
Fix doxygen warning about list end marker
2007-08-08 14:24:55 +02:00
Jonas Fonseca
1079c95b9d
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 14:23:21 +02:00
Nerijus Baliunas
ee3eeab4e6
Fix misleading texts about elapsed/estimated time
2007-08-08 13:20:35 +02:00
Jonas Fonseca
4e710a3aa6
Doxygenate main header files of src/protocol/bittorrent
2007-08-08 13:20:26 +02:00
Jonas Fonseca
ab5e7f116b
Update hierbox comments and make them ready for Doxygen
...
Noticed by kon.
2007-08-08 13:18:53 +02:00
Jonas Fonseca
fd9f1f8f6d
Doxify bfu/style
...
Also fixes an old misleading comment noticed by kon.
2007-07-31 14:39:12 +02:00
Jonas Fonseca
b831ee64aa
Fix dom_node_attribute comment mentioning non-existant struct
...
Noticed by kon.
2007-07-31 14:37:41 +02:00
Kalle Olavi Niemitalo
dc2cac851d
itrm: Don't mention bug 776 which was already fixed.
2007-07-31 14:14:08 +03:00
Kalle Olavi Niemitalo
cc813e8541
Doxygen: minor changes in src/terminal/itrm.h
2007-07-31 14:12:28 +03:00
Kalle Olavi Niemitalo
870df797cf
Doxygen: Escape some HTML tags.
2007-07-31 13:48:20 +03:00
Kalle Olavi Niemitalo
76c6f38169
Doxygen: Begin commands with @ not \.
2007-07-31 13:47:12 +03:00
Kalle Olavi Niemitalo
0cb047b298
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).
(original 'git cherry-pick' arguments: cherry-pick bug968-att394)
2007-07-30 16:43:46 +03:00
Kalle Olavi Niemitalo
fd902e81da
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-30 15:07:20 +03:00
Kalle Olavi Niemitalo
bf63228e56
Doxygen: Define CONFIG_ECMASCRIPT and CONFIG_ECMASCRIPT_SEE.
2007-07-29 19:45:55 +03:00
Kalle Olavi Niemitalo
15c28eaa18
NEWS: mention bugs 723, 869
2007-07-29 14:06:34 +03:00
Kalle Olavi Niemitalo
21052fafb0
Doxygen: more links in terminal/screen.c
2007-07-29 13:02:02 +03:00
Kalle Olavi Niemitalo
6311a9d7a6
TAGS: recognize static INIT_LIST_OF
2007-07-29 12:55:38 +03:00
Kalle Olavi Niemitalo
778996d725
Doxygen: expand INIT_LIST_OF
2007-07-29 12:55:25 +03:00
Kalle Olavi Niemitalo
297ad024c3
const in css_appliers[]
2007-07-28 02:38:11 +03:00
Kalle Olavi Niemitalo
80f5ec1827
Doxygenate src/document/css/
2007-07-28 02:35:36 +03:00
Kalle Olavi Niemitalo
a26db3948a
Doxygenate src/document/ (but not subdirs)
2007-07-28 02:34:59 +03:00
Kalle Olavi Niemitalo
4231b9d8d8
Doxygen: minor fixes in handle_trm
2007-07-28 02:34:20 +03:00
Kalle Olavi Niemitalo
c78f59e78c
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 19:19:16 +03:00
Kalle Olavi Niemitalo
3fac1bc421
Doxygen: document text parameter of format_text{,utf8}
2007-07-27 19:01:07 +03:00
Kalle Olavi Niemitalo
8cfe7e026f
Doxygenate src/terminal/
2007-07-27 18:33:33 +03:00
Kalle Olavi Niemitalo
dbed021395
Doxygen: Define CONFIG_UTF8.
2007-07-27 16:50:06 +03:00
Kalle Olavi Niemitalo
54dfa64c04
Doxygen: @relates
2007-07-27 14:14:00 +03:00
Kalle Olavi Niemitalo
b70aa312d0
Doxygenate src/viewer/text/
2007-07-27 14:13:27 +03:00
Kalle Olavi Niemitalo
e530fbe8e2
Doxygenate src/util/
2007-07-27 13:10:50 +03:00
Kalle Olavi Niemitalo
364485f6bb
Doxygen: Disable many slow features.
2007-07-27 12:34:37 +03:00
Kalle Olavi Niemitalo
4ac2c7031d
Add src/Doxyfile for the whole ELinks.
2007-07-27 10:04:38 +03:00
Kalle Olavi Niemitalo
d5f2d90611
Doxygenate src/session/
2007-07-27 09:55:40 +03:00
Kalle Olavi Niemitalo
96176a8c77
Declare element types of lists.
2007-07-26 22:47:23 +03:00
Kalle Olavi Niemitalo
d3d2bb26c5
New macro LIST_OF for better Doxygen support.
2007-07-26 22:45:51 +03:00
Kalle Olavi Niemitalo
2433150058
Delete unused keybinding_dialog_list.
2007-07-26 22:45:19 +03:00