aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.tsx
AgeCommit message (Expand)Author
2021-03-15final cleanups to get scrolling to work smoothly for webbox's - sadly, does n...bobzel
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-09got rid of DocHolderBox. changed dontRegisterChildViews to childDontRegister...bobzel
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-03added functionPlot. trying to make fitWidth make sense everywhere (lightbox,...bobzel
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-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-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-18added preliminary cookie mechanism for making documents appear after focusing...bobzel
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-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
2021-02-04fixed scrolling animations in view bounds for webbox and pdfBox's particualrl...bobzel
2021-02-03fixed webBox forward/backward and in lightbox.bobzel
2021-01-27fixed size of timeline toggle on videoBox and some other tweaks to hide docum...bobzel
2021-01-25changed how to start/stop video when clicking/double-clicking on markersbobzel