| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-22 | adding drop handling code for scrapbookBox | bobzel | |
| 2025-04-21 | scrapbooks | sharkiecodes | |
| 2025-04-17 | fix for resizing docs with native width and modify native dim set (fixes ↵ | geireann | |
| dailyjournal resizing). | |||
| 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-04-10 | fixed instantiate from : menu to delgate templates instead of copying. | bobzel | |
| 2025-04-10 | changed naming of makeDelegates to not add a number at the end. switched ↵ | bobzel | |
| dataNote to MetaNote and cleaned up initialization of it. fixed sidebar/stacking view to not grab wheel evebnts when not active. fixed dashfieldview to vcenter labels. fixed height and scrolling of templae menu. simplified formattedtextbox menu | |||
| 2025-04-08 | change isLightbox to be a datadoc flag. | bobzel | |
| 2025-04-08 | fixed gptImageLabel calls and added ImageCastToNameType to deal with ↵ | bobzel | |
| filenames with '.'s in them. fixed vertical centered text. | |||
| 2025-03-26 | fixed keyValue box assignments so that '_' assigns to template unless value ↵ | bobzel | |
| starts with '=' (then root doc). fixed deleting template keys in keyValuePair. fixed schemaTableCell to show current editable value (not last edited value) when editing layout and data doc values. updated DocumentOptions API. | |||
| 2025-03-24 | Merge branch 'fieldSyntaxUpdate' into aarav_edit | bobzel | |
| 2025-03-21 | from last | bobzel | |
| 2025-03-21 | trying to improve how data / layout / root and templtae docs are accessed. | bobzel | |
| 2025-03-10 | Merge branch 'master' into aarav_edit | bobzel | |
| 2025-03-09 | removed simulation doc. fixed empty imageBox uploading. fixed script ↵ | bobzel | |
| typechecking. fixed metadata doc. fixed setting background colors of docs that have a template. | |||
| 2025-03-07 | fixes to daily journal creation. | bobzel | |
| 2025-03-07 | fixed columnWidth settings for sidebar. fixed color picker and other ↵ | bobzel | |
| dropdowns to toggle when button is clicked. fixed dash field views to collapse properly. fixed rtf to honor marks that were set before text box is created and typing starts. | |||
| 2025-03-07 | made daily journal a tool and removed unneeded explicit mention of it in ':' ↵ | bobzel | |
| menu | |||
| 2025-03-06 | a bunch of changes to improve how docs are selected automatically when created. | bobzel | |
| 2025-03-06 | Merge branch 'master' into aarav_edit | bobzel | |
| 2025-03-06 | daily journal node | aaravkumar | |
| 2025-03-04 | fixed up smartDrawHandler a bit to support svg's better. you can now drop ↵ | bobzel | |
| in a .svg file from the filesystem - still some unfinished business (arcs, background/foreground color inversion) | |||
| 2025-02-26 | made regenerate ai show up next to image doc. show ai prompt for firefly ↵ | bobzel | |
| in gptpopup . | |||
| 2025-02-24 | added borders (width, color, and style) for DocumentViews. fixed dropdown ↵ | bobzel | |
| slider buttons to show text labels. | |||
| 2025-02-03 | changed filter 'check' to be exact match and 'match' to be substring. fixed ↵ | bobzel | |
| GPTpopup filtering to use a #chat tag instead of a chatFilter field. | |||
| 2024-11-12 | updated equationBox to support margins/padding like text. fixed initial ↵ | bobzel | |
| undo of newly typed equation. | |||
| 2024-11-12 | fixed resizing height to 0 to autoResize. fixed setting background color ↵ | bobzel | |
| default for equations (and everything else) to textBackgroundColor from user doc. Added a math pseudo-font to trigger entering equations instead of rich text. | |||
| 2024-11-12 | made equation background same as text. fixed dflt stroke/link width to both ↵ | bobzel | |
| be 1. made function plot axis ranges get saved to Doc. marked equation->function links as being svgs. fixed initial size of equation boxes.. | |||
| 2024-10-30 | reworked how context menu buttons for ink and text work. added ↵ | bobzel | |
| disableMixBlend for making transparent docs not use 'multiply'. | |||
| 2024-10-29 | fixes to allow typing and drawing without a mode switch. | bobzel | |
| 2024-10-28 | reworked LabelBox's to be fully editable. gor rid of singleLine for label ↵ | bobzel | |
| boxes. made a text_fitBox field to render text with a labelBox. fixed styleprovider in freeformview clusters to be untracked() to avoid invalidations. added a default text color to Settings panel. fixed clicking text buttons to not lose focus in labelBox. | |||
| 2024-10-14 | reorganized comparisonBox related components -- moved stuff down into ↵ | bobzel | |
| Docs.Crete and CurrentUserUtils. changed Doc.Copy to copy Doc's in fields tagged with cloneOnCopy. Changed ComparisonBox to support hover for slide or flip views. Fixed pointerEfvents for hover in comparisonBox | |||
| 2024-10-07 | Merge branch 'master' into alyssa-starter | bobzel | |
| 2024-10-07 | more lint | bobzel | |
| 2024-10-01 | Merge branch 'master' into alyssa-starter | bobzel | |
| 2024-09-30 | don't cap the resolution of an image anymore -- let the user do it ↵ | bobzel | |
| explicitly through the Pixels menu option. | |||
| 2024-09-20 | Merge branch 'master' into eleanor-gptdraw | bobzel | |
| 2024-09-20 | Merge branch 'master' into alyssa-starter | bobzel | |
| 2024-09-20 | fixed filter dropdown to work properly with multiselect. | bobzel | |
| 2024-09-02 | Merge branch 'master' into alyssa-starter | bobzel | |
| 2024-08-29 | made smartDraw autoFocus and be available from : menu | bobzel | |
| 2024-08-21 | Merge branch 'master' into keanu-comments | bobzel | |
| 2024-08-21 | more lint fixes after update | bobzel | |
| 2024-08-20 | from last | bobzel | |
| 2024-08-20 | fixed error handling of images too big to load. cleaned up ↵ | bobzel | |
| facecollectionbox. changed metadata field naming to match conventions. | |||
| 2024-08-08 | many changes to add typing in place of 'any's etc | bobzel | |
| 2024-06-20 | select working | alyssaf16 | |
| 2024-05-02 | lots more dependency cycle unwinding. | bobzel | |
| 2024-05-01 | more cycle import removal. fixed ndollar bugs introduced during lint changes. | bobzel | |
| 2024-04-30 | unwinding more import loops by splitting up Documents.ts into DocUtils.ts ↵ | bobzel | |
| and moving crate functions to <>Box functions | |||
