aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-09-12fixed stacking view selections to have the right bounding box. fixed text ↵bobzel
boxes to work with headerVIew template which has multiple text boxes in it.
2020-09-12pullLionel Han
2020-09-12cleaning up codeLionel Han
2020-09-12fixed sidebar views in text boxes to work in treeview outlines. fixed ↵bobzel
context menus to select docs again. fixed linkAnchors to show up when isLinkButton is true but doc is selcted. changed nudging to be ignore in annotation overlays
2020-09-12changd web pages to be fitWidth and added a data-contentWidth field so that ↵bobzel
you can extend them vertically, or add a margin horizontally.
2020-09-12fixed lock in back toggle menu optionbobzel
2020-09-11moved minimap button to bottom-right of tab panesbobzel
2020-09-11caught exception in formatted text when nagivating to a Slide in ↵bobzel
presentationv iew.
2020-09-11added captions/titles to lightbox. fixed typo bug.bobzel
2020-09-11added lightbox button to topbar. fixed treeview editableTitle crashbobzel
2020-09-11fixed warnings and fixed focus on slidebobzel
2020-09-11fixed creating text boxes with pre-set text to select that text -- used in ↵bobzel
treeView outlines
2020-09-11marked emptyWebpage as a templatebobzel
2020-09-11marked emptyWebPage as a templatebobzel
2020-09-11Merge branch 'master' into bug_fixesbobzel
2020-09-11Merge pull request #710 from browngraphicslab/new_audiobobzel
New audio
2020-09-11moved settings menu to the the documentButtonsBarbobzel
2020-09-11fixed webbox highlight colors to be more transparentbobzel
2020-09-11changes to switch from 'pt' units to 'px' for fonts. fixxes to ↵bobzel
presentations for treeview outlines.
2020-09-10small fix to allow expanded images in treeviews to be moved and treeView ↵bobzel
expanded items to be right-clicked for a context menu
2020-09-10made images in treeView outlines show up without a titlebobzel
2020-09-10made basic progressivized slides using TreeViewbobzel
2020-09-10added"_isBackground-canClick for background collections that are still ↵bobzel
clickable. fixed colors for treeView. fixed events on flyout to be processed after React processses them for everything else - problem was that clicking on the color picker deselected the item being colorized.
2020-09-10better fix for following links to pdfsbobzel
2020-09-10fixiing behavior of following link to target in a PDF that hasn't loaded its ↵bobzel
contents yet... need to wait. also fixed pdf titltes in lod view
2020-09-10fixed following links on text hyperlink to use same code as linkMenu. fixed ↵bobzel
hyperlink delete button
2020-09-10fixed shift-dragging of tabsbobzel
2020-09-09Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵Lionel Han
bug_fixes
2020-09-09Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵Lionel Han
new_audio
2020-09-09fixed linkEditor menu to show up in the right place. fixed linklines to ↵bobzel
attach properly.
2020-09-09Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵Lionel Han
new_audio
2020-09-09Merge branch 'master' of https://github.com/browngraphicslab/Dash-Webbobzel
2020-09-09removed some advanced tool options.bobzel
2020-09-09adjusted opacities of PDF anchorsbobzel
2020-09-09tweaked LOD view of pdfsbobzel
2020-09-09several pdf fixes - clipping link anchors to bounds of container. pdf box ↵bobzel
titles don't change based on zoom anymore. can't zoom a pdf if not selected. fixed scrolling of previews without scrolling targets.
2020-09-09fixed unpnning pdf annotations. remvoed unused UI from PDFmenubobzel
2020-09-09cleanupbobzel
2020-09-09tried to get context menus to work in firefox.bobzel
2020-09-09fixed link lines to go to text anchors directlybobzel
2020-09-09fixed doc decorations on selected treeview items to not overlap as much. ↵bobzel
fixed contentFitting's screentToLocalXf which wasn't wroking for nested tempaltes with native dimensions
2020-09-08Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵Lionel Han
new_audio
2020-09-08fix resizing bug, fix playOnSelect bugLionel Han
2020-09-08Merge branch 'master' into workingTemplatesbobzel
2020-09-08fixed event handling on embedded textboxes - dash field views need to ↵bobzel
stopPropagation() on pointerdown events, and textBoxes need to handle scroll events when they are rootSelected() (ie, in a template)
2020-09-08fixed treeview to show pdf icons at proper size. fixed link anchors dots to ↵bobzel
not block pointer events from the rest of their document.
2020-09-08fixed presbox, videobox and some others to set NativeWidth/Height properly.bobzel
2020-09-08from lastbobzel
2020-09-08from lastbobzel
2020-09-08fixes to make nativesize work for all collections and templates.bobzel