aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/TabDocView.tsx
AgeCommit message (Collapse)Author
2020-09-30removed minimap for non-collection views.bobzel
2020-09-28fixed docRangeFilters to be propagated everywhere and evaluated like ↵bobzel
docFilters (if the field isn't there, it fails)
2020-09-18change imageBox to choose img size based on PanelWidth, not document width. ↵bobzel
fixed textboxcommetn date display
2020-09-18fixed following link to doc in hidden tabbobzel
2020-09-18Fixed merge from presentation_updatesGeireann Lindfield Roberts
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-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-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-11moved minimap button to bottom-right of tab panesbobzel
2020-09-10made basic progressivized slides using TreeViewbobzel
2020-09-10fixed shift-dragging of tabsbobzel
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-08fixed presbox, videobox and some others to set NativeWidth/Height properly.bobzel
2020-09-08updated the way NativeWidth/Height props work so that, when specified, they ↵bobzel
override locally specified values
2020-09-02can't render a dashboard in a tabbobzel
2020-09-01fixed tabs to never select/switch on hover unless dragging. fixed display of ↵bobzel
highlight icons in menu bar. fixed placement of docDecorations level selector.
2020-09-01fixed following link to a doc that is in a hidden tab to show that tab. ↵bobzel
fixed linear view to hit content bounds accurately. fixed editing of text in tabs somewhat. fixed place ment of link anchor boxes for topMost views.
2020-08-31fixed addDocTab to not re-create the golden layout. fixed clicking tabs to ↵bobzel
register as an undo event. fixed color of links made in PDFs to be lightBlue. fixed default link behavior to be 'default'
2020-08-30fixed importBox upload to give feedback, share code. fixed stacking ↵bobzel
autoHeight to happen immediately. fixed images to not need to request image information. changed doc decorations to change image native width. changed alert() when dropping on impermissibale doc. fixed allow dropping over images,etc. changed default image nativeSize to 900
2020-08-30from lastbobzel
2020-08-30fixed undo for following links from a Document view.bobzel
2020-08-30fixed initialization of non-active tabs. fixed dragging of tab document icon.bobzel
2020-08-29split out TabDocView from CollectionDockingView (where it had been called ↵bobzel
DockedFrameRenderer)