| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-08 | fixed fuzzy search button | bobzel | |
| 2025-06-26 | Merge branch 'master' into agent-paper-main | bobzel | |
| 2025-06-26 | fixed rendering pdfs, text selections on pdfs, | bobzel | |
| 2025-06-26 | Merge branch 'master' into agent-paper-main | bobzel | |
| 2025-06-11 | don't recompute tags_chat for PDF and videos. Don't block within loop for ↵ | bobzel | |
| getting pdf text. | |||
| 2025-06-10 | Merge branch 'master' into lanyi-branch | sharkiecodes | |
| 2025-06-01 | reactive backgrounds, tagging of pdfs, group-select and suggested templates, ↵ | sharkiecodes | |
| text box content influences backgrounds | |||
| 2025-05-16 | made pdf buttons maintain scren size. | bobzel | |
| 2025-05-13 | fixed setting up link anchors for video to be added to Doc. fixed ↵ | bobzel | |
| imageTemplate to work with templates in tabs. fixed link following from link menu. cleaned up getView with sidebars to open them when needed properly.. | |||
| 2025-05-12 | workign better | A.J. Shulman | |
| 2025-05-05 | got rid of dash _xPadding/_yPadding in favor of just using ↵ | bobzel | |
| _xMargin/_yMargin. cleaned up linearView field names | |||
| 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-03-30 | changed Doc.Layout calls to doc[DocLayout]. fixed flashcard ui placement on ↵ | bobzel | |
| card view. fixed css scaling for styleprovider icons and annotation resizer | |||
| 2025-03-23 | more _props.Document to .Document refactoring. type updates to ↵ | bobzel | |
| prosemirrortransfer | |||
| 2025-03-23 | from last | bobzel | |
| 2025-03-23 | updated more [DocData] to .$ things | bobzel | |
| 2025-01-07 | fixed pdfs/marqueeAnnotator so that you can add rectangle annotations. | bobzel | |
| 2025-01-06 | more pdf tweaks | bobzel | |
| 2025-01-06 | pdf fixes for latest version of PDFjs. | bobzel | |
| 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-06 | Merge branch 'alyssa-starter' of https://github.com/brown-dash/Dash-Web into ↵ | alyssaf16 | |
| alyssa-starter | |||
| 2024-10-06 | comments | alyssaf16 | |
| 2024-10-01 | more lint fixes | bobzel | |
| 2024-09-11 | merged with master | bobzel | |
| 2024-09-02 | cleaned up updateIcon to use promises to avoid a bunch of setTimeouts | bobzel | |
| 2024-09-01 | consolidated image resampling. fixed importing zipped workspace. | bobzel | |
| 2024-08-28 | final changes, ready for pull request | eleanor-park | |
| 2024-08-27 | Merge branch 'master' into eleanor-gptdraw | eleanor-park | |
| 2024-08-09 | a bunch more typing fixes. | bobzel | |
| 2024-08-08 | many changes to add typing in place of 'any's etc | bobzel | |
| 2024-07-26 | Revert "Merge branch 'master' into eleanor-gptdraw" | eleanor-park | |
| This reverts commit decbefe23a1da35c838222bafe8a2c029c6ea794, reversing changes made to 8ca26551622d36b7856f5c1865498fa9e5d888b5. | |||
| 2024-06-03 | updated pdfViewer worker. fixed PDFbox action to set pdfcache. cleaned up ↵ | bobzel | |
| messagecomponent | |||
| 2024-05-06 | eslint cleanup | bobzel | |
| 2024-05-03 | fixed pdf rendering. fixed cropping images. fixed zooming out of an image ↵ | bobzel | |
| that is fitWidth to set scroll bar properly. | |||
| 2024-05-02 | another push to remove cycles by pushing things onto Doc and DocumentView | bobzel | |
| 2024-05-02 | lots more dependency cycle unwinding. | bobzel | |
| 2024-04-30 | unwinding more import loops by splitting up Documents.ts into DocUtils.ts ↵ | bobzel | |
| and moving crate functions to <>Box functions | |||
| 2024-04-30 | unwinding some import cycles. added PinFuncs and .from(dv:DocumentView) for ↵ | bobzel | |
| CollectionFreeForm stiuff | |||
| 2024-04-30 | broke out clusters code from freeformview to its own file. cleaned up a bit. | bobzel | |
| 2024-04-25 | added toList() for Doc|Doc[] | bobzel | |
| 2024-04-25 | changed marqueeAnnotator to save inline annotations as text strings instead ↵ | bobzel | |
| of Docs. enabled making image crops of text selections on PDFs. cleaned up webboxrendered lint promses, and Annotation render | |||
| 2024-04-24 | fixed search on pdfs to display results when pDF is not selected. fixed ↵ | bobzel | |
| presentation transitions to animate. changed so that annotaitons on pdfs would highlight when following a pres slide. fixed scrolling to annotations (and other viewSpecs) from presentations by using the slide target, not the slide as the focus document. cleaned up search and fixed to unhighlight searches on close. fixe pdf search unhighligting to work. | |||
| 2024-04-21 | more lint cleanup | bobzel | |
| 2024-04-17 | restoring eslint - updates not complete yet | bobzel | |
| 2024-01-24 | several fixes to drag/drop so that dropAction's set on target work for tree ↵ | bobzel | |
| views, notetaking, formattedText, etc. make bringToFront an optional prop. | |||
| 2024-01-23 | reorganization of DocumentView, DocumentViewInternal and FieldView methods ↵ | bobzel | |
| and props. fix for selection bug after following a link. migrating to use [DocData] instad of GetProto() | |||
| 2024-01-22 | fixed schema rows to render, fix for resizing docs from left side. all ↵ | bobzel | |
| locking docs in non freeform view. fix for labelBox with multiple rows to keep top rows. cleaned up docViewPath/containerViewPath & | |||
| 2024-01-18 | lots of changes to try to simplify API for viewPaths and related | bobzel | |
| 2024-01-04 | fixed ffmpeg for uploading videos. fixed getView() to take focus options so ↵ | bobzel | |
| that if a sidebar or timeline has to be opened, the didMove flag can be set properly. added video snapshot frame to top menu. fixed using '^' to stop and start a selection region on timelines. | |||
| 2024-01-03 | cleaned up screenToLocalTransform in several places by making it additional ↵ | bobzel | |
| methods. cleaned up styleProider api a bit to take DocumentViewInternalProps, not DocumentViewProps.. | |||
