aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-09-14updated the custom text box to specify frontSize through document values.bobzel
2020-09-14added a default user color and used it within custom note templatebobzel
2020-09-14fixed linear view to allow dropped images to be seenbobzel
2020-09-14fixes to sidebar menus to simplify them for novices. fixed clearAll menu itemsbobzel
2020-09-14fixed userdoc tree view layout issues caused by outline mode. added ↵bobzel
treeViewHideHeader to avoid hackiness of overlaoding treeVewHideTitle
2020-09-13got rid of textTemplates which were superfluous. fixed problems with stored ↵bobzel
Marks on templates when creating one by typing and the template is the default layout.
2020-09-13updated cursor icons.bobzel
2020-09-13fixed borderRadius for enumerated fieldsbobzel
2020-09-13added back in menu option for hiding link button. fixed resetting text back ↵bobzel
to template
2020-09-13fixed refreshing web pagesbobzel
2020-09-13fixed issues when webBox is wider than window width (try a very. narrow ↵bobzel
window). things would scroll horizontally and not restore.
2020-09-13Merge pull request #715 from browngraphicslab/bug_fixesbobzel
Bug fixes
2020-09-13fixed making delegates of custom headerViews. fixed non-responsive carriage ↵bobzel
returns in textBoxes occasionally at the end of the text stream. fixed upating titles on templated text boxes. fixed setting layoutfield values in DashFieldViews to update the template and layout doc.
2020-09-13fixed headerView so that it makes delegates on drag instead of copies. this ↵bobzel
fixes bugs when dragging out a header view, customizing, dragging ti back in as a new template, then dragigng out instances -- they used to all have synchronized heights.
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.