| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-05-23 | fixes to rotation center to reset when not shown | bobzel | |
| 2025-04-23 | lots of typechecking fixes. | bobzel | |
| 2025-04-14 | fixed how templates are expanded to avoid template sub-component conflicts ↵ | bobzel | |
| by changing how field keys are named. fixed various Cast functions to be more typesafe by including undefined as part of return type. overhaul of Doc.MakeClone, MakeCopy, FindRefernces - makeClone is no longer async. fixed inlined docs in text docs. | |||
| 2025-03-21 | trying to improve how data / layout / root and templtae docs are accessed. | bobzel | |
| 2024-10-01 | changed how smoothing curves works - got rid of simplify.js dependency | bobzel | |
| 2024-09-22 | small bug fixes for smart draw | eleanor-park | |
| 2024-08-29 | from last cleanup | bobzel | |
| 2024-08-29 | merge cleanup cleanup | bobzel | |
| 2024-08-27 | pulling from master | eleanor-park | |
| 2024-08-07 | problem with setting smooth amount | eleanor-park | |
| 2024-05-02 | lots more dependency cycle unwinding. | bobzel | |
| 2024-04-30 | unwinding more import loops by splitting up Documents.ts into DocUtils.ts ↵ | bobzel | |
| and moving crate functions to <>Box functions | |||
| 2024-04-26 | fixed ink exception | bobzel | |
| 2024-04-23 | more lint cleanup | bobzel | |
| 2024-01-18 | lots of changes to try to simplify API for viewPaths and related | bobzel | |
| 2024-01-02 | fixing more .props => ._props refernces. | bobzel | |
| 2023-12-14 | fixed lightbox view and multirow/col | bobzel | |
| 2023-12-14 | a bunch more fixes to making things observable. fixed calling ↵ | bobzel | |
| super.componentDidUpdate on subsclasses | |||
| 2023-12-10 | massive changes to use mobx 6 which means not accessing props directly in ↵ | bobzel | |
| @computed functions. | |||
| 2023-11-30 | final rootDoc refactoring | bobzel | |
| 2023-11-16 | fixed alt-drag to toggle scroll mode. fixed replaceTab to work properly ↵ | bobzel | |
| with panelNames. made slides pointing to trails open the target trails in situ. cleaned up code when starting drag to call freeformview more nicel. fixed brush/highlight of tabs. made collectionFreeformView/FreeformDocs use a more robust and simpler approach to caching freeform values. | |||
| 2023-10-31 | fixed keyframe animation of ink and links. fixed getDocumentview with ↵ | bobzel | |
| preferred collection | |||
| 2023-10-24 | fixed hide before/after in trails. move ink mask to developer. fixed ↵ | bobzel | |
| tangent dragging on some curves that have no initial tangent. fixed tree view highlights when dragging. | |||
| 2023-06-14 | fixed ink rotation to not make stroke fly apart. | bobzel | |
| 2023-05-14 | major overhaul of field naming conventions. | bobzel | |
| 2023-04-13 | lots of changes to get rid of ContainingCollectionDoc and ↵ | bobzel | |
| ContainingCollectionView props. | |||
| 2023-04-04 | fixed using freeformview in sidebar of pdfs. fixed issues with dragging ↵ | bobzel | |
| items out of schema and with selecting the schema view by clicking on headers. Fixed a lot of errors caused by using OmitKeys which masks type checking. fixed some pointerevent problems with treeview and freeformview | |||
| 2023-02-04 | image background color determines opacity of image (independently of ↵ | bobzel | |
| annotations over image). enabled scrolling of images when in fitWidth mode. added disabling of text labels in ink shapes. | |||
| 2022-08-24 | made text boxes support animation frames. fixed dragging on unselected pres ↵ | bobzel | |
| element ttitles. cleaned up setting ink to have animation frames. | |||
| 2022-08-22 | made inkMasks animate when they are turned on /off. fixed inkStrokes to ↵ | bobzel | |
| be interpolated when they have an activeFrame set. | |||
| 2022-08-22 | made ink strokes animatable. added currentFrame to playgroundFields | bobzel | |
| 2022-07-08 | restructured currentUserUtils to avoid having import cycles. | bobzel | |
| 2022-06-20 | a bunch of changes to make some userDoc() field accesses more typesafe by ↵ | bobzel | |
| going through CurrentUserUtils. Some normalization of naming/functionality in CurrentUserUtils | |||
| 2022-05-02 | disallowed dragging a control point past another control point. | bobzel | |
| 2022-05-02 | fixed scaling ink label in lightbox,etc views. changed ink strokes so that ↵ | bobzel | |
| clicking on label of closed stroke is lower preceden than clicking on line. fixed fontsize UI for setting ink label sizes. can no longer slide ink pts that are cusps along curve. | |||
| 2022-04-03 | fixed ink handles to work in lightbox, so re-enabled open in lightbox for ↵ | bobzel | |
| selected ink. fixed double-click to not lock out in some cases because pendingDoubleClick never gets unset. fixed text to not jitter scroll bar when typing enter at end of autosize texst box. | |||
| 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 | added scale factor for arrows. added control point drag to reparameterize. ↵ | bobzel | |
| fixed toggling tangent lines to not happen when dragging. | |||
| 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-12-01 | cleanup DocDecorations ink rotation | bobzel | |
| 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 | change delete points for ink to try to preserve the shape as much as ↵ | bobzel | |
| possible. Shift + backspace deletes the point without preserving geometry | |||
| 2021-11-29 | added moving ink stroke segments. added stretching and rotating ink ↵ | bobzel | |
| strokes about opposite end point. | |||
| 2021-11-12 | reverting NaN check when moving tangent handle | vkalev | |
| 2021-11-09 | working on undo/redo | vkalev | |
| 2021-10-28 | adding eraser tool to menu | Lauren | |
| 2021-10-27 | more ink drag cleanup - fixed closing curves / dragging with pick correlation | bobzel | |
| 2021-10-26 | cleaned up inkRotation code | bobzel | |
| 2021-10-26 | simplified snapping | bobzel | |
| 2021-10-26 | from last | bobzel | |
