aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-23fixes for toggling minimap icon display/behavior.bobzel
2021-02-23minimap cleanupbobzel
2021-02-23removed _renderContentBounds and updated miniMap view.bobzel
2021-02-23cleaned up viewTransitions in CollectionFreeFormView to not write to ↵bobzel
document for transient effects.
2021-02-23fixed 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-23reorg and cleanup a bit of colelctionfreeformview. minor other cleanup.bobzel
2021-02-23restored export/import of collection clones. did a little cleanup of ↵bobzel
collection freeform view
2021-02-23current collection vs dashboard works a bit better - they have different ↵usodhi
filterdocs now
2021-02-23cleaned up EditableView a bitbobzel
2021-02-23clean up from last.bobzel
2021-02-23fixed backspace to delete text items in treeViews. simplified ↵bobzel
UndoRunInTempBatch. fixed clicking on sort line for treeView to only recognize actual clicks. fixed stayInCollection with DocDecorations to not create a giant gray square. prevent server crash when db has bad data somehow.
2021-02-22mergingusodhi
2021-02-22filters scope changesusodhi
2021-02-22fixes to tree view folders to fix indent/outdent/retitlte issues related to ↵bobzel
stoppropagating events when active() was not true
2021-02-22minor cleanup. fixed doc decorations input width.bobzel
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-22cleaned up indent/outdent in treeview to work with aliases.bobzel
2021-02-22fixing editing of treeView titles to not write to document.bobzel
2021-02-22tweak.bobzel
2021-02-21fixed compile warnings.bobzel
2021-02-21fixed warningbobzel
2021-02-20Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
filters
2021-02-20filterdocs setupusodhi
2021-02-20unrelatedusodhi
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-18mergingusodhi
2021-02-18better version of forward/backward view management in lightBoxview.bobzel
2021-02-17added a placeholder for dynamically discovering Tours during lightbox navigationbobzel
2021-02-17changed pivotview tags a bit to keep list smallbobzel
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-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