aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/DragManager.ts
AgeCommit message (Collapse)Author
2022-06-21restored experimental templates. fixed (enabled) pointer events on nested ↵bobzel
column/row views when container is active. got rid of freezeDimensions which wasn't needed and introduced artifacts for views that set it (timeView, GridView)
2022-06-20more cleanup to get rid of unecessary references to Doc.UserDoc().bobzel
2022-06-20Revert "Revert "Merge branch 'master' into temporalmedia-mehek""mehekj
This reverts commit 3415f672292bb349c7d9ec66564933a746ee3b25.
2022-06-20Revert "Merge branch 'master' into temporalmedia-mehek"mehekj
This reverts commit 145117365b2708ef6b365c6f0f10c38b85a87307, reversing changes made to 7eedde332010c8896be636f0b5c6a7b2c8043e48.
2022-06-10fixed errorsbobzel
2022-06-10fixed some problems with dragging doc onto empty tab bar. made topBar be ↵bobzel
just one line to save vertical space. added a context menu to Dashboard
2022-06-07fixed dragging items in overlayView to not invalidate DocumentView and cause ↵bobzel
a rerender. fixed loss of ability to select or drag after dragging a recording.
2022-06-02merge with presentmodeMichael Foiani
2022-05-23more code cleanup in currentuserutils. some fixes to dragFactory-count titles.bobzel
2022-05-17fixed pointerevents on treview open icon. added browse mode for ↵bobzel
freeformcollections
2022-05-15fixed enterting titles in tab's to not trigger inconify. added drop ↵bobzel
placement for mulitirow/col. added time delay for switching to tab dragging. all this helps support a worktop-style topBar.
2022-05-13dragging docs already within a locked document can now still be dropped onto ↵bobzel
the locked document.
2022-04-28Merge branch 'master' into recording-jennyJenny Yu
2022-04-20Merge branch 'presentmode-mfoiani' into recording-jennyMichael Foiani
Merge with jenny for video recording.
2022-04-14Create smooth record and playback of tracking.Michael Foiani
2022-04-12cleaned up errors/warnings. fixed dragging to turn off pointer events on ↵bobzel
whatever's being dragged.
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-28enabled dragging documents onto tab bar without shift. modified link pivot ↵bobzel
document to automatically update when links are added and be a stacking view
2022-03-22Stop drag in present mode if element isn't specifically selected to drag.Michael Foiani
2022-03-02upgraded to typescript 4.6.2bobzel
2021-11-13treeview title fixes - made it aformatted text box so clicking on it will ↵bobzel
select the document. fixed margins. fixed dragging over tree view to not highlight drop bullets in outline mode unless its a bullet point being moved.
2021-09-30fixed warningbobzel
2021-09-30from lastbobzel
2021-09-30fixed dragging lines with arrows to display arrowheadbobzel
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-08-24fixed undo for dragging docs. made separate layers for transparent and ↵bobzel
other annotations on pdfs/webs so that transparency will work better.
2021-08-01small ui tweaksgeireann
2021-07-27from last - fixes shift-dragging to a new tabbobzel
2021-07-27fixe MakeClone to handle links properly. fixed cloning richtext to update ↵bobzel
rich text references to documents properly. fixed dragging to call MakeClone properly.
2021-07-24fixed minor issues and got rid of console errorgeireann
2021-07-22Merge branch 'master' into Ashleygeireann
2021-07-14fixed dragging marquees on nested images. fixed images to allow marquees on ↵bobzel
nested images. changed drag titlebar message.
2021-07-10Standardizing Colors, changing global CSS variablesAshley Cai
2021-04-07fixes for lightbox stepping intobobzel
2021-03-29fixed text input after changes to active/selectedbobzel
2021-03-29still cleaning up all the active/selection code.bobzel
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-25fixed dragging documents so that the scroll position of pdfs/etc is ↵bobzel
maintained during the drag
2021-03-15fixed warnings. made savedAnnotations an ObservableMap. turned off ↵bobzel
annotationLayer when there are no annotations - text is blurry on windows Chrome with mix-blend-mode overlay
2021-03-13cleaned up dropping link button on collections / alternate annotation views ↵bobzel
(eg pdf sidebar) - new docs are created only for internal drops within, say, a PDF. Otherwise links are made.
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-25prevent annotation notes on PDFS from showing up in file system view.bobzel
2021-02-25added 'proto' drag option for dropping proto of document. auto add of non ↵bobzel
annotations to file system. auto added delegates & aliases to a docuemnt's 'alias' field.
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-01-20moved PDFMenu to AnchorMenu. added AnchorMenu to formattedTextBox. Fixed ↵bobzel
following links from text box huyperlinks when there are multiple different huypertext links on the document.
2021-01-14simplified links to audio to always have a target Doc anchor. updated auto ↵bobzel
links to audio when recording. fixed making text selection links.
2020-12-15added real groupingbobzel