aboutsummaryrefslogtreecommitdiff
path: root/src/textview.c
AgeCommit message (Collapse)Author
2005-08-08added wrappers for C library function that take pathname arguments.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@478 ee746299-78ed-0310-b773-934348b2243d
2005-08-02fixed gcc-4.0 warnings.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@457 ee746299-78ed-0310-b773-934348b2243d
2005-07-13made the file size of attachments more accurate, and human-readable.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@427 ee746299-78ed-0310-b773-934348b2243d
2005-07-12modified several alerts, and added accelerators for the buttons.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@421 ee746299-78ed-0310-b773-934348b2243d
2005-07-11don't include some chars in URI.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@416 ee746299-78ed-0310-b773-934348b2243d
2005-06-23made 2.0.0beta3 release.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@371 ee746299-78ed-0310-b773-934348b2243d
2005-06-23added 'Compose new message' and 'Open with Web browser' to the context menu ↵hiro
of the text view. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@368 ee746299-78ed-0310-b773-934348b2243d
2005-06-22fixed bugs of quote colors setting.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@364 ee746299-78ed-0310-b773-934348b2243d
2005-06-20added 'Add to address book' to the context menu of textview.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@352 ee746299-78ed-0310-b773-934348b2243d
2005-06-14fixed slightly wrong scroll position of the text view when the displayed ↵hiro
message changed. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@342 ee746299-78ed-0310-b773-934348b2243d
2005-06-10fixed Turkish locale problem.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@333 ee746299-78ed-0310-b773-934348b2243d
2005-06-01improved sequential message searches.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@304 ee746299-78ed-0310-b773-934348b2243d
2005-05-25fixed phishing check.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@290 ee746299-78ed-0310-b773-934348b2243d
2005-05-23reimplemented MimeView with GtkTreeView.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@275 ee746299-78ed-0310-b773-934348b2243d
2005-05-19added an option to toggle cursor in message view.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@269 ee746299-78ed-0310-b773-934348b2243d
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