aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/presentationview/PresElementBox.tsx
AgeCommit message (Collapse)Author
2021-07-30major UI / updates + refactoringgeireann
2021-04-07bug fixesGeireann
2021-03-29more progress in fixing & simplifying active/selected stuffbobzel
2021-03-29initial changes to cleanup pointer events.bobzel
2021-02-12changed lightbox to navigate within frame if next target is alreay there, ↵bobzel
otherwise create it. changed focus default to call afterFocus(). fixed bug of zooming on target doc to compute scale correctly.
2021-02-10changed docViewPath to be a function to avoid mobx invalidationsbobzel
2021-02-05cleaned up lightbox. replaced old npm lightbox.bobzel
2020-12-14renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as ↵bobzel
DocumentViewInternal
2020-12-14got rid of fitDocToPanel. made collectionFreeFormDocView always use a ↵bobzel
ContentFittingDocView. fixed up web box selections.
2020-12-13removed ContentScaling={returnOne} from a lot of placesbobzel
2020-12-13more props cleanup. Got rid of ItemBackgroundColor in favor of having ↵bobzel
StyleProvider choose style based on whether it's givena DocViewProp or a FieldViewProp.
2020-12-12made conentScaling a DocumentView-only propbobzel
2020-12-11converted all style sheet properties to enums.bobzel
2020-12-10fixed infinite loop in treeView. changed styleProvider signature back to ↵bobzel
have an optional 'props'
2020-12-10moved opacity and borderRounding into styleProviders. fixed contextMenu ↵bobzel
clcik from button bar
2020-12-08simplified styleProvider arguments. fixed useClustersbobzel
2020-12-07got rid of LibraryPath. Fixed collectionFreeFormDocViews to use pres ↵bobzel
Effects whenever doc is selected
2020-12-03changed parameters for style provider to use documentViewProps instead of ↵bobzel
renderDepth
2020-12-01temp media stop on change slidegeireann
2020-12-01UI mini changesgeireann
2020-11-30Audio updatesgeireann
2020-11-29pres trails temporal media and fixing group with upgeireann
2020-11-29temporal media updates for pres. trailsgeireann
2020-11-29group with up functionalitygeireann
2020-11-28pres trail colors + group with upgeireann
2020-11-28audio in pres updates + pre-loadergeireann
2020-11-22converted backgroundColor prop to a more general styleProvider.bobzel
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-04reset old widthGeireann Lindfield Roberts
because default width for doc is 400 so max does not work
2020-11-03get pres width differentlygeireann
2020-11-01Merge branch 'master' into presentation_v1Geireann Lindfield Roberts
2020-11-01pinWithView works with view pathsGeireann Lindfield Roberts
+ removed Pan options and Scroll options
2020-10-28fixed up dark schema a bit.bobzel
2020-10-25Merge branch 'master' into presentation_v1Geireann Lindfield Roberts
2020-10-25fixed updating pres.box instance and selectedArray to trigger mobx updates ↵bobzel
properluy
2020-10-25code cleanup and changesGeireann Lindfield Roberts
- fix open in new tab bug changed from replace
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-22added pinwithView for videosbobzel
2020-10-22fixed multi-drag of preselements.bobzel
2020-10-22fixed problem when dragging preselements when sometimes the whole screen ↵bobzel
turns gray because the dragged item has no width/height
2020-10-21fixed warnings. fixed pinning of multiple documents at the same time to ↵bobzel
bring up the presentation view just once.
2020-10-21cleaned up title eidting/slide selection in PresElement/PresBox/EditableViewbobzel
2020-10-20fixed list operation synchronizatoin on server and made preselementbox changebobzel
2020-10-21fixed dragging multiple elementsGeireann Lindfield Roberts
(sometimes still deletes slides from trail)
2020-10-21Undo batch fixes + minor UI changesGeireann Lindfield Roberts
2020-10-21updates before pushGeireann Lindfield Roberts
2020-10-20presBox updates for pullGeireann Lindfield Roberts
drag changes + renaming marquee options + fixes
2020-10-18Comparison box pin with viewGeireann Lindfield Roberts
2020-10-18dragging has optional dropEvent argumentGeireann Lindfield Roberts
+ Changes presStatus -> enum
2020-10-18Merge branch 'presentation_v1' of ↵Geireann Lindfield Roberts
https://github.com/browngraphicslab/Dash-Web into presentation_v1