| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-21 | merged with master and cleaned up outpainting a bit. | 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-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 | fixed gptImageLabel calls and added ImageCastToNameType to deal with ↵ | bobzel | |
| filenames with '.'s in them. fixed vertical centered text. | |||
| 2025-03-30 | changed Doc.Layout calls to doc[DocLayout]. fixed flashcard ui placement on ↵ | bobzel | |
| card view. fixed css scaling for styleprovider icons and annotation resizer | |||
| 2025-03-27 | fix so that schemacellfield doesn't trigger a finalizeEdit when it's not ↵ | bobzel | |
| editing. added 'red' color for template fields to schematablecell. fixed set field to allow setting data fields when field is an '_' and no template. fixed setting '=' when getting a keyValueString for empty fields with an '_' key. | |||
| 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-26 | fix so that views use don't use the rootDocument, but rather the current ↵ | bobzel | |
| rendering document. got rid of resolvedDataDoc -- just use rootDocument[DocData] | |||
| 2025-03-25 | fixed sizing and background of collection filter button. fixed exception in ↵ | bobzel | |
| getDescription for text labels. | |||
| 2025-03-24 | fixed iconifying collections to show image icon. fixed shortcut for using ↵ | bobzel | |
| cached template. fixed onClick prop type | |||
| 2025-03-24 | Merge branch 'fieldSyntaxUpdate' into aarav_edit | bobzel | |
| 2025-03-23 | more _props.Document to .Document refactoring. type updates to ↵ | bobzel | |
| prosemirrortransfer | |||
| 2025-03-23 | updated more [DocData] to .$ things | 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-16 | type error fix | bobzel | |
| 2025-03-11 | Doing outpainting implementation | sharkiecodes | |
| 2025-03-10 | fixed issue with text notes that just have a doc embedded being treated like ↵ | bobzel | |
| empty notes.. | |||
| 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 | fixed selection of default journal text | bobzel | |
| 2025-03-07 | added more individual text formatting features + journal like background | aaravkumar | |
| 2025-03-07 | cleaned up RTF creation w/ styles. fixed scripting compile bug when unused ↵ | bobzel | |
| functions were considered not found. | |||
| 2025-03-07 | attempted adding formatting | aaravkumar | |
| 2025-03-06 | a bunch of changes to improve how docs are selected automatically when created. | bobzel | |
| 2025-02-20 | from last | geireann | |
| 2025-02-19 | more gptpopup cleanup. | bobzel | |
| 2025-02-14 | major restructure of GPTPopup so that it works with all collections. | bobzel | |
| 2025-02-10 | updated from master | bobzel | |
| 2025-02-03 | fixed animating data field | bobzel | |
| 2024-12-18 | better | A.J. Shulman | |
| 2024-11-11 | changes for demo | eleanor-park | |
| 2024-11-03 | working on smart draw width bugs | eleanor-park | |
| 2024-10-31 | restored smartdraw ink mode. siwtched to enums for setting ink properties. | bobzel | |
| 2024-10-30 | Merge branch 'master' into eleanor-gptdraw | eleanor-park | |
| 2024-10-30 | integrated image stickers with palette | eleanor-park | |
| 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-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-18 | fixed following anchors to collection card/carousel to set the ↵ | bobzel | |
| current/selected Doc | |||
| 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-11 | Lots of cleanup in comparisonBox to get rid of duplicated code and siimplify ↵ | bobzel | |
| long functions. Utility functions were added to ComparisonBox to simplify menu functions, and to FormattedTextBox to simplify creating centered text views. | |||
| 2024-10-11 | added some commenting and code tweaks to ComparisonBox | bobzel | |
| 2024-10-11 | fixes for quiz mode - comparisonbox renderSide fixes. scrolling doesn't ↵ | bobzel | |
| propagate out of carousel or card views. fix for text with image Doc - now gets saved to UPDATE_CACHE working set. | |||
| 2024-10-10 | Merge branch 'master' into alyssa-starter | bobzel | |
| 2024-10-10 | Merge branch 'master' into nathan-starter | bobzel | |
| 2024-10-07 | Merge branch 'master' into alyssa-starter | bobzel | |
| 2024-10-07 | fixed card 'pile' function. lint fixes. | bobzel | |
| 2024-10-07 | lint fixes | bobzel | |
| 2024-10-01 | Merge branch 'master' into nathan-starter | bobzel | |
| 2024-10-01 | Merge branch 'master' into alyssa-starter | bobzel | |
