- 29 Mar, 2015 1 commit
-
-
Matej Urbančič authored
-
- 28 Mar, 2015 1 commit
-
-
Gábor Kelemen authored
-
- 27 Mar, 2015 1 commit
-
-
Kristjan Esperanto authored
-
- 26 Mar, 2015 10 commits
-
-
Tomas Popela authored
-
Tomas Popela authored
Also before this change it was impossible to turn off the font formatting (bold, italic, ..) in the middle of formatted text.
-
Milan Crha authored
-
Tomas Popela authored
-
Tomas Popela authored
Do it just when citation element is presented. Also fix one runtime warning when we were trying to cast WebKitDOMText on WebKitDOMElement.
-
Tomas Popela authored
-
Tomas Popela authored
-
Tomas Popela authored
-
Milan Crha authored
-
Milan Crha authored
-
- 25 Mar, 2015 5 commits
-
-
Tomas Popela authored
-
Tomas Popela authored
Specifically WebKitDOMDOMWindow, WebKitDOMDOMSelection, WebKitDOMRange and WebKitDOMCSSStyleDeclaration objects
-
Milan Crha authored
-
Tomas Popela authored
Bug 746641 - Segfault when trying to "ctrl+x" (cut) selected addressee from CC field in email composer Don't try to cut composer content when the view is not focused.
-
Milan Crha authored
Similar to Searches or vFolders, using Bcc means downloading complete message, which is not necessary in this general case. Rather let user add the Bcc rule explicitly, if needed.
-
- 24 Mar, 2015 2 commits
-
-
Milan Crha authored
There could happen a crash here, when a NULL was passed into the function, as reported downstream at: https://bugzilla.redhat.com/show_bug.cgi?id=1202741
-
Milan Crha authored
-
- 23 Mar, 2015 20 commits
-
-
Milan Crha authored
-
Marek Černocký authored
-
Matěj Cepl authored
-
Milan Crha authored
-
Tom Tryfonidis authored
-
Tomas Popela authored
Instead of comparing the tag name.
-
Tomas Popela authored
Anchor point is the point where the selection started. Previously we didn't restore this point and it caused that the selection was reversed when it was saved and restored (i.e. during spell check).
-
Tomas Popela authored
The DocumentFragment solution was too heavy. Let's just check the start and end containers of active selection.
-
Tomas Popela authored
Hide the spell check actions when no dictionary is installed.
-
Tomas Popela authored
EHTMLEditorSelection - Recalculate just plain text properties when selection changes in plain text mode We don't need to recalculate the HTML properties as they are not used in plain text mode.
-
Tomas Popela authored
-
Tomas Popela authored
-
Tomas Popela authored
The e_html_editor_view_force_spell_check is heavy for most cases. On some big mails composer can spent there even 10 seconds (on bigger mails probably even more). With this commit we introduced the e_html_editor_view_force_spell_check_in_viewport that really performs the spell check on elements that are currently in viewport. The downside of this approach is that when we scroll the viewport we the newly visible elements won't be spell checked. As a solution we need to perform the spell check when the scroll occurred (this information we get from HTML scroll event). The problem was that the scrolling was choppy as the e_html_editor_view_force_spell_check_in_viewport function still need some time to perform the spell check thus we are performing the spell check one second after last scroll event occurred.
-
Tomas Popela authored
-
Tomas Popela authored
Rework how the history is saved for input and delete to avoid introducing a selection in composer that led to overwriting the primary clipboard content.
-
Tomas Popela authored
-
Tomas Popela authored
-
Tomas Popela authored
-
Tomas Popela authored
-
Milan Crha authored
-