Commit Graph

185 Commits

Author SHA1 Message Date
Maurice Parker 15e62a0750 Update Mac app to work with latest ActivityManager. 2019-11-14 15:35:19 -06:00
Maurice Parker 0d66259650 Add ArticleFetcherType and change state restoration to use new type. 2019-11-14 15:06:32 -06:00
Maurice Parker c366a55cb5 Change to use Favicon generator. 2019-11-12 15:36:03 -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 866988edcf Correct deep link comments. 2019-11-11 13:47:28 -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 62d7fe34f1 Unify the cache deletion code between iOS and Mac now that the Mac uses the caches directory. 2019-11-08 12:20:21 -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 238289ec5d Ignore Feed Icon in special cases. Issue #1265 2019-11-06 17:59:27 -06:00
Maurice Parker b0f9d97650 Discard images that are too wide to be used as icons. Issue #1264 2019-11-06 17:36:05 -06:00
Maurice Parker 560f36621f Add IconImage to encapsulate our icon processing logic 2019-11-05 18:05:57 -06:00
Maurice Parker 68cb9258c5 Clean up deleted and inactive accounts from Smartfeeds. Issue #1205 2019-11-01 19:26:32 -05:00
Maurice Parker 0f5210d92f Change image processing queues to default quality of service 2019-10-31 14:39:35 -05:00
Maurice Parker 8eb99b01c3 Increase default icon brightness 2019-10-31 14:25:09 -05:00
Maurice Parker 8ba15c6234 Cache favicon to homepage mappings 2019-10-31 14:04:34 -05:00
Maurice Parker 5bcb5a982f Cache home pages with no icon between launches 2019-10-31 13:38:38 -05:00
Maurice Parker 1e7b71a482 Use correct queues for user interface elements 2019-10-31 12:22:37 -05:00
Maurice Parker 94f31b18bc Automatically show the add feed sheet if the user asks to continue in the app on a failed Siri Add Feed 2019-10-20 19:05:11 -05:00
Maurice Parker c18f5f7537 Change ActivityManager to use ArticleStringFormatter to remove embedded HTML escape stuff 2019-10-20 02:33:28 -05:00
Maurice Parker 00f100e3a3 Renamed TimelineStringFormatter to ArticleStringFormatter now that it is used for much more than the timelines 2019-10-20 02:28:00 -05:00
Maurice Parker ee3a767cf7 Add required user info keys to user activities. 2019-10-19 18:21:58 -05:00
Maurice Parker e54cb90295 Delete donated shortcuts. Issue #904 2019-10-18 13:01:28 -05:00
Brent Simmons 1d45796220 Merge mac-release. 2019-10-17 22:11:35 -07:00
Brent Simmons 56fab24cec Make importing NetNewsWire 3 subscriptions a one-step process — use an accessory view in the NSOpenPanel. Also: refactor to use immutable structs instead of classes; use static methods on structs; reduce API surface; don’t flatten sub-folders (let the OPML importer handle the flattening, which it already does). 2019-10-17 13:25:11 -07:00
Brent Simmons 618a22916d Merge branch 'mac-release' 2019-10-13 22:20:05 -07:00
Brent Simmons b1497c0626 Merge branch 'mac-release' 2019-10-13 22:08:34 -07: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
Maurice Parker a2a4616a48 Remove article notification when an article is read 2019-10-04 11:20:57 -05:00
Maurice Parker f7fd003f3c Make article extractor report correct state on failed Mercury parses 2019-10-04 07:39:49 -05:00
Maurice Parker cf59733ca1 Fix article extractor error handling and recovery for when Mercury can't process a page 2019-10-03 21:06:47 -05:00
Maurice Parker 8f78d549c9 Gate code that only should be used on iOS 2019-10-03 19:37:04 -05:00
Maurice Parker c1460d3df3 Update graphic for article reading user activities 2019-10-03 19:05:54 -05:00
Maurice Parker 0000e03083 Add the ability to handoff from iOS to Mac 2019-10-03 15:49:27 -05:00
Maurice Parker d41da79c72 Don't send article notification if the article has been read on another device 2019-10-03 11:44:54 -05:00
Maurice Parker 0c9a1ba8d0 Add notification deep linking for iOS 2019-10-03 09:53:21 -05:00
Maurice Parker cc187875d9 Add initial support for per feed notifications 2019-10-02 19:42:16 -05:00
Maurice Parker 5717c84067 Make generated favicons a little bit brighter 2019-09-30 02:59:27 -05:00
Brent Simmons 28dc85f4b0 Merge branch 'mac-release' 2019-09-29 22:47:02 -07:00
Brent Simmons b1f5e9a502 Merge branch 'mac-release' 2019-09-29 22:34:54 -07: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
Maurice Parker b721f74e17 Merge branch 'mac-release' 2019-09-25 17:09:21 -05:00
Maurice Parker c4ee1edb69 Add externalID to Folder and persist it to OPML file. Issue #1060 2019-09-25 17:01:09 -05:00
Andrew Brehaut a381361b56 Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire 2019-09-25 12:18:28 +12:00
Maurice Parker 59b0206e23 Change how we are handling secrets 2019-09-24 08:17:02 -05:00
Maurice Parker 05619da3fb
Merge pull request #1055 from philviso/StateRestorationFix
Fixed incorrect articles being restored as part of state restoration
2019-09-24 07:15:39 -05:00
Phil Viso 6a6d2b8a27 Fixed incorrect articles being restored as part of state restoration 2019-09-24 07:01:22 -05:00
Maurice Parker 3a8ec93644 Remove unnecessary extractor specific errors 2019-09-24 03:38:17 -05: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