This website requires JavaScript.
Explore
Help
Sign In
FreshRSS
/
NetNewsWire
Watch
1
Star
0
Fork
0
You've already forked NetNewsWire
mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced
2025-01-28 17:59:31 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
NetNewsWire
/
Mac
/
MainWindow
/
Timeline
/
Cell
History
Maurice Parker
65510b1901
Merge branch 'mac-release' into main
2020-11-13 07:15:26 -06:00
..
MultilineTextFieldSizer.swift
Fix out-of-index crash by guarding against a 0-length string.
2020-11-06 17:03:20 -08:00
SingleLineTextFieldSizer.swift
Replace the
firstElementPassingTest
function come from RSCore with the native function
first(where:)
.
2020-04-06 02:06:24 +08:00
TimelineCellAppearance.swift
Use regular font weight for body text in the timeline.
2020-08-23 21:24:52 -07:00
TimelineCellData.swift
Display "(No Text)" if there isn't a title or summary for the timeline.
Fixes
#2391
2020-10-23 19:18:35 -05:00
TimelineCellLayout.swift
Add attributed title support in the timeline
2020-05-01 01:42:43 -05:00
TimelineTableCellView.swift
Turn the star color to white if the article is selected. Issue
#2364
2020-08-19 20:00:34 -05:00
UnreadIndicatorView.swift
Make unread indicator white for selected and emphasized rows in timeline. Issue
#655
2019-05-21 16:08:16 -05:00