index
:
gsoc2013-evolution
archive-integration
archive-integration-review
master
Google Summer of Code 2013 - GNOME - Archive Integration workspace
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
e-util
/
e-html-editor-view.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
EHTMLEditorView - Correctly remove all child nodes from the HEAD element
Tomas Popela
2014-08-27
1
-2
/
+2
*
Fix handling of the selection in the composer when saving the message draft
Tomas Popela
2014-08-27
1
-11
/
+9
*
When changing the composer mode from HTML to Plain Text avoid reloading of th...
Tomas Popela
2014-08-27
1
-28
/
+35
*
EHTMLEditorView - Avoid critical warnings when pressing backspace on the begi...
Tomas Popela
2014-08-17
1
-19
/
+23
*
EHTMLEditorView - Remove classes that were used for marking the BR elements f...
Tomas Popela
2014-08-15
1
-0
/
+7
*
EHTMLEditor - Change the way how the Indent/Unindent and Alignment works
Tomas Popela
2014-08-14
1
-10
/
+36
*
EHTMLEditorView - Unset the bold font when the return is pressed in the Headi...
Tomas Popela
2014-08-14
1
-0
/
+9
*
EHTMLEditorView - Fix critical warning when creating Address and Header 1 - 6...
Tomas Popela
2014-08-14
1
-1
/
+3
*
EHTMLEditorView - Process the plain text version the right way when sending t...
Tomas Popela
2014-08-07
1
-4
/
+7
*
EHTMLEditorView - Remove the unneeded comment
Tomas Popela
2014-08-07
1
-1
/
+0
*
EHTMLEditorView - Turn on the spell check if the inline spelling option is set
Tomas Popela
2014-08-07
1
-1
/
+3
*
Reduce the memory used by DOM variables
Tomas Popela
2014-08-07
1
-1
/
+42
*
Bug 733973 - Calling e_html_editor_view_get_text_html() changes editors content
Tomas Popela
2014-08-01
1
-5
/
+7
*
EHTMLEditorView - Fix the HTML structure after pasting the multiline content ...
Tomas Popela
2014-08-01
1
-22
/
+36
*
EHTMLEditorSelection - Introduce e_html_editor_selection_is_collapsed and use...
Tomas Popela
2014-07-31
1
-2
/
+2
*
EHTMLEditorView - Don't insert the new line character, when the empty line in...
Tomas Popela
2014-07-31
1
-3
/
+5
*
Bug 733954 - Enter doesn't delete selection with cited text
Tomas Popela
2014-07-31
1
-48
/
+83
*
Bug 733956 - Multiple quotations should be deleted by one
Tomas Popela
2014-07-30
1
-34
/
+117
*
EHTMLEditorView - Wrap just paragraphs that are not in the quoted content
Tomas Popela
2014-07-30
1
-5
/
+6
*
Bug 733953 - Citation marks incorrectly transformed on send
Tomas Popela
2014-07-30
1
-0
/
+15
*
Propagate settings from Prefences to the EHTMLEditorView
Tomas Popela
2014-07-29
1
-29
/
+72
*
Bug 733846 - Empty lines removed on send (quoted text edited)
Tomas Popela
2014-07-29
1
-14
/
+14
*
Bug 733725 - Runtime critical when pasting test from the same composer instance
Tomas Popela
2014-07-29
1
-21
/
+51
*
EHTMLEditorView - Avoid wrapping of the preformatted block when it is inside ...
Tomas Popela
2014-07-29
1
-1
/
+1
*
EHTMLEditorView - Avoid forcing of the spell check when the body has no children
Tomas Popela
2014-07-29
1
-0
/
+3
*
Bug 733825 - Busy loop/deadlock when changing paragraph style in quoted part
Tomas Popela
2014-07-29
1
-14
/
+21
*
Bug 733010 - Cannot split quotation after an empty line
Tomas Popela
2014-07-22
1
-24
/
+99
*
EHTMLEditorView - Select the right node for processing after the new line was...
Tomas Popela
2014-07-22
1
-2
/
+5
*
Bug 733477 - Paste can select following text
Tomas Popela
2014-07-22
1
-0
/
+17
*
EHTMLEditorView - Don't put unnecessary new lines in the quoted content when ...
Tomas Popela
2014-07-21
1
-14
/
+31
*
EHTMLEditorView - When the link has non-breaking space in the prefix skip it
Tomas Popela
2014-07-21
1
-10
/
+13
*
EHTMLEditorView - Don't put quote characters after the anchor when it is in t...
Tomas Popela
2014-07-21
1
-3
/
+7
*
EHTMLEditorView - Wrap and quote just the first block after newly inserted li...
Tomas Popela
2014-07-21
1
-58
/
+74
*
EHTMLEditorView - When writing into the citation rewrap and requote just when...
Tomas Popela
2014-07-21
1
-1
/
+7
*
EHTMLEditorView - Speed up quoting of the block that was wrapped
Tomas Popela
2014-07-21
1
-29
/
+72
*
EHTMLEditor - Fix e_html_editor_view_force_spell_check_for_current_paragraph ...
Tomas Popela
2014-07-21
1
-11
/
+29
*
EHTMLEditorView - Move the paragraph from citation into the body only when th...
Tomas Popela
2014-07-21
1
-0
/
+4
*
Bug 733000 - Splitting quoted part changes clipboard content
Tomas Popela
2014-07-15
1
-1
/
+3
*
EHTMLEditorView - Don't leak dom-evo-draft outside evolution
Yanko Kaneti
2014-07-15
1
-0
/
+1
*
Bug 733140 - Backspace removes too much when editing quotation
Tomas Popela
2014-07-15
1
-1
/
+1
*
EHTMLEditorView - Replace the Tab characters in the text nodes just when gene...
Tomas Popela
2014-07-15
1
-25
/
+27
*
EHTMLEditorView - Remove our attributes from blockquotes when generating the ...
Tomas Popela
2014-07-15
1
-0
/
+2
*
EHTMLEditor - Fix indent/undent of the block
Tomas Popela
2014-07-15
1
-1
/
+14
*
Bug 732608 - Composer paste issues
Tomas Popela
2014-07-15
1
-45
/
+289
*
EHTMLEditorView - Don't lose the empty lines when converting HTML to plain text
Tomas Popela
2014-07-15
1
-2
/
+25
*
EHTMLEditorView - Introduce functions to register/remove the HTML "input" eve...
Tomas Popela
2014-07-15
1
-12
/
+46
*
EHTMLEditorView - Save selection instead of just caret position when forcing ...
Tomas Popela
2014-07-15
1
-32
/
+34
*
Bug 732891 - Crash under process_elements() at e-html-editor-view.c:5004
Tomas Popela
2014-07-10
1
-9
/
+15
*
EHTMLEditorView - Fix reply to message
Tomas Popela
2014-07-03
1
-3
/
+1
*
When setting some content into the composer body we have to specify if it is ...
Tomas Popela
2014-07-01
1
-3
/
+12
*
EHTMLEditorView - Create new paragraph in body if body is empty and save care...
Tomas Popela
2014-07-01
1
-0
/
+8
*
EHTMLEditorView - Fix quoting of the lines with anchors
Tomas Popela
2014-06-30
1
-7
/
+4
*
EHTMLEditorView - Refactor the code that triggers the surround of links with ...
Tomas Popela
2014-06-30
1
-6
/
+9
*
EHTMLEditorView - Correctly replace tabulators with spaces
Tomas Popela
2014-06-30
1
-18
/
+96
*
EHTMLEditorView - Fix clipboard paste into quoted content
Tomas Popela
2014-06-25
1
-628
/
+665
*
Bug 731508 - [webkit-composer] no option to paste as text (without formatting)
Tomas Popela
2014-06-25
1
-0
/
+44
*
EHTMLEditorView - Process the element only if it has children
Tomas Popela
2014-06-25
1
-11
/
+12
*
EHTMLEditorView - Preserve empty lines when processing the text in convertor
Tomas Popela
2014-06-25
1
-3
/
+7
*
EHTMLEditorView - Preserve spaces and create anchors for the links in the tex...
Tomas Popela
2014-06-24
1
-14
/
+36
*
EHTMLEditor - Process text in convertor when pasting plain text from clipboard
Tomas Popela
2014-06-23
1
-0
/
+10
*
EHTMLEditorView - Insert quote symbols before HTML element when it has no pre...
Tomas Popela
2014-06-23
1
-0
/
+4
*
EHTMLEditorView - Replace 2+ spaces with non-breaking spaces and create ancho...
Tomas Popela
2014-06-23
1
-8
/
+106
*
EHTMLEditorView - Generate new line into plain text version even when paragra...
Tomas Popela
2014-06-23
1
-0
/
+3
*
EHTMLEditorView - Improve the writing into quoted content
Tomas Popela
2014-06-19
1
-77
/
+341
*
EHTMLEditorView - When quoting the elements correctly skip the selection markers
Tomas Popela
2014-06-19
1
-3
/
+28
*
Bug 731766 - [webkit-composer] Emoticon cannot be inserted at the end of the ...
Tomas Popela
2014-06-19
1
-40
/
+137
*
EHTMLEditor - Make functions that remove quote and wrap elements public
Tomas Popela
2014-06-19
1
-28
/
+3
*
EHTMLEditorView - Activate inline image resize just when hovering over image
Tomas Popela
2014-06-19
1
-8
/
+2
*
Bug 731767 - [webkit-composer] Inline images not attached to the email
Tomas Popela
2014-06-17
1
-36
/
+26
*
Bug 702703 - Be able to overwrite domain in Message IDs
Milan Crha
2014-06-17
1
-5
/
+7
*
EHTMLEditor: Move remove_node and remove_node_if_empty to EWebView
Tomas Popela
2014-06-16
1
-121
/
+44
*
EHTMLEditorView: Remove unused function
Tomas Popela
2014-06-16
1
-21
/
+0
*
EHTMLEditor - Fix block format change with selection in quoted content
Tomas Popela
2014-06-13
1
-2
/
+3
*
EHTMLEditorView - When changing from html to plain text mode adjust composer'...
Tomas Popela
2014-06-13
1
-8
/
+11
*
Bug 731551 - [webkit-composer] Whitespace lost on message reply (plain text)
Tomas Popela
2014-06-13
1
-1
/
+18
*
Check whether value really changed in callbacks of GSettings::changed signal
Milan Crha
2014-06-12
1
-6
/
+37
*
EHTMLEditor: Set right width to paragraphs that are quoted
Tomas Popela
2014-06-11
1
-2
/
+2
*
EHTMLEditorView: Introduce is_return_key and use it where possible
Tomas Popela
2014-06-11
1
-20
/
+14
*
EHTMLEditorView: Rename quote_character class to -x-evo-quote-character
Tomas Popela
2014-06-11
1
-16
/
+16
*
EHTMLEditor: Fix various bugs in block in/undent
Tomas Popela
2014-06-10
1
-5
/
+1
*
EHTMLEditorView: Skip BR on the end of HTML that's parsed into paragraphs
Tomas Popela
2014-06-10
1
-1
/
+1
*
EHTMLEditorView: Replace Tab character with 8 spaces instead of 4
Tomas Popela
2014-06-10
1
-3
/
+3
*
Bug 540362: [webkit-composer] Use webkit for composer
Tomas Popela
2014-06-09
1
-0
/
+6303