aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-23merge with mehek videoMichael Foiani
2022-06-23small bug fixes and debuggingMichael Foiani
2022-06-23fixed : contextMenu . fixed some fitWidth issues for text where heights ↵bobzel
weren't working right
2022-06-22fixing up Field Infos to work with new initialization.bobzel
2022-06-22yet more currentuserutils cleanupbobzel
2022-06-22fixed overlay view dragging & opening up audio/video recordings in overlay.bobzel
2022-06-22Merge branch 'data-visualization-view-naafi'bobzel
2022-06-22more cleanup in currentuserutils. fixed so that removing items from a list ↵bobzel
in code will remove them from the UI
2022-06-22fixed timeline label bug removed "NaN"mehekj
2022-06-22fix UI for presentation videosmehekj
2022-06-21fixed rendering error with DataVizbobzel
2022-06-21Merge branch 'master' into data-visualization-view-naafibobzel
2022-06-21fixed issues with register DataViz jsx.bobzel
2022-06-21running into jsx parsing errorNaafiyan Ahmed
2022-06-21trying to get basic data viz view to workNaafiyan Ahmed
2022-06-21took scrubbing opacity down to 0.3 for videosbobzel
2022-06-21Merge branch 'master' into temporalmedia-mehekbobzel
2022-06-21from last and keep keyvalue tabs out of topbarbobzel
2022-06-21restored experimental templates. fixed (enabled) pointer events on nested ↵bobzel
column/row views when container is active. got rid of freezeDimensions which wasn't needed and introduced artifacts for views that set it (timeView, GridView)
2022-06-21same fix as previousmehekj
2022-06-21fixed scrubbing in full screen or after dragging slidermehekj
2022-06-21fades when scrub with arrow keys and cleaner transitionmehekj
2022-06-21fade controls when scrubbingmehekj
2022-06-20more cleanup to get rid of unecessary references to Doc.UserDoc().bobzel
2022-06-20restored undo/redo buttonsbobzel
2022-06-20Merge branch 'master' into temporalmedia-mehekbobzel
2022-06-20removed breaking debugging code.bobzel
2022-06-20Merge branch 'master' into temporalmedia-mehekmehekj
2022-06-20Revert "Revert "Merge branch 'master' into temporalmedia-mehek""mehekj
This reverts commit 3415f672292bb349c7d9ec66564933a746ee3b25.
2022-06-20Revert "Merge branch 'master' into temporalmedia-mehek"mehekj
This reverts commit 145117365b2708ef6b365c6f0f10c38b85a87307, reversing changes made to 7eedde332010c8896be636f0b5c6a7b2c8043e48.
2022-06-20Merge branch 'master' into temporalmedia-mehekmehekj
2022-06-20fixed contextmenu when hitting enter to not iconify. fixed : menu to add ↵bobzel
equations properly.
2022-06-20a bunch of changes to make some userDoc() field accesses more typesafe by ↵bobzel
going through CurrentUserUtils. Some normalization of naming/functionality in CurrentUserUtils
2022-06-20lots of changes to try to cleanup CurrentUserUtils so changes can be made ↵bobzel
without rebuilding the DB.
2022-06-17Merge branch 'master' of https://github.com/brown-dash/Dash-Webbobzel
2022-06-17updated fontIconBadge to use 'viewed' list to decrement value when items are ↵bobzel
viewed. cleaned up how sharedDoc is setup in currentUserUtils to allow updates to not require rebuilding DB
2022-06-16remove iinkjs error popupmehekj
2022-06-15got basic demo workingMichael Foiani
2022-06-15fixed iconifying cropped images to show the correct image.bobzel
2022-06-15think i got basic videoplayer good enough for demo. should meet with mehek ↵Michael Foiani
to fix some bugs i found
2022-06-15fix the glitchy videoBox (i think), now a fairly smooth experience :)Michael Foiani
2022-06-15remove comments in videoboxMichael Foiani
2022-06-15fix debugging messageMichael Foiani
2022-06-15comment out debugging console.infosMichael Foiani
2022-06-15Refactor RecordingApi into two main files - TrackMovements and ↵Michael Foiani
ReplayMovements. TrackMovements is for recording presentations and ReplayMovments is for replaying them.
2022-06-15refactor code, fix bugs, make first movement on screen the beginning of the ↵Michael Foiani
presentation.
2022-06-15fix small disposer bug and reintroduce pausing on interactionMichael Foiani
2022-06-15Revert "refactored trackingtabs code to be used for replaying a presentation"Michael Foiani
This reverts commit 7ad93167a216acfe4992eed6b3ac3263c2dfd012. didn't need this refactor since mobx tracks my movements
2022-06-15Revert "not working - moving this to a private branch"Michael Foiani
This reverts commit 1192b1c92ed17cda0a82342324ec82552da579a0. mobx tracks my movements, so need to add one line of code to ccffview to get it to work
2022-06-15not working - moving this to a private branchMichael Foiani