| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-07 | Update other uses | James Hu | |
| 2023-06-06 | updated Symbol naming. fixed various compile errors related to type checking. | bobzel | |
| 2023-05-14 | major overhaul of field naming conventions. | bobzel | |
| 2023-05-13 | fixed caption scrolling in carousel view. fixed display of audio tags in ↵ | bobzel | |
| textboxes. fixed screengrab video upload and made dictation view possible (but needs reworking) | |||
| 2023-04-14 | got rid of CollectionView prop. fixed DocFocusOrOpen to toggle targets and ↵ | bobzel | |
| zoom correctly. | |||
| 2023-04-13 | lots of changes to get rid of ContainingCollectionDoc and ↵ | bobzel | |
| ContainingCollectionView props. | |||
| 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-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 | 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-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-04-26 | feat: uploading works | Jenny Yu | |
| 2022-03-04 | removed pseudo Doc type system. playing with hot reloading. | bobzel | |
| 2021-11-13 | change 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-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-19 | fixed errors and warnings | bobzel | |
| 2021-08-11 | fixed issues with screenshotbox flickering when brought up from top menu, ↵ | bobzel | |
| and generating errors when recording. | |||
| 2021-08-01 | made url server references relative. | bobzel | |
| 2021-06-30 | null tests | bobzel | |
| 2021-04-23 | fixed code warnings. updated some npm pacakges including typescript. | bobzel | |
| 2021-04-22 | fixing problems with dictation panel height in videobox. | bobzel | |
| 2021-04-21 | from last | bobzel | |
| 2021-04-21 | Fixed errors merging with master | bobzel | |
| 2021-04-15 | cleaned up CollectionCarousel and styleprovider to handle sub-component ↵ | bobzel | |
| properties better. updated resizers in multicol/row to be visible. | |||
| 2021-04-11 | updated startRect to use mediaState and added pendingRecording as an option. | bobzel | |
| 2021-04-11 | from last | bobzel | |
| 2021-04-11 | some cleanup of demo_changes | bobzel | |
| 2021-04-07 | bug fixes | Geireann | |
| 2021-04-06 | updates | Geireann | |
| 2021-04-05 | adding video wall tests | bobzel | |
| 2021-03-30 | more cleanup | 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 | 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-24 | code cleanup in screenshotBox | bobzel | |
| 2021-03-24 | renamed audioState to mediaState and cleaned up screenshotBox a little. | bobzel | |
| 2021-03-24 | fixes 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-23 | changed 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-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-21 | added auto-linking to video screen grabs. | bobzel | |
| 2021-03-21 | from last. tweaks to uploading video screengrabs. | bobzel | |
| 2021-03-21 | made it possible to capture screen recordings as videos. | bobzel | |
| 2021-03-21 | upload screengrab video to server in mkv format ... can't yet play them. | bobzel | |
| 2021-03-12 | trying to make treeViews more efficient by making fewer calls to Get ↵ | bobzel | |
| document fields getter. | |||
