aboutsummaryrefslogtreecommitdiff
path: root/src/textview.c
AgeCommit message (Collapse)Author
2005-05-09reimplemented summary view with GtkTreeView.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@237 ee746299-78ed-0310-b773-934348b2243d
2005-04-20fixed redraw problem of textview.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@226 ee746299-78ed-0310-b773-934348b2243d
2005-03-22made error check strict on Japanese code conversion.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@185 ee746299-78ed-0310-b773-934348b2243d
2005-03-18force output of newline when output HTML.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@184 ee746299-78ed-0310-b773-934348b2243d
2005-03-17made every code conversion API allocate new memory.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@180 ee746299-78ed-0310-b773-934348b2243d
2005-03-16added an option whether to render HTML as text or not.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@177 ee746299-78ed-0310-b773-934348b2243d
2005-03-14improvement to filesel dialog.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@165 ee746299-78ed-0310-b773-934348b2243d
2005-03-10implemented 'Save this image as...' in the context menu of inline images.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@162 ee746299-78ed-0310-b773-934348b2243d
2005-03-08also resize inline images.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@155 ee746299-78ed-0310-b773-934348b2243d
2005-03-08changed the implementation of switching Text/MIME view.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@154 ee746299-78ed-0310-b773-934348b2243d
2005-03-08optimized making of clickable URI.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@153 ee746299-78ed-0310-b773-934348b2243d
2005-03-03use Content-Type's charset as a fallback encoding of broken header strings.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@144 ee746299-78ed-0310-b773-934348b2243d
2005-03-01improved MimeView and file selection dialog.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@135 ee746299-78ed-0310-b773-934348b2243d
2005-02-25output printing text with locale encoding, and removed broken locale ↵hiro
specific HTML entity reference conversion. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@129 ee746299-78ed-0310-b773-934348b2243d
2005-02-23gtkutils.c: modified the find text API.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@123 ee746299-78ed-0310-b773-934348b2243d
2005-02-22try to convert unencoded header strings using locale encoding.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@121 ee746299-78ed-0310-b773-934348b2243d
2005-02-18added 'Copy this link' to the context menu of textview.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@116 ee746299-78ed-0310-b773-934348b2243d
2005-02-18fixed glitches of underlined URI in textview.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@113 ee746299-78ed-0310-b773-934348b2243d
2005-02-09src/textview.c: fixed a memory leak.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@102 ee746299-78ed-0310-b773-934348b2243d
2005-02-09implemented better hypertext processing.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@101 ee746299-78ed-0310-b773-934348b2243d
2005-02-08implemented inline image display.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@97 ee746299-78ed-0310-b773-934348b2243d
2005-02-07replaced intl.h with glib/gi18n.h.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@92 ee746299-78ed-0310-b773-934348b2243d
2005-02-04reimplemented message text search.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@90 ee746299-78ed-0310-b773-934348b2243d
2005-01-31ported to gpgme-1.0.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@56 ee746299-78ed-0310-b773-934348b2243d
2005-01-25improved font management.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@39 ee746299-78ed-0310-b773-934348b2243d
2005-01-24use GTK stock button for button set.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@31 ee746299-78ed-0310-b773-934348b2243d
2005-01-21several code conversion fix.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@27 ee746299-78ed-0310-b773-934348b2243d
2005-01-14fix code conversions, add conv_iconv_strdup_with_cd(), and use EUC-JP-MS for ↵hiro
JIS to UTF-8 conversion if available. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@7 ee746299-78ed-0310-b773-934348b2243d
2005-01-13set shadow type of GtkTextView, and don't set border_width of toolbars.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@4 ee746299-78ed-0310-b773-934348b2243d
2005-01-13removed head_space option, and changed the margin of TextView.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3 ee746299-78ed-0310-b773-934348b2243d
2005-01-12Initial import of Sylpheed (GTK2 version).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1 ee746299-78ed-0310-b773-934348b2243d