| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-07-26 | fixed clicking linkDocPreview to follow links. switched target drag ↵ | bobzel | |
| behavior from title to preview | |||
| 2022-07-13 | fixed linkdoc preview not going away when clicking outside of it. | bobzel | |
| 2022-07-08 | restructured currentUserUtils to avoid having import cycles. | bobzel | |
| 2022-07-07 | trying to fix errors in compiles | bobzel | |
| 2022-06-06 | fixed giving webDocuments a nativeWidth in link previews | bobzel | |
| 2022-06-05 | fixed up drawing link lines to be less jittery and smoother looking. ↵ | bobzel | |
| changed documentView to use a margin: auto when fitting width for something that can't grow to the size of the panel so that it will be centered in the panel and not docked at the top. | |||
| 2022-06-03 | fixed pushpin link toggling when zoom is not set. fixed adding annotations ↵ | bobzel | |
| to webBox's without opening sidebar. Made linkDoc preview always open | |||
| 2022-05-13 | removed layerProvider functionality. | bobzel | |
| 2022-04-28 | made sharing menu a developer feature. made link relationships support ↵ | bobzel | |
| non-symmetry | |||
| 2022-04-27 | fixed links to ink being computed correctly on the inkStroke's links field. ↵ | bobzel | |
| fixed interacting with iconified ink. fixed cycling through links on linkDocPreivew to not deselect | |||
| 2022-04-25 | changed freeformview's with engines to not allow children to be edited ↵ | bobzel | |
| using setHeight prop since engine layouts are temporary and shouldn't edit the doc. fixed tags to work with pivot view. cleaned up pile views to be less hacky.. | |||
| 2022-04-13 | added images to treeView bullets for docs with icons. fixed following ↵ | bobzel | |
| pushpin links to prototypes to toggle delegates when shown. gave groups a default padding. fixed creating icons to not create unnecessary template docs. fixed toggling isPushpin. made summaries simple links instead of templates. | |||
| 2022-04-07 | added multiple target capability for autoLinks. added wiki:<link> | bobzel | |
| 2022-04-06 | uses linkMenu in propertiesWindow now. updated linkMenu api, changed ↵ | bobzel | |
| layout, made groups collapsible | |||
| 2022-04-04 | cleaned up warnings. fixed ink to work better with it's label boxes by not ↵ | bobzel | |
| letting textbox ComponentView override inkinstroke. made ink text boxes go away unless they have text or are selected. fixed up brushing code and made it work for ink and ink w/ text labels | |||
| 2022-03-31 | added autoLinks to formattedTextBoxes. Set auto link target by titling ↵ | bobzel | |
| documents with a prefix '@'. | |||
| 2021-11-13 | change isContentActive to a tri-state to allow turning on/off and default - ↵ | bobzel | |
| fixes issues with videobox and others so that content can be turned off reliably. added annotation overlay for treeViews for ppt like slides. lots of fixes to tree view to get layout to be more robust. | |||
| 2021-09-20 | changed link previews to show document, not context, unless document is a ↵ | bobzel | |
| marker. de select documentViews when unmounted. | |||
| 2021-08-01 | made url server references relative. | bobzel | |
| 2021-04-06 | minor cleanup + style across files | usodhi | |
| 2021-03-30 | fixed a bunch of compile errors. activated Clear button for recently closed ↵ | bobzel | |
| tree views. | |||
| 2021-03-29 | initial changes to cleanup pointer events. | bobzel | |
| 2021-03-05 | from last | bobzel | |
| 2021-03-05 | fixed linked doc preview of images | bobzel | |
| 2021-02-16 | added getAnchor() to freeformView to capture viewtype & filters. fixed ↵ | bobzel | |
| setPanIntoView bug. added setViewSpec componentView method to allow anchor to set view specs. | |||
| 2021-02-12 | fixed previewing/scrollingto targets in web boxes and PDFs. fixed following ↵ | bobzel | |
| link to textanchor when rtf doc is not displayed. | |||
| 2021-02-12 | changed lightbox to navigate within frame if next target is alreay there, ↵ | bobzel | |
| otherwise create it. changed focus default to call afterFocus(). fixed bug of zooming on target doc to compute scale correctly. | |||
| 2021-02-11 | more focus refactoring and some bug fixes - resetting target document when ↵ | bobzel | |
| recursively focusing. | |||
| 2021-02-10 | changed docViewPath to be a function to avoid mobx invalidations | bobzel | |
| 2021-02-10 | from last | bobzel | |
| 2021-02-10 | fixes for removing individual overlapping textanchors in a textBox. ↵ | bobzel | |
| Hopefully near final cleanup of linkDocPreview and FormattedTextComment | |||
| 2021-02-09 | fixed following links to web page references. | bobzel | |
| 2021-02-09 | cleanup of formattedtextboxcomment and linkDocPreview | bobzel | |
| 2021-02-09 | overhaul of linkdocpreview. delegated linkpreviewing from ↵ | bobzel | |
| formattedTextBoxComments to LinkDocPreview | |||
| 2021-02-09 | started to cleanup LinkDocPreview, LinkMenu. | bobzel | |
| 2021-02-08 | overhaul of link anchors on text boxes to use actual Documents to represent ↵ | bobzel | |
| selected text. Also got rid of _scrollY and _scrollPreviewY so that all document regions can be focused on using focus() and the new scrollFocus() mechanisim | |||
| 2021-02-05 | cleaned up lightbox. replaced old npm lightbox. | bobzel | |
| 2021-01-21 | fixed fitWidth for WebBox | bobzel | |
| 2020-12-16 | cleaned up some link following code. fixed problem following links from ↵ | bobzel | |
| LinkAnchorBox's | |||
| 2020-12-14 | renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as ↵ | bobzel | |
| DocumentViewInternal | |||
| 2020-12-14 | got rid of fitDocToPanel. made collectionFreeFormDocView always use a ↵ | bobzel | |
| ContentFittingDocView. fixed up web box selections. | |||
| 2020-12-13 | removed ContentScaling={returnOne} from a lot of places | bobzel | |
| 2020-12-13 | more 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-10 | fixed infinite loop in treeView. changed styleProvider signature back to ↵ | bobzel | |
| have an optional 'props' | |||
| 2020-12-08 | simplified styleProvider arguments. fixed useClusters | bobzel | |
| 2020-12-07 | got rid of LibraryPath. Fixed collectionFreeFormDocViews to use pres ↵ | bobzel | |
| Effects whenever doc is selected | |||
| 2020-12-07 | fixed lists to allow multiple null-value entries & be able to edit in ↵ | bobzel | |
| KeyValuePane. cleaned up a lot of stuff with animation frames and got working again. fixed previews of links to text selections to preview properly. | |||
| 2020-12-03 | changed parameters for style provider to use documentViewProps instead of ↵ | bobzel | |
| renderDepth | |||
| 2020-11-22 | converted backgroundColor prop to a more general styleProvider. | bobzel | |
| 2020-11-09 | fixed autoHeight for formattedTextSidebars when the text document has been ↵ | bobzel | |
| scaled. cleaned up link groups. fixed pushpins that don't focus on target (e.g., a si m ple pushpin on a PDF). | |||
