aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections
AgeCommit message (Collapse)Author
2020-09-21fixed fill down for schema cols with ctrl-enter. fixed gathering facet ↵bobzel
values in FilterBox
2020-09-21fixed text box llnk preview to go away when docs are closed. fixed tree ↵bobzel
view to be more efficient by not re-rendering when items are selected. made slide view text items forceActive
2020-09-21switched schema view to set dataDocs by defaultbobzel
2020-09-20fixed undo for bullet points to not take multiple steps and to work ↵bobzel
properly. no longer adds cursorfiels to the undo stack. fixed sharing manager to no create unnecesary documents..
2020-09-20fixed slide not setting focus on first bullet point after hitting enter.bobzel
2020-09-19changed Add-Only so that if you have Admin rights to a document you can ↵bobzel
remove it from a read-only or add-only collection
2020-09-18change imageBox to choose img size based on PanelWidth, not document width. ↵bobzel
fixed textboxcommetn date display
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-18cleaned up warnings and split collection tree view into Tree View abobzel
2020-09-18changed ACL to acl. fixed title to read values from data doc ↵bobzel
preferentially over layout doc.
2020-09-18fixed pinWithView iconbobzel
2020-09-18fixed following link to doc in hidden tabbobzel
2020-09-18view path UI updatesGeireann Lindfield Roberts
2020-09-18view paths UI from pres_updatesGeireann Lindfield Roberts
2020-09-18Fixed merge from presentation_updatesGeireann Lindfield Roberts
2020-09-17simplified novice colleciotn menu. fixed Carousel 3Dbobzel
2020-09-17restored template button option for customizing layout but added a Full ↵bobzel
Toolbar mode to enable it.
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-15fixed some warningsbobzel
2020-09-15prevented last stack from being deleted in docking view.bobzel
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-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-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-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-13updated cursor icons.bobzel
2020-09-13fixed refreshing web pagesbobzel
2020-09-13Merge pull request #715 from browngraphicslab/bug_fixesbobzel
Bug fixes
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-11moved minimap button to bottom-right of tab panesbobzel
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-11Merge branch 'master' into bug_fixesbobzel
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