aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.tsx
AgeCommit message (Expand)Author
2021-03-17Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into fi...usodhi
2021-03-17rearranged top bar buttons - moved some into PropertiesButtons. Cleaned up '...bobzel
2021-03-16mergingusodhi
2021-03-16fixed inkmasksbobzel
2021-03-16cleaned up propertiesbuttons a bit. added lockTransform button. changed chr...bobzel
2021-03-15final cleanups to get scrolling to work smoothly for webbox's - sadly, does n...bobzel
2021-03-13minor changesusodhi
2021-03-13fixed pdf boxes to handle marquee annotation scaling properly. allowed for do...bobzel
2021-03-13fixed marquee annotations on pdfs from crashing - still need to fix offset pr...bobzel
2021-03-12fixed dropping documents onto file system view. fixed problem with tabDocVie...bobzel
2021-03-12trying to make treeViews more efficient by making fewer calls to Get document...bobzel
2021-03-10conflictsusodhi
2021-03-09got rid of DocHolderBox. changed dontRegisterChildViews to childDontRegister...bobzel
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