aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/TabDocView.tsx
AgeCommit message (Collapse)Author
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)