| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-29 | converted HTMLANCHOR and TEXTANCHOR to MARKER | bobzel | |
| 2021-03-30 | some code cleanup. Fixes for webbox and pdfbox to allow draggin out of ↵ | bobzel | |
| annotation sidebar. | |||
| 2021-03-24 | from last | bobzel | |
| 2021-03-23 | changed audio/video to use playFrom() viewbox method instead of ↵ | bobzel | |
| audioTrigger/videoTrigger doc field. added a preliminiary form of transcription to screenshot boxes. | |||
| 2021-03-18 | extended Doc.setFilter to allow replacing/appending a filter. fixed anchor ↵ | bobzel | |
| unhighlighting in WebBox. reorged some properties on baseProtos (usLInkSmallAnchor etc) | |||
| 2021-03-13 | fixed pdfs to show filtered annotations when a link follows to them by ↵ | bobzel | |
| removing docFilters. | |||
| 2021-03-13 | fixed pdf boxes to handle marquee annotation scaling properly. allowed for ↵ | bobzel | |
| docFilters to be specific to pdf sidebar. fixed issue with viewTransition remaining set after following link to doc that was in collection but needs to be created. | |||
| 2021-02-25 | added 'proto' drag option for dropping proto of document. auto add of non ↵ | bobzel | |
| annotations to file system. auto added delegates & aliases to a docuemnt's 'alias' field. | |||
| 2021-02-25 | added an aliases toggle to file system | bobzel | |
| 2021-02-18 | better version of forward/backward view management in lightBoxview. | bobzel | |
| 2021-02-16 | updated pivot views to have a getAnchor() method to save the pivotField when ↵ | bobzel | |
| linking. added an engineProp to layoutEngiens so that you can preview a change in a LinkDocPreview without modifying the document. | |||
| 2021-02-14 | fixed freeformview focus to not pan annotation documents or layoutEngine ↵ | bobzel | |
| freeform views. fixed some exceptions. cleaned up focus() return value. | |||
| 2021-02-14 | fixes to focus()'s api and extension to allow focusing on a Tab's contents. | bobzel | |
| 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 | fixes for focus'ing to enable resetting of all navigations if desired(eg. ↵ | bobzel | |
| zooming into portal) | |||
| 2021-02-11 | more tweaking to simplify link following mechanisms. | bobzel | |
| 2021-02-11 | playing with trying to improve chaining of nested focus() method calls. | bobzel | |
| 2021-02-10 | simplified focus'ing on documents. refactored scrollFocus code. changed ↵ | bobzel | |
| focus in 2D to move doc into view but not center. | |||
| 2021-02-10 | fixed following link to document in another context to work in LightboxView | bobzel | |
| 2021-02-10 | fixed creating videoBox anchor to reference the whole doc when the timecode ↵ | bobzel | |
| is 0. fixed following links to a document that has a colleciton context to open the context properly. | |||
| 2021-02-10 | fixes for stacking views to allow new text to be entered properly without ↵ | bobzel | |
| losing focus. fixed document decorations for stacking views. fixed lightboxView criteria for going to an existing view in a lightbox instad of creating a new one. | |||
| 2021-02-09 | fixed drawing link lines between everything except textanchor - to - textanchor. | 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-02-04 | fixed scrolling animations in view bounds for webbox and pdfBox's ↵ | bobzel | |
| particualrly for lightbox views. added a docViewPath prop for docuentViews. | |||
| 2021-01-26 | preparing to unify VideoBox timeline with AudioBox timeline. changed names ↵ | bobzel | |
| from videoStart/audioStart,End to anchorStart,EndTime and _displayTimecode to _timecodeToShow etc | |||
| 2020-12-16 | fixed errors with linkmenu props | bobzel | |
| 2020-12-16 | cleaned up some link following code. fixed problem following links from ↵ | bobzel | |
| LinkAnchorBox's | |||
| 2020-12-16 | fixed treeView layouts to pass good values for panelWidth/height to ↵ | bobzel | |
| DocumentView. renamed Selectionmanager methods to be views not documents. | |||
| 2020-12-14 | renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as ↵ | bobzel | |
| DocumentViewInternal | |||
| 2020-11-11 | turned off selection highlighting in TreeView because it is way too ↵ | bobzel | |
| inefficient. more fixes to laying out fitWidth and other documents in ContentFittingDocViews. testing against GridViews and TreeViews things seem to work. | |||
| 2020-11-09 | added fullScreen alias option for opening documents so that opened document ↵ | bobzel | |
| can have different scale than original. fixed pushpins to not toggle target if something must be panned/zoomed to show the target. fixed drag drop to ignore the document being dragged properly when dropping (which prevented a document over a collection from being dropped on the colelction when move slightly). | |||
| 2020-10-27 | Performance updates for up/down arrows | Geireann Lindfield Roberts | |
| Only calls resetSelection when necessary | |||
| 2020-10-20 | fixed getFirstDocumenView() to choose a visible document view over the first ↵ | bobzel | |
| one in its list which may be in a hidden tab. | |||
| 2020-10-18 | documents that are not in current collection open in new tab instead of on right | Geireann Lindfield Roberts | |
| 2020-10-16 | fixed RTF so that you can scroll smoothly in a presentation. | bobzel | |
| 2020-10-13 | fixed jumpToDocument where target is in a collection that isn't shown to ↵ | bobzel | |
| display the doc in the colleciton without addinga an extra tab for the target. doc itself. | |||
| 2020-10-12 | switched fonticonbox and colelctionsubview to test GetEffectiveAcl to ↵ | bobzel | |
| determine if document is available (instead of hack of testing 'author'). made GetEffectiveAcl a computedFn. No longer create a pushpin when an annotation that's linked to text is dragged off a PDF. fixed undo of pushpin navigation (used to call finish() twice). fixed pushpin navigation to conistenly pan & sensibly toggle target | |||
| 2020-10-08 | fixes for getting pdfs and previews to scroll properly | bobzel | |
| 2020-10-07 | fixed following links to set the scollTop of PDFs corretion. Fixed ↵ | bobzel | |
| following links to rich text anchors to scroll and highlight properly. fixed pushpin behavior to only toggle off when the target is in sight. | |||
| 2020-10-07 | fixed following links to not center outer document if originating anchor is ↵ | bobzel | |
| in that document. fixed scroling to happen instantly if it's already scrolled there. fixed clicking on pdf text anchor to select the pdf. | |||
| 2020-10-07 | fixed portals to zoom in place. fixed following links to not focus on ↵ | bobzel | |
| context if starting anchor is in the same context. maded pushpins call finished() | |||
| 2020-10-06 | restored ability to open document that has been moved from another ↵ | bobzel | |
| document's annotation overlay | |||
| 2020-09-30 | fixed following summary to open new tab in place. merged link follow code | bobzel | |
| 2020-09-29 | removed unncessary undoBatch's | bobzel | |
| 2020-09-29 | undo for linking | Anika Ahluwalia | |
| 2020-09-23 | from last | bobzel | |
| 2020-09-15 | fixed tabs to activate when following.a link to a contained item. fixed ↵ | bobzel | |
| deactivating tabs to not shrink immediately so you can click the close button. | |||
| 2020-09-11 | added captions/titles to lightbox. fixed typo bug. | bobzel | |
