aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/TabDocView.tsx
AgeCommit message (Collapse)Author
2020-11-30changed color to backgroundColor in styleProvider. added a stuyle provider ↵bobzel
for overlayDocs
2020-11-24fixed ink pointer events to honor visiblepaintedbobzel
2020-11-23added an LOD minimapbobzel
2020-11-22converted backgroundColor prop to a more general styleProvider.bobzel
2020-11-21turned off automatic loading of non-active tabs. fixed placement of ↵bobzel
contentfittingview content for link preview of web/pdf etc (was vertically displaced). turned off javascript in webBox's.
2020-11-20added a preliminary Layer mechanism. changed documentDecrations to not go ↵bobzel
out of the mainDocument area. changed parentActive to work "recursively" through stacks of background documents.
2020-11-14fixed mobx strict run-time exception when opening the presentation trail, ↵bobzel
then dragging a collection menu item into it.
2020-11-09added fullScreen alias option for opening documents so that opened document ↵bobzel
can have different scale than original. fixed pushpins to not toggle target if something must be panned/zoomed to show the target. fixed drag drop to ignore the document being dragged properly when dropping (which prevented a document over a collection from being dropped on the colelction when move slightly).
2020-10-28fixed dark scheme mode for menu, properties view, and minimap button.bobzel
2020-10-27Performance updates for up/down arrowsGeireann Lindfield Roberts
Only calls resetSelection when necessary
2020-10-25Merge branch 'master' of https://github.com/browngraphicslab/Dash-Webbobzel
2020-10-25fixed undoing tab namebobzel
2020-10-25code cleanup and changesGeireann Lindfield Roberts
- fix open in new tab bug changed from replace
2020-10-24add slide title and fix shift-arrow selectionGeireann Lindfield Roberts
2020-10-22added more caching for linkManager queries.bobzel
2020-10-22aadded some caching to tabView propertiesbobzel
2020-10-22fixed pinning multiple documents to work and be undoable.bobzel
2020-10-21fixed dragging documents to bottom of presentation list. fixed adding to ↵bobzel
preentation list without creatinga a duplicate.
2020-10-21fixed warnings. fixed pinning of multiple documents at the same time to ↵bobzel
bring up the presentation view just once.
2020-10-21fixed undo from breaking when you click on pinDoc in TabView doc buttons.bobzel
2020-10-21updates before pushGeireann Lindfield Roberts
2020-10-17major rewrite of native width/height/aspect. Fixed scaling of text note ↵bobzel
sidebars.
2020-10-14fixed focusDocument in freeform views to work with annotation ↵bobzel
overlays(mostly) - still an issue when original image is in a frame that doen't match its dimensions
2020-10-04stepping through PDF fixesgeireann
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)