aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.tsx
AgeCommit message (Expand)Author
2021-03-06Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into fi...usodhi
2021-03-04fixed template doc height setting (when autoHeight text field)bobzel
2021-03-04more adjustments to fitwidth behavior - want things to scroll vertically when...bobzel
2021-03-03:(usodhi
2021-03-03added functionPlot. trying to make fitWidth make sense everywhere (lightbox,...bobzel
2021-03-02agh stop mergingusodhi
2021-03-02added a fitwidth toggle for lightbox. fixed _showCaption/setting _fields to ...bobzel
2021-03-01final cleanups for simplified drag and drop of annotations. fixed some issue...bobzel
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 pd...bobzel
2021-02-26fixed serialization error handling to not kill Dash - bad list items prevente...bobzel
2021-02-25mergingusodhi
2021-02-25overhaul of state preservation in lightboxview when going back/forward/reopen...bobzel
2021-02-25cleaned up DoccomponentView to just have general api fields. fixed lightbox ...bobzel
2021-02-24cleaned up DocumentView's contentView api to be more general. fixed screenToL...bobzel
2021-02-23removed _renderContentBounds and updated miniMap view.bobzel
2021-02-23reorg and cleanup a bit of colelctionfreeformview. minor other cleanup.bobzel
2021-02-23current collection vs dashboard works a bit better - they have different filt...usodhi
2021-02-22mergingusodhi
2021-02-22switched folders so that they're not marked as system anymore. made close me...bobzel
2021-02-22fixing editing of treeView titles to not write to document.bobzel
2021-02-20Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into fi...usodhi
2021-02-20filterdocs setupusodhi
2021-02-18added preliminary cookie mechanism for making documents appear after focusing...bobzel
2021-02-18mergingusodhi
2021-02-17improved fileSysMode for treeView. added dontUndo flagbobzel
2021-02-16added getAnchor() to freeformView to capture viewtype & filters. fixed setPa...bobzel
2021-02-15updated forward hypertext links using [[:]] notation.bobzel
2021-02-15cleaned up showTitle and showAudio stuff just a bit.bobzel
2021-02-14fixed freeformview focus to not pan annotation documents or layoutEngine free...bobzel
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 in...bobzel
2021-02-13fixed double-click to open nested freeform docs to fall back on DocumentView ...bobzel
2021-02-12changed audio video annotation to use only timecodeToShow/timecodeToHide. di...bobzel
2021-02-12streamlined double-clicking to always open lightbox no matter what document y...bobzel
2021-02-12fixed subtle bug with lightbox inadvertently clearing out childDoc list of a ...bobzel
2021-02-11more focus refactoring and some bug fixes - resetting target document when re...bobzel
2021-02-11now pdf/web/text scroll to the target and then pan the document to be in view.bobzel
2021-02-11mergingusodhi
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. zoo...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 foc...bobzel
2021-02-10fixes for stacking views to allow new text to be entered properly without los...bobzel
2021-02-10changed docViewPath to be a function to avoid mobx invalidationsbobzel
2021-02-09overhaul of linkdocpreview. delegated linkpreviewing from formattedTextBoxCo...bobzel
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 s...bobzel
2021-02-05cleaned up lightbox. replaced old npm lightbox.bobzel