aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.tsx
AgeCommit message (Expand)Author
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
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-28Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into fi...anika
2021-01-27fixed size of timeline toggle on videoBox and some other tweaks to hide docum...bobzel
2021-01-27mergedusodhi
2021-01-25changed how to start/stop video when clicking/double-clicking on markersbobzel
2021-01-25fixed linking to video to create an anchor if the timecode is not zero.bobzel
2021-01-22fixed selection bounds for video box annotations, especially when in full scr...bobzel
2021-01-22Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into fi...usodhi
2021-01-21moved lock icon outside of doc. tweaked inkingstroke behavior to not drag wh...bobzel
2021-01-21fixed fitWidth for WebBoxbobzel
2021-01-20Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into fi...usodhi
2021-01-20moved PDFMenu to AnchorMenu. added AnchorMenu to formattedTextBox. Fixed fo...bobzel
2021-01-18mergedusodhi
2021-01-15fixed more issues with audio Box - simplified decorations when selected. fix...bobzel
2021-01-14simplified links to audio to always have a target Doc anchor. updated auto ...bobzel
2021-01-14fixed rendering of labels in audioBox's to use standard dash-style provider s...bobzel
2021-01-12fixed layout of audioBox markersbobzel
2021-01-11adjustments to restore inkMask functionalitybobzel
2021-01-07merge fixanika
2021-01-04Fixed filterbox to use scriptContext to determine where to apply/clear filter...bobzel
2021-01-02Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into fi...usodhi
2020-12-31fixes for sliderBox to work in FilterBox. suppressed brush highlighting in f...bobzel
2020-12-18added something that was removedusodhi
2020-12-17mergedusodhi
2020-12-16fixed unbrushing docsbobzel
2020-12-16simplified DocumentView a bit more. cleaned up other code.bobzel
2020-12-16moved float() to collectionfreeformdocviewbobzel
2020-12-16cleaned up some link following code. fixed problem following links from Link...bobzel
2020-12-16fixed treeView layouts to pass good values for panelWidth/height to DocumentV...bobzel
2020-12-15fixed some events with groups - they remain active when in "background"bobzel
2020-12-15added real groupingbobzel
2020-12-15fixed previous problems -- weird that you can't call componentWillUnmount. a...bobzel
2020-12-15simplifying dragging to make links by moving linkDocument to event, instead o...bobzel