aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/DocUtils.ts
AgeCommit message (Expand)Author
2025-02-03changed filter 'check' to be exact match and 'match' to be substring. fixed ...bobzel
2024-11-12updated equationBox to support margins/padding like text. fixed initial undo...bobzel
2024-11-12fixed resizing height to 0 to autoResize. fixed setting background color defa...bobzel
2024-11-12made equation background same as text. fixed dflt stroke/link width to both b...bobzel
2024-10-30reworked how context menu buttons for ink and text work. added disableMixBlen...bobzel
2024-10-29fixes to allow typing and drawing without a mode switch.bobzel
2024-10-28reworked LabelBox's to be fully editable. gor rid of singleLine for label bo...bobzel
2024-10-14reorganized comparisonBox related components -- moved stuff down into Docs.Cr...bobzel
2024-10-07Merge branch 'master' into alyssa-starterbobzel
2024-10-07more lintbobzel
2024-10-01Merge branch 'master' into alyssa-starterbobzel
2024-09-30don't cap the resolution of an image anymore -- let the user do it explicitly...bobzel
2024-09-20Merge branch 'master' into eleanor-gptdrawbobzel
2024-09-20Merge branch 'master' into alyssa-starterbobzel
2024-09-20fixed filter dropdown to work properly with multiselect.bobzel
2024-09-02Merge branch 'master' into alyssa-starterbobzel
2024-08-29made smartDraw autoFocus and be available from : menubobzel
2024-08-21Merge branch 'master' into keanu-commentsbobzel
2024-08-21more lint fixes after updatebobzel
2024-08-20from lastbobzel
2024-08-20fixed error handling of images too big to load. cleaned up facecollectionbox...bobzel
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-06-20select workingalyssaf16
2024-05-02lots more dependency cycle unwinding.bobzel
2024-05-01more cycle import removal. fixed ndollar bugs introduced during lint changes.bobzel
2024-04-30unwinding more import loops by splitting up Documents.ts into DocUtils.ts and...bobzel