| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-20 | removed 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-12-05 | cleaning up following links and pres item following so that view transitions ↵ | bobzel | |
| don't interfere when clicking quickly (eg through animation frames). changed animations to animate multi-level zooming parallel. | |||
| 2022-12-01 | refactored process of following links / jumping to docs and added following ↵ | bobzel | |
| options for zoomTime, etc instead of setting temporary fields on docs. | |||
| 2022-11-17 | mostly changing strings to enums | bobzel | |
| 2022-11-02 | made decorations semi transparent until hover to make ui less noisy | bobzel | |
| 2022-10-27 | cleaned up treeViews to work across PresBox/ppt slides/collections/ - ↵ | bobzel | |
| modified DocumentView rendering to remove pres box refs. fixed mainView width. | |||
| 2022-09-21 | fixed video duration in presbox media controls | mehekj | |
| 2022-09-21 | fixed navigating to cropped video regions. | bobzel | |
| 2022-09-21 | no video ui for cropped videos | bobzel | |
| 2022-09-21 | added cropping for videos. made images render at full res when selected. | bobzel | |
| 2022-09-12 | fixed rotating UI for video boxes. fixed generating error response for ↵ | bobzel | |
| unsupported video/audio formats. | |||
| 2022-09-07 | fixed 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-09-06 | final cleanup of dragging rotated images. fixed loading of youtube videos ↵ | bobzel | |
| and displaying errors when the upload fails | |||
| 2022-09-01 | afixed loadingBox to show error message for unsupported videos. fixed video ↵ | bobzel | |
| uploading to generate errors for unsupported (Chrome) codecs. fixed videos that don't have codec support to still play audio and show duration. fixed dragging rotated documents to show and place the rotted document WYSIWYG | |||
| 2022-08-17 | fixed dragging docs on web and pdf to work better by temporarily adding ↵ | bobzel | |
| transparent docs to the opaque layer so they can get drop events. cleaned eraser and pen interaction code and made erasing strokes work faster and avoid hanging by not intersecting strokes that are already partially deleted. | |||
| 2022-07-28 | from last | bobzel | |
| 2022-07-28 | fixed 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-22 | adjusted 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-08 | restructured currentUserUtils to avoid having import cycles. | bobzel | |
| 2022-06-23 | merge with mehek video | Michael Foiani | |
| 2022-06-23 | small bug fixes and debugging | Michael Foiani | |
| 2022-06-21 | took scrubbing opacity down to 0.3 for videos | bobzel | |
| 2022-06-21 | fixed scrubbing in full screen or after dragging slider | mehekj | |
| 2022-06-21 | fades when scrub with arrow keys and cleaner transition | mehekj | |
| 2022-06-21 | fade controls when scrubbing | mehekj | |
| 2022-06-20 | Merge branch 'master' into temporalmedia-mehek | mehekj | |
| 2022-06-20 | Revert "Revert "Merge branch 'master' into temporalmedia-mehek"" | mehekj | |
| This reverts commit 3415f672292bb349c7d9ec66564933a746ee3b25. | |||
| 2022-06-20 | Revert "Merge branch 'master' into temporalmedia-mehek" | mehekj | |
| This reverts commit 145117365b2708ef6b365c6f0f10c38b85a87307, reversing changes made to 7eedde332010c8896be636f0b5c6a7b2c8043e48. | |||
| 2022-06-20 | Merge branch 'master' into temporalmedia-mehek | mehekj | |
| 2022-06-20 | a 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-15 | got basic demo working | Michael Foiani | |
| 2022-06-15 | think i got basic videoplayer good enough for demo. should meet with mehek ↵ | Michael Foiani | |
| to fix some bugs i found | |||
| 2022-06-15 | fix the glitchy videoBox (i think), now a fairly smooth experience :) | Michael Foiani | |
| 2022-06-15 | remove comments in videobox | Michael Foiani | |
| 2022-06-15 | Refactor RecordingApi into two main files - TrackMovements and ↵ | Michael Foiani | |
| ReplayMovements. TrackMovements is for recording presentations and ReplayMovments is for replaying them. | |||
| 2022-06-15 | refactor code, fix bugs, make first movement on screen the beginning of the ↵ | Michael Foiani | |
| presentation. | |||
| 2022-06-15 | ui fixes and thumbnails upload in parallel | mehekj | |
| 2022-06-14 | change to using mobx to see when videoBox is paused or played | Michael Foiani | |
| 2022-06-14 | done for day - get the functionality down. will make code more readable and ↵ | Michael Foiani | |
| fix some small bugs tomorrow | |||
| 2022-06-09 | fixed video snapshot | mehekj | |
| 2022-06-08 | merge with master | bobzel | |
| 2022-06-08 | thumbnail preview of video when hovering over timeline | mehekj | |
| 2022-06-08 | better controls breakpoints | mehekj | |
| 2022-06-07 | dynamically adjust video controls based on scale | mehekj | |
| 2022-06-06 | fixed funky video UI scaling and movement | mehekj | |
| 2022-06-06 | Merge branch 'master' into temporalmedia-mehek | mehekj | |
| 2022-06-06 | fixed 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-05 | fade full screen controls | mehekj | |
| 2022-06-05 | cleanup from search box popup test | mehekj | |
| 2022-06-02 | fixed 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. | |||
