aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes
AgeCommit message (Collapse)Author
2021-02-28got rid of link on deselect stuff (not used and should be implemented as ↵bobzel
text rule). fixe hyperlink terms.
2021-02-28fixed linkondeselect tempoararily. fixed following hypertext links that are ↵bobzel
not on the lowest level span
2021-02-28start of cleanup of formattedTextBoxbobzel
2021-02-28got rid of delayAutoHeight by updating dragHeights in documentDecorations.bobzel
2021-02-28a bunch of changes to simplify how autoHeight works. extended to work for ↵bobzel
pdfs and stacking views. still some bugs.
2021-02-27more cleanup of unused fields and minor fixes to things like the color ↵bobzel
picker's display of the selcted documents background color. also a fix for textbox autoresizing when dragged small
2021-02-26fixed 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-25field info startbobzel
2021-02-25prevent annotation notes on PDFS from showing up in file system view.bobzel
2021-02-25overhaul of state preservation in lightboxview when going ↵bobzel
back/forward/reopening a doc/etc
2021-02-25cleaned up DoccomponentView to just have general api fields. fixed lightbox ↵bobzel
to animate back properly & shinkwrap.
2021-02-24cleaned 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-24fixed layerProviders for treeViews to return true. fixed sidebar ↵bobzel
annotations for text to add/remove from correct field.
2021-02-24fixed 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-23removed _renderContentBounds and updated miniMap view.bobzel
2021-02-23reorg and cleanup a bit of colelctionfreeformview. minor other cleanup.bobzel
2021-02-23cleaned up EditableView a bitbobzel
2021-02-22switched folders so that they're not marked as system anymore. made close ↵bobzel
menu appear unless something is a system doc.
2021-02-22fixing editing of treeView titles to not write to document.bobzel
2021-02-21fixed compile warnings.bobzel
2021-02-18added preliminary cookie mechanism for making documents appear after ↵bobzel
focusing on a document which sets a cookie. converted catalog to new "file system" tree view.
2021-02-17added a placeholder for dynamically discovering Tours during lightbox navigationbobzel
2021-02-17improved fileSysMode for treeView. added dontUndo flagbobzel
2021-02-16added a file system mode for tree View. ctrl-f to create file system.bobzel
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-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-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-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-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-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.