aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/HypothesisUtils.ts
AgeCommit message (Collapse)Author
2024-05-02lots more dependency cycle unwinding.bobzel
2024-04-29more eslintbobzel
2024-04-21more lint cleanupbobzel
2024-04-19lint fixes.bobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-01-23reorganization of DocumentView, DocumentViewInternal and FieldView methods ↵bobzel
and props. fix for selection bug after following a link. migrating to use [DocData] instad of GetProto()
2024-01-03cleaned up screenToLocalTransform in several places by making it additional ↵bobzel
methods. cleaned up styleProider api a bit to take DocumentViewInternalProps, not DocumentViewProps..
2023-12-29cleaned up imports, mobx observable initialization and some compile errors.bobzel
2023-12-12cleaned up SelectionManager. fixed schema viewbobzel
2023-05-14major overhaul of field naming conventions.bobzel
2022-11-01fixes for goldenlayout to initialize more cleanly. updated all old ↵bobzel
ReactDOM.render() to ReactDom.createRoot(). fixes for PDF/Web sidebar sizing. added text from pdf selection anchors to sidebar notes. fixed PDF text selection to align properly.
2021-09-09added SelectionManager.Docs() to avoid having to dereference props to get at ↵bobzel
the seelcted Doc. this was causing a cycle in menu items when selected. fixed sizing of filterBox. enabled showing titles for VID,COL,and IMG in addition to RTF.
2021-08-01made url server references relative.bobzel
2021-01-21fixed fitWidth for WebBoxbobzel
2020-12-16fixed treeView layouts to pass good values for panelWidth/height to ↵bobzel
DocumentView. renamed Selectionmanager methods to be views not documents.
2020-09-12changd web pages to be fitWidth and added a data-contentWidth field so that ↵bobzel
you can extend them vertically, or add a margin horizontally.
2020-09-09fixed doc decorations on selected treeview items to not overlap as much. ↵bobzel
fixed contentFitting's screentToLocalXf which wasn't wroking for nested tempaltes with native dimensions
2020-09-01fixed facet filters operations and whitelisting of known fieldsbobzel
2020-08-23fixed start/end link for text selections on start link. fixed display of ↵bobzel
link target from link text hyperlink
2020-08-17fixed behavior of schemaHeader menu (except when pan or zoom occurs). ↵bobzel
Changed search to show aliases by default.
2020-08-08move HypothesisUtils.ts to Utils folderMelissa Zhang