| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-25 | added a linkFollow o[ption to choose between opening target, or highest ↵ | bobzel | |
| level collection containing target. fixed adding marker annotations to pdf/web/etc. fixed following link to wikipedia pages to not create a new document each time. made searchBox's search function static so that it can be called programmatically. Fixed LinkDocPreview to not flicker when doing a nopreview link follow. changed PlayTrail to restore state of all freeform collections containing source anchor. | |||
| 2023-01-20 | removed tour map from lightbox. added option to create anchors without ↵ | bobzel | |
| adding thm as annotations. made zoom of text an option for pres and links | |||
| 2023-01-17 | fixed linkint to trail to follow trail immediately in lightbox and show ↵ | bobzel | |
| trail ui in minimized mode. fixed overlay of pres box to not disappear when lightbox appears. closing /ending trail hackily restores collecftion to prior pan/zoom. | |||
| 2022-12-06 | added long press to select documents. fixed/reactivated link size/colors. ↵ | bobzel | |
| fixed stackedTimelineItems so that they don't get pointer events until container content is active. | |||
| 2022-11-21 | working cleaned up version of link editor properties in propertiesView | bobzel | |
| 2022-11-18 | migration of link properties to propertiesView | bobzel | |
| 2022-11-17 | mostly changing strings to enums | bobzel | |
| 2022-11-10 | partial fix for previewing multiple links to different sidebar notes. fixed ↵ | bobzel | |
| opening sidebar to create an annotation the first time. fixed honoring dashFieldView's non-editable flag. moved isLinkButton setter to expert and make isLinkButton default for Buttons. fixed following Links with Zoom to reset view. fixed view for editing onClick for documents | |||
| 2022-11-04 | more fixes to pdf and text to allow dashfieldview nodes to be link anchors ↵ | bobzel | |
| and make sidebar annotations work better. | |||
| 2022-10-07 | improvements to sizing webpages | bobzel | |
| 2022-09-14 | changed docking view thumbnails to be imagefields, not docs. allowed ↵ | bobzel | |
| docking view to be nested to avoid crashes before when they became nested. fixed dropping docs with dropAction of 'alias' to never remove them. fixed clearing startLink to not deselect when link is already started | |||
| 2022-08-08 | cleaning up link ui. linkPreviews (not from linkMenu) have an edit button. ↵ | bobzel | |
| link lines work when in lightboxview. | |||
| 2022-08-08 | made props.showTitle = '' override doc.showTitle. fixed de-autoLinking when ↵ | bobzel | |
| text box is empty | |||
| 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 | |
