aboutsummaryrefslogtreecommitdiff
path: root/src/textview.c
AgeCommit message (Expand)Author
2013-11-28added more null checks.hiro
2013-09-17src/textview.c: modified debug output.hiro
2013-09-10rotate attached images based on Exif orientation tag.hiro
2013-05-20src/textview.c: insert space between continuous links to avoid non-responsive...hiro
2013-05-14added an option to prefer HTML part in multipart/alternative.hiro
2012-10-29fixed hyperlink when 'Show attached files first on message view' option was set.hiro
2012-07-25improved the new attachmemts interface.hiro
2012-05-28properly set line-space for auto-wrapped lines (fixes Bug #64).hiro
2012-03-27don't open in-page link of HTML mail.hiro
2011-07-21textview.c: use style colors for part widgets.hiro
2011-06-30added 'Print' menu in mime part menu. Added part widget to message/rfc822 part.hiro
2011-06-23fixed a typo. code cleanup.hiro
2011-06-16use image menu item for part menu.hiro
2011-06-15src/textview.[ch]: reuse popup menu for each attachments.hiro
2011-06-14textview_part_widget_button_pressed(): disable 'Copy file name' menu if file ...hiro
2011-06-14textview_part_widget_exposed(): draw edges as rounded.hiro
2011-06-14Use prelight state for textview.hiro
2011-06-14textview_part_widget_destroy_notify(): fixed destroy notify handler.hiro
2011-06-13highlight part widgets on mouse over.hiro
2011-06-13implemented popup menu of attachments in text view.hiro
2011-06-13fixed handling of button release event.hiro
2011-06-10src/textview.c: added border line before and after headers. Made attachments ...hiro
2011-05-13textview_make_clickable_parts(): removed alloca() and use GSList.hiro
2011-01-24modified textview-menu-popup plug-in signal.hiro
2011-01-20added 'textview-menu-popup' signal for plug-ins.hiro
2011-01-06added context menu for e-mail address: 'Reply to this address'hiro
2007-05-18URI encode mailto: to protect '+'.hiro
2007-03-28put error message in textview when decryption failed.hiro
2007-01-18added the option 'Filter new messages in INBOX on receiving'.hiro
2007-01-18textview_clear(): made a workaround for the assertion failure in gtk_text_vie...hiro
2006-12-07give the priority to the separated message view's encoding setting on display...hiro
2006-09-20fixed crash with GTK+ 2.10.hiro
2006-09-14show error when writing body failed.hiro
2006-08-23added signature information to MsgInfo.hiro
2006-08-17supported verification of encrypted and signed messages with combined method.hiro
2006-06-08fixed URI check on textview.Hiro
2006-03-06ignore trailing path separator when comparing URI on phishing check.hiro
2006-01-31disabled the trimming of statusbar strings.hiro
2006-01-26also recognize GDK_KP_* keycodes.hiro
2006-01-10Include some trailing punctuations as URI.hiro
2006-01-05add http:// scheme before implicit URIs begin with 'www.'.hiro
2005-12-02modified font for signature part.hiro
2005-11-14added separator between the summary status and the header pane.hiro
2005-11-07moved the location of fallback_encoding.hiro
2005-11-01added fallback encoding setting.hiro
2005-10-31fixed scroll jumping on focus of textview in mimeview.hiro
2005-10-25match the output header for printing to the message view.hiro
2005-10-20textview.c: optimized a bit.hiro
2005-10-20textview.c: don't move cursor if selection exists.hiro
2005-10-20textview.c: fixed a problem that the view was scrolled to top when it got focus.hiro