aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.tsx
AgeCommit message (Expand)Author
2021-04-01more tree view cleanupbobzel
2021-03-31trying to cleanup control of displaying linkButtons in tree views.bobzel
2021-03-30added setFocus component view methodbobzel
2021-03-30some code cleanup. Fixes for webbox and pdfbox to allow draggin out of annot...bobzel
2021-03-30more treeView cleanup. Fixes to linkBox to allow selection properly. fixes ...bobzel
2021-03-30fixed up editable textview title widths and clicking to set cursor insertion ...bobzel
2021-03-29more progress in fixing & simplifying active/selected stuffbobzel
2021-03-29still cleaning up all the active/selection code.bobzel
2021-03-29initial changes to cleanup pointer events.bobzel
2021-03-29fixed doc decorations for dictation. gave dictation docs a title. minor cle...bobzel
2021-03-26extracted AudioWaveform out of AudioBox in order to use in CollectionStackedT...bobzel
2021-03-24redid how LinkManager stores links on documents by putting them on the Doc it...bobzel
2021-03-24renamed audioState to mediaState and cleaned up screenshotBox a little.bobzel
2021-03-23changed audio/video to use playFrom() viewbox method instead of audioTrigger/...bobzel
2021-03-19fixed clicking on web box and immediately scrolling to work.bobzel
2021-03-19simplified chromeStatus to chromeHidden. fixed presBox item widths. fixed co...bobzel
2021-03-19fixing up some baseProto initialization. fixing stacking view with hidden docs.bobzel
2021-03-18made linkanchorbuttons not show up next to pdf annos. gave pdfannos a basePro...bobzel
2021-03-18cleaned up link making. Documents don't add to the Undo stack when being cre...bobzel
2021-03-17rearranged top bar buttons - moved some into PropertiesButtons. Cleaned up '...bobzel
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-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