.. |
Cell
|
Remove extraneous get { from a bunch of read-only accessors.
|
2018-02-14 13:14:25 -08:00 |
Keyboard
|
Change Cocoa imports to AppKit imports, because we don’t need CoreData imported (which Cocoa imports).
|
2018-02-02 22:51:32 -08:00 |
Renaming
|
Make all senders parameters for actions optional — Any? instead of AnyObject or Any.
|
2018-02-11 18:58:50 -08:00 |
FeedPasteboardWriter.swift
|
Implement and validate the Copy command for the sidebar. Fix #115.
|
2018-02-11 22:10:28 -08:00 |
FolderPasteboardWriter.swift
|
Implement and validate the Copy command for the sidebar. Fix #115.
|
2018-02-11 22:10:28 -08:00 |
SidebarContextualMenuDelegate.swift
|
Use the menu.takeItems method.
|
2018-02-09 22:10:52 -08:00 |
SidebarGearMenuDelegate.swift
|
Make the sidebar contextual menu refer to the clicked row rather than the selected row.
|
2018-02-07 13:25:17 -08:00 |
SidebarOutlineDataSource.swift
|
Make SidebarOutlineDataSource a separate object. Move data source methods out of SidebarViewController.
|
2018-02-12 22:02:51 -08:00 |
SidebarOutlineView.swift
|
Remove code setting the sidebarViewController on SidebarOutlineView, since it doesn’t use it.
|
2018-02-07 13:11:40 -08:00 |
SidebarStatusBarView.swift
|
Use CoalescingQueue with the refresh progress indicator in the sidebar.
|
2018-02-17 18:10:00 -08:00 |
SidebarTreeControllerDelegate.swift
|
Reuse account nodes, which should fix at least one cause of the bug where sometimes the On My Mac group item collapses when it shouldn’t.
|
2017-12-18 12:43:18 -08:00 |
SidebarViewController+ContextualMenus.swift
|
Rename MarkReadOrUnreadCommand to MarkStatusCommand and make it handle starring/unstarring and deleting/undeleting. Also: add contextual menu for smart feeds in the sidebar.
|
2018-02-11 12:59:35 -08:00 |
SidebarViewController.swift
|
Do misc. minor cleanups in SidebarViewController.
|
2018-02-17 21:08:36 -08:00 |
UnreadCountView.swift
|
Remove extraneous get { from a bunch of read-only accessors.
|
2018-02-14 13:14:25 -08:00 |