aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/LinkBox.tsx
AgeCommit message (Expand)Author
2025-06-23fixed invalidations to not trigger creating new refs when ref= was assigned t...bobzel
2025-04-22from lastbobzel
2025-03-23updated more [DocData] to .$ thingsbobzel
2024-11-13made link text use text menu. and made link text zoom with view. cleaned up ...bobzel
2024-11-12made equation background same as text. fixed dflt stroke/link width to both b...bobzel
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-05-08lots of api cleanup and cycle removalbobzel
2024-05-02lots more dependency cycle unwinding.bobzel
2024-04-30unwinding more import loops by splitting up Documents.ts into DocUtils.ts and...bobzel
2024-04-24completing eslint passbobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-03-30updated and fixed wiki link to use @(wiki:...) and fixed linkManager from inf...bobzel
2024-03-30cleanup of import orderings.bobzel
2024-03-29fixed capture offset to target in link following. fixed links to appear in l...bobzel
2024-03-29filter links out of carousel views.bobzel
2024-03-29fixed making strokes able to allow followTarget click funcs to what they're l...bobzel
2024-03-27changed dashFieldViews to support Tab'ing between other dashFieldviews, chang...bobzel
2024-03-26added empty image tool and click on empty image to select from filesystem. ...bobzel
2024-03-12fixed links to text to update automatically when textbox css styles change.bobzel
2024-02-07fixed icon placement in linkMenuItem.bobzel
2024-02-07changed so link docs are added to common ancestor of anchors so that they can...bobzel
2024-02-07allow linkBox to render without being in a documentview.bobzel
2024-02-07added back shiftkey to drag and embed. got rid of overlayplane link view. go...bobzel
2024-02-07made various render methods in DocumentView computed getters for efficiency a...bobzel
2024-02-07switch to xAnchor to clean up link lines. added transition to getBounds() s...bobzel
2024-02-06fixed setting text/line properties on linkBox. fixed setting current link on ...bobzel
2024-02-05changed backgroundColor to set on dataDocs. fixed pivoting on tags. fixed li...bobzel
2024-01-23reorganization of DocumentView, DocumentViewInternal and FieldView methods an...bobzel
2024-01-22fixed schema rows to render, fix for resizing docs from left side. all lockin...bobzel
2024-01-18lots of changes to try to simplify API for viewPaths and relatedbobzel
2024-01-03cleaned up screenToLocalTransform in several places by making it additional m...bobzel
2023-12-13cleaned up props/_props handling by inherting from ObservableReactComponentbobzel
2023-12-12fixed props => _props refernecesbobzel
2023-12-10massive changes to use mobx 6 which means not accessing props directly in @co...bobzel
2023-12-03cleaned up warnings and errors, working with typescript 20.10bobzel
2023-11-30final rootDoc refactoringbobzel
2023-11-29numerous changes to fix bugs and to fix/remove old or hacky code. fixed doc ...bobzel
2023-11-16fixed alt-drag to toggle scroll mode. fixed replaceTab to work properly with...bobzel
2023-11-12cleaning up freeformview code.bobzel
2023-11-08fixed bug where tableBox's didn't render all of the rows they receive. lots o...bobzel
2023-11-02performance fixes - don't invalidate as much by using reactions in place of c...bobzel
2023-10-31fixed keyframe animation of ink and links. fixed getDocumentview with prefer...bobzel
2023-10-31fixed groups to use actual document boundaries for ink or link lines, instead...bobzel
2023-10-21change to doc decorations to be more "lightweight". made linkBox render links...bobzel
2023-08-17fixed brushing of pinned viewports for chrome to not flash. converted pres<Pr...bobzel
2023-05-14major overhaul of field naming conventions.bobzel
2023-03-28numerous changes to try to simplify event handling in DocumentView - got rid ...bobzel
2023-03-27changed longPress to always select and to show decorations. fixed single/dou...bobzel
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
2021-11-13change isContentActive to a tri-state to allow turning on/off and default - f...bobzel