aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-17context menu scrollusodhi
2020-09-17from lastbobzel
2020-09-17changed text box headers from a template to a title bar.bobzel
2020-09-17Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-09-16from lastbobzel
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-16minorusodhi
2020-09-15restored pdf search/page controlsbobzel
2020-09-15fixed another warning.bobzel
2020-09-15fixed some warningsbobzel
2020-09-15fixed error on carriage return in empty text notebobzel
2020-09-15prevented last stack from being deleted in docking view.bobzel
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 upating of tags when #keywords are addedbobzel
2020-09-15updated formattedTextBox to update title when editing a templatebobzel
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-15simplifying menus for annotations. added target toggle option to PDFmenubobzel
2020-09-15outline mode for tree views now always hidesHeader fields in favor of ↵bobzel
displaying the document. This allows slide items to appear normally as titles in other tree views (eg dashboard)
2020-09-15fixed header view template to place blue link dot correctlybobzel
2020-09-15made focusing on a tree view item focus on the tree view.bobzel
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-14small fix to colorBox to set text color for currently active text boxes text ↵bobzel
field
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