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-02-02 12:06:58 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
NetNewsWire
/
Mac
/
MainWindow
/
Timeline
/
Cell
History
Maurice Parker
8fd3cd2cde
Rework cell background selection and separators to remove separator drawing artifacts and use the inset table style.
Fixes
#2579
,
#2580
and
#2584
2020-11-18 22:02:54 -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
Rework cell background selection and separators to remove separator drawing artifacts and use the inset table style.
Fixes
#2579
,
#2580
and
#2584
2020-11-18 22:02:54 -06: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
Rework cell background selection and separators to remove separator drawing artifacts and use the inset table style.
Fixes
#2579
,
#2580
and
#2584
2020-11-18 22:02:54 -06:00
UnreadIndicatorView.swift
Make unread indicator white for selected and emphasized rows in timeline. Issue
#655
2019-05-21 16:08:16 -05:00