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
/
mail
/
e-mail-display.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Distinguish "attachment-wrapper" elements from attachments.
Matthew Barnes
2013-05-29
1
-12
/
+16
*
Convert EMailPart to a GObject.
Matthew Barnes
2013-05-20
1
-4
/
+4
*
Add e_mail_part_ref_mime_part().
Matthew Barnes
2013-05-20
1
-1
/
+6
*
Add e_mail_part_id_has_prefix().
Matthew Barnes
2013-05-20
1
-1
/
+1
*
Add e_mail_part_get_id().
Matthew Barnes
2013-05-20
1
-8
/
+6
*
em-format cleanups.
Matthew Barnes
2013-05-20
1
-1
/
+1
*
Remove e_mail_display_set_charset().
Matthew Barnes
2013-05-15
1
-11
/
+0
*
EMailDisplay cleanups.
Matthew Barnes
2013-05-15
1
-54
/
+68
*
Right-align mail header names.
Matthew Barnes
2013-05-09
1
-3
/
+3
*
[EMailFormatter] Use GdkRGBA and GtkStyleContext to get theme colors
Milan Crha
2013-04-23
1
-13
/
+8
*
Bug #696173 - Various memory leaks
Milan Crha
2013-03-25
1
-0
/
+4
*
Fix usage of non-existing variable in debug message.
Tomas Popela
2013-03-21
1
-1
/
+1
*
EMailFormatter: Remove "only-local-photos" property.
Matthew Barnes
2013-02-27
1
-2
/
+0
*
Fix a memory leak in EMailDisplay::do_reload_display
Milan Crha
2013-02-21
1
-2
/
+2
*
G_PRIORITY_HIGH_IDLE is sufficient to beat GTK+ redraws.
Matthew Barnes
2013-02-09
1
-4
/
+5
*
Add comments around g_idle_add() changes
Milan Crha
2013-02-09
1
-0
/
+1
*
Bug #683867 - Schedule actions with higher idle priority
Michel Dänzer
2013-02-09
1
-1
/
+1
*
Revert "Bug #683867 - Schedule actions with higher idle priority"
Matthew Barnes
2013-02-08
1
-1
/
+1
*
Bug #683867 - Schedule actions with higher idle priority
Michel Dänzer
2013-02-08
1
-1
/
+1
*
Bug #692009 - text/css always formatted as attachment
Milan Crha
2013-01-24
1
-1
/
+1
*
Bug #692005 - Changing character encoding doesn't work
Milan Crha
2013-01-19
1
-4
/
+48
*
Consolidate base utility libraries into libeutil.
Matthew Barnes
2012-12-13
1
-19
/
+12
*
Make EMailPartList thread-safe.
Matthew Barnes
2012-12-08
1
-31
/
+42
*
EMailDisplay lefts opened file handles to downloaded images
Milan Crha
2012-11-23
1
-22
/
+26
*
Relative URI can crash Evolution in http_request_send_async()
Milan Crha
2012-11-13
1
-1
/
+2
*
Bug 685786 - EWebView: Signal handlers never disconnected
Matthew Barnes
2012-10-14
1
-1
/
+8
*
EMailDisplay cleanups.
Matthew Barnes
2012-10-14
1
-430
/
+467
*
Bug #678835 - Disconnect signal handlers from WebKit plugin widgets on dispose
Milan Crha
2012-09-11
1
-1
/
+24
*
Bug #683130 - Folder hangs when reading mail with an attachment
Dan Vrátil
2012-09-04
1
-5
/
+13
*
Bug #681431 - Expanded attachment bar hides headers
Dan Vrátil
2012-08-29
1
-5
/
+3
*
Coding style and whitespace cleanup.
Matthew Barnes
2012-08-20
1
-58
/
+86
*
Bug #681432 - Runtime warnings from e_mail_display_reload()
Dan Vrátil
2012-08-10
1
-24
/
+18
*
Remove some unused code from EMailReader
Dan Vrátil
2012-08-09
1
-0
/
+12
*
Remove all references to JavaScriptCore and use of JavaScript
Dan Vrátil
2012-08-09
1
-19
/
+65
*
Bug #680724 - Attachment bar regression
Dan Vrátil
2012-08-08
1
-6
/
+0
*
Bug #680666 - Contacts/Tasks/Memos preview pane does not follow theme colors
Dan Vrátil
2012-08-02
1
-5
/
+15
*
Bug #679404 - Read colors for message preview from Gtk theme
Dan Vrátil
2012-07-27
1
-14
/
+15
*
Highlighting of text parts and source codes
Dan Vrátil
2012-07-25
1
-0
/
+6
*
Bug #679843 - Double free when printing
Dan Vrátil
2012-07-18
1
-28
/
+30
*
Bug 679726 - Can't unfold long recipient list in message window
Dan Vrátil
2012-07-13
1
-8
/
+5
*
Cancel scheduled EMailDisplay reload in _dispose()
Dan Vrátil
2012-06-28
1
-5
/
+11
*
Don't load images in preview pane when openning Preferences Dialog
Dan Vrátil
2012-06-28
1
-38
/
+41
*
Bug #515004 - Allow toggling between text and HTML view of mail
Dan Vrátil
2012-06-26
1
-23
/
+55
*
Coding style and whitespace cleanup.
Matthew Barnes
2012-06-25
1
-2
/
+2
*
Reduce usage of g_type_class_peek_parent().
Matthew Barnes
2012-06-25
1
-7
/
+6
*
Disable a leftover debug message
Dan Vrátil
2012-06-19
1
-2
/
+0
*
Reduce amount or EMailDisplay reloads when displaying Preferences dialog
Dan Vrátil
2012-06-19
1
-14
/
+38
*
Do not call g_object_notify() when property didn't change
Milan Crha
2012-06-18
1
-2
/
+5
*
Bug #764467 - URL popup shows all Copy options
Dan Vrátil
2012-06-18
1
-39
/
+32
*
Fix some memory leaks
Dan Vrátil
2012-06-18
1
-9
/
+8
*
Bug #674887 - Hang on sender's photo lookup
Dan Vrátil
2012-06-14
1
-3
/
+8
*
Fix displayed message headers
Dan Vrátil
2012-06-08
1
-0
/
+2
*
Mail formatter rewrite
Dan Vrátil
2012-06-06
1
-323
/
+456
*
Whitespace cleanups.
Matthew Barnes
2012-05-13
1
-3
/
+2
*
Fix displaying icons in EWebView alerts
Dan Vrátil
2012-05-03
1
-1
/
+0
*
Fix memleak introduced from patch for bug #674466
Priit Laes
2012-04-30
1
-0
/
+1
*
Bug #674060 - Preview panel on folder change not updated
Dan Vrátil
2012-04-27
1
-2
/
+9
*
Bug #674466 - Mail's preview panel can show listing of local filesystem root
Dan Vrátil
2012-04-27
1
-2
/
+15
*
Bug #674272 - Contacts preview differs with mailer running and not
Dan Vrátil
2012-04-23
1
-12
/
+7
*
Bug #673108 - Font settings and monospace fonts don't work
Dan Vrátil
2012-04-12
1
-0
/
+56
*
Whitespace cleanup.
Matthew Barnes
2012-04-02
1
-111
/
+111
*
WebKit port - port formatter and mail module
Dan Vrátil
2012-03-29
1
-132
/
+1298
*
Mail widget cleanups.
Matthew Barnes
2011-11-22
1
-43
/
+22
*
Bug #530335 - Allow Reply to selected address only
Rathin
2011-06-14
1
-0
/
+8
*
Bug #646109 - Fix use of include <config.h> to make sure translations work
Milan Crha
2011-05-27
1
-1
/
+4
*
Whitespace and coding style cleanups.
Matthew Barnes
2011-05-08
1
-3
/
+11
*
EMailDisplay: Coding style cleanup.
Matthew Barnes
2011-05-06
1
-1
/
+2
*
Remove 'from_uri' params from e-msg-composer-utils.c.
Matthew Barnes
2011-05-04
1
-5
/
+1
*
Bug #303653 - Make headers collapsable in preview pane
Dan Vrátil
2011-04-27
1
-0
/
+5
*
Coding style and whitespace cleanup.
Matthew Barnes
2011-03-06
1
-1
/
+2
*
Bug #641374 - "Send new mail to..." popup action doesn't work
Milan Crha
2011-02-28
1
-16
/
+38
*
Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly
Milan Crha
2011-02-25
1
-9
/
+5
*
Coding style and whitespace cleanup.
Matthew Barnes
2011-01-30
1
-2
/
+10
*
Bug #627176 - Do not spawn other process when clicking mailto: uri
Milan Crha
2010-12-02
1
-0
/
+8
*
Change em_format_redraw() to em_format_queue_redraw().
Matthew Barnes
2010-08-11
1
-2
/
+2
*
Bug #614325 - Shrink/expand To,Cc header images is missing
Milan Crha
2010-04-08
1
-2
/
+2
*
Minor EMailReader cleanup.
Matthew Barnes
2010-03-26
1
-0
/
+20
*
Bug 612374 - Build failure due to recent GTK+ deprecations
Matthew Barnes
2010-03-10
1
-2
/
+2
*
Finish killing Bonobo.
Matthew Barnes
2009-09-09
1
-722
/
+31
*
Add menu item ellipsis according to bug #324492.
Matthew Barnes
2009-08-25
1
-1
/
+1
*
Get the mailer's URI popup menu working.
Matthew Barnes
2009-05-28
1
-22
/
+467
*
Merge branch 'master' into kill-bonobo
Matthew Barnes
2009-05-27
1
-1
/
+1
*
Move text searching UI into a new EMailSearchBar widget.
Matthew Barnes
2009-03-02
1
-1
/
+1
*
Split the interactive parts of the message display out of EMFormatHTMLDisplay
Matthew Barnes
2009-03-01
1
-0
/
+627