aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-html-editor-selection.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix handling of the selection in the composer when saving the message draftTomas Popela2014-08-271-0/+3
| | | | | | | When saving the draft don't lose the active selection in the web view. Also restore the selection when the draft is again opened. Also fix the situations when the spell check was not activated when the composer was opened.
* EHTMLEditorSelection - Introduce e_html_editor_selection_is_collapsed and ↵Tomas Popela2014-07-311-0/+2
| | | | | | | use it where possible Before we were comparing the selection text to look if the selection is collapsed. Use webkit_dom_range_get_collapsed instead.
* Bug 731508 - [webkit-composer] no option to paste as text (without formatting)Tomas Popela2014-06-251-3/+6
|
* EHTMLEditor - Make functions that remove quote and wrap elements publicTomas Popela2014-06-191-0/+2
| | | | Use them whenever it's possible and remove their duplicates from EHTMLEditorView.
* EHTMLEditor - When setting the body background image set it as its base64 ↵Tomas Popela2014-06-181-1/+1
| | | | data instead of uri
* Bug 540362: [webkit-composer] Use webkit for composerTomas Popela2014-06-091-0/+250
Merge wip/webkit-composer branch into master.