| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-27 | videoBox fitsWidth properly in lightbox. documentdecorations less hacky for ↵ | bobzel | |
| deciding when to allow nativewidth/height changes by adding props to document type templates. fixed height of properties pane & updated CSS for leftflyout & properties pane. marquees no longer oveflow image/video boxes. | |||
| 2021-09-17 | fixed making link to selected region in video | bobzel | |
| 2021-08-30 | merged with master - fixed warnings and errors. | bobzel | |
| 2021-08-26 | a lot of changes to move isContentActive into DocumentView | bobzel | |
| 2021-08-25 | Merge branch 'temporalmedia-mehek' into menu_updates_geireann | geireann | |
| 2021-08-25 | fixed video waveform timeline so current time indicator works | mehekj | |
| 2021-08-24 | fixed 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-23 | cleaned up videobox controls along with option to switch to native controls. ↵ | bobzel | |
| changed placement of link buttons in lightbox to be outside of document | |||
| 2021-08-01 | made url server references relative. | bobzel | |
| 2021-06-30 | fixed drawing on images/videos/photos | bobzel | |
| 2021-04-22 | made videobox snapshot icon draggable to place snapshot. removed 1/4 buffer ↵ | bobzel | |
| when following link to video because it meant following a snapshot link would start the video, then focus back on the snaphshot. | |||
| 2021-04-19 | fixed crash with lightboxview and stepping into an image. | bobzel | |
| 2021-03-30 | more cleanup | bobzel | |
| 2021-03-29 | more progress in fixing & simplifying active/selected stuff | bobzel | |
| 2021-03-29 | still cleaning up all the active/selection code. | bobzel | |
| 2021-03-29 | initial changes to cleanup pointer events. | bobzel | |
| 2021-03-29 | fixed doc decorations for dictation. gave dictation docs a title. minor ↵ | bobzel | |
| cleanup. | |||
| 2021-03-26 | extracted AudioWaveform out of AudioBox in order to use in ↵ | bobzel | |
| CollectionStackedTimelineView to share between audioBox and videoBox. | |||
| 2021-03-25 | minor error fixes. | bobzel | |
| 2021-03-25 | added a dictation area to the stackedTimeline view for A/V. Now dictation ↵ | bobzel | |
| annotations scroll in place. | |||
| 2021-03-25 | moved dictation view to be a component of the screenshotbox | bobzel | |
| 2021-03-24 | fixed screenshot box to not show minimap | bobzel | |
| 2021-03-24 | redid 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-22 | adjusted playLink in videos to start 1/4 sec early to trigger following link ↵ | bobzel | |
| to anchor. changed text sidebars to show titles. fixed title autoHeight computations in formattedTextBox. fixed styleprovider to compute headerMargin correctly by inquiring style for ShowTitle. | |||
| 2021-03-22 | fixed 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-21 | added an audio track to video players to allow screen grabs to grab audio ↵ | bobzel | |
| and join it with the video. | |||
| 2021-03-18 | cleaned up link making. Documents don't add to the Undo stack when being ↵ | bobzel | |
| created and Initializing is set. Links to text regions automatically update their link line endpoints even if autoMove isn't set. regularized initialization fields to avoid special cases about setting delegate keys without a leading "_" | |||
| 2021-03-16 | fixed warnings | bobzel | |
| 2021-03-15 | getting webBox's to work like PdfBox's - text selection & marquee. | bobzel | |
| 2021-03-12 | trying to make treeViews more efficient by making fewer calls to Get ↵ | bobzel | |
| document fields getter. | |||
| 2021-03-02 | added a fitwidth toggle for lightbox. fixed _showCaption/setting _fields to ↵ | bobzel | |
| undefined. updated documentView to use not having fitWidth set as a trigger for whether to treat a doc without nativeWidth/Height as if its width/height is that. | |||
| 2021-03-01 | final cleanups for simplified drag and drop of annotations. fixed some ↵ | bobzel | |
| issues rtf focus when creating notes in masonry view. fixed text sidebar. | |||
| 2021-02-24 | cleaned up DocumentView's contentView api to be more general. fixed ↵ | bobzel | |
| screenToLocal for freeformView's whenb _fitToBox is set. moved webBox menu items out of CollectionMenu and into WebBox using the contentView API. | |||
| 2021-02-13 | fixed videobox focus issues when following a link so that video is focused ↵ | bobzel | |
| in frame before annotation is focused. | |||
| 2021-02-12 | changed audio video annotation to use only timecodeToShow/timecodeToHide. ↵ | bobzel | |
| distinguish timeline annotation from video frame annotations with _timelineLabel field. Lightbox improvements to restore original camera values and to use fitContentsToDoc for collections | |||
| 2021-02-12 | changed lightbox to navigate within frame if next target is alreay there, ↵ | bobzel | |
| otherwise create it. changed focus default to call afterFocus(). fixed bug of zooming on target doc to compute scale correctly. | |||
| 2021-02-10 | fixed creating videoBox anchor to reference the whole doc when the timecode ↵ | bobzel | |
| is 0. fixed following links to a document that has a colleciton context to open the context properly. | |||
| 2021-02-10 | fixed some z-index issues with lightbox and typing new notes + videobox ↵ | bobzel | |
| zooming zindex | |||
| 2021-02-09 | overhaul of linkdocpreview. delegated linkpreviewing from ↵ | bobzel | |
| formattedTextBoxComments to LinkDocPreview | |||
| 2021-02-09 | started to cleanup LinkDocPreview, LinkMenu. | bobzel | |
| 2021-02-04 | fixed marquee annotations for web/pdf when scrolled | bobzel | |
| 2021-01-29 | fixed taking videoBox snapshots. select video/audio doc after deleting an ↵ | bobzel | |
| annotation. Fixed following links to videoBox timeline anchors. Fixed rendering timeline annotations by putting them in data-annotations-timelines to distinguish from regular annotations. | |||
| 2021-01-29 | fixed automatic linking to audio recordings. now it creates anchors and it ↵ | bobzel | |
| inserts carriage returns properly when adding timestamps and suppressing timestamps for code blocks. | |||
| 2021-01-28 | videoBox cleanup. made video annotations default to last for 1 second. | bobzel | |
| 2021-01-28 | cleaned up video/audio/stackedTimeline css. restored SpaceKey trigger to ↵ | bobzel | |
| start/stop creating an anchor. | |||
| 2021-01-28 | fixed so marquee select doesn't happen when zoomed in on an image/video | bobzel | |
| 2021-01-28 | more cleanup for switching back to parameterized audioTag/videoTag instead ↵ | bobzel | |
| of anchorStartTag | |||
| 2021-01-28 | parameterized StackedTimeline with tag names for starting/ending an anchor | bobzel | |
| 2021-01-28 | fixed timeline sizing in videoBox | bobzel | |
| 2021-01-28 | fixed warnings in freeformview focusDocument. enabled zooming in on ↵ | bobzel | |
| images/videos. | |||
