aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-09-17close context menu when starting a right-click drag on a webbox. .fixed ↵bobzel
dismissing marquee menu from outer view when clicking on nested webbox. AltKey drags marquee, not CtrlKey.
2021-09-17fixed top-down resizing of web pages and pdfs. turned off Cors option for ↵bobzel
novices.
2021-09-17fixed right-drag marquee on webBox on Macbobzel
2021-09-17fixed keeping anchor menu visible when selecting a new marker color from menubobzel
2021-09-17fixed being able to create inline (text selection) annotations on web pagesbobzel
2021-09-16from lastbobzel
2021-09-16added search() component method. changed search menu to call search on ↵bobzel
documents that match search string. added seach bar for web pages.
2021-09-16webbox search coming soonbobzel
2021-09-16made embedded dash docs in RTF resize when changed -- but they lose focusbobzel
2021-09-16fixed unused code for embedding document references in textbobzel
2021-09-15another windows fix for contextmenus on web pagesbobzel
2021-09-15fix earlier breaking changes for showing annotation bar and displaying ↵bobzel
context menu
2021-09-15better fix for last that reduces recomputation.bobzel
2021-09-15avoid runtime error in compute group bounds on startup when docs are still ↵bobzel
promises.
2021-09-15fixed infinite loop in grid space selection that conflated with setting ↵bobzel
group bounds automatically when rendered
2021-09-15fixed bug from lastbobzel
2021-09-15cleaned up recomputing group bounds to use a reactionbobzel
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 documentdecoration resizers. fixed grouping and added button to ↵bobzel
switch between freeform / group
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-15fixed dragging document in filesystem to not create duplicates in some casesbobzel
2021-09-14fixed treeviews so that in filesys mode you can't indent a document into ↵bobzel
anything other than a folder.
2021-09-14added a deleteFolder option for empty folders in the filesystembobzel
2021-09-14fixed create new folder in file systembobzel
2021-09-14refactored a bunch of names in MainView. Fixed scrolling in left menu ↵bobzel
flyout treeview panels.
2021-09-14fixed right-click context menu for Windows.bobzel
2021-09-14fixed height of maincontent. fixed warnings.bobzel
2021-09-14merged with masterbobzel
2021-09-14fixed adding a new point on an ink strokebobzel
2021-09-14addition of tooltips and minor formatting improvements in search paneldg314
2021-09-14Update InkControls.tsxbobzel
fixed error with ink handles.
2021-09-14from lastbobzel
2021-09-14fixed handle size/placement for ink editing.bobzel
2021-09-14put handles in right place for ink.bobzel
2021-09-14fixed crash for loading some images (e.g, .tiff)bobzel
2021-09-13Merge branch 'master' into temporalmedia-mehekmehekj
2021-09-13added drop code for dropping onto an audio stackedTimelinebobzel
2021-09-13Merge branch 'master' into temporalmedia-mehekmehekj
2021-09-13fixed copyPath menu item for images/pdfs. fixed contextmenu right-clicking ↵bobzel
to not require preselection of doc.
2021-09-13working on control pointskimdahey
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 clicking on link drag button to create doc in sidebar for RTF documents.bobzel
2021-09-13from lastbobzel
2021-09-13fixed transparency for colorButtonsbobzel
2021-09-13fixed errors and warnings.bobzel
2021-09-13Merge branch 'master' of https://github.com/brown-dash/Dash-Webbobzel
2021-09-13fixed link search icon in anchorMenubobzel
2021-09-13Merge pull request #39 from brown-dash/menu_updates_geireannGeireann Lindfield Roberts
Menu updates geireann
2021-09-13auto-select regions on audio timelines after they are created.bobzel
2021-09-13fixed unfreezing (allow reflowing) of webBox's. fixed initial size of text ↵bobzel
annotation box.