.. |
Cell
|
Remove extraneous get { from a bunch of read-only accessors.
|
2018-02-14 13:14:25 -08:00 |
Keyboard
|
|
|
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
|
|
|
SidebarViewController.swift
|
Create and use AppImages.swift for widely-referenced images.
|
2018-02-17 18:19:25 -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 |
SmartFeedPasteboardWriter.swift
|
Implement and validate the Copy command for the sidebar. Fix #115.
|
2018-02-11 22:10:28 -08:00 |
UnreadCountView.swift
|
Remove extraneous get { from a bunch of read-only accessors.
|
2018-02-14 13:14:25 -08:00 |