Commit Graph

135 Commits

Author SHA1 Message Date
Nate Weaver 8bb249b1ad Fix typo 2020-04-15 16:39:58 -05:00
Maurice Parker e23cc4d8a6 Merge branch 'master' into accent-color-experimental 2020-03-28 00:56:53 -05:00
Maurice Parker 6d085fdacf Inline videos and enable player controls for both Mac and iOS. Issue #1952 2020-03-28 00:56:29 -05:00
Maurice Parker 6a384d99e6 Darken and lighten the accent color for the article view. 2020-03-20 08:13:39 -05:00
Maurice Parker 1e1fce59da Use system accent color to tint the article view 2020-03-20 06:41:38 -05:00
Maurice Parker 770206df60 Merge branch 'ios-release' 2020-03-17 17:19:31 -05:00
Maurice Parker 36841602a5 Change article rendering to use loadHTMLString instead of JavaScript. Issue #1923 2020-03-17 17:18:24 -05:00
Maurice Parker 5b5eaf6bb7 Merge branch 'ios-release' 2020-03-14 17:13:25 -05:00
Maurice Parker 77fd3020cc Correct font used to specify font size. Issue #1878 2020-03-12 19:01:10 -05:00
Nate Weaver 781dd2ff73 Fix null error in wrapTables() 2020-03-12 18:32:42 -05:00
Nate Weaver 5bbda2a68e "footnotes" -> ".footnotes"; use idFromHash() 2020-03-12 18:32:42 -05:00
Nate Weaver 76dd3abff2 Properly style footnotes that have been absoluted 2020-03-12 18:32:42 -05:00
Nate Weaver 509ef01213 URL-decode the ID to make it work with non-ASCII characters
Fixes #1812.
2020-03-12 18:32:42 -05:00
Maurice Parker 61a2e95d2b Manually specify the font size to work around a WKWebView resizing bug. Issue #1878 2020-03-12 18:07:40 -05:00
Maurice Parker 5755dd0844 Finish merge of mac-release. 2020-03-01 16:33:05 -08:00
Maurice Parker 94c6ca428f Merge branch 'mac-release' 2020-03-01 16:32:31 -08:00
Nate Weaver e183a5406c Only wrap iframes that don't specify their own height 2020-02-28 08:19:40 -06:00
Nate Weaver 65b508ffaa Port inline style stripping changes from master 2020-02-28 08:15:06 -06:00
Maurice Parker 85bd20ca80 Stop media playback when the main window is closed. Issue #1646 2020-02-27 12:15:41 -08:00
Maurice Parker 2ae021960b Move account files to the documents directory and out of the shared container. Issue #1784 2020-02-12 16:21:48 -08:00
Brent Simmons cac67f8ac4 Use percent-encoding — via URLComponents — on the articleID in the nnwImageIcon URL scheme. 2020-02-08 17:21:55 -08:00
Nate Weaver 447cc44b8e Put <title> and <base> in the <head> instead of <body>
This also means renderHTML() is no longer needed.
2020-01-30 06:15:14 -06:00
Maurice Parker c6beb3c9dd Don't try to convert to an absolute img url when the img url is already absolute. Issue #1726 2020-01-28 15:39:02 -07:00
Maurice Parker dd5633b5ae Change to use the correct URL when reloading an image. 2020-01-27 16:27:13 -07:00
Maurice Parker 3a99e6430f Make the article icon code specify the desired article so that it can't pull the wrong one by mistake. Issue #1707 2020-01-27 12:58:32 -07:00
Maurice Parker 97d6c69431 Change to always reload the page when rendering an article. Issue #1713 2020-01-26 20:29:58 -07:00
Maurice Parker f15ade5ebb Make the article datetime always a link to the article permalink. Issue #1655 2020-01-19 17:28:06 -07:00
Maurice Parker 7e35bd1ec4 Remove unused parameter. It was obsoleted, but not removed. 2020-01-19 15:36:19 -07:00
Maurice Parker 539722d685 Change Feedbin Twitter images to use the canonical source instead of Feedbin image servers. 2020-01-17 11:41:04 -07:00
Maurice Parker 38ef0c2515 Convert src to use Feedbin proxy images when they are available. Issue #1632 2020-01-16 17:14:38 -07:00
Nate Weaver 645c3deba1 Use new MacroProcessor replacement 2020-01-07 16:06:41 -06:00
Maurice Parker 0a29535412
Merge pull request #1496 from Wevah/table-overflow-wrapper
Table overflow wrapper
2019-12-31 16:24:43 -07:00
Nate Weaver fcea33d61f Only strip out color, background, and font css properties
Prevents icon images from rendering super-huge.
2019-12-30 18:30:10 -06:00
Nate Weaver 792fcddaf6 Update comment 2019-12-30 17:35:47 -06:00
Nate Weaver 58ef7600fb Avoid copying the table and use querySelector()
(Since there's only one .articleBody.)
2019-12-30 17:24:34 -06:00
Nate Weaver 7a61a6a5b4 Specify div explicitly 2019-12-30 17:24:34 -06:00
Nate Weaver c2d3e9213d Strip spans from pre elements inside table cells
Works around a clipping issue.
2019-12-30 17:17:35 -06:00
Nate Weaver bb0fffcec2 Move wrapTables() to just after wrapFrames() 2019-12-30 17:17:35 -06:00
Nate Weaver cbbb46a776 Wrap tables in an overflow-x: auto; div 2019-12-30 17:17:35 -06:00
Maurice Parker 56d43f8f2d Do a full reload of the article when rearranging the UI to accommodate for split screen color changes. 2019-11-20 18:16:54 -06:00
Maurice Parker 198dec68b1 Reload Article images when their availablity notification arrives. Issue #1317 2019-11-18 19:33:31 -06:00
Maurice Parker 06bd5b3a6f Renamed Feed and related classes/instances to WebFeed 2019-11-14 20:11:41 -06:00
Maurice Parker 701070f2dd Make Article icons/avatars match Timeline icons/avatars. Issue #1273 2019-11-12 09:22:23 -06:00
Maurice Parker 8a69657b54 Convert all image locations to be absolute. Issues #954 & 1280 2019-11-09 17:37:25 -06:00
Maurice Parker 4f294c4d20 Make Article icons/avatars match Timeline icons/avatars Issue #1274 2019-11-07 14:29:16 -06:00
Maurice Parker 560f36621f Add IconImage to encapsulate our icon processing logic 2019-11-05 18:05:57 -06:00
Maurice Parker a1f26898c8 Split Mac and iOS specific javascript into individual files. 2019-10-13 15:47:11 -05:00
Maurice Parker 3ee0506b4a Add fullscreen image previewing and zooming 2019-10-12 14:45:44 -05:00
Andrew Brehaut f25c0e0b57 Original implementation was only aware of multimarkdown style footnote markup.
This commit includes support for DaringFireball style footnotes
2019-09-26 20:20:53 +12:00
Andrew Brehaut 2788552838 544 Fixes gaff with left and right overhangs
Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
2019-09-23 20:43:29 +12:00
Andrew Brehaut 4c54d2c4ff 544 adds and positions the arrow on the popover bubble
An arrow element is now inserted into the dom to orient the bubble to the fnref
element that opened it. This is offset in the opposite direction to the bubble
if the bubble overhangs one side or the other.

Additionally, if both sides overhang then no positioning takes place. This
is the first step towards supporting more narrow windows and mobile clients.
2019-09-23 20:25:00 +12:00
Andrew Brehaut af5d510c80 #544 Better handling of the footnote reverse links
* Uses a stylesheet to hide the reverse link in the popover rather than monkeying around with the dom in JS
* Javascript event handler catches clicks on the reverse buttons in the footnote list at the bottom of the page
  and scrolls the document back to the source, rather than opening the document in a browser window.
2019-09-23 19:56:58 +12:00
Andrew Brehaut 8fcc61b769 Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire 2019-09-23 18:57:34 +12:00
Andrew Brehaut 5fea81971b #554 newsfoot.js and css are included in the page
These changes are the bare minimum required to get footnotes to appear and function on the article page.
 * The newsfoot.js script now wraps everything in an IIFE to prevent bleed to other scripts
 * Stylesheets are included in the main stylesheet, with the colors extracted out into separate selectors

Currently missing the arrow pointing to the footnote link, and no consideration exists for mobile presentation
beyond a max-width: 100vh on the footnote popover.
2019-09-22 14:06:51 +12:00
Maurice Parker c7166cf7c9 Commented javascript code 2019-09-21 16:11:09 -05:00
Maurice Parker 2db839db98 Prevent videos on iOS from autoplaying in fullscreen 2019-09-21 15:59:51 -05:00
Andrew Brehaut 20f8fe91df Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire 2019-09-22 08:37:01 +12:00
Maurice Parker 9d54a1de74 Enable always on Reader View for feeds 2019-09-21 15:03:42 -05:00
Maurice Parker b49aeca577 Moved page.html location information to ArticleRenderer 2019-09-21 12:36:35 -05:00
Maurice Parker 0c00150849 Externalize javascript code into separate main.js file 2019-09-21 04:34:11 -05:00
Andrew Brehaut a605d9cd1f #544 Adds newsfoot.js footnote script to project 2019-09-21 13:54:17 +12:00
Maurice Parker 3decd23c45 Convert iOS to use Javascript rendering 2019-09-20 20:33:28 -05:00
Maurice Parker 710abf30c7 Make stylesheet external to page.html 2019-09-20 19:28:13 -05:00
Ben Ubois cdf643c2a6 Make iFrames responsive. 2019-09-20 17:21:01 -07:00
Maurice Parker 9c6d47eaa1 Merge branch 'pr/1033' 2019-09-20 17:51:27 -05:00
Maurice Parker 108226d17d Fix article extractor base url 2019-09-19 17:41:56 -05:00
Ben Ubois 1728f4d198 Made indents consistent. 2019-09-18 22:53:25 -07:00
Ben Ubois 1c9117ab8e Reset scroll position to top on render.
Prevents an issue where the next article would inherit the previous
article's scroll position.
2019-09-18 22:39:07 -07:00
Ben Ubois 0b6683d073 Render with evaluateJavaScript.
Replaced loadHTMLString based rendering for improved performance.
2019-09-18 22:03:23 -07:00
Maurice Parker 8cd6f107e5 Add basic Article Content extraction 2019-09-18 18:15:55 -05:00
Maurice Parker 786a4e48c4 Merge branch 'mac-release' 2019-09-17 15:01:01 -05:00
Maurice Parker 8a8dcde387 Add javascript to remove styling from articles. Issues ##499, #999, and #947 2019-09-17 14:32:18 -05:00
Maurice Parker b0b3f58036 Merge branch 'mac-release' 2019-09-15 04:10:50 -05:00
Maurice Parker 7c3c78b796 Remove debug print statement 2019-09-15 04:08:10 -05:00
Maurice Parker 90cc8ffa6f Merge branch 'mac-release' 2019-09-15 04:06:52 -05:00
Maurice Parker 20dda3727b Change to use the scaled avatar version of the favicon. 2019-09-15 04:05:11 -05:00
Maurice Parker b07bf73f78 Revert "Scale images, when needed, before generating inline HTML data in ArticleRenderer — this keeps us from getting huge amounts of data, which slows down rendering."
This reverts commit c3e26ea307.
2019-09-15 04:00:24 -05:00
Brent Simmons 7d738baef3 Merge branch 'mac-release' 2019-09-14 22:41:44 -07:00
Brent Simmons c3e26ea307 Scale images, when needed, before generating inline HTML data in ArticleRenderer — this keeps us from getting huge amounts of data, which slows down rendering. 2019-09-14 22:41:13 -07:00
Jim Correia 5f11c42fc2 Use noContentHTML rather than noSelectionHTML for prepared web views.
Added a noContentHTML to ArticleRenderer. Use that for the initial content
for queued web views so that we don't see a temporary flash of "No
Selection" when pushing to an article that doesn't load instantly.
2019-08-31 15:03:03 -07:00
Maurice Parker 40b9be6709 center smaller avatars on a solid color background image to make all avatars a consistent size 2019-06-14 15:33:13 -05:00
Maurice Parker e4ee311227 Revert "escape title HTML in web view. Issue #722"
This reverts commit a087410177.
2019-06-12 10:51:15 -05:00
Maurice Parker a087410177 escape title HTML in web view. Issue #722 2019-06-07 15:53:13 -05:00
Maurice Parker 59a30fdd34 Change iOS webview baseURL handling to match macOS version. 2019-04-19 07:37:47 -05:00
Maurice Parker 8526db8b4c Added initial POC version of NetNewsWire for iOS to use as a starting point for the actual app. 2019-04-15 15:03:05 -05:00