aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-html-editor-selection.c
Commit message (Expand)AuthorAgeFilesLines
* Replace the webkit_dom_node_get_node_type function with equivalent macrosTomas Popela2014-09-121-3/+3
* EHTMLEditor - Use get_parent_block_node_from_child where possibleTomas Popela2014-09-051-21/+17
* EHTMLEditorSelection - Disable the selection-changed callback when restoring ...Tomas Popela2014-09-051-0/+5
* EHTMLEditorSelection - Avoid the runtime warning when the caret was saved out...Tomas Popela2014-09-051-1/+2
* Fix handling of the selection in the composer when saving the message draftTomas Popela2014-08-271-33/+37
* EHTMLEditorSelection - Simplify some loops and free more of the WebKit DOM va...Tomas Popela2014-08-141-48/+25
* EHTMLEditorView - Fix changing of the format from the list to the Address and...Tomas Popela2014-08-141-7/+6
* EHTMLEditor - Change the way how the Indent/Unindent and Alignment worksTomas Popela2014-08-141-79/+121
* EHTMLEditorSelection - Remove just the BR elements that are used for the wrap...Tomas Popela2014-08-071-2/+6
* EHTMLEditorSelection - Limit the paragraph minimal width to 5 charactersTomas Popela2014-08-071-3/+6
* EHTMLEditorSelection - Fix the unindentation of the listTomas Popela2014-08-071-5/+12
* EHTMLEditorSelection - Fix the spell check after settings alignmentTomas Popela2014-08-071-0/+1
* Reduce the memory used by DOM variablesTomas Popela2014-08-071-8/+26
* EHTMLEditorSelection - Introduce e_html_editor_selection_is_collapsed and use...Tomas Popela2014-07-311-5/+27
* EHTMLEditorSelection - Avoid runtime warning when trying to cast DOMText to D...Tomas Popela2014-07-211-7/+9
* EHTMLEditorSelection - Optimalize the e_html_editor_selection_restoreTomas Popela2014-07-211-179/+198
* EHTMLEditorSelection - When wrapping the paragraph wrap just the text that is...Tomas Popela2014-07-211-24/+63
* EHTMLEditor - Fix e_html_editor_view_force_spell_check_for_current_paragraph ...Tomas Popela2014-07-211-4/+3
* EHTMLEditorSelection - Avoid runtime warning when there is no selection or th...Tomas Popela2014-07-151-0/+4
* EHTMLEditor - Fix indent/undent of the blockTomas Popela2014-07-151-155/+213
* Bug 732608 - Composer paste issuesTomas Popela2014-07-151-8/+12
* EHTMLEditorView - Save selection instead of just caret position when forcing ...Tomas Popela2014-07-151-12/+4
* EHTMLEditorSelection - Rework how the collapsed selection is savedTomas Popela2014-07-151-27/+133
* Bug 732609 - Cannot decrease indentationTomas Popela2014-07-021-225/+407
* EHTMLEditorSelection - Try to move with the caret only when it is possible to...Tomas Popela2014-07-011-0/+2
* EHTMLEditorSelection - Fix wrapping of the anchor elementsTomas Popela2014-06-301-1/+11
* Bug 731416 - [webkit-composer] Busy-loop when replying to an emailTomas Popela2014-06-301-1/+6
* EHTMLEditorSelection - Correctly find the element's parent node when changing...Tomas Popela2014-06-301-19/+46
* EHTMLEditorSelection - When removing the elements use by composer for quoted ...Tomas Popela2014-06-301-0/+6
* EHTMLEditorSelection - Fix detection of the paragraph format inside the quote...Tomas Popela2014-06-301-18/+11
* Bug 731508 - [webkit-composer] no option to paste as text (without formatting)Tomas Popela2014-06-251-0/+16
* Bug 732202 - [webkit-composer] Paste scrolls viewTomas Popela2014-06-251-1/+24
* EHTMLEditor - Process text in convertor when pasting plain text from clipboardTomas Popela2014-06-231-6/+3
* EHTMLEditor - Make functions that remove quote and wrap elements publicTomas Popela2014-06-191-16/+16
* EHTMLEditorSelection - Fix caret position when changing block formatTomas Popela2014-06-191-0/+14
* EHTMLEditorSelection - Don't try to save selection markers straight into bodyTomas Popela2014-06-191-0/+72
* EHTMLEditorSelection - When changing the format of block set EHTMLEditorView ...Tomas Popela2014-06-191-0/+2
* EHTMLEditor - When setting the body background image set it as its base64 dat...Tomas Popela2014-06-181-10/+19
* EHTMLEditor: Move remove_node and remove_node_if_empty to EWebViewTomas Popela2014-06-161-29/+0
* EHTMLEditor - Fix block format change with selection in quoted contentTomas Popela2014-06-131-31/+63
* EHTMLEditorSelection - Return the format of list that we determined for order...Tomas Popela2014-06-131-1/+3
* EHTMLEditor: Set right width to paragraphs that are quotedTomas Popela2014-06-111-4/+3
* EHTMLEditor: Fix various bugs in block in/undentTomas Popela2014-06-101-9/+23
* Bug 731416 - [webkit-composer] Busy-loop when replying to an emailTomas Popela2014-06-101-1/+4
* Bug 540362: [webkit-composer] Use webkit for composerTomas Popela2014-06-091-0/+5576