aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DocumentButtonBar.tsx
AgeCommit message (Collapse)Author
2022-09-21restyled document decorationsGeireann Lindfield Roberts
and changed novice mode to exclude `data` in treeView
2022-09-20fixed golden layout to always leave a stack when removing splits.bobzel
2022-09-15fixed border highlight for animation effects. require shift-key for all ↵bobzel
pinWithView operations
2022-08-26added x,y,w,h view pinning for all documents.bobzel
2022-08-10cleaned up pinning documents with an activeFrame index (and special case of ↵bobzel
isInkMask). removed text-color from pres boxes which was breaking opacity when docs had an appearFrame > 0.
2022-08-09fixed click on menu button for text box with hyperlink to not bring up ↵bobzel
buttonBar. fixed right click on hyperlink to just bring up button bar, but not native context menu. fixe stacking view child pointer events so that sidebar documents in lightbox are editable.
2022-08-09added an audio annotation button to the anchor menu bar.bobzel
2022-08-08moved 5 sec anno recording button to documentButtonsBar. made recording ↵bobzel
button appear only when there is one & click to play recording.
2022-08-02Adjusted ScriptFields to have a rawScript, and updated ScrptingBoxes to ↵bobzel
create a scriptField even for scripts that don't compile. Updated CurrentUserUtils setup functions for clicks. Fixed TemplateMenu to work again.
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-06-20a bunch of changes to make some userDoc() field accesses more typesafe by ↵bobzel
going through CurrentUserUtils. Some normalization of naming/functionality in CurrentUserUtils
2022-06-09renamed fitToBox to fitContentsToBox. fixed pinning multiple documents at ↵bobzel
same time to not bring up presBox multiple times.
2022-06-09fixed issues with pinWithView so that thumnails show the pinned area and ↵bobzel
navigating to the view shows the entire pinned area regardless of panel size.
2022-06-08added ability to make thumbnails of dashboards. started to cleanup ↵bobzel
dockingView/goldenlayout undo event handling. cleaned up tab doc list in docking view. made titles editable again in treeview. fixed overlay view to work with image docs etc by setting top/left in css
2022-06-06fixed updateView for audio/video presbox elements.bobzel
2022-06-06fixes for audio box pin with view.bobzel
2022-06-05some changes to prevent presBox from iconifying when typing enter for pres ↵bobzel
item preropty values. also fix so that pinwithView for video stores the start and end time of the video.
2022-05-18fixed linking bug so that both start and end link can be regions. added ↵bobzel
zoom to target checkbox for link editing. extracted out a new field pointerEvents so that lockPosition is not automatically conflratd with no pointer events. updated freeformview focus to work with zooming on region selections.
2022-04-23more fixes for treeView to support hierarchical presentations.bobzel
2021-09-30fixed creating/drawing straight horizontal/vertical lines. fixed showing ↵bobzel
proper context menu for ink.
2021-09-30fixed context menu for ink from docbuttons barbobzel
2021-09-12updates pres so it workskimdahey
2021-09-12Update DocumentButtonBar.tsxGeireann Lindfield Roberts
2021-09-12Update DocumentButtonBar.tsxGeireann Lindfield Roberts
2021-08-19menu nearing final 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-07-31fixed linking issues with dragging & updating linking UIgeireann
2021-07-31more updatesgeireann
2021-07-30major UI / updates + refactoringgeireann
2021-03-24redid how LinkManager stores links on documents by putting them on the Doc ↵bobzel
itself instead of as a computedFn. This has a signifcant effect on efficiency since adding a link to one document will no longer invalidate every other view that references *any* document's links
2021-03-18extended Doc.setFilter to allow replacing/appending a filter. fixed anchor ↵bobzel
unhighlighting in WebBox. reorged some properties on baseProtos (usLInkSmallAnchor etc)
2021-03-18made linkanchorbuttons not show up next to pdf annos. gave pdfannos a ↵bobzel
baseProto. made textboxes dynamically remove hashtags when deleted from text.
2021-03-15getting webBox's to work like PdfBox's - text selection & marquee.bobzel
2021-03-09changed field unchanged -> googleDocUnchanged. cleaned up some other code.bobzel
2021-02-26minimal cleanup of standard fields. fix to error thrown in document buttonbarbobzel
2021-02-15cleaned up showTitle and showAudio stuff just a bit.bobzel
2021-01-21fixed fitWidth for WebBoxbobzel
2021-01-14fixed stacking behavior of what audio regions that have no endbobzel
2021-01-11generalized spotlight moving to be available by any documentbobzel
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-10moved opacity and borderRounding into styleProviders. fixed contextMenu ↵bobzel
clcik from button bar
2020-11-01pinWithView works with view pathsGeireann Lindfield Roberts
+ removed Pan options and Scroll options
2020-10-22added pinwithView for videosbobzel
2020-10-20presBox updates for pullGeireann Lindfield Roberts
drag changes + renaming marquee options + fixes
2020-10-16fixed pinning multiple documents to undo all at once.bobzel
2020-10-15Carousel -> 3D CarouselGeireann Lindfield Roberts
2020-10-01Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-09-30fixed dragging aliases using alias button. made dragging title of doc ↵bobzel
decorations or alias button allow doc to be embedded
2020-09-30fixed dragging alias buttonsbobzel
2020-09-30Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv