Witold Filipczyk
3a87ec55fc
New action: move-cursor-line-start.
...
It moves cursor to the start of the line.
(cherry picked from commit 5ee1d3b2b3
)
2007-11-25 22:28:18 +02:00
Witold Filipczyk
64c385f0db
move-link-prev(next)-line: Typo with cut-n-paste. s/line/last/.
...
(cherry picked from commit 848852b75f
)
2007-11-25 22:28:17 +02:00
Witold Filipczyk
9561d8d0fd
move-link-up-line: segfault when cursor was below last line.
...
(cherry picked from commit c646c860cd
)
2007-11-25 22:28:17 +02:00
Witold Filipczyk
1a9112945b
move-link-prev-line: Really fixed.
...
(cherry picked from commit 052f7a93bb
)
2007-11-25 22:28:17 +02:00
Witold Filipczyk
27361d141a
move-link-prev-line .. move-link-down-line: Fixed.
...
(cherry picked from commit bb0166279f
)
2007-11-25 22:28:17 +02:00
Witold Filipczyk
8863f4335f
Fixed the issue with multiline links.
...
(cherry picked from commit 3555f68059
)
2007-11-25 22:28:16 +02:00
Witold Filipczyk
1cbd02c141
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.
(cherry picked from commit 888ba87516
)
2007-11-25 22:28:16 +02:00
Witold Filipczyk
a594b2a002
move-link-down-line, move-link-prev-line, etc.:
...
Change mode to NAVIGATE_LINKWISE to preserve the link position when
going back.
(cherry picked from commit 14b37d0362
)
2007-11-25 22:28:16 +02:00
Witold Filipczyk
02af6696f5
actions: Fixed moving in frames.
...
(cherry picked from commit 2045574edc
)
2007-11-25 22:28:16 +02:00
Witold Filipczyk
2eb3532416
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.
(cherry picked from commit 8259a56e99
)
2007-11-25 22:28:15 +02:00
Kalle Olavi Niemitalo
cca6ab7034
Enable asciidoc7compatible mode.
...
AsciiDoc 8 has changed the syntax again and generates e.g. subscripts
where we don't want them. Instead of updating the documents, I'll
just enable a compatibility mode so that ELinks doesn't require
AsciiDoc 8 yet.
2007-11-25 09:09:58 +02:00
Witold Filipczyk
871b4b09dd
bug 978: Python's webbrowser.open_new_tab(URL) works since now.
2007-11-22 19:11:03 +01:00
Witold Filipczyk
588e914470
bug 978: Python's webbrowser.open_new_tab(URL) works since now.
2007-11-22 19:10:45 +01:00
Kalle Olavi Niemitalo
dee220026d
Merge branch 'elinks-0.12' into elinks-0.13
...
Conflicts:
po/fr.po (time stamps only)
2007-11-20 00:41:30 +02:00
Kalle Olavi Niemitalo
cbcc0e8230
NEWS: Bug 975 was not in previous versions.
2007-11-19 22:57:55 +02:00
Kalle Olavi Niemitalo
507f779d8e
NEWS: sync from elinks-0.11
2007-11-11 11:00:26 +02:00
Kalle Olavi Niemitalo
e667c43cd3
Bug 975: Fix int/size_t pointer type mismatch.
...
On machines where sizeof(size_t) > sizeof(int), this could corrupt the stack.
I think -Wno-pointer-sign added by configure hid this bug until now.
STRLEN is correct in Perl 5.6.0 and later, perhaps earlier too.
2007-11-10 19:28:01 +02:00
Laurent MONIN
9297853d20
Fix download led among different sessions, just use are_there_downloads().
...
It is a partial revert of commit d14f79eb2c
.
Most introduced stuff was useless.
2007-11-07 14:01:10 +01:00
Laurent MONIN
b3cfede1c1
Drop @safe parameter of create_download_file().
...
Use new flag DOWNLOAD_EXTERNAL instead.
2007-11-07 13:33:04 +01:00
Laurent MONIN
71ccbe0f8d
Replace resume parameter by more generic flags.
...
Type download_flags_T and enum download_flag were introduced.
2007-11-07 12:57:13 +01:00
Laurent MONIN
cfdbe749e8
Use sizeof() instead hardcoded value in read_from_popen().
2007-11-07 12:12:31 +01:00
Laurent MONIN
cdda2f5acd
Factor out redundant code in download_data_store().
2007-11-07 12:08:36 +01:00
Laurent MONIN
2a59f0f5bd
Simplify code.
2007-11-07 12:06:24 +01:00
Laurent MONIN
7a74edab5a
Fix display of led after download abort.
2007-11-07 12:06:00 +01:00
Laurent MONIN
d14f79eb2c
Indicate backgrounded downloads using an unused led.
...
The sixth position (the last led from the left) is used.
2007-11-07 11:24:52 +01:00
Witold Filipczyk
5079d5abcf
Polish translation was updated.
2007-11-04 16:26:53 +01:00
Laurent MONIN
c2150cb5b7
French translation was updated.
2007-11-02 09:54:45 +01:00
Petr Baudis
6c4e01f483
Disable protocol.http.compression by default
...
The compression support in ELinks has always been buggy, with some large pages
failing to decompress and containing garbage at the end instead. However,
with the recent attempts to fix the compression support, it has been actually
made *so* buggy that not only these cases seem to occur more often, but in
some cases, the page is just silently chopped and no content visible; in other
cases, "Resource temporarily unavailable" is displayed. Etc.
The compression support got now to the point where it is so awfully unstable
that it is actively harmful to have it enabled by default. I've been burnt by
it several times already and once made a very serious error because of page
being chopped silently.
2007-11-01 02:28:00 +01:00
Petr Baudis
d4cec950ec
Introduce protocol.http.compression knob
...
When disabled, no Accept-Encoding header is sent.
2007-11-01 02:24:55 +01:00
Laurent MONIN
f5c3ba2e99
Add cookies file format description to cookies.h.
...
This clear description was provided by Witek on IRC.
2007-10-18 09:26:43 +02:00
Laurent MONIN
8f02417036
Insert a new line after variable declaration.
2007-10-15 12:59:41 +02:00
Laurent MONIN
a35a5c557a
Use @cp to shorten the line.
2007-10-15 12:32:25 +02:00
Laurent MONIN
b1eaca1f1e
Drop unused variable @options from html_focusable().
2007-10-15 12:31:16 +02:00
Laurent MONIN
31d8ffc578
In extract_color() and get_color(), make names of variables more explicit.
...
c -> attribute
r -> retval
at -> value
2007-10-15 12:26:19 +02:00
Laurent MONIN
a1125df95f
Make get_bgcolor() use extract_color() instead of get_color().
...
It prevents a useless test, use_document_fg_colors() is
always true when use_document_bg_colors() is true.
2007-10-15 12:19:46 +02:00
Laurent MONIN
b709061864
Move code from get_color() to new extract_color().
2007-10-15 12:17:08 +02:00
Laurent MONIN
11dea66ff1
struct table bordercolor,bgcolor -> color.(border|background)
2007-10-12 17:10:30 +02:00
Laurent MONIN
367767c500
struct par_attrib bgcolor -> color.background
2007-10-12 17:04:44 +02:00
Laurent MONIN
f150f22ac9
Use color.background instead of bgcolor in struct document too.
...
Not useful but coherent with other changes.
2007-10-12 16:50:47 +02:00
Laurent MONIN
bc498c00da
struct text_style_color fg,bg -> foreground, background
2007-10-12 16:41:06 +02:00
Laurent MONIN
f8cdb5d472
More anonymous structures were named.
2007-10-12 16:24:41 +02:00
Laurent MONIN
78270c2ac3
Reduce usage of anonymous structures.
...
Naming them may ease things (ie. debug).
2007-10-12 12:37:28 +02:00
Laurent MONIN
e2a5696f76
active_link.(fg|bg) -> active_link.color.(foreground|background)
2007-10-12 12:24:53 +02:00
Laurent MONIN
8df72685ce
Rename struct active_link_options field color to enable_color.
...
It matches the corresponding option name better.
2007-10-12 12:19:27 +02:00
Laurent MONIN
24605c967e
Mark colors in struct document_options by using a new struct for them.
...
default_(link|vlink|...) -> default_color.(link|vlink|...)
2007-10-12 12:11:31 +02:00
Laurent MONIN
a5548fadd2
Use (correct) type enum form_mode for struct text_attrib field select_disabled.
2007-10-12 11:00:41 +02:00
Laurent MONIN
192c2a9e12
Use parenthesis around macro parameters.
...
Macros concerned are:
is_inline_element()
is_block_element()
2007-10-12 10:51:49 +02:00
Witold Filipczyk
be9ae9861d
pl.po: s/Czasomierz/Stoper/
2007-10-11 10:34:58 +02:00
Laurent MONIN
944a8e7bd9
style.(fg|bg) -> style.color.(fg|bg)
...
Introduce INIT_TEXT_STYLE() macro to initialize struct text_style.
2007-10-10 14:59:15 +02:00
Laurent MONIN
ca6424595b
format.(clink|vlink|...) -> format.color.(clink|vlink|...)
...
It makes more obvious these fields are colors.
2007-10-10 14:37:10 +02:00