Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-08-18 | added image foreground mask function. added ui buttons for removing ↵HEADmaster | bobzel | |
background, masking foreground. | |||
2025-08-15 | cleaned up image background removal code a bit and added undo | bobzel | |
2025-08-14 | moved background removal code into ImageUtils | bobzel | |
2025-08-14 | added background removal for images. | bobzel | |
2025-07-21 | cleaning up server warnings/errors | bobzel | |
2025-07-16 | fixed placement of Docs on views that are modified as the result of the AI ↵ | bobzel | |
componentUI view being display | |||
2025-07-16 | fixed disappearing images caused by having no height when default image was ↵ | bobzel | |
an alternate. fixed columnDragger for masonry view to always display to avoid flicker artifacts. | |||
2025-06-20 | cleanup | bobzel | |
2025-06-19 | from last | bobzel | |
2025-06-19 | removing references to Box types from documentdecorations - added ↵ | bobzel | |
showBorderRounding to viewBoxInterface. | |||
2025-06-16 | Merge branch 'master' into lanyi-branch | sharkiecodes | |
2025-06-16 | fixed typos | geireann | |
2025-06-13 | Merge branch 'master' into lanyi-branch | sharkiecodes | |
2025-06-13 | updated css and project to HTML5 standards. fixed border rounding for images. | bobzel | |
2025-06-11 | added outpaintable method to streamline determining which docs can be ↵ | bobzel | |
outpainted. | |||
2025-06-11 | change how autoTag is triggered for images to not use a reaction | bobzel | |
2025-06-10 | Merge branch 'master' into lanyi-branch | sharkiecodes | |
2025-06-06 | clean-up | sharkiecodes | |
2025-06-05 | attempting marqueeview gen of multiple scrapbooks | sharkiecodes | |
2025-06-01 | reactive backgrounds, tagging of pdfs, group-select and suggested templates, ↵ | sharkiecodes | |
text box content influences backgrounds | |||
2025-06-01 | a number of fixes to document creator to fix preview of templates and ↵ | bobzel | |
templates with images. | |||
2025-05-30 | fixed using empty images in templates to support assigning a new image and ↵ | bobzel | |
getting native dimensions right. fixed native dimensions of images within templates to not use native dims of template. fixed undo for text templates that don't have a text box. fixed image dropping on images that are empty (to assign the dropped image). | |||
2025-05-27 | canceling image outpaiting cancels outpaint ui from showing up now. | bobzel | |
2025-05-27 | fixed image rengerate to hide ui buttons first. | bobzel | |
2025-05-12 | scrapbooks with tags | sharkiecodes | |
2025-05-11 | outpainting scrapbooks | sharkiecodes | |
2025-05-11 | integrated outpainting with scrapbooks | sharkiecodes | |
2025-05-09 | Merge branch 'master' into lanyi-branch | bobzel | |
2025-05-09 | added user templates to template_user global field. fixed schemas to not ↵ | bobzel | |
erase field values when setting a new column name. fixed templates to render properly when switching by fixing contentsRef to be observable. fixed templates with fields in stacks to autoHeight update correctly by . fixed images in templates to set their nativeDim after rendering. fixed text views of descriptions to auto-updated by setting the modification date of the description field. | |||
2025-05-07 | cleaned up ai metadata on generated drawings. | bobzel | |
2025-05-07 | fixed dont_center on Docs in gridview. fixed ai view screentolocal in ↵ | bobzel | |
docView, and made ai view more streamlined. got rid of ai history sidebar in images. fixed imageeditor to use a mask that doesn't show the original conctents. fixed gptpopup scrolling, turning off of spinner, and improved ability to filter Docs | |||
2025-05-05 | Merge branch 'master' into lanyi-branch | bobzel | |
2025-05-02 | fixed up image outpaint dialog and added options for placementt. | bobzel | |
2025-04-29 | Merge branch 'lanyi-branch' of https://github.com/brown-dash/Dash-Web into ↵ | sharkiecodes | |
lanyi-branch | |||
2025-04-29 | Autotag | sharkiecodes | |
2025-04-29 | Merge branch 'master' into lanyi-branch | bobzel | |
2025-04-29 | clean up outpaint code. fix image sizing when outpainting. | bobzel | |
2025-04-28 | working on autotagging | sharkiecodes | |
2025-04-28 | Merge branch 'lanyi-branch' of https://github.com/brown-dash/Dash-Web into ↵ | sharkiecodes | |
lanyi-branch | |||
2025-04-28 | adding autotagging | sharkiecodes | |
2025-04-28 | fixed image cropping | bobzel | |
2025-04-28 | fix for outpainting alignment | bobzel | |
2025-04-28 | cleaned up outpainting and Doc resize code. fixes problems with doc ↵ | bobzel | |
resizing of text boxes with ctrl-key. | |||
2025-04-23 | lots of typechecking fixes. | bobzel | |
2025-04-23 | fixed outpainting to get authorization for dropbox | bobzel | |
2025-04-23 | fixing bad merge | bobzel | |
2025-04-22 | adding drop handling code for scrapbookBox | bobzel | |
2025-04-21 | added undo for outpaint | bobzel | |
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. |