Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-17 | fixed 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-08 | fixes 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-01 | added resize handlers and linted document decorations | Geireann Lindfield Roberts | |
2022-06-07 | added a click event suppressor to setupMoveUpEvents | bobzel | |
2022-06-05 | merged with master and added transcription icon view for recognized ink | bobzel | |
2022-06-05 | cleanup | mehekj | |
2022-06-05 | fixed 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-02 | fixed 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-23 | more code cleanup in currentuserutils. some fixes to dragFactory-count titles. | bobzel | |
2022-05-12 | fixed 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-28 | fixed pushpin behavior when target is near top or bottom of scrollable document. | bobzel | |
2022-04-25 | put 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-14 | tweaks. fixed groups to be resizable when iconified. | bobzel | |
2022-04-12 | Merge branch 'inkocr-mehek' into inking-naafi-mehek | mehekj | |
2022-04-12 | made changes to ink grouping | Naafiyan Ahmed | |
2022-04-12 | changed lightOrDark for 'transparent' to return gray. | bobzel | |
2022-04-05 | added basic grouping when exiting pen mode | Naafiyan Ahmed | |
2022-03-22 | fixed temporal media merge that had reverted a lot of things. | bobzel | |
2022-03-20 | Revert "Merge remote-tracking branch 'origin/speedups2' into ↵ | mehekj | |
temporalmedia-mehek" This reverts commit 1f7cf7babc76ecff5aef5fe663c48e067e85dd26, reversing changes made to 1e3ad4de06f83eab54628de660529fefb9a0dc63. | |||
2022-03-17 | Merge remote-tracking branch 'origin/speedups2' into temporalmedia-mehek | mehekj | |
2022-03-04 | removed pseudo Doc type system. playing with hot reloading. | bobzel | |
2022-02-03 | Merge branch 'master' into temporalmedia-mehek | mehekj | |
2021-12-02 | added scale factor for arrows. added control point drag to reparameterize. ↵ | bobzel | |
fixed toggling tangent lines to not happen when dragging. | |||
2021-11-13 | change 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-04 | smooth scroll in timeline while playing audio | mehekj | |
2021-10-26 | when 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-07 | link menu ui tweaking. edge case checks for linkrelationship stuff. ↵ | bobzel | |
default links to have linkAutoMove | |||
2021-09-24 | wrapped Color() calls in DashColor() to catch exceptions for color strings ↵ | bobzel | |
no found | |||
2021-09-23 | minor fixes. | bobzel | |
2021-09-17 | added '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-14 | fixed right-click context menu for Windows. | bobzel | |
2021-09-13 | fixed copyPath menu item for images/pdfs. fixed contextmenu right-clicking ↵ | bobzel | |
to not require preselection of doc. | |||
2021-08-30 | fixed web pages so that you can type into input fields. changed default ↵ | bobzel | |
webpage to use bing.com url. | |||
2021-08-30 | merged with master - fixed warnings and errors. | bobzel | |
2021-08-26 | a lot of changes to move isContentActive into DocumentView | bobzel | |
2021-08-25 | Merge branch 'master' into menu_updates_geireann | geireann | |
2021-08-25 | Merge branch 'master' of https://github.com/brown-dash/Dash-Web | bobzel | |
2021-08-25 | cleaned 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-25 | Merge pull request #33 from brown-dash/linking-anh | Geireann Lindfield Roberts | |
Linking anh - fixed and expanded link relationships | |||
2021-08-24 | Merge branch 'master' into menu_updates_geireann | geireann | |
2021-08-24 | fixed undo for dragging docs. made separate layers for transparent and ↵ | bobzel | |
other annotations on pdfs/webs so that transparency will work better. | |||
2021-08-23 | cleaned 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-19 | menu UI updates | geireann | |
2021-08-18 | added search linking | geireann | |
2021-08-01 | made url server references relative. | bobzel | |
2021-07-29 | fixed issues with following links to anchors in PDFs/etc and getting scroll ↵ | bobzel | |
position right. | |||
2021-03-16 | fixed warnings | bobzel | |
2021-03-15 | fixed 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-15 | final 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-15 | fixed scrolling to annotations and pointerevents on webBox (when an ↵ | bobzel | |
annotation was selected so you can drag out a marquee) |