aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DocumentDecorations.tsx
AgeCommit message (Collapse)Author
2021-07-22Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵vkalev
ink-gfx-victor
2021-07-15cleaned up autoHeight for text in conjunction with sidebars and titles and ↵bobzel
some layout scripts
2021-07-01ink controls resize on hovervkalev
2021-05-11fixed ink rotation to maintain center pointbobzel
2021-04-22allowed maximize button to be dragged to add a new window. fixed colorBox ↵bobzel
transparency setting. fixed anchormenuClick when in full tab.
2021-04-16addded documents as fieldsbobzel
2021-04-06minor cleanup + style across filesusodhi
2021-03-30some code cleanup. Fixes for webbox and pdfbox to allow draggin out of ↵bobzel
annotation sidebar.
2021-03-30cleaned up more active stuff - renderDepth === 0 no longer triggers contents ↵bobzel
active. containing view should set isContentsActive=true.
2021-03-26extracted AudioWaveform out of AudioBox in order to use in ↵bobzel
CollectionStackedTimelineView to share between audioBox and videoBox.
2021-03-25cleaned up dragmanager a bit and fixed issues with document shifting on drop ↵bobzel
when dragged via DocDecorations and
2021-03-20cleanup of sidebars for pdf/web - toggle open/close without sizing artifacts ↵bobzel
- open automatically when adding a note.
2021-03-13fixed marquee annotations on pdfs from crashing - still need to fix offset ↵bobzel
problem.
2021-03-12changed setDocFilter to not take undefined as a modfied & added toggle ↵bobzel
param. added single click on marquee annotator to create an annotation. extended PDF sidebar to have filter buttons.
2021-03-11fixed bug with ctlr-drag botright of doc decs making nativew/h not match w/hbobzel
2021-03-07added start of Git functionality within Dash.bobzel
2021-03-06cleaned up a little bit in doc decorations.bobzel
2021-03-05started to clean up docdecorations and fix some ink rotation/sizing bugs.bobzel
2021-03-05fixed autoHeight gesture to not set nativewidth/height for text. fixed typobobzel
2021-03-02added a fitwidth toggle for lightbox. fixed _showCaption/setting _fields to ↵bobzel
undefined. updated documentView to use not having fitWidth set as a trigger for whether to treat a doc without nativeWidth/Height as if its width/height is that.
2021-03-01added basic math typeset equation inputbobzel
2021-03-01final cleanups for simplified drag and drop of annotations. fixed some ↵bobzel
issues rtf focus when creating notes in masonry view. fixed text sidebar.
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 ↵bobzel
pdfs and stacking views. still some bugs.
2021-02-23fixed backspace to delete text items in treeViews. simplified ↵bobzel
UndoRunInTempBatch. fixed clicking on sort line for treeView to only recognize actual clicks. fixed stayInCollection with DocDecorations to not create a giant gray square. prevent server crash when db has bad data somehow.
2021-02-22minor cleanup. fixed doc decorations input width.bobzel
2021-02-18better version of forward/backward view management in lightBoxview.bobzel
2021-02-12changed lightbox to navigate within frame if next target is alreay there, ↵bobzel
otherwise create it. changed focus default to call afterFocus(). fixed bug of zooming on target doc to compute scale correctly.
2021-02-05from lastbobzel
2021-02-05cleaned up lightbox. replaced old npm lightbox.bobzel
2021-02-02fixed document decorations on lightbox. made translations an option for ↵bobzel
text boxes.
2021-02-02playing with a general lightbox for Dash documents.bobzel
2021-01-27updated documentdecorations title display to be more visible on complex ↵bobzel
backgrounds. fixed link following behavior (espicall from presentations) to timeline annotations.
2021-01-27animated expansion of video box timeline.bobzel
2021-01-27fixed size of timeline toggle on videoBox and some other tweaks to hide ↵bobzel
documentdeocrations on timeline items.
2021-01-26preparing to unify VideoBox timeline with AudioBox timeline. changed names ↵bobzel
from videoStart/audioStart,End to anchorStart,EndTime and _displayTimecode to _timecodeToShow etc
2021-01-15fixed more issues with audio Box - simplified decorations when selected. ↵bobzel
fixed dragging when not selected. added esc to stop dragging.
2021-01-12fixed layout of audioBox markersbobzel
2021-01-11from lastbobzel
2021-01-11cleanup of ink stroke changesbobzel
2021-01-11Merge branch 'master' into ink_editsbobzel
2021-01-11adjustments to restore inkMask functionalitybobzel
2021-01-11Merge branch 'master' into ink_editsbobzel
2021-01-09Merge branch 'ink_edits' of https://github.com/browngraphicslab/Dash-Web ↵yunahi
into ink_edits merge conflict
2021-01-08fixed resize to not include ContentScale for pick correlation to workbobzel
2020-12-16fixed errors with linkmenu propsbobzel
2020-12-16fixed treeView layouts to pass good values for panelWidth/height to ↵bobzel
DocumentView. renamed Selectionmanager methods to be views not documents.
2020-12-14renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as ↵bobzel
DocumentViewInternal
2020-12-13removed ContentScaling={returnOne} from a lot of placesbobzel
2020-12-12fixed screenToLocal for documents within ContentFittingDoc collections. ↵bobzel
fixed embedding documents in texst docs.