aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-display.c
Commit message (Expand)AuthorAgeFilesLines
* EWebView: Add an "image-save" action.Matthew Barnes2013-07-281-54/+6
* Add e_web_view_suggest_filename().Matthew Barnes2013-07-281-0/+40
* Add e_web_view_redirect_uri().Matthew Barnes2013-07-271-129/+144
* Remove e_web_view_get_uri().Matthew Barnes2013-07-271-1/+1
* Rename e_mail_display_set_parts_list().Matthew Barnes2013-07-271-3/+3
* Rename e_mail_display_get_parts_list().Matthew Barnes2013-07-261-2/+2
* EMailDisplay cleanups.Matthew Barnes2013-06-051-62/+75
* Distinguish "attachment-wrapper" elements from attachments.Matthew Barnes2013-05-291-12/+16
* Convert EMailPart to a GObject.Matthew Barnes2013-05-201-4/+4
* Add e_mail_part_ref_mime_part().Matthew Barnes2013-05-201-1/+6
* Add e_mail_part_id_has_prefix().Matthew Barnes2013-05-201-1/+1
* Add e_mail_part_get_id().Matthew Barnes2013-05-201-8/+6
* em-format cleanups.Matthew Barnes2013-05-201-1/+1
* Remove e_mail_display_set_charset().Matthew Barnes2013-05-151-11/+0
* EMailDisplay cleanups.Matthew Barnes2013-05-151-54/+68
* Right-align mail header names.Matthew Barnes2013-05-091-3/+3
* [EMailFormatter] Use GdkRGBA and GtkStyleContext to get theme colorsMilan Crha2013-04-231-13/+8
* Bug #696173 - Various memory leaksMilan Crha2013-03-251-0/+4
* Fix usage of non-existing variable in debug message.Tomas Popela2013-03-211-1/+1
* EMailFormatter: Remove "only-local-photos" property.Matthew Barnes2013-02-271-2/+0
* Fix a memory leak in EMailDisplay::do_reload_displayMilan Crha2013-02-211-2/+2
* G_PRIORITY_HIGH_IDLE is sufficient to beat GTK+ redraws.Matthew Barnes2013-02-091-4/+5
* Add comments around g_idle_add() changesMilan Crha2013-02-091-0/+1
* Bug #683867 - Schedule actions with higher idle priorityMichel Dänzer2013-02-091-1/+1
* Revert "Bug #683867 - Schedule actions with higher idle priority"Matthew Barnes2013-02-081-1/+1
* Bug #683867 - Schedule actions with higher idle priorityMichel Dänzer2013-02-081-1/+1
* Bug #692009 - text/css always formatted as attachmentMilan Crha2013-01-241-1/+1
* Bug #692005 - Changing character encoding doesn't workMilan Crha2013-01-191-4/+48
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-19/+12
* Make EMailPartList thread-safe.Matthew Barnes2012-12-081-31/+42
* EMailDisplay lefts opened file handles to downloaded imagesMilan Crha2012-11-231-22/+26
* Relative URI can crash Evolution in http_request_send_async()Milan Crha2012-11-131-1/+2
* Bug 685786 - EWebView: Signal handlers never disconnectedMatthew Barnes2012-10-141-1/+8
* EMailDisplay cleanups.Matthew Barnes2012-10-141-430/+467
* Bug #678835 - Disconnect signal handlers from WebKit plugin widgets on disposeMilan Crha2012-09-111-1/+24
* Bug #683130 - Folder hangs when reading mail with an attachmentDan Vrátil2012-09-041-5/+13
* Bug #681431 - Expanded attachment bar hides headersDan Vrátil2012-08-291-5/+3
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-58/+86
* Bug #681432 - Runtime warnings from e_mail_display_reload()Dan Vrátil2012-08-101-24/+18
* Remove some unused code from EMailReaderDan Vrátil2012-08-091-0/+12
* Remove all references to JavaScriptCore and use of JavaScriptDan Vrátil2012-08-091-19/+65
* Bug #680724 - Attachment bar regressionDan Vrátil2012-08-081-6/+0
* Bug #680666 - Contacts/Tasks/Memos preview pane does not follow theme colorsDan Vrátil2012-08-021-5/+15
* Bug #679404 - Read colors for message preview from Gtk themeDan Vrátil2012-07-271-14/+15
* Highlighting of text parts and source codesDan Vrátil2012-07-251-0/+6
* Bug #679843 - Double free when printingDan Vrátil2012-07-181-28/+30
* Bug 679726 - Can't unfold long recipient list in message windowDan Vrátil2012-07-131-8/+5
* Cancel scheduled EMailDisplay reload in _dispose()Dan Vrátil2012-06-281-5/+11
* Don't load images in preview pane when openning Preferences DialogDan Vrátil2012-06-281-38/+41
* Bug #515004 - Allow toggling between text and HTML view of mailDan Vrátil2012-06-261-23/+55
* Coding style and whitespace cleanup.Matthew Barnes2012-06-251-2/+2
* Reduce usage of g_type_class_peek_parent().Matthew Barnes2012-06-251-7/+6
* Disable a leftover debug messageDan Vrátil2012-06-191-2/+0
* Reduce amount or EMailDisplay reloads when displaying Preferences dialogDan Vrátil2012-06-191-14/+38
* Do not call g_object_notify() when property didn't changeMilan Crha2012-06-181-2/+5
* Bug #764467 - URL popup shows all Copy optionsDan Vrátil2012-06-181-39/+32
* Fix some memory leaksDan Vrátil2012-06-181-9/+8
* Bug #674887 - Hang on sender's photo lookupDan Vrátil2012-06-141-3/+8
* Fix displayed message headersDan Vrátil2012-06-081-0/+2
* Mail formatter rewriteDan Vrátil2012-06-061-323/+456
* Whitespace cleanups.Matthew Barnes2012-05-131-3/+2
* Fix displaying icons in EWebView alertsDan Vrátil2012-05-031-1/+0
* Fix memleak introduced from patch for bug #674466Priit Laes2012-04-301-0/+1
* Bug #674060 - Preview panel on folder change not updatedDan Vrátil2012-04-271-2/+9
* Bug #674466 - Mail's preview panel can show listing of local filesystem rootDan Vrátil2012-04-271-2/+15
* Bug #674272 - Contacts preview differs with mailer running and notDan Vrátil2012-04-231-12/+7
* Bug #673108 - Font settings and monospace fonts don't workDan Vrátil2012-04-121-0/+56
* Whitespace cleanup.Matthew Barnes2012-04-021-111/+111
* WebKit port - port formatter and mail moduleDan Vrátil2012-03-291-132/+1298
* Mail widget cleanups.Matthew Barnes2011-11-221-43/+22
* Bug #530335 - Allow Reply to selected address onlyRathin2011-06-141-0/+8
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-1/+4
* Whitespace and coding style cleanups.Matthew Barnes2011-05-081-3/+11
* EMailDisplay: Coding style cleanup.Matthew Barnes2011-05-061-1/+2
* Remove 'from_uri' params from e-msg-composer-utils.c.Matthew Barnes2011-05-041-5/+1
* Bug #303653 - Make headers collapsable in preview paneDan Vrátil2011-04-271-0/+5
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+2
* Bug #641374 - "Send new mail to..." popup action doesn't workMilan Crha2011-02-281-16/+38
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-9/+5
* Coding style and whitespace cleanup.Matthew Barnes2011-01-301-2/+10
* Bug #627176 - Do not spawn other process when clicking mailto: uriMilan Crha2010-12-021-0/+8
* Change em_format_redraw() to em_format_queue_redraw().Matthew Barnes2010-08-111-2/+2
* Bug #614325 - Shrink/expand To,Cc header images is missingMilan Crha2010-04-081-2/+2
* Minor EMailReader cleanup.Matthew Barnes2010-03-261-0/+20
* Bug 612374 - Build failure due to recent GTK+ deprecationsMatthew Barnes2010-03-101-2/+2
* Finish killing Bonobo.Matthew Barnes2009-09-091-722/+31
* Add menu item ellipsis according to bug #324492.Matthew Barnes2009-08-251-1/+1
* Get the mailer's URI popup menu working.Matthew Barnes2009-05-281-22/+467
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-1/+1
* Move text searching UI into a new EMailSearchBar widget.Matthew Barnes2009-03-021-1/+1
* Split the interactive parts of the message display out of EMFormatHTMLDisplayMatthew Barnes2009-03-011-0/+627