aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-html-editor-view.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 733000 - Splitting quoted part changes clipboard contentTomas Popela2014-07-151-1/+3
* EHTMLEditorView - Don't leak dom-evo-draft outside evolutionYanko Kaneti2014-07-151-0/+1
* Bug 733140 - Backspace removes too much when editing quotationTomas Popela2014-07-151-1/+1
* EHTMLEditorView - Replace the Tab characters in the text nodes just when gene...Tomas Popela2014-07-151-25/+27
* EHTMLEditorView - Remove our attributes from blockquotes when generating the ...Tomas Popela2014-07-151-0/+2
* EHTMLEditor - Fix indent/undent of the blockTomas Popela2014-07-151-1/+14
* Bug 732608 - Composer paste issuesTomas Popela2014-07-151-45/+289
* EHTMLEditorView - Don't lose the empty lines when converting HTML to plain textTomas Popela2014-07-151-2/+25
* EHTMLEditorView - Introduce functions to register/remove the HTML "input" eve...Tomas Popela2014-07-151-12/+46
* EHTMLEditorView - Save selection instead of just caret position when forcing ...Tomas Popela2014-07-151-32/+34
* Bug 732891 - Crash under process_elements() at e-html-editor-view.c:5004Tomas Popela2014-07-101-9/+15
* EHTMLEditorView - Fix reply to messageTomas Popela2014-07-031-3/+1
* When setting some content into the composer body we have to specify if it is ...Tomas Popela2014-07-011-3/+12
* EHTMLEditorView - Create new paragraph in body if body is empty and save care...Tomas Popela2014-07-011-0/+8
* EHTMLEditorView - Fix quoting of the lines with anchorsTomas Popela2014-06-301-7/+4
* EHTMLEditorView - Refactor the code that triggers the surround of links with ...Tomas Popela2014-06-301-6/+9
* EHTMLEditorView - Correctly replace tabulators with spacesTomas Popela2014-06-301-18/+96
* EHTMLEditorView - Fix clipboard paste into quoted contentTomas Popela2014-06-251-628/+665
* Bug 731508 - [webkit-composer] no option to paste as text (without formatting)Tomas Popela2014-06-251-0/+44
* EHTMLEditorView - Process the element only if it has childrenTomas Popela2014-06-251-11/+12
* EHTMLEditorView - Preserve empty lines when processing the text in convertorTomas Popela2014-06-251-3/+7
* EHTMLEditorView - Preserve spaces and create anchors for the links in the tex...Tomas Popela2014-06-241-14/+36
* EHTMLEditor - Process text in convertor when pasting plain text from clipboardTomas Popela2014-06-231-0/+10
* EHTMLEditorView - Insert quote symbols before HTML element when it has no pre...Tomas Popela2014-06-231-0/+4
* EHTMLEditorView - Replace 2+ spaces with non-breaking spaces and create ancho...Tomas Popela2014-06-231-8/+106
* EHTMLEditorView - Generate new line into plain text version even when paragra...Tomas Popela2014-06-231-0/+3
* EHTMLEditorView - Improve the writing into quoted contentTomas Popela2014-06-191-77/+341
* EHTMLEditorView - When quoting the elements correctly skip the selection markersTomas Popela2014-06-191-3/+28
* Bug 731766 - [webkit-composer] Emoticon cannot be inserted at the end of the ...Tomas Popela2014-06-191-40/+137
* EHTMLEditor - Make functions that remove quote and wrap elements publicTomas Popela2014-06-191-28/+3
* EHTMLEditorView - Activate inline image resize just when hovering over imageTomas Popela2014-06-191-8/+2
* Bug 731767 - [webkit-composer] Inline images not attached to the emailTomas Popela2014-06-171-36/+26
* Bug 702703 - Be able to overwrite domain in Message IDsMilan Crha2014-06-171-5/+7
* EHTMLEditor: Move remove_node and remove_node_if_empty to EWebViewTomas Popela2014-06-161-121/+44
* EHTMLEditorView: Remove unused functionTomas Popela2014-06-161-21/+0
* EHTMLEditor - Fix block format change with selection in quoted contentTomas Popela2014-06-131-2/+3
* EHTMLEditorView - When changing from html to plain text mode adjust composer'...Tomas Popela2014-06-131-8/+11
* Bug 731551 - [webkit-composer] Whitespace lost on message reply (plain text)Tomas Popela2014-06-131-1/+18
* Check whether value really changed in callbacks of GSettings::changed signalMilan Crha2014-06-121-6/+37
* EHTMLEditor: Set right width to paragraphs that are quotedTomas Popela2014-06-111-2/+2
* EHTMLEditorView: Introduce is_return_key and use it where possibleTomas Popela2014-06-111-20/+14
* EHTMLEditorView: Rename quote_character class to -x-evo-quote-characterTomas Popela2014-06-111-16/+16
* EHTMLEditor: Fix various bugs in block in/undentTomas Popela2014-06-101-5/+1
* EHTMLEditorView: Skip BR on the end of HTML that's parsed into paragraphsTomas Popela2014-06-101-1/+1
* EHTMLEditorView: Replace Tab character with 8 spaces instead of 4Tomas Popela2014-06-101-3/+3
* Bug 540362: [webkit-composer] Use webkit for composerTomas Popela2014-06-091-0/+6303