* added support for mailto: links in messages: when clicked, they open an new editor...
[modest] / src / modest-tny-msg-view.c
2006-06-22 Arne Zellentin* added support for mailto: links in messages: when...
2006-06-19 Dirk-Jan C. Binnema* cleanup find_body_part a bit, and check if a part...
2006-06-13 Arne Zellentin* remove more debug stuff
2006-06-13 Arne Zellentin* remove debug stuff
2006-06-12 Arne Zellentin* debug stuff added (temporarily)
2006-06-12 Arne Zellentin* modest_tny_msg_view get an set functions for show_att...
2006-06-12 Arne Zellentin* per-view storage of show_attachments_inline
2006-06-12 Arne Zellentin* more security by only displaying images if the settin...
2006-06-12 Arne Zellentin* another g_return_... stomped
2006-06-12 Arne Zellentin* reformat
2006-06-12 Arne Zellentin* 2 warnings fixed
2006-06-09 Arne Zellentin* menu View->Attachments now controls whether attachmen...
2006-06-09 Arne Zellentin* fixed 2 memleaks
2006-06-08 Arne Zellentin* whether attachment images are displayed inline is...
2006-06-08 Nils Faerber* code cleanups (removing unused variables)
2006-06-08 Arne Zellentin* cleanup for -Wall: unused variables removed, some...
2006-06-07 Arne Zellentin* attached images can now be shown when their link...
2006-06-07 Arne Zellentin* attachments are now shown below the message. now...
2006-05-30 Arne Zellentin* moded find_body_part from modest-tny-msg-view to...
2006-05-30 Dirk-Jan C. Binnema* fix leak
2006-05-30 Arne Zellentin* fixed leak
2006-05-30 Dirk-Jan C. Binnema* modest-tny-msg-view.c:
2006-05-29 Arne Zellentin* moved most of the quote code from modest-ui to (new...
2006-05-26 Arne Zellentin* began work on quoting html messages. I use an ugly...
2006-05-22 Dirk-Jan C. Binnema* modest-tny-stream-gtkhtml.[ch]:
2006-05-22 Dirk-Jan C. Binnema* modest-tny-account-store.c:
2006-05-22 Dirk-Jan C. Binnema* clear the message view first - thus, empty messages...
2006-05-17 Dirk-Jan C. Binnema* implement TnyMsgView using the new GtkHTML-based...
2006-05-16 Arne Zellentin* changed parent class of ModestTnyMsgView (again)...
2006-05-16 Arne Zellentin* changed the parent class of ModestTnyMsgView from...
2006-05-15 Arne Zellentin* clear the message text view before displaying the...
2006-05-10 Dirk-Jan C. Binnema* initial code dump into SVN; needs some work