aboutsummaryrefslogtreecommitdiff
path: root/src/client/util
AgeCommit message (Collapse)Author
2020-09-18added maximum height to stacking items in sidebar using childLimitHeight. ↵bobzel
made stacking items non-interactive using contentsPointerEvents. made all links pubilc for now.
2020-09-18changed ACL to acl. fixed title to read values from data doc ↵bobzel
preferentially over layout doc.
2020-09-17restored template button option for customizing layout but added a Full ↵bobzel
Toolbar mode to enable it.
2020-09-17fixed deleting text links to work when there are multiple links in the same ↵bobzel
linkAnchor mark. addressed problem with text getting a negative height when its resized to fit content in a preview window when its also displayed in freeform.
2020-09-17changed text box headers from a template to a title bar.bobzel
2020-09-16a bunch of changes to dragging/selection of ui buttons to turn off context ↵bobzel
menus, remove close buttons on doc decoartions, fix the title region fo tabs,
2020-09-16added a global option to determine whether documents are brought to front ↵bobzel
when dragged. fixed document override of this option to use the same variable _raiseWhenDragged.
2020-09-16cleaned up TabDocView a bitbobzel
2020-09-15changed tools to not be removable from colelctoinbobzel
2020-09-15rearranged menu items, made a bunch developer mode. fixed setting color via ↵bobzel
ColorBox of colelctions.
2020-09-15fixed tabs to activate when following.a link to a contained item. fixed ↵bobzel
deactivating tabs to not shrink immediately so you can click the close button.
2020-09-15fixed header view template to place blue link dot correctlybobzel
2020-09-14updated header text view. fixed dragging tree view items to unregister ↵bobzel
listeners. fixed contextMenu icon selection to ignore dashFieldViews. fixed selectOnLoadChar to not apply when a childlayoutstring is specified. fixed dropping text box on item view to only use json parseable text.
2020-09-14made custom header default to author/creationDatebobzel
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-14fixes to sidebar menus to simplify them for novices. fixed clearAll menu itemsbobzel
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-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-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-11added captions/titles to lightbox. fixed typo bug.bobzel
2020-09-11fixed warnings and fixed focus on slidebobzel
2020-09-11marked emptyWebpage as a templatebobzel
2020-09-11changes to switch from 'pt' units to 'px' for fonts. fixxes to ↵bobzel
presentations for treeview outlines.
2020-09-10made images in treeView outlines show up without a titlebobzel
2020-09-10made basic progressivized slides using TreeViewbobzel
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-09Merge branch 'master' of https://github.com/browngraphicslab/Dash-Webbobzel
2020-09-09removed some advanced tool options.bobzel
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-06Merge branch 'acls_uv'bobzel
2020-09-04Merge remote-tracking branch 'origin/anika_bug_fixes'bobzel
2020-09-04some settings menu cssusodhi
2020-09-04Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-09-04fixed typos + css + changing value on dropped documents in masonry view + ↵usodhi
ink x + added .mpeg as acceptable audio format
2020-09-03changed linkMenuItem follow behavior to work when one link is an annotation ↵bobzel
-- now it will follow to the link endpoint that is not an annotation
2020-09-03fixed linking pdf selections to rtf selections.bobzel
2020-09-03import documents at top of import listbobzel
2020-09-03made import stack non-selectablebobzel
2020-09-03changed grid gaps for import/share document stack so that doc decorations is ↵bobzel
more visible
2020-09-03prevented dashboards from being the selectedDocument to avoid issues with ↵bobzel
the tab layout getting corrupted.
2020-09-03fixed doc height caclulation in stacking views when autoHeight is on.bobzel
2020-09-02added an autoscroll option to settings to turn it off.bobzel
2020-09-02fixes to sidebar filter. still need some more work.bobzel
2020-09-02Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵anika-ahluwalia
anika_bug_fixes