| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-08 | feat: basic dashboard view | Jenny Yu | |
| 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 docking view layout when headerBar is expanded to not leave a gap. | bobzel | |
| 2022-06-06 | Merge branch 'master' into temporalmedia-mehek | mehekj | |
| 2022-06-05 | merged with master and added transcription icon view for recognized ink | bobzel | |
| 2022-06-03 | Merge branch 'master' into presentation_upgrade | bobzel | |
| 2022-06-02 | merge with presentmode | Michael Foiani | |
| 2022-06-02 | Merge branch 'inking-naafi-mehek' into master-cleanup | mehekj | |
| 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-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-24 | fixed TabDocView's screenToLocal xf when headerBar opens/closes. changed ↵ | bobzel | |
| webBox to update thumbnails when native dims change. cleaned up content dragging/activation for multiRow/col for headerBar | |||
| 2022-05-24 | hide resize handles on headerBar items. | bobzel | |
| 2022-05-23 | tweaked pointerEvents for headerBar to stay on if there are no documents in ↵ | bobzel | |
| the header so that you can still drag and drop onto it. | |||
| 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 | adjusted placement of fonticonbox labels | bobzel | |
| 2022-05-20 | moved explore mode to topBar. fixed highlighting of overlay toggle. fixed ↵ | bobzel | |
| pointerEvents on lockedPosition collectoins that are not children of a free form view. | |||
| 2022-05-13 | removed layerProvider functionality. | bobzel | |
| 2022-05-06 | changed following links to open up icons all the way down to the target ↵ | bobzel | |
| document. allow StartLink to work with webBox w/ text selection. fixed web clippings to have a cursor and grab keyDown events. | |||
| 2022-05-01 | put videoBox ui into componentUI function | mehekj | |
| 2022-04-28 | feat: hiding recording | Jenny Yu | |
| 2022-04-28 | Merge branch 'master' into recording-jenny | Jenny Yu | |
| 2022-04-28 | fixed linkEditor to work when invoked from documentButtonsBar and properties ↵ | bobzel | |
| sidebar is up. | |||
| 2022-04-26 | Merge branch 'master' into presentation_upgrade | Aubrey-Li | |
| 2022-04-26 | added image cropping. made treeView icons show up for file system and ↵ | bobzel | |
| dashboard, and made them persist invisibly to fix triggering on hover. changed tree view filesystem and dashboard to show expanded icons on hover. | |||
| 2022-04-26 | Merge branch master into presentation_upgrade | Aubrey-Li | |
| 2022-04-25 | changed freeformview's with engines to not allow children to be edited ↵ | bobzel | |
| using setHeight prop since engine layouts are temporary and shouldn't edit the doc. fixed tags to work with pivot view. cleaned up pile views to be less hacky.. | |||
| 2022-04-20 | Merge branch 'presentmode-mfoiani' into recording-jenny | Michael Foiani | |
| Merge with jenny for video recording. | |||
| 2022-04-14 | Merge remote-tracking branch 'origin/presentation_group_test' into ↵ | Aubrey Li | |
| presentation_upgrade | |||
| 2022-04-14 | Create smooth record and playback of tracking. | Michael Foiani | |
| 2022-04-12 | revert presbox & treeview onclick focus | Aubrey Li | |
| 2022-04-12 | ink to text for groupings | mehekj | |
| 2022-04-06 | uses linkMenu in propertiesWindow now. updated linkMenu api, changed ↵ | bobzel | |
| layout, made groups collapsible | |||
| 2022-04-05 | merge master | Aubrey Li | |
| 2022-03-31 | cleaned up addDocTab for properties views to allow toggling of targets | bobzel | |
| 2022-03-24 | change presbox to tree view | Aubrey Li | |
| 2022-03-24 | fixed videoBox play issue. cleaned up global referencing a bit. | bobzel | |
| 2022-03-22 | fixed temporal media merge that had reverted a lot of things. | bobzel | |
| 2022-03-20 | Revert "Merge remote-tracking branch 'origin/speedups2' into ↵ | mehekj | |
| temporalmedia-mehek" This reverts commit 1f7cf7babc76ecff5aef5fe663c48e067e85dd26, reversing changes made to 1e3ad4de06f83eab54628de660529fefb9a0dc63. | |||
| 2022-03-07 | got rid of include cycles for Scripting globals to make hot updates work better. | bobzel | |
| 2022-03-04 | removed pseudo Doc type system. playing with hot reloading. | bobzel | |
| 2022-03-01 | updated to webpack 5 | bobzel | |
| 2022-01-18 | fixed warnings. display last user to edit db. fixed /activity to show ↵ | bobzel | |
| only users with a connected socket. fixed toggle "Overlay" button to toggle its background based on overlay state. | |||
| 2021-12-02 | Merge branch 'master' into trails-aubrey | Geireann Lindfield Roberts | |
| 2021-11-30 | fixed warnings/errors. added inkingStroke comments. need to double-click ↵ | bobzel | |
| now to add a point to an ink stroke. | |||
| 2021-11-30 | latest from Mapbox | Aubrey Li | |
