aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionDockingView.tsx
AgeCommit message (Collapse)Author
2022-03-07got rid of include cycles for Scripting globals to make hot updates work better.bobzel
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
2021-10-27fixed resizing window in lightbox view without messing up the docking viewbobzel
2021-08-30GitHubs are default viewgeireann
2021-08-17made dashboard context menu items context sensitive to whether they're ↵bobzel
called from MyDashboards, MySharedDocs or elsewhere. Made treeViewOpen a playground field so that users don't interfere with each other. Made Docking views not generate alias of their tabs when shared.
2021-08-02Merge branch 'master' into sharing_scenariogeireann
2021-07-29lots of updates!geireann
2021-05-31sharing dashboard works? pending fixing remnant on screen tabsusodhi
2021-05-20dashboard sharing, aliases now work? needs more testingusodhi
2021-05-17trying dynamic off screen docsusodhi
2021-04-01cleaning up tree view stuff.bobzel
2021-03-30some code cleanup. Fixes for webbox and pdfbox to allow draggin out of ↵bobzel
annotation sidebar.
2021-03-25from lastbobzel
2021-03-25fixed golden layout tab adding behaviors to prevent scrolled docs from being ↵bobzel
reset to 0.
2021-03-17fix Doc.MakeClone to deal wth links correctly again. fixed dashboard ↵bobzel
snapshot to either alias top-level documents, or clone everything.
2021-03-15fixed warnings. made savedAnnotations an ObservableMap. turned off ↵bobzel
annotationLayer when there are no annotations - text is blurry on windows Chrome with mix-blend-mode overlay
2021-03-12prevent anything but Docs from being written to offScreenTabs. fixed tabs ↵bobzel
to activate an unrendered tab when it is uncovered for the first time.
2021-03-12dont add kvp docs to unused tabsbobzel
2021-03-12trying to make treeViews more efficient by making fewer calls to Get ↵bobzel
document fields getter.
2021-03-03from lastbobzel
2021-02-17improved fileSysMode for treeView. added dontUndo flagbobzel
2021-02-16updated pivot views to have a getAnchor() method to save the pivotField when ↵bobzel
linking. added an engineProp to layoutEngiens so that you can preview a change in a LinkDocPreview without modifying the document.
2021-02-14fixed freeformview focus to not pan annotation documents or layoutEngine ↵bobzel
freeform views. fixed some exceptions. cleaned up focus() return value.
2020-12-07got rid of LibraryPath. Fixed collectionFreeFormDocViews to use pres ↵bobzel
Effects whenever doc is selected
2020-11-21fixed goldenLayout to remove rowCol when removing a stack if the rowCol's ↵bobzel
parent contains only the rowCol. prevented unlocking documents from setting NativeWidth/Height
2020-11-21fixed issue with tabs disappearing from Off-Screen tab listbobzel
2020-11-05changed opening a presentation that is open in minimized mode to move the ↵bobzel
minimized version to the a right split
2020-11-05fixed color of libraryHandle. changed opening a prensetation that is alrady ↵bobzel
open and minimzed to do nothing.
2020-10-23fixed major performance/bug with replaceTab AddDocTab where they weren't in ↵bobzel
an action so lots of extra/wrong work was being done. Now switching slides should work when they open new tabs.
2020-10-21fixed undo from breaking when you click on pinDoc in TabView doc buttons.bobzel
2020-09-30fixed following summary to open new tab in place. merged link follow codebobzel
2020-09-28fixed issue with docking view that has only one stackbobzel
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-15prevented last stack from being deleted in docking view.bobzel
2020-09-10fixed following links on text hyperlink to use same code as linkMenu. fixed ↵bobzel
hyperlink delete button
2020-09-10fixed shift-dragging of tabsbobzel
2020-09-02fixed open for docking views to switch dashboards, not open a tabbobzel
2020-09-02fixed search in text boxes to ignore case. fixed creating new tabs when ↵bobzel
only a stack exists. fixed SearchBox to only create one time.
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-31fixed scrolling of browser when following a link in nested web page that ↵bobzel
leads to another palce within that web page
2020-08-29split out TabDocView from CollectionDockingView (where it had been called ↵bobzel
DockedFrameRenderer)
2020-08-29fixed maximize docdecoration to toggle target w/o making an alias. use ↵bobzel
ctrlKey to make an alias. removed dashboardBrush stuff. cleaned up DocDecoartions css slightly
2020-08-29major restructure of how addDocTabs works. now you can add/replace with ↵bobzel
options for left/right/top/bottom and specific panel names
2020-08-29reorganized source files into proper directories. split contents of ↵bobzel
ParendDocSelector into CollectionDockingViewMenu and PropetiesDocContextSelector
2020-08-29made isDisplayPanel a prop of the docking layout instead of a field on a Docbobzel
2020-08-29fixes to tab dragging broken in last commitsbobzel
2020-08-29added some link follow options to link Editor. Big overhaul of dockingView ↵bobzel
to make things undoable and cleaner
2020-08-28added explicit annotation mode for videos. fixed annotation mode for webpagesbobzel
2020-08-28fixed undo for collection tabs. fixed treeview to support freezeChildren to ↵bobzel
prevent children from being removed from the tree. Made _isBackground a layoutfield. fixed formattedTextBox exceptions on undo from a tab.
2020-08-27added button for creating tabs in header bar. fixed runtimemissing icon errorsbobzel