aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionMenu.tsx
AgeCommit message (Collapse)Author
2021-09-15fixed documentdecoration resizers. fixed grouping and added button to ↵bobzel
switch between freeform / group
2021-09-14refactored a bunch of names in MainView. Fixed scrolling in left menu ↵bobzel
flyout treeview panels.
2021-09-14merged with masterbobzel
2021-09-09added SelectionManager.Docs() to avoid having to dereference props to get at ↵bobzel
the seelcted Doc. this was causing a cycle in menu items when selected. fixed sizing of filterBox. enabled showing titles for VID,COL,and IMG in addition to RTF.
2021-09-09fixed infinite loop for context menus when right-clicking on them.bobzel
2021-09-05changed direcotry from CollectionLinearView to collectionLinearbobzel
2021-08-30fixed linear menu views to always have active contentbobzel
2021-08-30merged with master - fixed warnings and errors.bobzel
2021-08-20more updatesgeireann
2021-08-19menu nearing final updatesgeireann
2021-08-18updates towards a menugeireann
2021-08-18highlighter tool added & workingvkalev
2021-08-04fixed setting of ink pen mode.bobzel
2021-07-30major UI / updates + refactoringgeireann
2021-04-29fixed up some caption things with carousel and other views. made caption ↵bobzel
fontsizes increase with zoom level.
2021-04-23fixed code warnings. updated some npm pacakges including typescript.bobzel
2021-04-15fixed up carousels to work with templated documentsbobzel
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-04-11updated startRect to use mediaState and added pendingRecording as an option.bobzel
2021-04-11some cleanup of demo_changesbobzel
2021-04-08Merge branch 'demo_changes' of https://github.com/browngraphicslab/Dash-Web ↵Geireann
into demo_changes
2021-04-08changesGeireann
2021-04-07can't make two different views of a recording.bobzel
2021-04-07bug fixesGeireann
2021-04-06updatesGeireann
2021-03-30cleaned up more active stuff - renderDepth === 0 no longer triggers contents ↵bobzel
active. containing view should set isContentsActive=true.
2021-03-21restored viewModes to topBarbobzel
2021-03-17rearranged top bar buttons - moved some into PropertiesButtons. Cleaned up ↵bobzel
'editing' field for key frames to not write to the document.
2021-03-17removed stackedTimeline from view types user can switch tobobzel
2021-03-12trying to make treeViews more efficient by making fewer calls to Get ↵bobzel
document fields getter.
2021-02-24cleaned up DocumentView's contentView api to be more general. fixed ↵bobzel
screenToLocal for freeformView's whenb _fitToBox is set. moved webBox menu items out of CollectionMenu and into WebBox using the contentView API.
2021-02-18better version of forward/backward view management in lightBoxview.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-05from lastbobzel
2021-02-05cleaned up lightbox. replaced old npm lightbox.bobzel
2021-02-03added linkRelationship to linkEditor. fixed warnings.bobzel
2021-02-03fixed webBox forward/backward and in lightbox.bobzel
2021-01-11generalized spotlight moving to be available by any documentbobzel
2020-12-16moved float() to collectionfreeformdocviewbobzel
2020-12-16fixed treeView layouts to pass good values for panelWidth/height to ↵bobzel
DocumentView. renamed Selectionmanager methods to be views not documents.
2020-12-14minor cleanupbobzel
2020-12-14renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as ↵bobzel
DocumentViewInternal
2020-12-12fixed resetting bookmark view to not set _currentFrame to 0 unless it ↵bobzel
already had a value.
2020-12-12fixed rtf sidebar to stay visibnle in outline treeview when inking is on. ↵bobzel
changed highlighting based on hover for anitmode buttons to test on msft duo w/ touch.
2020-11-08added an optional background grid for collections.bobzel
2020-11-02fixed display of text controls for nested text boxes like captions.bobzel
2020-11-01Merge branch 'master' into presentation_v1Geireann Lindfield Roberts
2020-11-01Remove any attempt at auto playing audioGeireann Lindfield Roberts
2020-10-30fixed bookmarked views to not break when there's no current frame. (caused ↵bobzel
the bug with the large bookmark icon after having created and invoked a previous bookmark icon)
2020-10-27Performance updates for up/down arrowsGeireann Lindfield Roberts
Only calls resetSelection when necessary