| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-04 | added link cretor button to text anchor menu | bobzel | |
| 2025-03-04 | fixed svg conversion to bezier to handle relative points and dataformats ↵ | bobzel | |
| without spaces. | |||
| 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-28 | from last | bobzel | |
| 2025-02-28 | added drop target for regenerating images | bobzel | |
| 2025-02-26 | added typing to PostToServer calls. made smartDraw popup create images locally. | bobzel | |
| 2025-02-26 | ping cleanup | bobzel | |
| 2025-02-26 | fixed toggling number dropdown. Added firefly to gpt popup menu. | bobzel | |
| 2025-02-26 | removed query-string from project | bobzel | |
| 2025-02-25 | more compile fixes. | bobzel | |
| 2025-02-25 | updated packages and fixed some cimplier warnings. | bobzel | |
| 2025-02-25 | added a hideUI option to hide buttons. fixed a mess of runtime warnings ↵ | bobzel | |
| mostly related to how scss files can be included in each other | |||
| 2025-02-24 | added borders (width, color, and style) for DocumentViews. fixed dropdown ↵ | bobzel | |
| slider buttons to show text labels. | |||
| 2025-02-19 | more gptpopup cleanup. | bobzel | |
| 2025-02-18 | css fixes for gptPopup + close button | bobzel | |
| 2025-02-12 | made chatBox fit width by default | bobzel | |
| 2025-02-10 | updated from master | bobzel | |
| 2025-02-10 | added dictation buttons to chatbox | bobzel | |
| 2025-02-03 | fixed defaults for roll animations effect. fixed hideBefore pres effect to ↵ | bobzel | |
| not show Doc before effect starts | |||
| 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. | |||
| 2025-01-29 | generlized some of cardDeck ui. showTags is under View for all collections. ↵ | bobzel | |
| chat popup is available for all docs, but only works for card views. added clear filters button for chat popup. | |||
| 2025-01-29 | cleaned up filter icons. | bobzel | |
| 2025-01-28 | fixed flashcard practice mode. moved doc sorting from cardDeck into ↵ | bobzel | |
| collectionSubView to apply it to all collections. | |||
| 2025-01-28 | card view cleanup. moved 'pile' into shiftclick on Perspective dropdown. ↵ | bobzel | |
| fixed tags sorting. | |||
| 2025-01-13 | changing ai for images and collections to work mostly the same way. fixes ↵ | bobzel | |
| for document view/collection/images to keep things working when the ai editor view reduces the rendered document size. fixed so that freeform views overlaid on images/vieos/etc have the ui menu items of collections. | |||
| 2025-01-08 | Merge branch 'master' into eleanor-gptdraw | bobzel | |
| 2025-01-05 | added AI image editor | eleanor-park | |
| 2025-01-01 | monorepo setup | Geireann Lindfield Roberts | |
| 2025-01-02 | made drawing fill automatically size images | eleanor-park | |
| 2024-12-18 | trying new image generation plus new implementaion of video and audio | A.J. Shulman | |
| 2024-12-04 | Merge branch 'master' into eleanor-gptdraw | eleanor-park | |
| 2024-11-22 | added initial Firefly endpoint and hanged smartDrawHandler to generate an ↵ | bobzel | |
| image and an svg. | |||
| 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-11-11 | changes for demo | eleanor-park | |
| 2024-11-03 | fixed parsing of chat's svg's to strokes | bobzel | |
| 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 tab switching instead of bringing up a lightbox when following link to ↵ | bobzel | |
| doc in different tab. | |||
| 2024-10-17 | changed layout_isFlashcard to layout_flashcardType with value of 'flashcard' ↵ | bobzel | |
| to make it easy to search for flashcards. made carousel views able to focus() on a Doc. added ability for carousel and card views to have anchors so they can be pinned and linked. fixed pinning collections to save filters | |||
| 2024-10-17 | made Card and Carousel part of novice mode views. | bobzel | |
| 2024-10-17 | fixed script compile error | bobzel | |
| 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-13 | fixes to scripting to generate errors to allow schema view to enter strings ↵ | geireann | |
| that conflict with function names. | |||
| 2024-10-10 | Merge branch 'master' into alyssa-starter | bobzel | |
