aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/LinkAnchorBox.tsx
AgeCommit message (Collapse)Author
2023-12-13cleaned up props/_props handling by inherting from ObservableReactComponentbobzel
2023-12-12cleaned up SelectionManager. fixed schema viewbobzel
2023-12-12fixed props => _props refernecesbobzel
2023-12-11fixed includes of scss globals into typescript files.bobzel
2023-12-11more updates to mobx 6. updated typescript to v5. updated pdf-distbobzel
2023-12-05mostly working version with latest librariesbobzel
2023-12-03cleaned up warnings and errors, working with typescript 20.10bobzel
2023-11-29cleaned up presElementBox and did more this.rootDoc => this.Document/layoutDocbobzel
2023-10-16cleaned up css and cursor pointer for tableboxes. prevent links being drawn ↵bobzel
to keyvaluebox.
2023-06-22cleaned up dragging - abort presItem drags properly, fix naming for ↵bobzel
drag/dropAction, small fix undo of drag removeproperties, dragging in/out of headerBar, fixed isContentActive to avoid SnappingManager.GetIsDragging. fixed resizing videos.
2023-06-13fixed updating cached docs when opening a backlinks collection. added some ↵bobzel
FieldInfo types and added 'enumeration' field display in schema view. fixed bug in schema view column sizing. updated a bunch of standard field names to be more consistent.
2023-05-14major overhaul of field naming conventions.bobzel
2023-04-11removed arrangeItems context button for collections to make it a funciton on ↵bobzel
drop instead of a reaction. Converted isLinkButton to be an onClick script. got rid of unused PARAMS field on templates. fixed PresElementBox rendering of embedded docs.
2023-03-28mostly code cleaning. small bugsbobzel
2023-03-17fixed clicking and dragging stackedTimeline anchors. updated followLink ↵bobzel
parameters
2023-02-09fixed childLayoutString to work. made images capable of fitWidth. fixed ↵bobzel
animating data field pres changes. fixed lightbox to ignore annotations on collections. fixed double-click on icon to open in lightbox. added options for turning off ink labels, and opening ink in lightbox. fixed closing ink strokes by dragging. fixed drawing ink to use coord sys of starting point and to render ink the correct width and to honor GestureOverlay mode properly. .
2023-02-02fixed sizing of equation boxes and added grab cursor for link anchorsbobzel
2022-11-29changes to streamline link editing UI (got rid of LinkEditor). cleaned up ↵bobzel
link (un)highlighting.
2022-11-17mostly changing strings to enumsbobzel
2022-11-04more fixes to pdf and text to allow dashfieldview nodes to be link anchors ↵bobzel
and make sidebar annotations work better.
2022-08-08cleaning up link ui. linkPreviews (not from linkMenu) have an edit button. ↵bobzel
link lines work when in lightboxview.
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-05-13removed layerProvider functionality.bobzel
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
2021-09-23fixed one crash when color string has capital letters.bobzel
2021-09-03fixed warnings. cleaned up link lines a bit more - simplified, and allowed ↵bobzel
multiple aliases to share a link. fixed link lines to text anchors from flapping around wildly when camera pans
2021-03-30more treeView cleanup. Fixes to linkBox to allow selection properly. fixes ↵bobzel
to linkAnchorBox.
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-26fixed serialization error handling to not kill Dash - bad list items ↵bobzel
prevented tabs from being created. cleaned up document fields a little more - switched layers to _layerTags, got rid of a couple unused fields.
2021-02-13fixed bug introduced where stacked documents couldn't be reordered. changed ↵bobzel
lightbox future a bit.
2021-02-10fixes for removing individual overlapping textanchors in a textBox. ↵bobzel
Hopefully near final cleanup of linkDocPreview and FormattedTextComment
2021-02-09overhaul of linkdocpreview. delegated linkpreviewing from ↵bobzel
formattedTextBoxComments to LinkDocPreview
2021-02-09started to cleanup LinkDocPreview, LinkMenu.bobzel
2021-02-09fixed drawing link lines between everything except textanchor - to - textanchor.bobzel
2021-01-08fixed breaking undo when clicking on individual link blue dotbobzel
2020-12-16cleaned up some link following code. fixed problem following links from ↵bobzel
LinkAnchorBox's
2020-12-13more props cleanup. Got rid of ItemBackgroundColor in favor of having ↵bobzel
StyleProvider choose style based on whether it's givena DocViewProp or a FieldViewProp.
2020-12-12made conentScaling a DocumentView-only propbobzel
2020-12-11fixed stackingview autoHeight when headers are on that don't overlap. ↵bobzel
improved styles a bit. added foreground color that contrasts with background by default. added an itemBackgroundColor(for <item>Box's) which is distinct from BackgroundColor (for docViews)
2020-12-11converted all style sheet properties to enums.bobzel
2020-12-11cleaning up more doumentViewProps. reduced use of treeViewDoc prop. added ↵bobzel
hideTitle. fixed background shadow on isButton documents.
2020-11-20added a preliminary Layer mechanism. changed documentDecrations to not go ↵bobzel
out of the mainDocument area. changed parentActive to work "recursively" through stacks of background documents.
2020-09-30fixed following summary to open new tab in place. merged link follow codebobzel
2020-08-29major restructure of how addDocTabs works. now you can add/replace with ↵bobzel
options for left/right/top/bottom and specific panel names
2020-08-29reorganized source files into proper directories. split contents of ↵bobzel
ParendDocSelector into CollectionDockingViewMenu and PropetiesDocContextSelector
2020-08-28fixed undo for collection tabs. fixed treeview to support freezeChildren to ↵bobzel
prevent children from being removed from the tree. Made _isBackground a layoutfield. fixed formattedTextBox exceptions on undo from a tab.
2020-08-06Merge branch 'master' into new_audiobobzel
2020-07-30from lastBob Zeleznik
2020-07-30made 'floatin' document API cleaner. fixed interactions with draggin blue ↵Bob Zeleznik
dots off and link lines to link documents. removed Recommndations UI stuff. changed treeView to avoid "No, no, no" error warnin when tryin to render promises
2020-07-29fixed up dot anchors on audio labels/anchorsBob Zeleznik