Age | Commit message (Collapse) | Author |
|
Some URLs are very long and would cause long lines when being displayed.
To avoid this problem, we introduce dStr_shorten() to cut them and use
"..." in the middle so they fit in the specified character count.
|
|
Reviewed-by: dogma
|
|
Reviewed-by: dogma
|
|
|
|
|
|
Basically, I and i are different letters in Turkic languages, and this
causes problems for str(n)casecmp and toupper/tolower in these locales
when dillo is dealing with ASCII.
|
|
Justus had written a patch for this, but the list archive didn't want to
disgorge it, so I wrote one.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Fixed handling of #anchors with repush, and other operations.
|
|
|
|
and there's no need to touch dillo's sources to add new dpi services.
Just make your dpi program, add a dpidrc line and play with it!
|
|
- Enabled text and background color-choice in preferences.
- Enabled clicking over image links.
Patches: place
+- Fixed a va_list-related SEGFAULT on 64bit-arch in dStr_vsprintfa().
Patch: Vincent Thomasset
+- Fixed void to int conversions for 64bit-arch.
Patch: Jorge Arellano, higuita
+- Added a strndup() replacement in dw2
Patch: Alexander Becher, Johannes Hofmann, Jorge Arellano
+- Fixed calcHashValue() to only return non-negative numbers (was SEGFAULT).
- Improved scrolling performance on large pages by copying screen data
instead of rendering.
Patches: Johannes Hofmann
|
|
|