This website requires JavaScript.
Explore
Help
Sign In
renun
/
NetNewsWire
Watch
1
Star
0
Fork
0
You've already forked NetNewsWire
mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced
2025-08-12 06:26:36 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
73471bc6cd67a0c031db1bed2f7239bceee09fc8
NetNewsWire
/
Mac
/
MainWindow
/
Timeline
History
Brent Simmons
7ad0b6b604
Always update the unread count in the timeline after doing a sync fetch after representedObjects changes. Reload visible cells whenever showFeedNames changes.
Fix
#923
.
2019-09-10 20:28:16 -07:00
..
Cell
Added optional separators in the timeline view.
2019-09-02 09:13:21 -07:00
Keyboard
…
ArticlePasteboardWriter.swift
…
FetchRequestOperation.swift
Call the completion block once and only once from FetchRequestOperation. This is a probable fix for
#898
.
2019-09-03 22:58:17 -07:00
FetchRequestQueue.swift
…
TimelineContainerView.swift
Remove some unneeded drawing. This makes resizing the timeline faster.
2019-07-27 15:44:13 -07:00
TimelineContainerViewController.swift
Check to see if the timeline already has the expected representedObjects when the sidebar selection (apparently) has changed. If so, then don’t set the representedObjects again, and don’t knock the user out of search mode if searching.
2019-07-28 16:00:43 -07:00
TimelineTableRowView.swift
…
TimelineTableView.swift
Add accessibility labels to Sidebar, Timeline, and Article. Issue
#934
2019-09-10 11:09:17 -05:00
TimelineTableView.xib
…
TimelineViewController.swift
Always update the unread count in the timeline after doing a sync fetch after representedObjects changes. Reload visible cells whenever showFeedNames changes.
Fix
#923
.
2019-09-10 20:28:16 -07:00
TimelineViewController+ContextualMenus.swift
…