aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-02-16added doubel tap on links button to enter portal for document + linksbobzel
2021-02-16added getAnchor() to freeformView to capture viewtype & filters. fixed ↵bobzel
setPanIntoView bug. added setViewSpec componentView method to allow anchor to set view specs.
2021-02-16updated 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-15updated forward hypertext links using [[:]] notation.bobzel
2021-02-15cleaned up showTitle and showAudio stuff just a bit.bobzel
2021-02-15from last fixes to detail templatebobzel
2021-02-14mae RichTextField parseable from keyvalue. got rid of pause to insert text ↵bobzel
timestamps for simplicity. fixed transition typo.
2021-02-14fixed freeformview focus to not pan annotation documents or layoutEngine ↵bobzel
freeform views. fixed some exceptions. cleaned up focus() return value.
2021-02-14fixes to focus()'s api and extension to allow focusing on a Tab's contents.bobzel
2021-02-14sort by timecode in lightboxbobzel
2021-02-14simplistic version of branching lightboxviewbobzel
2021-02-13fixed videobox focus issues when following a link so that video is focused ↵bobzel
in frame before annotation is focused.
2021-02-13fixed bug introduced where stacked documents couldn't be reordered. changed ↵bobzel
lightbox future a bit.
2021-02-13fixed 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-12changed 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-12set 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-12fixed previewing/scrollingto targets in web boxes and PDFs. fixed following ↵bobzel
link to textanchor when rtf doc is not displayed.
2021-02-12fixed bejhavior of Annotations when clicked to use FollowLink so that ↵bobzel
behavior is consistent. previously in a lightbox links within a pdf woud unnecessarily open the the PDF in its context
2021-02-12streamlined 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-12fixed subtle bug with lightbox inadvertently clearing out childDoc list of a ↵bobzel
collection. added shift-double-cllick to open collection in lightbox.
2021-02-12changed 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-11fixed imagebox annotation layer sizing. was too tall when in a stackingview ↵bobzel
and the image was resized small.
2021-02-11more focus refactoring and some bug fixes - resetting target document when ↵bobzel
recursively focusing.
2021-02-11now pdf/web/text scroll to the target and then pan the document to be in view.bobzel
2021-02-11made zooming on annotation in an image in a freeform view act like zooming ↵bobzel
on a group
2021-02-11fixed pinning documents with a group to zoom to view properly.bobzel
2021-02-11fixes for focus'ing to enable resetting of all navigations if desired(eg. ↵bobzel
zooming into portal)
2021-02-11from lastbobzel
2021-02-11more tweaking to simplify link following mechanisms.bobzel
2021-02-11playing with trying to improve chaining of nested focus() method calls.bobzel
2021-02-10simplified focus'ing on documents. refactored scrollFocus code. changed ↵bobzel
focus in 2D to move doc into view but not center.
2021-02-10fixed following link to document in another context to work in LightboxViewbobzel
2021-02-10fixed 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-10fixed escaping menu to not close lightbox. fixed formattedTextBox dragging ↵bobzel
of sidebar to not scroll. fixed css width of formattedTextBox text area
2021-02-10fixes 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-10changed docViewPath to be a function to avoid mobx invalidationsbobzel
2021-02-10fixed some z-index issues with lightbox and typing new notes + videobox ↵bobzel
zooming zindex
2021-02-10from lastbobzel
2021-02-10fixes for removing individual overlapping textanchors in a textBox. ↵bobzel
Hopefully near final cleanup of linkDocPreview and FormattedTextComment
2021-02-09fixed following links to web page references.bobzel
2021-02-09cleanup of formattedtextboxcomment and linkDocPreviewbobzel
2021-02-09overhaul of linkdocpreview. delegated linkpreviewing from ↵bobzel
formattedTextBoxComments to LinkDocPreview
2021-02-09started to cleanup LinkDocPreview, LinkMenu.bobzel
2021-02-09fixed drawing link lines between everything except textanchor - to - textanchor.bobzel
2021-02-08overhaul 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-05fixed pushpin interactionson lightboxviews. fixed doc decorations on ↵bobzel
ligthboxviews
2021-02-05fixed lightbox frame sizing.bobzel
2021-02-05from lastbobzel
2021-02-05cleaned up lightbox. replaced old npm lightbox.bobzel
2021-02-05use high res images on selectbobzel