Statistics
| Revision:

root / src / summaryview.c @ 678

History | View | Annotate | Download (139.6 kB)

# Date Author Comment
674 10/24/2005 05:30 pm Hiroyuki Yamamoto

fixed the problem that DnD didn't work on GTK+ 2.8

635 10/12/2005 01:33 pm Hiroyuki Yamamoto

brought back 'Crate filter rule' in the context menu.

600 09/22/2005 05:47 pm Hiroyuki Yamamoto

summaryview.c: align selected row to center when reached to the edge on key operation.

598 09/22/2005 03:52 pm Hiroyuki Yamamoto

summaryview.c: keep selecting row after changing thread display.

583 09/14/2005 06:59 pm Hiroyuki Yamamoto

fixed warnings about signedness difference.

576 09/13/2005 04:10 pm Hiroyuki Yamamoto

fixed sorting bug when flags changed.

574 09/13/2005 03:00 pm Hiroyuki Yamamoto

added 'View/Sort/by thread date'.

547 09/05/2005 04:54 pm Hiroyuki Yamamoto

moved procmsg.c::procmsg_get_filter_keyword() to filter.c::filter_get_keyword_from_msg().

527 08/30/2005 05:46 pm Hiroyuki Yamamoto

separated UI code from prefs.c.

503 08/24/2005 02:09 pm Hiroyuki Yamamoto

removed stock_pixmap_widget().

496 08/22/2005 03:32 pm Hiroyuki Yamamoto

fall back to date comparison on sorting.

435 07/19/2005 05:50 pm Hiroyuki Yamamoto

modification for DnD.

434 07/15/2005 03:25 pm Hiroyuki Yamamoto

select correct row after execution on summary when sorting is enabled.

421 07/12/2005 03:31 pm Hiroyuki Yamamoto

modified several alerts, and added accelerators for the buttons.

407 07/08/2005 01:58 pm Hiroyuki Yamamoto

added G_ALERTCANCEL to AlertValue, and return it if cancelled.

387 06/30/2005 04:41 pm Hiroyuki Yamamoto

reflect flag changes of manual filtering to IMAP server.

373 06/24/2005 01:03 pm Hiroyuki Yamamoto

removed unrequired function.

363 06/22/2005 07:11 pm Hiroyuki Yamamoto

made summary columns reorderable by DnD.

356 06/21/2005 01:58 pm Hiroyuki Yamamoto

use currently visible textview for selection reply.

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

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

344 06/15/2005 06:01 pm Hiroyuki Yamamoto

added 'Tools/Filter junk mails in folder' menu.

337 06/14/2005 02:19 pm Hiroyuki Yamamoto

fixed a bug that the change of color labels was not saved.

335 06/13/2005 04:56 pm Hiroyuki Yamamoto

include currently selected row on flag search if message view is visible but the row is not displayed.

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

fixed Turkish locale problem.

331 06/10/2005 04:32 pm Hiroyuki Yamamoto

really fixed the crash bug.

330 06/10/2005 03:55 pm Hiroyuki Yamamoto

flush events before scrolling to selected.

329 06/10/2005 02:28 pm Hiroyuki Yamamoto

fixed possible crash (take 2).

328 06/10/2005 01:52 pm Hiroyuki Yamamoto

fixed possible crash when sorted by From/To/Subject.

322 06/09/2005 04:48 pm Hiroyuki Yamamoto

fixed scroll positon problem after some operations.

318 06/08/2005 03:07 pm Hiroyuki Yamamoto

disabled typeahead search.

314 06/06/2005 07:30 pm Hiroyuki Yamamoto

clear selection list when the order of the summary list is changed.

313 06/06/2005 06:45 pm Hiroyuki Yamamoto

fixed a bug that it took very long time to delete all selected messages.

310 06/03/2005 07:34 pm Hiroyuki Yamamoto

improved the DnD.

308 06/03/2005 02:28 pm Hiroyuki Yamamoto

allow empty junk folder setting.

306 06/02/2005 05:42 pm Hiroyuki Yamamoto

added a feature for junk mail control.

305 06/01/2005 04:31 pm Hiroyuki Yamamoto

ignore invalid or deleted messages on delete duplicated.

303 06/01/2005 01:49 pm Hiroyuki Yamamoto

don't include the current message for 'View/Go to/(Prev|Next) (unread|new) message'.

301 05/31/2005 03:36 pm Hiroyuki Yamamoto

fixed a bug that caused crash if FolderView::selected is NULL.

297 05/30/2005 05:57 pm Hiroyuki Yamamoto

optimized getting the selection list.

293 05/27/2005 07:57 pm Hiroyuki Yamamoto

optimized the writing of mark file.

291 05/26/2005 07:57 pm Hiroyuki Yamamoto

improved DnD.

285 05/24/2005 08:53 pm Hiroyuki Yamamoto

optimized writing summary cache.

280 05/23/2005 07:44 pm Hiroyuki Yamamoto

enabled DnD to external apps.

277 05/23/2005 05:31 pm Hiroyuki Yamamoto

modified summary_step().

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

reimplemented MimeView with GtkTreeView.

274 05/20/2005 05:08 pm Hiroyuki Yamamoto

fixed the selection state of summary on refresh.

273 05/20/2005 04:40 pm Hiroyuki Yamamoto

fixed the scroll problem of the summary view on refresh.

270 05/19/2005 06:24 pm Hiroyuki Yamamoto

fixed a problem that no message was selected after processing left marks.

268 05/19/2005 03:41 pm Hiroyuki Yamamoto

fixed insensitive toolbar problem on execution.

266 05/18/2005 06:35 pm Hiroyuki Yamamoto

set minimum column width for folder view and summary view. Remember every column width of folder view.

265 05/18/2005 03:01 pm Hiroyuki Yamamoto

display next messages after deleting when immediate_exec is enabled.

261 05/17/2005 06:15 pm Hiroyuki Yamamoto

adjusted selection and message display on execution of summary.

260 05/17/2005 01:49 pm Hiroyuki Yamamoto

made a workaround for last-row expand problem of the summary view.

259 05/16/2005 11:46 pm Hiroyuki Yamamoto

forgot to unset SummaryView::selected on empty selection.

258 05/16/2005 08:31 pm Hiroyuki Yamamoto

fixed selection problem after execution.

257 05/15/2005 03:16 am Hiroyuki Yamamoto

fixed column resize bug.

256 05/15/2005 01:58 am Hiroyuki Yamamoto

fixed a compilation bug and key handling of summary.

253 05/13/2005 05:59 pm Hiroyuki Yamamoto

made rules hint configurable. Removed debug code.

251 05/13/2005 04:46 pm Hiroyuki Yamamoto

don't open selected messages on 'View/Go to' if the message view is hidden.

250 05/13/2005 04:26 pm Hiroyuki Yamamoto

modified the handling of middle-click and double-click.

249 05/13/2005 03:48 pm Hiroyuki Yamamoto

adjusted the width of icon-titled columns.

248 05/12/2005 08:02 pm Hiroyuki Yamamoto

disable 'Attract by subject' if sorted.

247 05/12/2005 07:17 pm Hiroyuki Yamamoto

optimized 'Attract by subject'.

246 05/12/2005 04:33 pm Hiroyuki Yamamoto

display collapsed rows which have unread children as bold.

245 05/11/2005 07:39 pm Hiroyuki Yamamoto

also expand all children on summary.

244 05/11/2005 06:13 pm Hiroyuki Yamamoto

implemented summary_thread_build().

243 05/11/2005 04:59 pm Hiroyuki Yamamoto

fixed several bugs, and implemented summary_unthread().

242 05/10/2005 06:28 pm Hiroyuki Yamamoto

implemented summary_select_thread().

240 05/10/2005 04:31 pm Hiroyuki Yamamoto

fixed selection handling.

239 05/10/2005 02:30 pm Hiroyuki Yamamoto

fixed compilation failure on GTK+ 2.4.

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

reimplemented summary view with GtkTreeView.

227 04/20/2005 01:39 pm Hiroyuki Yamamoto

improved performance of the update of statusbar.

206 04/08/2005 07:11 pm Hiroyuki Yamamoto

fixed row update problem when opening folder.

202 04/07/2005 04:40 pm Hiroyuki Yamamoto

reimplemented folder view with GtkTreeView.

190 03/28/2005 07:50 pm Hiroyuki Yamamoto

improved the thread creation.

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

changed the implementation of switching Text/MIME view.

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

improved MimeView and file selection dialog.

128 02/25/2005 05:08 pm Hiroyuki Yamamoto

replaced GtkFileSelection with GtkFileChooserDialog.

117 02/21/2005 03:11 pm Hiroyuki Yamamoto

changed the indent size of summary.

99 02/08/2005 06:22 pm Hiroyuki Yamamoto

fixed non-utf8 filename handlings.

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

replaced intl.h with glib/gi18n.h.

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

improved font management.

30 01/24/2005 03:01 am Hiroyuki Yamamoto

use GTK stock button for dialog button set.

23 01/20/2005 05:47 pm Hiroyuki Yamamoto

restored the resize grip of the main statusbar.

19 01/19/2005 03:48 pm Hiroyuki Yamamoto

fixed a bug that didn't correctly get text selection on reply.

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

Initial import of Sylpheed (GTK2 version).