| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-09 | fixed following portal link to reset camera position. prevent warning errors ↵ | bobzel | |
| in loading screen. hide textsidebar until text is selected. fixed link titles to handle case when link anchor is the link document and not infinitely recurse. | |||
| 2021-03-05 | fixed autoHeight gesture to not set nativewidth/height for text. fixed typo | bobzel | |
| 2021-03-04 | more fitWidth fixes for PDF | bobzel | |
| 2021-03-04 | more adjustments to fitwidth behavior - want things to scroll vertically ↵ | bobzel | |
| when they are fit width (eg images) | |||
| 2021-03-03 | trying out a forked branch of equation editor. cleaned up warnings. | bobzel | |
| 2021-03-01 | final cleanups for simplified drag and drop of annotations. fixed some ↵ | bobzel | |
| issues rtf focus when creating notes in masonry view. fixed text sidebar. | |||
| 2021-02-26 | fixed serialization error handling to not kill Dash - bad list items ↵ | bobzel | |
| prevented tabs from being created. cleaned up document fields a little more - switched layers to _layerTags, got rid of a couple unused fields. | |||
| 2021-02-25 | overhaul of state preservation in lightboxview when going ↵ | bobzel | |
| back/forward/reopening a doc/etc | |||
| 2021-02-25 | cleaned up DoccomponentView to just have general api fields. fixed lightbox ↵ | bobzel | |
| to animate back properly & shinkwrap. | |||
| 2021-02-24 | cleaned up DocumentView's contentView api to be more general. fixed ↵ | bobzel | |
| screenToLocal for freeformView's whenb _fitToBox is set. moved webBox menu items out of CollectionMenu and into WebBox using the contentView API. | |||
| 2021-02-24 | fixed carouself view which wasn't displaying vertically oriented documents. ↵ | bobzel | |
| cleaned up collectionTime script to not capture variables (causing doc's to be create) | |||
| 2021-02-23 | removed _renderContentBounds and updated miniMap view. | bobzel | |
| 2021-02-23 | cleaned up viewTransitions in CollectionFreeFormView to not write to ↵ | bobzel | |
| document for transient effects. | |||
| 2021-02-23 | fixed pdfs so that if you activate and immediately start selecting text it ↵ | bobzel | |
| works. cleaned up some more in collectionFreeFormView by improving layoutDocsInGrid | |||
| 2021-02-23 | reorg and cleanup a bit of colelctionfreeformview. minor other cleanup. | bobzel | |
| 2021-02-23 | restored export/import of collection clones. did a little cleanup of ↵ | bobzel | |
| collection freeform view | |||
| 2021-02-18 | better version of forward/backward view management in lightBoxview. | bobzel | |
| 2021-02-16 | added a file system mode for tree View. ctrl-f to create file system. | bobzel | |
| 2021-02-16 | added doubel tap on links button to enter portal for document + links | 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-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-13 | fixed double-click to open nested freeform docs to fall back on DocumentView ↵ | bobzel | |
| to open them in lightbox. fixed resetting of collectoin view pan/scale after coming out of lightbox. | |||
| 2021-02-12 | changed audio video annotation to use only timecodeToShow/timecodeToHide. ↵ | bobzel | |
| distinguish timeline annotation from video frame annotations with _timelineLabel field. Lightbox improvements to restore original camera values and to use fitContentsToDoc for collections | |||
| 2021-02-12 | set max zoom in for lightbox/linkfollowing. fixed rendering artifact where ↵ | bobzel | |
| PDFs in layer behind lightbox get drawn on top of lightbox when zoomed in far enough | |||
| 2021-02-12 | streamlined double-clicking to always open lightbox no matter what document ↵ | bobzel | |
| you click on (except webbox's in native selection mode). shift -double-click re-centers a freeform view. | |||
| 2021-02-12 | fixed subtle bug with lightbox inadvertently clearing out childDoc list of a ↵ | bobzel | |
| collection. added shift-double-cllick to open collection in lightbox. | |||
| 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-11 | now pdf/web/text scroll to the target and then pan the document to be in view. | bobzel | |
| 2021-02-11 | made zooming on annotation in an image in a freeform view act like zooming ↵ | bobzel | |
| on a group | |||
| 2021-02-11 | fixed pinning documents with a group to zoom to view properly. | bobzel | |
| 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-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-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-28 | fixed up double click behavior in general but specifically for Audio/Video ↵ | bobzel | |
| timelines | |||
| 2021-01-28 | fixed warnings in freeformview focusDocument. enabled zooming in on ↵ | bobzel | |
| images/videos. | |||
| 2021-01-27 | updated documentdecorations title display to be more visible on complex ↵ | bobzel | |
| backgrounds. fixed link following behavior (espicall from presentations) to timeline annotations. | |||
| 2021-01-27 | fixed runtime error warning | bobzel | |
| 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 | |||
| 2021-01-22 | fixed selection bounds for video box annotations, especially when in full ↵ | bobzel | |
| screen view. | |||
| 2021-01-22 | fixed up videoBox timeline. changed video annotations to use ↵ | bobzel | |
| displayTimecode and undisplayTimecode | |||
| 2021-01-20 | moved PDFMenu to AnchorMenu. added AnchorMenu to formattedTextBox. Fixed ↵ | bobzel | |
| following links from text box huyperlinks when there are multiple different huypertext links on the document. | |||
| 2021-01-19 | fixed isPushpin annotation behavior outside of PDFs. fixed link follow ↵ | bobzel | |
| highlighting to go away when target is hidden. | |||
| 2020-12-16 | from last | bobzel | |
| 2020-12-16 | cleaned up removing frame animation fields | bobzel | |
