aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.tsx
AgeCommit message (Collapse)Author
2021-03-18cleaned up link making. Documents don't add to the Undo stack when being ↵bobzel
created and Initializing is set. Links to text regions automatically update their link line endpoints even if autoMove isn't set. regularized initialization fields to avoid special cases about setting delegate keys without a leading "_"
2021-02-09fixed drawing link lines between everything except textanchor - to - textanchor.bobzel
2020-12-14renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as ↵bobzel
DocumentViewInternal
2020-12-11cleaning up more doumentViewProps. reduced use of treeViewDoc prop. added ↵bobzel
hideTitle. fixed background shadow on isButton documents.
2020-11-19made inkingStroke honor _isBackground. prevented link anchor dots from ↵bobzel
moving when target isn't visible. made ui option for showing/hiding link lines and for autoMoving anchor dots.
2020-10-11prevented documents that are unshared (ie private to soeone else) from ↵bobzel
showing up as an empty key value in stacking and other views. tried to fix an exception when showing links (that wasn't repeatable, so dion't know if fix works).
2020-10-02from lastbobzel
2020-10-02cleaned up CollectionLinkView and fixed an issue with link lines flopping aroundbobzel
2020-09-30fixed linking to text hyperlinks from PDFsbobzel
2020-09-30added restriction of link lines to stay mostly in their container intstead ↵bobzel
of dangling in space.
2020-09-23fixed link rendering to be less computationally inefficientbobzel
2020-09-10fixed following links on text hyperlink to use same code as linkMenu. fixed ↵bobzel
hyperlink delete button
2020-09-09fixed linkEditor menu to show up in the right place. fixed linklines to ↵bobzel
attach properly.
2020-09-09several pdf fixes - clipping link anchors to bounds of container. pdf box ↵bobzel
titles don't change based on zoom anymore. can't zoom a pdf if not selected. fixed scrolling of previews without scrolling targets.
2020-07-29fixed up dot anchors on audio labels/anchorsBob Zeleznik
2020-07-21fixed compile warningsBob Zeleznik
2020-07-17fixed pdf runtime errors. fixed link lines to redraw durin animations.Bob Zeleznik
2020-07-15fixed tooltips to share a csss style. added tooltips for richtext.Bob Zeleznik
2020-07-15from last.Bob Zeleznik
2020-07-15made link label draggable.Bob Zeleznik
2020-07-15made link description text clickableBob Zeleznik
2020-07-14tried fixing label on link lineanika-ahluwalia
2020-07-10added showing individual links with one buganika-ahluwalia
2020-06-22cleaned up errors. added ctrl-a to select documents within a freeform ↵Bob Zeleznik
collection. fixed ctrl-x to remove documents properly. fixed paste documents to clone only if copied.
2020-06-21fixed link lines to text hyperlinksBob Zeleznik
2020-06-20fixed broken positioning of link anchors. fixed link anchor positiongin in ↵Bob Zeleznik
masonry views.
2020-06-14lint/compile fixes. fixed entering/display of formulas in schema views.Bob Zeleznik
2020-06-13fixes to make link lines work correctly with text anchors that have more ↵Bob Zeleznik
than one link. fixed problem making a text link anchor by adding dummy mark to split the selection first.
2020-05-15renamed new_fields to fieldsSam Wilkins
2020-05-04fixed dragging colelctions with nested buttons when collection isnt selectedBob Zeleznik
2020-05-04fixed links and snap lines broken by moving things into DragManager.Bob Zeleznik
2020-05-04open scripts on right. cleanup collection links slighltyBob Zeleznik
2020-05-02cleaned up a lot of layoutTemplate/String props. fixed link drawing.Bob Zeleznik
2020-04-22made hyperlink lines curvedBob Zeleznik
2020-04-22extended links to support a draw all the time flag. fixed parentdocseletor ↵Bob Zeleznik
to update when inputs change.
2020-04-07lots of code cleanup - removed all northstar db stuff. added scriptingBox. ↵Bob Zeleznik
renamed things. made collectiontypes strings not numbers.
2020-03-03a bunch of small fixes to link naming and fixes to audio links.bob
2020-02-21made double-click link editing for link anchors.bob
2020-02-20more link editor fixes. fixed border rounding.Bob Zeleznik
2020-02-08fixed link button issues with text selection linksBob Zeleznik
2020-01-09fixed many warningsbob
2020-01-07fix for link line opacitybob
2020-01-07fixed up text toolbar a little. fixed doculink anchors on hyperlinksbob
2020-01-06maded link dot anchors update whenever they are moved. made text box ↵bob
collections always appear.
2019-12-03const linter rule and restored google docs push, fixed routingSam Wilkins
2019-11-26fixed tree view sorting (a little) and kept title box editable after tabbing.bob
2019-11-22fixed link anchors to move to be nearest alternate anchor.Bob Zeleznik
2019-10-24several fixes to audioboxes.bob
2019-10-18fixed up creator buttons - factored out convert to buttons code into a ↵Bob Zeleznik
dropConverter script. fixed issues with template loading for images.
2019-10-18fixes so that link lines update when endpoints change.Bob Zeleznik