aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-08feat: styling top bar(with share button)Jenny Yu
2022-06-08feat: basic dashboard viewJenny Yu
2022-06-09restored multi-line scripting by not adding 'return' to scripts when it's ↵bobzel
not requested.
2022-06-09restored multi-line scripting by not adding 'return' to scripts when it's ↵bobzel
not requested.
2022-06-08fix: remove recording from overlay when deleting slideJenny Yu
2022-06-08merge with master-cleanupJenny Yu
2022-06-08fix: merge conflictsJenny Yu
2022-06-08Merge branch 'master' into master-cleanupbobzel
2022-06-08fixed record() to trigger only once for audiobobzel
2022-06-08fixes from mergebobzel
2022-06-08merge with masterbobzel
2022-06-08big commit. FINALLY got the combining segments to work using ffmpeg using a ↵Michael
different workflow. small ui changes as well.
2022-06-08thumbnail preview of video when hovering over timelinemehekj
2022-06-08got basic ordering to work for the videos that go to the serverMichael
2022-06-08found a hacky way to stop the bug with the mouse. touch devices seems to be ↵Michael
working in a weird way tho
2022-06-08fixed bug with adding to pres when in miniview mode.bobzel
2022-06-08Refactor code, but there is a bug. May go back.Michael
2022-06-08tweaked doc decorations to be visible when clicking on items in headerBar. ↵bobzel
restored dashboard snapshotting.
2022-06-08added context menu back to tab's via the doc icon. made docicon draggable ↵bobzel
and clickable. removed collectiondockingviewmenu.
2022-06-08better controls breakpointsmehekj
2022-06-08fix: hide recording by stopping propagationJenny Yu
2022-06-08styling: pres element boxJenny Yu
2022-06-08got it to run, but not concatenating - only first videoMichael Foiani
2022-06-07fix: recording box appear on bottom right corner, removed document decorationsJenny Yu
2022-06-08undo/redo fixes for docking views (maximizing, closing stacks). making ↵bobzel
maximised tabs persist across refreshes.
2022-06-08added ability to make thumbnails of dashboards. started to cleanup ↵bobzel
dockingView/goldenlayout undo event handling. cleaned up tab doc list in docking view. made titles editable again in treeview. fixed overlay view to work with image docs etc by setting top/left in css
2022-06-08Took stab at ffmpeg in server. did some reworking of recordingview css. fix ↵Michael Foiani
smoothness bug for the moving segment that follow cursor.
2022-06-07got basic ui for segmentation to work - W overallMichael
2022-06-07started working with the pointer events to drag - very laggy, may try ↵Michael
something more simple for now
2022-06-07from lastbobzel
2022-06-07fixed bugs just introduced for presbox - numbering, minibox selection.bobzel
2022-06-07fixed dragging docs in overlay view to not cause a rerenderbobzel
2022-06-07added a click event suppressor to setupMoveUpEventsbobzel
2022-06-07fixed 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-07dynamically adjust video controls based on scalemehekj
2022-06-07removing decorations on recording boxJenny Yu
2022-06-07simplified interaction between PresElementBox and PresBox for sharing ↵bobzel
presBox data. fixed problem with miniView getting the wrong slide count.
2022-06-06fixed updateView for audio/video presbox elements.bobzel
2022-06-06Merge remote-tracking branch 'origin/pinWithView-refactor'bobzel
2022-06-06removed sort ui from pres box tree view. made expanding/closing text ↵bobzel
hierarchies simpler (not sure what it might break though).
2022-06-06fixed dragging pres elements when presbox is not selected to not display ↵bobzel
drag element covering entire screen.
2022-06-06fixed docking view layout when headerBar is expanded to not leave a gap.bobzel
2022-06-06fixed slide #'ing for TreeView presentationsbobzel
2022-06-06fixed giving webDocuments a nativeWidth in link previewsbobzel
2022-06-06fixed scripting repl transformer error. fixed not being able to edit ↵bobzel
someone else's text in selfEdit mode
2022-06-06fixed dragging of audioBox not to trigger clicking of buttonsbobzel
2022-06-06added 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-06fixed flicker invalidation of collectionFFDocViews when transitions are set ↵bobzel
(eg., next/prev keyframe)
2022-06-06fixed funky video UI scaling and movementmehekj
2022-06-06fixes for audio box pin with view.bobzel