Witold Filipczyk
39677b88b5
Fixed the issue with ../ reported by me 29 Aug 2007 on elinks-dev.
2007-09-09 14:29:38 +02:00
Witold Filipczyk
d9094c1866
The compilation fix in the debug mode.
2007-09-09 13:28:47 +02:00
Witold Filipczyk
b1162b743e
mailcap, make test: Compilation fix.
2007-09-09 13:17:45 +02:00
Kalle Olavi Niemitalo
c57cd5c343
More missing va_ends.
...
Somehow, these slipped from commit
af14d00d17c0be75ec3fd8fac1011064ac40b54b yesterday.
2007-09-04 15:03:17 +02:00
Kalle Olavi Niemitalo
58dc3da469
Refer to bug 96 in a comment.
2007-09-04 08:37:53 +02:00
Kalle Olavi Niemitalo
bf9936a78f
Document Unicode characters for ACS_S[1379].
2007-09-04 08:37:15 +02:00
Kalle Olavi Niemitalo
ceeb0afd96
Add missing va_ends.
...
I'm not sure they're needed anywhere nowadays, but still.
2007-09-04 08:36:52 +02:00
Kalle Olavi Niemitalo
e6a3008117
More doc comments about coordinates.
2007-09-04 08:35:34 +02:00
Witold Filipczyk
ff7dfd74bc
bug 638: Proper handling of mailcap.
...
Mailcap handlers work both for (master/slave and XWindow/console)
terminals. This is done by setting and unsetting the DISPLAY
environment variable.
2007-09-02 17:34:54 +02:00
Witold Filipczyk
f3d9f647f0
Revert "Semaphores: The code taken from "UNIX Network Programming""
...
This reverts commit 9729ab5a58897fa8171c91156d3cea8633c053e1.
2007-09-02 17:00:34 +02:00
Witold Filipczyk
9680714765
Revert "ipc: Added two semaphores and a shared memory block."
...
This reverts commit 199232b5015d22ad3e65420c328d934dfca09fa4.
2007-09-02 17:00:15 +02:00
Witold Filipczyk
0ee52be73f
Revert "mime: Pass @term to the get_mime_handler."
...
This reverts commit 6913f1b4f724edba7e63a8fafa30bc5809cf493c.
2007-09-02 16:59:05 +02:00
Witold Filipczyk
6b059d3d36
Revert "Mailcap on slave terminals seems to work right."
...
This reverts commit f45d4c17823e59e150930e6ec68592d098451bbd.
2007-09-02 16:58:36 +02:00
Witold Filipczyk
69d7208ade
Revert "IPC: Check headers."
...
This reverts commit 4a3559e0b2724202914d97e527b8d9b2d7d4f041.
2007-09-02 16:58:07 +02:00
Witold Filipczyk
1424002087
Revert "Compilation fix, a bit ugly."
...
This reverts commit c246b67ff9ae1ed11a2785e612b9e23cf31e4640.
2007-09-02 16:57:42 +02:00
Witold Filipczyk
5e145576b0
Revert "IPC: simplification. Only one semaphore is required."
...
This reverts commit 4cf3130b53205632e899fbdb6fdbe4ca205cc2bb.
2007-09-02 16:57:20 +02:00
Witold Filipczyk
0c406b48a1
Revert "Avoid races."
...
This reverts commit 40d3102bc7e45d713d81ab96c8c75e52fdfb9c73.
2007-09-02 16:56:55 +02:00
Witold Filipczyk
1b36682244
Revert "mailcap on slave: Fixed memleak."
...
This reverts commit 8e7daa1a2943a6f6bd4aeead49f5e9a4e968c304.
2007-09-02 16:56:36 +02:00
Witold Filipczyk
cdcbdd720d
Revert "IPC: added the prefix 'my' to the semaphore functions."
...
This reverts commit e6e8b3407d3158e1dec876ef327423519a3c2fe2.
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