aboutsummaryrefslogtreecommitdiff
path: root/src/summaryview.c
AgeCommit message (Collapse)Author
2005-07-19modification for DnD.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@435 ee746299-78ed-0310-b773-934348b2243d
2005-07-15select correct row after execution on summary when sorting is enabled.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@434 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-08added G_ALERTCANCEL to AlertValue, and return it if cancelled.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@407 ee746299-78ed-0310-b773-934348b2243d
2005-06-30reflect flag changes of manual filtering to IMAP server.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@387 ee746299-78ed-0310-b773-934348b2243d
2005-06-24removed unrequired function.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@373 ee746299-78ed-0310-b773-934348b2243d
2005-06-22made summary columns reorderable by DnD.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@363 ee746299-78ed-0310-b773-934348b2243d
2005-06-21use currently visible textview for selection reply.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@356 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-15added 'Tools/Filter junk mails in folder' menu.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@344 ee746299-78ed-0310-b773-934348b2243d
2005-06-14fixed a bug that the change of color labels was not saved.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@337 ee746299-78ed-0310-b773-934348b2243d
2005-06-13include currently selected row on flag search if message view is visible but ↵hiro
the row is not displayed. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@335 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-10really fixed the crash bug.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@331 ee746299-78ed-0310-b773-934348b2243d
2005-06-10flush events before scrolling to selected.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@330 ee746299-78ed-0310-b773-934348b2243d
2005-06-10fixed possible crash (take 2).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@329 ee746299-78ed-0310-b773-934348b2243d
2005-06-10fixed possible crash when sorted by From/To/Subject.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@328 ee746299-78ed-0310-b773-934348b2243d
2005-06-09fixed scroll positon problem after some operations.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@322 ee746299-78ed-0310-b773-934348b2243d
2005-06-08disabled typeahead search.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@318 ee746299-78ed-0310-b773-934348b2243d
2005-06-06clear selection list when the order of the summary list is changed.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@314 ee746299-78ed-0310-b773-934348b2243d
2005-06-06fixed a bug that it took very long time to delete all selected messages.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@313 ee746299-78ed-0310-b773-934348b2243d
2005-06-03improved the DnD.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@310 ee746299-78ed-0310-b773-934348b2243d
2005-06-03allow empty junk folder setting.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@308 ee746299-78ed-0310-b773-934348b2243d
2005-06-02added a feature for junk mail control.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@306 ee746299-78ed-0310-b773-934348b2243d
2005-06-01ignore invalid or deleted messages on delete duplicated.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@305 ee746299-78ed-0310-b773-934348b2243d
2005-06-01don't include the current message for 'View/Go to/(Prev|Next) (unread|new) ↵hiro
message'. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@303 ee746299-78ed-0310-b773-934348b2243d
2005-05-31fixed a bug that caused crash if FolderView::selected is NULL.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@301 ee746299-78ed-0310-b773-934348b2243d
2005-05-30optimized getting the selection list.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@297 ee746299-78ed-0310-b773-934348b2243d
2005-05-27optimized the writing of mark file.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@293 ee746299-78ed-0310-b773-934348b2243d
2005-05-26improved DnD.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@291 ee746299-78ed-0310-b773-934348b2243d
2005-05-24optimized writing summary cache.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@285 ee746299-78ed-0310-b773-934348b2243d
2005-05-23enabled DnD to external apps.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@280 ee746299-78ed-0310-b773-934348b2243d
2005-05-23modified summary_step().hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@277 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-20fixed the selection state of summary on refresh.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@274 ee746299-78ed-0310-b773-934348b2243d
2005-05-20fixed the scroll problem of the summary view on refresh.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@273 ee746299-78ed-0310-b773-934348b2243d
2005-05-19fixed a problem that no message was selected after processing left marks.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@270 ee746299-78ed-0310-b773-934348b2243d
2005-05-19fixed insensitive toolbar problem on execution.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@268 ee746299-78ed-0310-b773-934348b2243d
2005-05-18set minimum column width for folder view and summary view. Remember every ↵hiro
column width of folder view. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@266 ee746299-78ed-0310-b773-934348b2243d
2005-05-18display next messages after deleting when immediate_exec is enabled.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@265 ee746299-78ed-0310-b773-934348b2243d
2005-05-17adjusted selection and message display on execution of summary.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@261 ee746299-78ed-0310-b773-934348b2243d
2005-05-17made a workaround for last-row expand problem of the summary view.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@260 ee746299-78ed-0310-b773-934348b2243d
2005-05-16forgot to unset SummaryView::selected on empty selection.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@259 ee746299-78ed-0310-b773-934348b2243d
2005-05-16fixed selection problem after execution.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@258 ee746299-78ed-0310-b773-934348b2243d
2005-05-14fixed column resize bug.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@257 ee746299-78ed-0310-b773-934348b2243d
2005-05-14fixed a compilation bug and key handling of summary.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@256 ee746299-78ed-0310-b773-934348b2243d
2005-05-13made rules hint configurable. Removed debug code.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@253 ee746299-78ed-0310-b773-934348b2243d
2005-05-13don't open selected messages on 'View/Go to' if the message view is hidden.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@251 ee746299-78ed-0310-b773-934348b2243d
2005-05-13modified the handling of middle-click and double-click.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@250 ee746299-78ed-0310-b773-934348b2243d
2005-05-13adjusted the width of icon-titled columns.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@249 ee746299-78ed-0310-b773-934348b2243d