aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ScreenshotBox.tsx
AgeCommit message (Collapse)Author
2023-01-20removed tour map from lightbox. added option to create anchors without ↵bobzel
adding thm as annotations. made zoom of text an option for pres and links
2022-07-22adjusted native dim scaling slightly combining props.scaling and ↵bobzel
props.ContentScaling into props.NativeDimScaling and fixing some resizing behaviors for fitWidth freeformviews and native-sized text boxes. Also fixed clicking on presboxe elements to not drag.
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-04-26feat: uploading worksJenny Yu
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
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-08-24fixed following link from ink stroke. made interacting with annotatable ↵bobzel
documents consistent when selections are cleared by clicking. fixed undo for webboxes. fixed limiting size of links button.
2021-08-19fixed errors and warningsbobzel
2021-08-11fixed issues with screenshotbox flickering when brought up from top menu, ↵bobzel
and generating errors when recording.
2021-08-01made url server references relative.bobzel
2021-06-30null testsbobzel
2021-04-23fixed code warnings. updated some npm pacakges including typescript.bobzel
2021-04-22fixing problems with dictation panel height in videobox.bobzel
2021-04-21from lastbobzel
2021-04-21Fixed errors merging with masterbobzel
2021-04-15cleaned up CollectionCarousel and styleprovider to handle sub-component ↵bobzel
properties better. updated resizers in multicol/row to be visible.
2021-04-11updated startRect to use mediaState and added pendingRecording as an option.bobzel
2021-04-11from lastbobzel
2021-04-11some cleanup of demo_changesbobzel
2021-04-07bug fixesGeireann
2021-04-06updatesGeireann
2021-04-05adding video wall testsbobzel
2021-03-30more cleanupbobzel
2021-03-29still cleaning up all the active/selection code.bobzel
2021-03-29initial changes to cleanup pointer events.bobzel
2021-03-29fixed doc decorations for dictation. gave dictation docs a title. minor ↵bobzel
cleanup.
2021-03-26extracted AudioWaveform out of AudioBox in order to use in ↵bobzel
CollectionStackedTimelineView to share between audioBox and videoBox.
2021-03-25added a dictation area to the stackedTimeline view for A/V. Now dictation ↵bobzel
annotations scroll in place.
2021-03-25moved dictation view to be a component of the screenshotboxbobzel
2021-03-24fixed screenshot box to not show minimapbobzel
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-24code cleanup in screenshotBoxbobzel
2021-03-24renamed audioState to mediaState and cleaned up screenshotBox a little.bobzel
2021-03-24fixes for audiotags so that they can be navigated to when focusing. fixes ↵bobzel
to dictation to start/stop properly. added "RecodingEvents" to trigger dictation waypoints.
2021-03-23changed audio/video to use playFrom() viewbox method instead of ↵bobzel
audioTrigger/videoTrigger doc field. added a preliminiary form of transcription to screenshot boxes.
2021-03-22fixed audio/video synchronizatoin for screengrab videos. fixed following ↵bobzel
isLinkButton's in stackedTimelines. Made links from screenGrab videos to document whn presented in lightbox.
2021-03-21added an audio track to video players to allow screen grabs to grab audio ↵bobzel
and join it with the video.
2021-03-21added auto-linking to video screen grabs.bobzel
2021-03-21from last. tweaks to uploading video screengrabs.bobzel
2021-03-21made it possible to capture screen recordings as videos.bobzel
2021-03-21upload screengrab video to server in mkv format ... can't yet play them.bobzel
2021-03-12trying to make treeViews more efficient by making fewer calls to Get ↵bobzel
document fields getter.
2020-12-14more changes to ContentScaling to get web/video/image boxes to work with ↵bobzel
annotation/DocDecorations in contentfitting and freeform views.
2020-12-12made conentScaling a DocumentView-only propbobzel
2020-12-10removed annotationsKey prop in favor of reusing fieldKey. Fixed web pages ↵bobzel
to allow dash annotations again.
2020-10-17major rewrite of native width/height/aspect. Fixed scaling of text note ↵bobzel
sidebars.
2020-09-08fixed treeview to show pdf icons at proper size. fixed link anchors dots to ↵bobzel
not block pointer events from the rest of their document.
2020-09-08fixed presbox, videobox and some others to set NativeWidth/Height properly.bobzel
2020-09-08updated the way NativeWidth/Height props work so that, when specified, they ↵bobzel
override locally specified values
2020-08-24simplified sidebar document structure. changed treeViewHideTitle to ↵bobzel
treeViewHideTopDoc along with semantics to match. fixed linkBox to work with updates.