aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents
AgeCommit message (Collapse)Author
2025-04-28cleaned up outpainting and Doc resize code. fixes problems with doc ↵bobzel
resizing of text boxes with ctrl-key.
2025-04-23fixed outpainting to get authorization for dropboxbobzel
2025-04-22adding drop handling code for scrapbookBoxbobzel
2025-04-21scrapbookssharkiecodes
2025-04-21attempting to integrate scrapbookssharkiecodes
2025-04-21merged with master and cleaned up outpainting a bit.bobzel
2025-04-17fix for resizing docs with native width and modify native dim set (fixes ↵geireann
dailyjournal resizing).
2025-04-14fixed 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-10fixed instantiate from : menu to delgate templates instead of copying.bobzel
2025-04-10changed 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-08change isLightbox to be a datadoc flag.bobzel
2025-04-08fixed gptImageLabel calls and added ImageCastToNameType to deal with ↵bobzel
filenames with '.'s in them. fixed vertical centered text.
2025-04-05 fixed multitoggle behavior to only toggle submenu closed. switched to ↵bobzel
hard-light for masking ink. fixed to make menu toggle take effect immediately.
2025-04-01added an override_backgroundColor or templates that want to control ↵bobzel
background colors. needs to be generalized, perhaps along the lines of !important. fixed script sto ignore Array<T> template errors..
2025-03-26fixed 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-24Merge branch 'fieldSyntaxUpdate' into aarav_editbobzel
2025-03-21from lastbobzel
2025-03-21trying to improve how data / layout / root and templtae docs are accessed.bobzel
2025-03-19daily journal title/text update fixes + GPT prompts button for journalling ↵aaravkumar
prompts integration
2025-03-11Doing outpainting implementationsharkiecodes
2025-03-10Merge branch 'master' into aarav_editbobzel
2025-03-09removed 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-07fixed following text hyperlinks to Docs. fixed using fieldinfos for ↵bobzel
DashFieldViews to get appropriate Schmema cell input. fixed dashFieldView to show correct input editor for field type.
2025-03-07fixes to daily journal creation.bobzel
2025-03-07fixed 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-07made daily journal a tool and removed unneeded explicit mention of it in ':' ↵bobzel
menu
2025-03-07cleaned up RTF creation w/ styles. fixed scripting compile bug when unused ↵bobzel
functions were considered not found.
2025-03-07attempted adding formattingaaravkumar
2025-03-06a bunch of changes to improve how docs are selected automatically when created.bobzel
2025-03-06Merge branch 'master' into aarav_editbobzel
2025-03-06fixed inital text in dayJournalbobzel
2025-03-06daily journal nodeaaravkumar
2025-03-06fixed resizing height to be > 10 pixels. split pivotView out of timeView.bobzel
2025-03-05added:hover mode for images to make primary image fade in instead of alternate.bobzel
2025-03-04fixed 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-26made regenerate ai show up next to image doc. show ai prompt for firefly ↵bobzel
in gptpopup .
2025-02-24added borders (width, color, and style) for DocumentViews. fixed dropdown ↵bobzel
slider buttons to show text labels.
2025-02-10updated from masterbobzel
2025-02-08mergedbobzel
2025-02-03changed 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.
2025-01-28from lastbobzel
2025-01-27fixed drawing opaque strokes over images.bobzel
2025-01-21more attempts to cleanup typing, etc in chat boxbobzel
2025-01-09added ai editor to collectionseleanor-park
2025-01-05added AI image editoreleanor-park
2024-12-30created image regeneration with dialogueeleanor-park
2024-12-18trying new image generation plus new implementaion of video and audioA.J. Shulman
2024-12-04Merge branch 'master' into eleanor-gptdraweleanor-park
2024-11-12updated equationBox to support margins/padding like text. fixed initial ↵bobzel
undo of newly typed equation.
2024-11-12fixed 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.