Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-07 | fixed dragging items in overlayView to not invalidate DocumentView and cause ↵ | bobzel | |
a rerender. fixed loss of ability to select or drag after dragging a recording. | |||
2022-06-07 | dynamically adjust video controls based on scale | mehekj | |
2022-06-07 | removing decorations on recording box | Jenny Yu | |
2022-06-07 | simplified interaction between PresElementBox and PresBox for sharing ↵ | bobzel | |
presBox data. fixed problem with miniView getting the wrong slide count. | |||
2022-06-06 | fixed updateView for audio/video presbox elements. | bobzel | |
2022-06-06 | Merge remote-tracking branch 'origin/pinWithView-refactor' | bobzel | |
2022-06-06 | removed sort ui from pres box tree view. made expanding/closing text ↵ | bobzel | |
hierarchies simpler (not sure what it might break though). | |||
2022-06-06 | fixed dragging pres elements when presbox is not selected to not display ↵ | bobzel | |
drag element covering entire screen. | |||
2022-06-06 | fixed docking view layout when headerBar is expanded to not leave a gap. | bobzel | |
2022-06-06 | fixed slide #'ing for TreeView presentations | bobzel | |
2022-06-06 | fixed giving webDocuments a nativeWidth in link previews | bobzel | |
2022-06-06 | fixed scripting repl transformer error. fixed not being able to edit ↵ | bobzel | |
someone else's text in selfEdit mode | |||
2022-06-06 | fixed dragging of audioBox not to trigger clicking of buttons | bobzel | |
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 flicker invalidation of collectionFFDocViews when transitions are set ↵ | bobzel | |
(eg., next/prev keyframe) | |||
2022-06-06 | fixed funky video UI scaling and movement | mehekj | |
2022-06-06 | fixes for audio box pin with view. | bobzel | |
2022-06-06 | Merge branch 'master' into temporalmedia-mehek | mehekj | |
2022-06-06 | fixed range filtering, filtering by string, | bobzel | |
2022-06-06 | fixed up overlayDocs a bit so that they can be removed. made audioBox's ↵ | bobzel | |
appear in overlay when clicked from toolbar. add links to audio when navigating to doc in lightbox. | |||
2022-06-06 | fixed audioBox to record to dictation file. fixed lightbox to make links to ↵ | bobzel | |
audio when new document is displayed. | |||
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 | merged with master and added transcription icon view for recognized ink | bobzel | |
2022-06-05 | fixed presentations to allow pinning a clip of audio. fixed TabDocViews to ↵ | bobzel | |
be added properly to DocumentManager. fixed presentations to allow groupWithUp to work in tree/stacking view modes. f | |||
2022-06-05 | refactored writing mode code into InKTranscription | Naafiyan Ahmed | |
2022-06-05 | refactored writing mode code | Naafiyan Ahmed | |
2022-06-05 | some changes to prevent presBox from iconifying when typing enter for pres ↵ | bobzel | |
item preropty values. also fix so that pinwithView for video stores the start and end time of the video. | |||
2022-06-05 | fixed screen to local for fitWidth views that are smaller in height than ↵ | bobzel | |
their panel | |||
2022-06-05 | updates and attempts at debugging | geireann | |
2022-06-05 | fade full screen controls | mehekj | |
2022-06-05 | cleanup from search box popup test | mehekj | |
2022-06-05 | cleanup | mehekj | |
2022-06-05 | updated and refactored pinWithView | geireann | |
Changed MarqueeView pinWithView so that it just calls TabDocView.PinDoc | |||
2022-06-05 | fixed up drawing link lines to be less jittery and smoother looking. ↵ | bobzel | |
changed documentView to use a margin: auto when fitting width for something that can't grow to the size of the panel so that it will be centered in the panel and not docked at the top. | |||
2022-06-05 | fixed pdf search and page inputs to not iconify with Enter. fixed lightbox ↵ | bobzel | |
to change icons when fitwidth is clicked. | |||
2022-06-05 | decreased size of video box ui bar. fixed autoHeight on native scaled text. | bobzel | |
2022-06-04 | restored lightbox option for pres elements. | bobzel | |
2022-06-04 | fixed mini pres to work on startup when last mode was tree by not clearing ↵ | bobzel | |
out linearized documents. | |||
2022-06-04 | fixed mini-pres view css, fixed interaction with mini-pres by fixing ↵ | bobzel | |
overlayView panelWidth/height, fixed tabMap to get updated properly to allow CloseSplit to work, etc. | |||
2022-06-04 | ugh ... added code from TabDocView pinDoc to pindMarqueeView and pinWithView ↵ | bobzel | |
to stop extar presBox views from being added to the right and to enable treeView to work with pinned views. | |||
2022-06-04 | fixed searching to highlight in text notes and to unhighlight when search ↵ | bobzel | |
string changes. fixed links to update when text boxes scroll (hackily) | |||
2022-06-03 | fixed opening closed tabs from Files sidebar to re-use best Alias before ↵ | bobzel | |
making a new alias. | |||
2022-06-03 | ffmpeg testing | Michael | |
2022-06-03 | ink api keys removed | mehekj | |
2022-06-03 | fixed tree view crash | bobzel | |
2022-06-03 | fixed presentation as list index display | bobzel | |
2022-06-03 | Merge branch 'master' into presentation_upgrade | bobzel | |
2022-06-03 | fixed pushpin link toggling when zoom is not set. fixed adding annotations ↵ | bobzel | |
to webBox's without opening sidebar. Made linkDoc preview always open | |||
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 | merge with presentmode | Michael Foiani | |