aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-08-29fixed link counter when setting new relationshipsdinhanhtruong
num of links per relationship should now update correctly when link relationships are set to new values
2021-08-28added variable link weights based on relationship importancedinhanhtruong
Link lines are thicker for links belonging to more important relationships. Thickness varies linearly from 3px to 12px. Removed dashed linked lines.
2021-08-25updated show/hide link iconsdinhanhtruong
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-24fixed pdf mixBlendMode for sem transparent annos. changed ink to have no ↵bobzel
backgound by default - transparent backgroudn will make trokes mixBlend as multiply
2021-08-24suppressed filter icon for annotations that are filtered based on ↵bobzel
transparency. fixed drawing ink on webbox's.
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-24from lastbobzel
2021-08-24started to fix doc filters to work on any documentbobzel
2021-08-24fixed following link from ink stroke. made interacting with annotatable ↵bobzel
documents consistent when selections are cleared by clicking. fixed undo for webboxes. fixed limiting size of links button.
2021-08-23matched link group header background to color of relationshipdinhanhtruong
2021-08-23set max size for blue link button when zooming in.bobzel
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-22fixed link relationship search visibility issuesdinhanhtruong
relationship search box now properly disappears on blur and reappears on focus without compromising relationship setting. Also refactored search result click handling
2021-08-22added working relationship search + setdinhanhtruong
need to debug visibility toggle and refactor handlers
2021-08-22started to fix issues with recognizing ink strokes. fixed minimizing ↵bobzel
presentation box by fixing TabDocViews to provide a working removeDocument prop
2021-08-22Merge branch 'master' into linking-anhdinhanhtruong
2021-08-20fixed bug where link colors reset on reloaddinhanhtruong
need to fix new mystery bug where any new links disappear after refreshing once but re-appear after a second refrsh
2021-08-19added randomly colored link relationshipsdinhanhtruong
default color is black until link relationship is edited manually
2021-08-19fixed errors and warningsbobzel
2021-08-19fixed typing ? to search bing. fixed scrolling to target for Web/PDF when ↵bobzel
doc was not previously displayed.
2021-08-19fixed links from sometimes disappearing on refresh. cleaned up cycling ↵bobzel
through tree view expansion modes
2021-08-19Merge branch 'master' of https://github.com/brown-dash/Dash-Webbobzel
2021-08-19changed how treeview cycles between options for expanded views to show ↵bobzel
'data' and some more adjustments.
2021-08-18added search linkinggeireann
2021-08-17Merge branch 'linking-anh' of https://github.com/brown-dash/Dash-Web into ↵geireann
linking-anh
2021-08-17more updatesgeireann
2021-08-17Merge branch 'linking-anh' of https://github.com/brown-dash/Dash-Web into ↵dinhanhtruong
linking-anh
2021-08-17in-progress link relationship color associationdinhanhtruong
created list fields for link relationships and their associated colors. Need to implement colors in front end
2021-08-17Merge branch 'linking-anh' of https://github.com/brown-dash/Dash-Web into ↵geireann
linking-anh
2021-08-17import cleanupgeireann
2021-08-17Merge branch 'master' into search-davidgeireann
2021-08-17Merge branch 'master' of https://github.com/brown-dash/Dash-Webbobzel
2021-08-17made dashboard context menu items context sensitive to whether they're ↵bobzel
called from MyDashboards, MySharedDocs or elsewhere. Made treeViewOpen a playground field so that users don't interfere with each other. Made Docking views not generate alias of their tabs when shared.
2021-08-17Merge pull request #30 from brown-dash/ink-gfx-victorGeireann Lindfield Roberts
Fixing Selection Line + Circle Shape Control Points
2021-08-17fixed canEdit func in prosemirrorExampleTransfer to prevent error when ↵bobzel
hitting enter at end of uneditable doc. fixed scrollheight setting error in formattedtextbox caused by assigning null
2021-08-16minor updatesdg314
2021-08-16rootDoc bug fixdg314
2021-08-16minor changesdg314
2021-08-16testingdg314
2021-08-16small changesdg314
2021-08-14testingdg314
2021-08-13Merge branch 'master' into ink-gfx-victorvkalev
2021-08-13cleaning upvkalev
2021-08-12fixed textboxes which were generally a line too short when opened in ↵bobzel
contentfitting view (e.g. stackingView or pivotView)
2021-08-12increasing opacity (selected lines are no longer slightly transparent)vkalev
2021-08-12fixed positioning of selection linevkalev
2021-08-11added circle shape generation using only 4 Bézier curvesvkalev