| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-04-04 | fixed using freeformview in sidebar of pdfs. fixed issues with dragging ↵ | bobzel | |
| items out of schema and with selecting the schema view by clicking on headers. Fixed a lot of errors caused by using OmitKeys which masks type checking. fixed some pointerevent problems with treeview and freeformview | |||
| 2023-03-20 | cleaned up pointer events so that nested documents can be selected directly ↵ | bobzel | |
| without selecting their container. fixed following link to video timeline marker. fixed focusing on groups. added didMove to DocFocusOptions to restore ability to do toggle on/off of target. fixed lockingPosition of ink strokes. fixed clicking on inkstrokes in groups to use visiblePainted instead of all for pointer events. | |||
| 2023-03-17 | fixed clicking and dragging stackedTimeline anchors. updated followLink ↵ | bobzel | |
| parameters | |||
| 2023-03-17 | fixed scriptingbox to remove script if text is empty. fixed scripting with ↵ | bobzel | |
| capturedvariables not to cache scripts with lists of captured documents. fixed runtime warnings with stackedTimelined and AudioBox | |||
| 2023-03-17 | cleaned up highlighting styles a bit. fixed stackedTimeline screen to local xf. | bobzel | |
| 2023-03-11 | changed links from being a computed field on documents to being accessed by ↵ | bobzel | |
| a function call on LinkManager | |||
| 2023-03-05 | replace jumpToDocument with showDocument. restructure code to get rid of ↵ | bobzel | |
| scrollFocus by adding getView() and fixing focus() and restoreTargetView | |||
| 2023-03-01 | cleaned up recentlyPlaying to allow clips to be turned on/off w/o navigating ↵ | bobzel | |
| to them. | |||
| 2023-02-27 | restructured getAnchor()/scrollFocus to be more consistent. added ↵ | bobzel | |
| setterscript for computedFields. restructed getFieldsImpl to avoid making multiple requests for the same document due to timing issues by 'locking' a document cache with a promise before sending the server request. added rotation and fill color as animatable fields. fixed image cropping for | |||
| 2023-01-20 | create stackedTimeline audio panels only when opened. stopped loading link ↵ | bobzel | |
| docs from other users if their link db's are not being used. | |||
| 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-06 | added 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-16 | big changes to make link following use the same code as pinning docs for trails. | bobzel | |
| 2022-09-27 | fixed 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-21 | fixed navigating to cropped video regions. | bobzel | |
| 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-08-10 | stacked timeline zoom overflow and hover timecode position fixed | mehekj | |
| 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-20 | fixed hiding display of timeline for videoBox | bobzel | |
| 2022-07-08 | restructured currentUserUtils to avoid having import cycles. | bobzel | |
| 2022-06-30 | stacked timeline timecode fix | mehekj | |
| 2022-06-22 | fixed timeline label bug removed "NaN" | mehekj | |
| 2022-06-21 | same fix as previous | 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-15 | made hover time more visible | mehekj | |
| 2022-06-15 | ui fixes and thumbnails upload in parallel | mehekj | |
| 2022-06-08 | thumbnail preview of video when hovering over timeline | mehekj | |
| 2022-06-06 | added 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-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-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. | |||
| 2022-06-02 | fixed highlighting of ink to not show bounding box. stopped shift Tab from ↵ | bobzel | |
| blocking bulleting. moved presEffects to slide. | |||
| 2022-05-13 | removed layerProvider functionality. | bobzel | |
| 2022-04-04 | cleaned 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-22 | fixed temporal media merge that had reverted a lot of things. | bobzel | |
| 2022-03-20 | cleaned up files and added some comments | mehekj | |
| 2022-03-20 | Revert "Merge remote-tracking branch 'origin/speedups2' into ↵ | mehekj | |
| temporalmedia-mehek" This reverts commit 1f7cf7babc76ecff5aef5fe663c48e067e85dd26, reversing changes made to 1e3ad4de06f83eab54628de660529fefb9a0dc63. | |||
| 2022-03-17 | Merge remote-tracking branch 'origin/speedups2' into temporalmedia-mehek | mehekj | |
| 2022-03-17 | Merge branch 'master' into temporalmedia-mehek | mehekj | |
| 2022-03-16 | basic video UI and functionality complete | mehekj | |
| 2022-03-12 | video ui in progress, basic functions show up | mehekj | |
| 2022-03-09 | Merge branch 'master' into speedups2 | bobzel | |
| 2022-03-08 | fixed following a link to a video segment that triggers a navigation back to ↵ | bobzel | |
| the source of the link | |||
| 2022-03-07 | got rid of include cycles for Scripting globals to make hot updates work better. | bobzel | |
| 2022-03-04 | removed pseudo Doc type system. playing with hot reloading. | bobzel | |
| 2022-02-05 | fixed merge conflicts | mehekj | |
| 2021-12-02 | scrub through timeline with arrow keys, minor video fixes | mehekj | |
