aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/trails/PresBox.tsx
AgeCommit message (Expand)Author
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-30unwinding some import cycles. added PinFuncs and .from(dv:DocumentView) for ...bobzel
2024-04-30changed acl- and some other field- to acl_ and field_ stylebobzel
2024-04-25added toList() for Doc|Doc[]bobzel
2024-04-24fixed search on pdfs to display results when pDF is not selected. fixed pres...bobzel
2024-04-21more lint cleanupbobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-04-12 fixed auto play for trails. fixed presbox to allow drag and drop in additio...bobzel
2024-03-30cleanup of import orderings.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-03-06fixed plotly/mermaids loading from a new accountbobzel
2024-02-26fixed some string types to be enumerations for dropAction. fixed bug in gold...bobzel
2024-02-07switch to xAnchor to clean up link lines. added transition to getBounds() s...bobzel
2024-01-25added hash function to save prior states that get overwrriten in presBox rest...geireann
2024-01-25fixed script typechecking which fixes editing keyvalue pane. renamed content...bobzel
2024-01-24several fixes to drag/drop so that dropAction's set on target work for tree v...bobzel
2024-01-23reorganization of DocumentView, DocumentViewInternal and FieldView methods an...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-29cleaned up imports, mobx observable initialization and some compile errors.bobzel
2023-12-27restored reveal animations.bobzel
2023-12-14a bunch more fixes to making things observable. fixed calling super.componen...bobzel
2023-12-12cleaned up SelectionManager. fixed schema viewbobzel
2023-12-10massive changes to use mobx 6 which means not accessing props directly in @co...bobzel
2023-12-04trying to do version updates on all npm packages.bobzel
2023-12-03cleaned up warnings and errors, working with typescript 20.10bobzel
2023-12-01made collections fitwidth in tree view previews. centered keys in keyvalue.bobzel
2023-11-29 exposed menu option to pin Trails and other tree view docs and added open bu...bobzel
2023-11-29cleaned up presElementBox and did more this.rootDoc => this.Document/layoutDocbobzel
2023-11-29numerous changes to fix bugs and to fix/remove old or hacky code. fixed doc ...bobzel
2023-11-22fixed more issues with rotation. restrutured how MarqueeAnnotator works to b...bobzel
2023-11-16removed touch code that wasn't being used or maintainedbobzel
2023-11-16fixed alt-drag to toggle scroll mode. fixed replaceTab to work properly with...bobzel
2023-11-08clean up of LightboxViewbobzel
2023-11-02cleaned up brushView to only apply to freeformviews that aren't overlays (was...bobzel
2023-11-01fixes to snapping lines when dragging/resizing (lines are created for doc not...bobzel
2023-11-01fixed so that ink properties can be set before drawing a stroke. fixed turnin...bobzel
2023-11-01cleaned up presentaton path linesbobzel
2023-10-31fixed deselecting video/audio with escape. fixed focus or open on iconified d...bobzel
2023-10-31fixed groups to use actual document boundaries for ink or link lines, instead...bobzel
2023-10-30fix for group child dragging that still allows titles to be clipped when bord...bobzel
2023-10-24fixed hide before/after in trails. move ink mask to developer. fixed tangen...bobzel
2023-10-04several fixes for webclips, linking to pdf/web, fonticon dropdowns. removed s...bobzel
2023-09-21fixed following links from things with Configs to read the link following pro...bobzel
2023-09-21better fix for show pathsgeireann
2023-09-06fixes for pres prop colorsbobzel
2023-09-05added ui for specifying wehther to play a/v when following links, and cleaned...bobzel