| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-28 | fixed timestamps and added some scaling | mehekj | |
| 2022-04-28 | Merge branch 'master' into recording-jenny | Jenny Yu | |
| 2022-04-26 | Merge branch master into presentation_upgrade | Aubrey-Li | |
| 2022-04-25 | put snapshot dash in novice mode. fixed undo for snapshot/new dashboard. ↵ | bobzel | |
| changed titling of snapshots to use {#}. no current UI for cloning dashboards. | |||
| 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-12 | Merge branch 'inkocr-mehek' into inking-naafi-mehek | mehekj | |
| 2022-04-12 | ink to text for groupings | mehekj | |
| 2022-04-11 | making layout icons work better. | bobzel | |
| 2022-04-07 | added RecordingView | geireann | |
| 2022-04-07 | added grouping and write mode vs pen mode | Naafiyan Ahmed | |
| 2022-04-05 | merge master | Aubrey Li | |
| 2022-04-04 | fixed autolink. fixed the pileup view to animate properly and activate ↵ | bobzel | |
| without selection. added a 'dataTransition" prop to DocumentView to allow collections to animate changes in the size of documents. | |||
| 2022-04-04 | cleaned up warnings. fixed ink to work better with it's label boxes by not ↵ | bobzel | |
| letting textbox ComponentView override inkinstroke. made ink text boxes go away unless they have text or are selected. fixed up brushing code and made it work for ink and ink w/ text labels | |||
| 2022-03-23 | adjsuted pdfBox and WebBox to resize better without glitches when using the ↵ | bobzel | |
| annotation sidebar. changed so that when fitWidth is set anything can be resized vertically - causes artifacts for videoBoxes. | |||
| 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-17 | Merge remote-tracking branch 'origin/speedups2' into temporalmedia-mehek | mehekj | |
| 2022-03-17 | Merge branch 'master' into temporalmedia-mehek | mehekj | |
| 2022-03-17 | Merge remote-tracking branch 'origin/speedups2' into presentation_upgrade | Aubrey Li | |
| 2022-03-15 | marquee create slide | Aubrey Li | |
| 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-02 | upgraded to typescript 4.6.2 | bobzel | |
| 2022-02-15 | fixed some syntax errors | Geireann | |
| 2022-02-14 | added an incremental load for freeform collections. fixed updating of web ↵ | bobzel | |
| page thumbs on deselection after the first thumb is generated. | |||
| 2022-02-10 | switched scripts to use a cache to avoid recompiling. simplified some things ↵ | bobzel | |
| with documentView and zooming to avoid invalidations. | |||
| 2022-02-09 | speeding up rendering using bitmaps for webpages and other heavyweight docs. | bobzel | |
| 2022-02-03 | Merge branch 'master' into temporalmedia-mehek | mehekj | |
| 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 pull request #49 from brown-dash/lauren-linking | Geireann Lindfield Roberts | |
| Directed selectable links with editing ability in properties panel | |||
| 2021-12-02 | Merge branch 'master' into trails-aubrey | Geireann Lindfield Roberts | |
| 2021-12-02 | added shift erase stroke to delete full strokes. added shift drag end of ↵ | bobzel | |
| stroke to scale uniformly. added ctrl+p,ctrl+e to switch between eraser/pen. added delete to menu options for tree view items. cleaned up a lot of ink code. | |||
| 2021-11-24 | segmentation of ink strokes prior to deletion | vkalev | |
| 2021-11-21 | splitting/deletion occurs but too many t-values are stored | vkalev | |
| 2021-11-18 | added arrow toggling functionality | Lauren Choi | |
| 2021-10-26 | Merge branch 'master' into trails-aubrey | Aubrey Li | |
| 2021-10-21 | Merge branch 'master' into temporalmedia-mehek | mehekj | |
| 2021-10-14 | Merge branch 'master' into schema-view-En-Hua | geireann | |
| 2021-10-07 | Merge branch 'master' into temporalmedia-mehek | mehekj | |
| 2021-10-07 | Revert "Revert "Merge pull request #34 from brown-dash/linking-anh"" | bobzel | |
| This reverts commit 4e6a1d7a37c8c28014a9f7cd0d92f17c8f29454d. | |||
| 2021-10-04 | fixed how filters work in Schema View. made filtering the default for ↵ | bobzel | |
| clicking in title area. | |||
| 2021-09-29 | made IsClosed a static function. fixed warnings and errors. | bobzel | |
| 2021-09-29 | a number of undo/redo fixes for ink (snapping to tangent, add points, ↵ | bobzel | |
| dragging tangents). also tried to make storage of undo events more efficient when dragging ink controls (avoid saving hundreds of copies of the InkField) | |||
| 2021-09-27 | Merge branch 'master' into temporalmedia-mehek | bobzel | |
| 2021-09-27 | made docs with no author Admin for everyone. fixed run-time warnings: not ↵ | bobzel | |
| memoized accesses when panning, NaNs drawing some labelBoxes, filter box filter boolean options, | |||
| 2021-09-26 | fixed bug with SetInPlace for fields starting with "_" | bobzel | |
| 2021-09-24 | wrapped Color() calls in DashColor() to catch exceptions for color strings ↵ | bobzel | |
| no found | |||
| 2021-09-23 | Revert "Merge pull request #34 from brown-dash/linking-anh" | geireann | |
| This reverts commit 70d80e30de9963c353636d9780ffb83f3285aac7, reversing changes made to d5f9533d153e11e24d2ab7c03b4561170f0768fe. | |||
| 2021-09-23 | Merge branch 'master' into linking-anh | Geireann Lindfield Roberts | |
| 2021-09-17 | more conservative fix for previous. | bobzel | |
