aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-html-editor-view.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 736476 - Space lost on the end of linemasterTomas Popela2014-09-121-13/+20
* EHTMLEditorView - Don't try to fix the HTML structure after pasting when it i...Tomas Popela2014-09-111-0/+2
* EHTMLEditorView - Fix the leaks of the node content inside the process_elemen...Tomas Popela2014-09-101-4/+2
* EHTMLEditorView - Save the text that can be written inside the tabulator wrapperTomas Popela2014-09-101-0/+4
* EHTMLEditorView - Fix the HTML structure after the selected text inside the q...Tomas Popela2014-09-051-0/+96
* EHTMLEditor - Use get_parent_block_node_from_child where possibleTomas Popela2014-09-051-22/+25
* EHTMLEditorView - Avoid extra new line when quoting the textTomas Popela2014-09-051-1/+6
* EHTMLEditorView - Correctly remove all child nodes from the HEAD elementTomas Popela2014-08-271-2/+2
* Fix handling of the selection in the composer when saving the message draftTomas Popela2014-08-271-11/+9
* When changing the composer mode from HTML to Plain Text avoid reloading of th...Tomas Popela2014-08-271-28/+35
* EHTMLEditorView - Avoid critical warnings when pressing backspace on the begi...Tomas Popela2014-08-171-19/+23
* EHTMLEditorView - Remove classes that were used for marking the BR elements f...Tomas Popela2014-08-151-0/+7
* EHTMLEditor - Change the way how the Indent/Unindent and Alignment worksTomas Popela2014-08-141-10/+36
* EHTMLEditorView - Unset the bold font when the return is pressed in the Headi...Tomas Popela2014-08-141-0/+9
* EHTMLEditorView - Fix critical warning when creating Address and Header 1 - 6...Tomas Popela2014-08-141-1/+3
* EHTMLEditorView - Process the plain text version the right way when sending t...Tomas Popela2014-08-071-4/+7
* EHTMLEditorView - Remove the unneeded commentTomas Popela2014-08-071-1/+0
* EHTMLEditorView - Turn on the spell check if the inline spelling option is setTomas Popela2014-08-071-1/+3
* Reduce the memory used by DOM variablesTomas Popela2014-08-071-1/+42
* Bug 733973 - Calling e_html_editor_view_get_text_html() changes editors contentTomas Popela2014-08-011-5/+7
* EHTMLEditorView - Fix the HTML structure after pasting the multiline content ...Tomas Popela2014-08-011-22/+36
* EHTMLEditorSelection - Introduce e_html_editor_selection_is_collapsed and use...Tomas Popela2014-07-311-2/+2
* EHTMLEditorView - Don't insert the new line character, when the empty line in...Tomas Popela2014-07-311-3/+5
* Bug 733954 - Enter doesn't delete selection with cited textTomas Popela2014-07-311-48/+83
* Bug 733956 - Multiple quotations should be deleted by oneTomas Popela2014-07-301-34/+117
* EHTMLEditorView - Wrap just paragraphs that are not in the quoted contentTomas Popela2014-07-301-5/+6
* Bug 733953 - Citation marks incorrectly transformed on sendTomas Popela2014-07-301-0/+15
* Propagate settings from Prefences to the EHTMLEditorViewTomas Popela2014-07-291-29/+72
* Bug 733846 - Empty lines removed on send (quoted text edited)Tomas Popela2014-07-291-14/+14
* Bug 733725 - Runtime critical when pasting test from the same composer instanceTomas Popela2014-07-291-21/+51
* EHTMLEditorView - Avoid wrapping of the preformatted block when it is inside ...Tomas Popela2014-07-291-1/+1
* EHTMLEditorView - Avoid forcing of the spell check when the body has no childrenTomas Popela2014-07-291-0/+3
* Bug 733825 - Busy loop/deadlock when changing paragraph style in quoted partTomas Popela2014-07-291-14/+21
* Bug 733010 - Cannot split quotation after an empty lineTomas Popela2014-07-221-24/+99
* EHTMLEditorView - Select the right node for processing after the new line was...Tomas Popela2014-07-221-2/+5
* Bug 733477 - Paste can select following textTomas Popela2014-07-221-0/+17
* EHTMLEditorView - Don't put unnecessary new lines in the quoted content when ...Tomas Popela2014-07-211-14/+31
* EHTMLEditorView - When the link has non-breaking space in the prefix skip itTomas Popela2014-07-211-10/+13
* EHTMLEditorView - Don't put quote characters after the anchor when it is in t...Tomas Popela2014-07-211-3/+7
* EHTMLEditorView - Wrap and quote just the first block after newly inserted li...Tomas Popela2014-07-211-58/+74
* EHTMLEditorView - When writing into the citation rewrap and requote just when...Tomas Popela2014-07-211-1/+7
* EHTMLEditorView - Speed up quoting of the block that was wrappedTomas Popela2014-07-211-29/+72
* EHTMLEditor - Fix e_html_editor_view_force_spell_check_for_current_paragraph ...Tomas Popela2014-07-211-11/+29
* EHTMLEditorView - Move the paragraph from citation into the body only when th...Tomas Popela2014-07-211-0/+4
* 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