aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionDockingView.tsx
AgeCommit message (Collapse)Author
2022-06-02Merge branch 'inking-naafi-mehek' into master-cleanupmehekj
2022-05-26removed more code relating to old version of dashboards with on and off ↵bobzel
screen tab lists. fixed schema headers to not iconify when typing Enter in header field name.
2022-05-26removed setting 'data' field of docking views on aliases. assigned acl's ↵bobzel
to delegates to match prototype. changed how documents are created to make sure acl's are set first so that, when sharing, remote clients will get the ACLs first and not render documents transiently when they don't have permissions. turned off inheriting ACL's from outer collection
2022-05-23simplified dashboards by getting rid of confusing on-screen/off-screen tabs. ↵bobzel
Now off screen tabs appear in the header bar which is not currently specific to a dashboard.
2022-05-16fixed snapshot to set 'context' of new aliases.bobzel
2022-04-25put snapshot dash in novice mode. fixed undo for snapshot/new dashboard. ↵bobzel
changed titling of snapshots to use {#}. no current UI for cloning dashboards.
2022-04-12cleaned up errors/warnings. fixed dragging to turn off pointer events on ↵bobzel
whatever's being dragged.
2022-04-07added grouping and write mode vs pen modeNaafiyan Ahmed
2022-04-05fixes to allow dragging golden layout windows to be aborted with 'esc'. ↵bobzel
some code cleanup as well to avoid rebuilding golden layout when tabs are closed. Fixes for undo and goldenlayout
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)