aboutsummaryrefslogtreecommitdiff
path: root/src/Utils.ts
AgeCommit message (Collapse)Author
2022-08-17fixed dragging docs on web and pdf to work better by temporarily adding ↵bobzel
transparent docs to the opaque layer so they can get drop events. cleaned eraser and pen interaction code and made erasing strokes work faster and avoid hanging by not intersecting strokes that are already partially deleted.
2022-07-08fixes for drawing ink on pdf/image/etc. fixes for showing contextMenu. ↵bobzel
moved gestureOverlay into main dashboard area to avoid drawing on UI widgets. more code cleanup to put things in reasonable places and avoid importing too much stuff.
2022-07-01added resize handlers and linted document decorationsGeireann Lindfield Roberts
2022-06-07added a click event suppressor to setupMoveUpEventsbobzel
2022-06-05merged with master and added transcription icon view for recognized inkbobzel
2022-06-05cleanupmehekj
2022-06-05fixed up drawing link lines to be less jittery and smoother looking. ↵bobzel
changed documentView to use a margin: auto when fitting width for something that can't grow to the size of the panel so that it will be centered in the panel and not docked at the top.
2022-06-02fixed previously introduced bug where pin doc added pres to first tab ↵bobzel
collection. Highlight pres targets when following. fixed videoBox to play regions properly. adjusted labelBox for stackedTimeline views. fixed stacked timelines to not stop keyboard events which was preventing text notes from being created on video boxes.
2022-05-23more code cleanup in currentuserutils. some fixes to dragFactory-count titles.bobzel
2022-05-12fixed perfromance (flickering, speed) issues with having pointerEvents prop ↵bobzel
invalidate documents - switched to using a function to avoid flickering on PDFs of annotations in particular.
2022-04-28fixed pushpin behavior when target is near top or bottom of scrollable document.bobzel
2022-04-25put snapshot dash in novice mode. fixed undo for snapshot/new dashboard. ↵bobzel
changed titling of snapshots to use {#}. no current UI for cloning dashboards.
2022-04-14tweaks. fixed groups to be resizable when iconified.bobzel
2022-04-12Merge branch 'inkocr-mehek' into inking-naafi-mehekmehekj
2022-04-12made changes to ink groupingNaafiyan Ahmed
2022-04-12changed lightOrDark for 'transparent' to return gray.bobzel
2022-04-05added basic grouping when exiting pen modeNaafiyan Ahmed
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-04removed pseudo Doc type system. playing with hot reloading.bobzel
2022-02-03Merge branch 'master' into temporalmedia-mehekmehekj
2021-12-02added scale factor for arrows. added control point drag to reparameterize. ↵bobzel
fixed toggling tangent lines to not happen when dragging.
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-11-04smooth scroll in timeline while playing audiomehekj
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-07link menu ui tweaking. edge case checks for linkrelationship stuff. ↵bobzel
default links to have linkAutoMove
2021-09-24wrapped Color() calls in DashColor() to catch exceptions for color strings ↵bobzel
no found
2021-09-23minor fixes.bobzel
2021-09-17added 'unset' docFilters. changed link doc views to use comparison box with ↵bobzel
title/caption. fixed linkEditor to write to data doc. generalized comparisonBox rendering to use parameterized fields. fixed pdf/web to honor pointerEvents none prop and fixed textAnnotations to get rendered once as an Annotation. moved filterIcon stuff into DocumentView
2021-09-14fixed right-click context menu for Windows.bobzel
2021-09-13fixed copyPath menu item for images/pdfs. fixed contextmenu right-clicking ↵bobzel
to not require preselection of doc.
2021-08-30fixed web pages so that you can type into input fields. changed default ↵bobzel
webpage to use bing.com url.
2021-08-30merged with master - fixed warnings and errors.bobzel
2021-08-26a lot of changes to move isContentActive into DocumentViewbobzel
2021-08-25Merge branch 'master' into menu_updates_geireanngeireann
2021-08-25Merge branch 'master' of https://github.com/brown-dash/Dash-Webbobzel
2021-08-25cleaned up and fixed tests for nonrecursive doc filters as used in PDF/Web ↵bobzel
to separate transparent from non-transparent docs into layers.
2021-08-25Merge pull request #33 from brown-dash/linking-anhGeireann Lindfield Roberts
Linking anh - fixed and expanded link relationships
2021-08-24Merge branch 'master' into menu_updates_geireanngeireann
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-23cleaned up videobox controls along with option to switch to native controls. ↵bobzel
changed placement of link buttons in lightbox to be outside of document
2021-08-19menu UI updatesgeireann
2021-08-18added search linkinggeireann
2021-08-01made url server references relative.bobzel
2021-07-29fixed issues with following links to anchors in PDFs/etc and getting scroll ↵bobzel
position right.
2021-03-16fixed warningsbobzel
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-15final cleanups to get scrolling to work smoothly for webbox's - sadly, does ↵bobzel
not work as well in Firefox, and even worse in Safari.
2021-03-15fixed scrolling to annotations and pointerevents on webBox (when an ↵bobzel
annotation was selected so you can drag out a marquee)