Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-08-18 | added image foreground mask function. added ui buttons for removing ↵HEADmaster | bobzel | |
background, masking foreground. | |||
2025-06-23 | fixed invalidations to not trigger creating new refs when ref= was assigned ↵ | bobzel | |
to an anonymous function. fixed scribble erase to not delete everything it overlaps, just things it intersects with or contains. fixed ink to have a Math mode and fixed math recognition myscript calls. | |||
2025-05-10 | added an imageTemplate ui button. | 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-09 | more color template fixes. | bobzel | |
2025-04-09 | cleaned up color setting for templates so that instances can override ↵ | bobzel | |
template default color. | |||
2025-04-01 | fixed text views to write/read font_<props> from data doc. | bobzel | |
2025-03-23 | updated more [DocData] to .$ things | bobzel | |
2025-02-27 | prevent tagsview from appeqring in spreadsheet. set default fill color only ↵ | bobzel | |
if nothing is selected. place column divider at top of stacking/card views. move card view flashcard view to top left independent of margin settings. | |||
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-13 | from last | bobzel | |
2025-02-13 | lots of cleanup in GPTpopup. | bobzel | |
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-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-01 | monorepo setup | Geireann Lindfield Roberts | |
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-31 | restored smartdraw ink mode. siwtched to enums for setting ink properties. | bobzel | |
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-16 | major fixes to cardDeck view to simplify code and to make arch follow a true ↵ | bobzel | |
circle arc and to fix doc sizing when fitwidth/lightbox/etc. fixes to flashcard UI for advancing to next Doc in cardView and carousel3D. | |||
2024-10-10 | Merge branch 'master' into nathan-starter | bobzel | |
2024-10-07 | fixed card 'pile' function. lint fixes. | bobzel | |
2024-10-04 | more lint fixes to schema view changes. | bobzel | |
2024-10-02 | Merge branch 'master' into nathan-starter | bobzel | |
2024-10-02 | added showTags button for cardView. fixed unnecessary invalidations of ↵ | bobzel | |
TagsView based on child screenToLocal changing when its not rendered. | |||
2024-10-01 | Merge branch 'master' into nathan-starter | bobzel | |
2024-10-01 | cleaning up smart drawing menu options. | bobzel | |
2024-10-01 | Merge branch 'master' into eleanor-gptdraw | bobzel | |
2024-10-01 | fixed eraser mode button to show current eraser and to show options. | bobzel | |
2024-10-01 | Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵ | Nathan-SR | |
nathan-starter | |||
2024-09-20 | Merge branch 'master' into zach-starter | bobzel | |
2024-09-20 | Merge branch 'master' into eleanor-gptdraw | bobzel | |
2024-09-20 | fixed filter dropdown to work properly with multiselect. | bobzel | |
2024-09-19 | Merge branch 'master' into zach-starter | bobzel | |
2024-09-19 | merged with master | bobzel | |
2024-09-19 | changed backend for filtering buttons to store only one list - the list of ↵ | bobzel | |
icon buttons in Doc.MyFilterHotKeys. | |||
2024-09-17 | from last | bobzel | |
2024-09-17 | fixed eslint started some linting | bobzel | |
2024-09-17 | from last | bobzel | |
2024-09-17 | cleaning up card view stuff post-merge | bobzel | |
2024-09-17 | ready to pull | aidahosa1 | |
2024-09-17 | Merge branch 'master' into aisosa-starter | aidahosa1 | |
2024-09-17 | done with comments-- pull request | aidahosa1 | |
2024-09-17 | Merge branch 'master' into aisosa-starter | aidahosa1 | |
2024-09-11 | merged with master | bobzel | |
2024-09-11 | Merge branch 'master' into zach-starter | bobzel | |
2024-09-10 | moved TagsView up into DocumentView so that one row of tags will be visible. ↵ | bobzel | |
fixed setting pixel size of images to resize annotations so they don't appear to change. added vert/horiz centering for stacking views. fixed pres box to not have scroll bars. fixed resizing properties panel. |