aboutsummaryrefslogtreecommitdiff
path: root/src/textview.c
AgeCommit message (Expand)Author
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
2005-08-23modified fonts for mime parts.hiro
2005-08-08added wrappers for C library function that take pathname arguments.hiro
2005-08-02fixed gcc-4.0 warnings.hiro
2005-07-13made the file size of attachments more accurate, and human-readable.hiro
2005-07-12modified several alerts, and added accelerators for the buttons.hiro
2005-07-11don't include some chars in URI.hiro
2005-06-23made 2.0.0beta3 release.hiro
2005-06-23added 'Compose new message' and 'Open with Web browser' to the context menu o...hiro
2005-06-22fixed bugs of quote colors setting.hiro
2005-06-20added 'Add to address book' to the context menu of textview.hiro
2005-06-14fixed slightly wrong scroll position of the text view when the displayed mess...hiro
2005-06-10fixed Turkish locale problem.hiro
2005-06-01improved sequential message searches.hiro
2005-05-25fixed phishing check.hiro
2005-05-23reimplemented MimeView with GtkTreeView.hiro
2005-05-19added an option to toggle cursor in message view.hiro
2005-05-09reimplemented summary view with GtkTreeView.hiro
2005-04-20fixed redraw problem of textview.hiro
2005-03-22made error check strict on Japanese code conversion.hiro
2005-03-18force output of newline when output HTML.hiro
2005-03-17made every code conversion API allocate new memory.hiro
2005-03-16added an option whether to render HTML as text or not.hiro
2005-03-14improvement to filesel dialog.hiro
2005-03-10implemented 'Save this image as...' in the context menu of inline images.hiro
2005-03-08also resize inline images.hiro
2005-03-08changed the implementation of switching Text/MIME view.hiro
2005-03-08optimized making of clickable URI.hiro
2005-03-03use Content-Type's charset as a fallback encoding of broken header strings.hiro
2005-03-01improved MimeView and file selection dialog.hiro
2005-02-25output printing text with locale encoding, and removed broken locale specific...hiro
2005-02-23gtkutils.c: modified the find text API.hiro
2005-02-22try to convert unencoded header strings using locale encoding.hiro
2005-02-18added 'Copy this link' to the context menu of textview.hiro