aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/TabDocView.tsx
AgeCommit message (Collapse)Author
2022-04-26Merge branch master into presentation_upgradeAubrey-Li
2022-04-23more fixes for treeView to support hierarchical presentations.bobzel
2022-04-22changes to allow PresBox to render using a Tree viewbobzel
2022-04-05merge masterAubrey Li
2022-04-05from lastbobzel
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-31cleaned up addDocTab for properties views to allow toggling of targetsbobzel
2022-03-03edit: lightbox opens tab in the same stackAubrey Li
2022-02-03Merge branch 'master' into temporalmedia-mehekmehekj
2021-12-02Merge branch 'master' into trails-aubreyGeireann Lindfield Roberts
2021-11-13change isContentActive to a tri-state to allow turning on/off and default - ↵bobzel
fixes issues with videobox and others so that content can be turned off reliably. added annotation overlay for treeViews for ppt like slides. lots of fixes to tree view to get layout to be more robust.
2021-11-08fixed vertical height of timeline for video. fixed initial display of ↵bobzel
timeline by not assigning clipEnd in DidMount
2021-10-26Merge branch 'master' into trails-aubreyAubrey Li
2021-10-07fix presentation play bounds to fit trim boundsmehekj
2021-09-24wrapped Color() calls in DashColor() to catch exceptions for color strings ↵bobzel
no found
2021-09-15merge master into trails-aubreyAubrey Li
2021-09-10made web page menu UI functional. made ink show up in minmimap.bobzel
2021-09-02Many updatesgeireann
- Fixed image uploads so it clones rather than makes an alias - Updated context menu - Removed tools panel from novice mode in favour of ":" menu - Added explainers to menus in novice mode - Re-added the trails button - Changed UI for text, PDF & websites so that it is more consistent
2021-08-31"Untitled Presentation" only created after a document is pinnedgeireann
2021-08-30merged with master - fixed warnings and errors.bobzel
2021-08-26a lot of changes to move isContentActive into DocumentViewbobzel
2021-08-24Merge branch 'master' into menu_updates_geireanngeireann
2021-08-23menu getting closer :cry:geireann
2021-08-22more updatesgeireann
2021-08-22started to fix issues with recognizing ink strokes. fixed minimizing ↵bobzel
presentation box by fixing TabDocViews to provide a working removeDocument prop
2021-08-21Merge branch 'master' into trails-aubreyAubrey-Li
2021-08-19menu UI updatesgeireann
2021-08-06fixed webboxes so that you can link to an annotation and it will restore the ↵bobzel
url as well. a bunch of warnings cleanup.
2021-08-06fixed webbox history to allow duplicate urlsbobzel
2021-08-05Merge branch 'master' into trails-aubreyAubrey-Li
2021-08-04restructured filters again so that filter icons show whether a document has ↵bobzel
a filter or inherits one. following a link with a view spec overrides only locally set filters (not inherited ones).
2021-07-31Merge branch 'master' into trails-aubreyAubrey-Li
2021-07-31linking updates and tab updatesgeireann
2021-07-30major UI / updates + refactoringgeireann
2021-07-29create mapbox node bugAubrey-Li
2021-07-29lots of updates!geireann
2021-04-19started to cleanup comic mode.bobzel
2021-04-16fixed so that minimaps can't appear on non freeform collections. fixed ↵bobzel
multirow/col to work with templates & stopped normalizing dimensions (which breaks templates). added quick and dirty lightboxDocTemplate to display templated documents. fixed TextDocs to work with template fields that just have a text string.
2021-04-14fixed image templates to set/use the appropriate nativewidth/height. fixed ↵bobzel
carousel views and style provider to better support properties for components of a document view. fixed menus to show text options when captions and other sub text components are focused.
2021-03-30cleaned up more active stuff - renderDepth === 0 no longer triggers contents ↵bobzel
active. containing view should set isContentsActive=true.
2021-03-29more progress in fixing & simplifying active/selected stuffbobzel
2021-03-29still cleaning up all the active/selection code.bobzel
2021-03-29initial changes to cleanup pointer events.bobzel
2021-03-24fixed screenshot box to not show minimapbobzel
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-12fixed dropping documents onto file system view. fixed problem with ↵bobzel
tabDocView not removing itself from TabMap causing problem trying to open the same doc twice from the file system. made shouldNotScale a computed value.
2021-02-28a bunch of changes to simplify how autoHeight works. extended to work for ↵bobzel
pdfs and stacking views. still some bugs.
2021-02-26updated fieldInfos a bit more.bobzel
2021-02-25cleaned up DoccomponentView to just have general api fields. fixed lightbox ↵bobzel
to animate back properly & shinkwrap.
2021-02-23fixes for toggling minimap icon display/behavior.bobzel