aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DocumentDecorations.tsx
AgeCommit message (Collapse)Author
2022-04-11changed backspace to iconify then deletebobzel
2022-04-11fixes to header to be transparent for icons. layout fixes for doc ↵bobzel
decoratoins title row. groups are not semi transnparent anymore to avoid mixBlendMode confusion
2022-04-11lots of layout fixes to groups, labels, ink to support iconification better. ↵bobzel
simpliifed documentdecorations. fixed display artifacts related to things not showing up when dragging, or otherwise not getting a halo of nested freeform colletions.
2022-04-11making layout icons work better.bobzel
2022-04-05fixes to allow dragging golden layout windows to be aborted with 'esc'. ↵bobzel
some code cleanup as well to avoid rebuilding golden layout when tabs are closed. Fixes for undo and goldenlayout
2022-03-31cleaned up addDocTab for properties views to allow toggling of targetsbobzel
2022-03-31added autoLinks to formattedTextBoxes. Set auto link target by titling ↵bobzel
documents with a prefix '@'.
2022-03-23Merge branch 'speedups2'bobzel
2022-03-23adjsuted pdfBox and WebBox to resize better without glitches when using the ↵bobzel
annotation sidebar. changed so that when fitWidth is set anything can be resized vertically - causes artifacts for videoBoxes.
2022-03-22fixed temporal media merge that had reverted a lot of things.bobzel
2022-03-20Revert "Merge remote-tracking branch 'origin/speedups2' into ↵mehekj
temporalmedia-mehek" This reverts commit 1f7cf7babc76ecff5aef5fe663c48e067e85dd26, reversing changes made to 1e3ad4de06f83eab54628de660529fefb9a0dc63.
2022-03-17Merge remote-tracking branch 'origin/speedups2' into temporalmedia-mehekmehekj
2022-03-03fixed snapping when resizing.bobzel
2022-03-01updated to webpack 5bobzel
2022-02-03Merge branch 'master' into temporalmedia-mehekmehekj
2021-12-01cleanup DocDecorations ink rotationbobzel
2021-11-30fixed warnings/errors. added inkingStroke comments. need to double-click ↵bobzel
now to add a point to an ink stroke.
2021-11-13change isContentActive to a tri-state to allow turning on/off and default - ↵bobzel
fixes issues with videobox and others so that content can be turned off reliably. added annotation overlay for treeViews for ppt like slides. lots of fixes to tree view to get layout to be more robust.
2021-10-28Merge branch 'master' into temporalmedia-mehekmehekj
2021-10-26use center of selection bounds for rotation if more than one stroke is selected.bobzel
2021-10-26Merge branch 'master' into ink_v1bobzel
2021-10-26 fix to ink rotation to preserve rotation center between rotations.bobzel
2021-10-26Merge branch 'master' into ink_v1bobzel
2021-10-26Merge branch 'master' into temporalmedia-mehekmehekj
2021-10-26when document is in lightbox view and a link is followed to its sidebar, we ↵bobzel
no longer reopen the document in its context. fixed selecting annotations on web/pdf. don't change document height when shown in a linkPreview. webBox fixes for pages with scripts. fixed range bounds when clicking on web text several fixes to web pages on server and client. client webbox allows clicks on divs with onclick instead of doing selection also hacky fix so that google search url doesn't keep expanding by removing 'q=' regions also added prevent/allow script menu item server grabs all html and hides id="google.." which are ads. also rewrites hrefs starting with http to route through corsProxy also removes target=_blank tags to prevent pages from opening outside of dash. also cleaned up routes and comments also when not logged in, references to anything in dash domain route to /home
2021-10-21Merge branch 'master' into temporalmedia-mehekmehekj
2021-10-21changing rotationvkalev
2021-10-14fixed document resizing.bobzel
2021-10-07Merge branch 'master' into temporalmedia-mehekmehekj
2021-10-07ink rotation based on angle changevkalev
2021-09-29a number of undo/redo fixes for ink (snapping to tangent, add points, ↵bobzel
dragging tangents). also tried to make storage of undo events more efficient when dragging ink controls (avoid saving hundreds of copies of the InkField)
2021-09-27Merge branch 'master' into temporalmedia-mehekbobzel
2021-09-27videoBox fitsWidth properly in lightbox. documentdecorations less hacky for ↵bobzel
deciding when to allow nativewidth/height changes by adding props to document type templates. fixed height of properties pane & updated CSS for leftflyout & properties pane. marquees no longer oveflow image/video boxes.
2021-09-22Merge branch 'master' into temporalmedia-mehekbobzel
2021-09-22fixed dragging anchor on audio timeline to position correctly. fixed being ↵bobzel
able to drop anywhere on audio box. fixed undoing drag anchor and drag handles of audio anchors.
2021-09-21fixed up some darkScheme css, enabled comic mode for developers, enabled ↵bobzel
opening up fields on dashboards in myDocuments
2021-09-20fixed equations/ink to work properly when not fitwidth in lightbox. don't ↵bobzel
show titles for ink or equations using fields now.
2021-09-17fixed top-down resizing of web pages and pdfs. turned off Cors option for ↵bobzel
novices.
2021-09-15prevent groups from being opened in lightbox because its odd and there are ↵bobzel
bugs. prevent tabViews from being switchable into a group because its odd.
2021-09-15fixed dragging so that only isDocumentActive documents are dragged (get move ↵bobzel
events) which fixes a bug where a nested document and its container might both be dragged at the same time.
2021-09-14merged with masterbobzel
2021-09-13fixed dragging document that is unselected by clicking on nested object in ↵bobzel
sidbear to not double-drag two items effectively deleting the sidebar document. fixed undoing of document decorations topbar buttons.
2021-09-13fixed unfreezing (allow reflowing) of webBox's. fixed initial size of text ↵bobzel
annotation box.
2021-09-03adding ComponentDecorationsvkalev
2021-09-02cleaned up overlay ink stroke in document decorationsbobzel
2021-09-02corrected fix to drawing ink stroke in doc decorations overlay.bobzel
2021-09-02from lastbobzel
2021-09-02fix for transforming inkpoints in docdecorations.bobzel
2021-09-02fixes for making overlay ink stroke in doc decorations align with selected ↵bobzel
stroke.
2021-09-02working on moving ink UI to DocumentDecorationsvkalev