| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-01 | now tracks and replays scaling accurately | Michael Foiani | |
| 2022-05-04 | fix infinite pause/play bug with a stopper, but still very buggy | Michael Foiani | |
| 2022-05-04 | Pause works with presentation now. | Michael Foiani | |
| 2022-05-04 | Get play and pause to work. There is a bug with getting double called that ↵ | Michael Foiani | |
| was causing choppiness. | |||
| 2022-05-04 | Added the presentation mode back in. However, pres isn't being recreated ↵ | Michael Foiani | |
| smoothly after being stored in the db. | |||
| 2022-05-04 | Get storing pres data working, but is choppy due to mobx usage. | Michael Foiani | |
| 2022-04-28 | Handle merge conflicts with jenny work | Michael Foiani | |
| 2022-04-28 | Merge with jenny | Michael Foiani | |
| 2022-04-28 | Remove demo code from CollectionFFView and implment observer call into ↵ | Michael Foiani | |
| recordingApi | |||
| 2022-04-28 | Merge branch 'master' into recording-jenny | Jenny Yu | |
| 2022-04-28 | fixed feedback dragging link button. fixed warnings. added some assymetric ↵ | bobzel | |
| linkRelationships. | |||
| 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 | made creating a new thumbnail icon delete previous ones. fixed bug where ↵ | bobzel | |
| documents would re-render if an earlier docuent in the collection list was added/removed. | |||
| 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-21 | Integrate with jenny's videobox api | Michael Foiani | |
| 2022-04-21 | fixed issues with pile view - dragging, burst size, rendering within ↵ | bobzel | |
| grid/non-freeform views, fixed timeView filtering to not keep making redundant filters, | |||
| 2022-04-20 | Merge branch 'presentmode-mfoiani' into recording-jenny | Michael Foiani | |
| Merge with jenny for video recording. | |||
| 2022-04-19 | Extracted view tracking into api class | Michael Foiani | |
| 2022-04-14 | Create smooth record and playback of tracking. | Michael Foiani | |
| 2022-04-14 | gave summary documents pushpin behaviors. fixed following link to doc that ↵ | bobzel | |
| is iconified to work. fixed pushin visibility toggling for docs that are iconified. | |||
| 2022-04-13 | added images to treeView bullets for docs with icons. fixed following ↵ | bobzel | |
| pushpin links to prototypes to toggle delegates when shown. gave groups a default padding. fixed creating icons to not create unnecessary template docs. fixed toggling isPushpin. made summaries simple links instead of templates. | |||
| 2022-04-12 | cleaned up errors/warnings. fixed dragging to turn off pointer events on ↵ | bobzel | |
| whatever's being dragged. | |||
| 2022-04-12 | cleaned up pileView to feel somewhat usable by tweaking icon sizes, and ↵ | bobzel | |
| making icon<->doc toggleable by just clicking. | |||
| 2022-04-11 | lots of layout fixes to groups, labels, ink to support iconification better. ↵ | bobzel | |
| simpliifed documentdecorations. fixed display artifacts related to things not showing up when dragging, or otherwise not getting a halo of nested freeform colletions. | |||
| 2022-04-11 | making layout icons work better. | bobzel | |
| 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-03-04 | removed pseudo Doc type system. playing with hot reloading. | bobzel | |
| 2022-02-22 | improve efficiency for scenes with lots of documents by using computed ↵ | bobzel | |
| functions to avoid invalidations. moved grid renderer to its own component to avoid invalidations when panning/zooming. | |||
| 2022-02-22 | fixed switching tabs to immediately render the title of the tab as content ↵ | bobzel | |
| to provide feedback that something is happening. changed server to only set caching for images. fixed warnings/errors. | |||
| 2022-02-16 | changed incremental loading to generate update requests more quickly. ↵ | bobzel | |
| turned on local browser caching of server responses (eg, images) | |||
| 2022-02-15 | improved version of incrementall rendering of large collections of documents ↵ | bobzel | |
| in freeform view. | |||
| 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-09 | speeding up rendering using bitmaps for webpages and other heavyweight docs. | 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-10 | Merge branch 'master' into ink_v1 | bobzel | |
| 2021-12-09 | changing cursor + adding entire ink deletion mode when 'Alt' is pressed | vkalev | |
| 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 | fixed filled strokes when erasing to render properly. fixed stretch ink to ↵ | bobzel | |
| work with multiple selections. | |||
| 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-29 | Merge branch 'ink_v1' | bobzel | |
| 2021-11-25 | fixed up erasing ink by segments | bobzel | |
| 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-20 | updating intersections to map t-values to inks | vkalev | |
| 2021-11-20 | fixing undo batch | vkalev | |
| 2021-11-18 | change arrow color | Lauren Choi | |
| 2021-11-18 | remove console.log statement | Lauren Choi | |
| 2021-11-18 | added arrow toggling functionality | Lauren Choi | |
| 2021-11-17 | Merge branch 'master' into treeviewFixing | bobzel | |
| 2021-11-17 | changed link line curves a bit. fixed formatted text box not to center text ↵ | bobzel | |
| for typed notes. | |||
