Commit Graph

15 Commits (15bd0b51a4f868d5c4c00822c451aecabc3c46a6)

Author SHA1 Message Date
Aleksander Machniak afd090672c Small performance optimization 10 years ago
Aleksander Machniak a958748947 CS fixes 11 years ago
Aleksander Machniak c4ad7edd53 Fix font artifacts in text2html conversion (#1490353)
Use white-space:nowrap elements instead of unicode word-joiner character
11 years ago
Aleksander Machniak d86ff98339 Fix font artifact in Google Chrome on Windows (#1490353) 11 years ago
Aleksander Machniak 7b924535fd CS fixes 11 years ago
Aleksander Machniak 9cc5a522df Fix so rcube_text2html class does not depend on rcmail_string_replacer 11 years ago
Aleksander Machniak efc470f0ac Merge branch 'dev-text2html'
Conflicts:
	program/js/app.js

Fix handling magic_quotes in rcube_text2html and rcube_html2text - move
stripslashes from these classes to action files
12 years ago
Aleksander Machniak c0a5aa5f5f Improved handling of new-lines in quoted paragraphs on text2html conversion 12 years ago
Aleksander Machniak f0992426d9 Bring back the old behaviour where text messages without format=flowed are auto-wrapped.
Make it the default in text2html class.
12 years ago
Aleksander Machniak 1053ae5e72 Merge branch 'dev-text2html' of github.com:roundcube/roundcubemail into dev-text2html 12 years ago
Aleksander Machniak e2b4760e84 Fix invalid closing tag 12 years ago
Aleksander Machniak e0881f985d Disable wrapping non-flowed lines on dash character 12 years ago
Aleksander Machniak d41367492d Fix flowed lines recognition 12 years ago
Aleksander Machniak d9d276ea70 Improve _convert_line() performance 12 years ago
Aleksander Machniak eda92ed4c0 Improved display of plain text messages and text to HTML conversion (#1488937)
Now instead of <pre> we use <div class="pre"> styled with monospace
font. We replace whitespace characters with non-breaking spaces where
needed. I.e. plain text is always unwrappable, until it uses format=flowed,
in such a case only flowed paragraphs are wrappable.

Also conversion of text to HTML in compose editor was modified in the same way.
12 years ago