Statistics
| Revision:

root / src / textview.c @ 411

History | View | Annotate | Download (54.3 kB)

# Date Author Comment
371 06/23/2005 07:51 pm Hiroyuki Yamamoto

made 2.0.0beta3 release.

368 06/23/2005 05:40 pm Hiroyuki Yamamoto

added 'Compose new message' and 'Open with Web browser' to the context menu of the text view.

364 06/22/2005 07:52 pm Hiroyuki Yamamoto

fixed bugs of quote colors setting.

352 06/20/2005 05:16 pm Hiroyuki Yamamoto

added 'Add to address book' to the context menu of textview.

342 06/14/2005 07:25 pm Hiroyuki Yamamoto

fixed slightly wrong scroll position of the text view when the displayed message changed.

333 06/10/2005 06:28 pm Hiroyuki Yamamoto

fixed Turkish locale problem.

304 06/01/2005 03:21 pm Hiroyuki Yamamoto

improved sequential message searches.

290 05/25/2005 07:45 pm Hiroyuki Yamamoto

fixed phishing check.

275 05/23/2005 04:00 pm Hiroyuki Yamamoto

reimplemented MimeView with GtkTreeView.

269 05/19/2005 04:38 pm Hiroyuki Yamamoto

added an option to toggle cursor in message view.

237 05/09/2005 06:26 pm Hiroyuki Yamamoto

reimplemented summary view with GtkTreeView.

226 04/20/2005 12:57 pm Hiroyuki Yamamoto

fixed redraw problem of textview.

185 03/22/2005 04:37 pm Hiroyuki Yamamoto

made error check strict on Japanese code conversion.

184 03/18/2005 02:49 pm Hiroyuki Yamamoto

force output of newline when output HTML.

180 03/17/2005 07:02 pm Hiroyuki Yamamoto

made every code conversion API allocate new memory.

177 03/16/2005 07:54 pm Hiroyuki Yamamoto

added an option whether to render HTML as text or not.

165 03/14/2005 04:03 pm Hiroyuki Yamamoto

improvement to filesel dialog.

162 03/10/2005 08:36 pm Hiroyuki Yamamoto

implemented 'Save this image as...' in the context menu of inline images.

155 03/08/2005 08:06 pm Hiroyuki Yamamoto

also resize inline images.

154 03/08/2005 06:17 pm Hiroyuki Yamamoto

changed the implementation of switching Text/MIME view.

153 03/08/2005 03:14 pm Hiroyuki Yamamoto

optimized making of clickable URI.

144 03/03/2005 07:46 pm Hiroyuki Yamamoto

use Content-Type's charset as a fallback encoding of broken header strings.

135 03/01/2005 06:48 pm Hiroyuki Yamamoto

improved MimeView and file selection dialog.

129 02/25/2005 07:00 pm Hiroyuki Yamamoto

output printing text with locale encoding, and removed broken locale specific HTML entity reference conversion.

123 02/23/2005 06:24 pm Hiroyuki Yamamoto

gtkutils.c: modified the find text API.

121 02/22/2005 07:05 pm Hiroyuki Yamamoto

try to convert unencoded header strings using locale encoding.

116 02/18/2005 08:05 pm Hiroyuki Yamamoto

added 'Copy this link' to the context menu of textview.

113 02/18/2005 01:51 pm Hiroyuki Yamamoto

fixed glitches of underlined URI in textview.

102 02/09/2005 05:34 pm Hiroyuki Yamamoto

src/textview.c: fixed a memory leak.

101 02/09/2005 05:30 pm Hiroyuki Yamamoto

implemented better hypertext processing.

97 02/08/2005 04:55 pm Hiroyuki Yamamoto

implemented inline image display.

92 02/07/2005 05:29 pm Hiroyuki Yamamoto

replaced intl.h with glib/gi18n.h.

90 02/04/2005 05:35 pm Hiroyuki Yamamoto

reimplemented message text search.

56 01/31/2005 03:33 pm Hiroyuki Yamamoto

ported to gpgme-1.0.

39 01/25/2005 05:21 pm Hiroyuki Yamamoto

improved font management.

31 01/24/2005 01:29 pm Hiroyuki Yamamoto

use GTK stock button for button set.

27 01/21/2005 01:41 pm Hiroyuki Yamamoto

several code conversion fix.

7 01/14/2005 05:08 pm Hiroyuki Yamamoto

fix code conversions, add conv_iconv_strdup_with_cd(), and use EUC-JP-MS for JIS to UTF-8 conversion if available.

4 01/13/2005 03:23 pm Hiroyuki Yamamoto

set shadow type of GtkTextView, and don't set border_width of toolbars.

3 01/13/2005 03:08 pm Hiroyuki Yamamoto

removed head_space option, and changed the margin of TextView.

1 01/12/2005 08:22 pm Hiroyuki Yamamoto

Initial import of Sylpheed (GTK2 version).