| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-23 | small bug fixes and debugging | Michael Foiani | |
| 2022-06-15 | fix the glitchy videoBox (i think), now a fairly smooth experience :) | Michael Foiani | |
| 2022-06-15 | fix debugging message | Michael Foiani | |
| 2022-06-15 | comment out debugging console.infos | Michael Foiani | |
| 2022-06-15 | Refactor RecordingApi into two main files - TrackMovements and ↵ | Michael Foiani | |
| ReplayMovements. TrackMovements is for recording presentations and ReplayMovments is for replaying them. | |||
| 2022-06-15 | refactor code, fix bugs, make first movement on screen the beginning of the ↵ | Michael Foiani | |
| presentation. | |||
| 2022-06-15 | fix small disposer bug and reintroduce pausing on interaction | Michael Foiani | |
| 2022-06-15 | Revert "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-15 | Revert "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-15 | not working - moving this to a private branch | Michael Foiani | |
| 2022-06-15 | refactored trackingtabs code to be used for replaying a presentation | Michael Foiani | |
| 2022-06-14 | change to using mobx to see when videoBox is paused or played | Michael Foiani | |
| 2022-06-14 | done for day - get the functionality down. will make code more readable and ↵ | Michael Foiani | |
| fix some small bugs tomorrow | |||
| 2022-06-14 | Correctly hops between free form views. | Michael Foiani | |
| 2022-06-14 | got the tab to open, but can't replay the movements on the tab | Michael Foiani | |
| 2022-06-14 | added code that correctly and effeicintly adds and removes reactions onto ↵ | Michael Foiani | |
| any tab the user observes | |||
| 2022-06-14 | got init views based on the current tabs open - able to remove my code in ↵ | Michael Foiani | |
| collection free form view. | |||
| 2022-06-13 | formatting and removing logs | Michael Foiani | |
| 2022-06-13 | Revert "debug w bob" | Michael Foiani | |
| This reverts commit 1dfb694ffa8f34a834387eb073ffb9bd3a678039. return to stable version without printing the logs. | |||
| 2022-06-13 | revert to previous stable commit. lmao get ratioed by a mouse | Michael Foiani | |
| 2022-06-13 | debug w bob | Michael | |
| 2022-06-13 | fix bugs with selecting tracking. very stable now. | Michael | |
| 2022-06-13 | support for not checking the track screen movements | Michael | |
| 2022-06-13 | small fix on recordingApi to work with segments. now tracks accurately | Michael | |
| 2022-06-10 | big bug problems with recording. some reason interacting with the canvas is ↵ | Michael | |
| making the recording inactive - i think :/ | |||
| 2022-06-08 | fixes from merge | bobzel | |
| 2022-06-08 | merge with master | bobzel | |
| 2022-06-08 | tweaked doc decorations to be visible when clicking on items in headerBar. ↵ | bobzel | |
| restored dashboard snapshotting. | |||
| 2022-06-08 | added 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-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-05 | merged with master and added transcription icon view for recognized ink | bobzel | |
| 2022-06-05 | cleanup | mehekj | |
| 2022-06-03 | fixed opening closed tabs from Files sidebar to re-use best Alias before ↵ | bobzel | |
| making a new alias. | |||
| 2022-06-03 | fixed presentation as list index display | bobzel | |
| 2022-06-02 | merge with presentmode | Michael Foiani | |
| 2022-06-02 | Merge branch 'inking-naafi-mehek' into master-cleanup | mehekj | |
| 2022-06-01 | small playview fix | Michael Foiani | |
| 2022-06-01 | small refactoring | Michael Foiani | |
| 2022-06-01 | now tracks and replays scaling accurately | Michael Foiani | |
| 2022-06-01 | Merge with jenny trackScreen | Michael Foiani | |
| 2022-05-31 | added a pop up menu for viewing dashField view collection. added a menu ↵ | bobzel | |
| button for turning off autoLinking to text selection. added ability to add button to top contextMenu buttons without blowing away db. | |||
| 2022-05-26 | removed setting 'data' field of docking views on aliases. assigned acl's ↵ | bobzel | |
| to delegates to match prototype. changed how documents are created to make sure acl's are set first so that, when sharing, remote clients will get the ACLs first and not render documents transiently when they don't have permissions. turned off inheriting ACL's from outer collection | |||
| 2022-05-25 | variety of small fixes for text / sharing. made typed text default to 35 ↵ | bobzel | |
| height so that when shared it doesn't start big and jump to small. changed permissions to be private until an Acl is set - this prevents private docs from flicking on momentarily when shared since fields are not distributed atomically. added Shift/Alt/Ctrl Enter for freeform and stacking views to create neighboring docs. fixed first typed char of text to have a user_mark. made shared text doc header overlap to prevent scrolling. | |||
| 2022-05-23 | fixed warnings. | bobzel | |
| 2022-05-23 | simplified dashboards by getting rid of confusing on-screen/off-screen tabs. ↵ | bobzel | |
| Now off screen tabs appear in the header bar which is not currently specific to a dashboard. | |||
| 2022-05-23 | added headerBar for closed tabs and other docs. extended multirow/col to ↵ | bobzel | |
| support hiding chile doc decorations and for making child content/document active work better. changed background style to work better for sub collections. | |||
| 2022-05-23 | cleaning up singleLine text box api and TreeView types | bobzel | |
| 2022-05-23 | more code cleanup in currentuserutils. some fixes to dragFactory-count titles. | bobzel | |
| 2022-05-20 | some cleanup of currentUserUtils. css fixes for fonticon boxes with labels | bobzel | |
| 2022-05-20 | adjusted placement of fonticonbox labels | bobzel | |
