aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionStackedTimeline.tsx
AgeCommit message (Collapse)Author
2022-12-06added long press to select documents. fixed/reactivated link size/colors. ↵bobzel
fixed stackedTimelineItems so that they don't get pointer events until container content is active.
2022-11-16big changes to make link following use the same code as pinning docs for trails.bobzel
2022-09-27fixed so that following link to video doesn't zoom the video (works the same ↵bobzel
way as PDFs or web pages -- if the document is 'scrollable', then don't zoom in on it as well).
2022-09-21fixed navigating to cropped video regions.bobzel
2022-09-07fixed dragging stackedTimeline entries so that they appear during drag. ↵bobzel
fixed cursors for video/pdf/stackedTimeline to be a little more clear. fixed initial corner resize of pdfs. fixed videobox marquee drag when viewScale is undefined.
2022-08-10stacked timeline zoom overflow and hover timecode position fixedmehekj
2022-07-28from lastbobzel
2022-07-28fixed video thumbnail generation to have a lock that prevents multiple ↵bobzel
attempts to create the thumbnails at the same time. fixed ImageUpload to catch resize errors and not crash the server.
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-20fixed hiding display of timeline for videoBoxbobzel
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-06-30stacked timeline timecode fixmehekj
2022-06-22fixed timeline label bug removed "NaN"mehekj
2022-06-21same fix as previousmehekj
2022-06-20Revert "Revert "Merge branch 'master' into temporalmedia-mehek""mehekj
This reverts commit 3415f672292bb349c7d9ec66564933a746ee3b25.
2022-06-20Revert "Merge branch 'master' into temporalmedia-mehek"mehekj
This reverts commit 145117365b2708ef6b365c6f0f10c38b85a87307, reversing changes made to 7eedde332010c8896be636f0b5c6a7b2c8043e48.
2022-06-20Merge branch 'master' into temporalmedia-mehekmehekj
2022-06-15made hover time more visiblemehekj
2022-06-15ui fixes and thumbnails upload in parallelmehekj
2022-06-08thumbnail preview of video when hovering over timelinemehekj
2022-06-06added auto links from recordings to pdfs when they scroll. opened audio ↵bobzel
links on right by default instead of in lightbox. focus on pdf/coponent anchor when following link from it (via the LinkMenu)
2022-06-06fixed recorded videos so that they can be played back. fixed regiontimer to ↵bobzel
be turned off after pausing a video to not prevent the video from being played again. removed dictation from stackedtimeline rendering.
2022-06-02fixed previously introduced bug where pin doc added pres to first tab ↵bobzel
collection. Highlight pres targets when following. fixed videoBox to play regions properly. adjusted labelBox for stackedTimeline views. fixed stacked timelines to not stop keyboard events which was preventing text notes from being created on video boxes.
2022-06-02fixed highlighting of ink to not show bounding box. stopped shift Tab from ↵bobzel
blocking bulleting. moved presEffects to slide.
2022-05-13removed layerProvider functionality.bobzel
2022-04-04cleaned up warnings. fixed ink to work better with it's label boxes by not ↵bobzel
letting textbox ComponentView override inkinstroke. made ink text boxes go away unless they have text or are selected. fixed up brushing code and made it work for ink and ink w/ text labels
2022-03-22fixed temporal media merge that had reverted a lot of things.bobzel
2022-03-20cleaned up files and added some commentsmehekj
2022-03-20Revert "Merge remote-tracking branch 'origin/speedups2' into ↵mehekj
temporalmedia-mehek" This reverts commit 1f7cf7babc76ecff5aef5fe663c48e067e85dd26, reversing changes made to 1e3ad4de06f83eab54628de660529fefb9a0dc63.
2022-03-17Merge remote-tracking branch 'origin/speedups2' into temporalmedia-mehekmehekj
2022-03-17Merge branch 'master' into temporalmedia-mehekmehekj
2022-03-16basic video UI and functionality completemehekj
2022-03-12video ui in progress, basic functions show upmehekj
2022-03-09Merge branch 'master' into speedups2bobzel
2022-03-08fixed following a link to a video segment that triggers a navigation back to ↵bobzel
the source of the link
2022-03-07got rid of include cycles for Scripting globals to make hot updates work better.bobzel
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
2022-02-05fixed merge conflictsmehekj
2021-12-02scrub through timeline with arrow keys, minor video fixesmehekj
2021-11-11prevent clips from becoming infinitely smallmehekj
2021-11-09fixed width of trimmed markersmehekj
2021-11-09fixed clearTimeout defaults and label marker playbackmehekj
2021-11-09fixed playback bug and durationmehekj
2021-11-08fixed macbook horizontal scrolling of zoomed timeline.bobzel
2021-11-08fixed vertical height of timeline for video. fixed initial display of ↵bobzel
timeline by not assigning clipEnd in DidMount
2021-11-04smooth scroll in timeline while playing audiomehekj
2021-10-28fixed marker drag and drop in scrolled zoomed timelinemehekj
2021-10-28fixed marker document decorations on scroll in zoomed timelinemehekj
2021-10-23implemented basic audio timeline zoom with scrollmehekj
2021-10-23audiobox UI updatemehekj