| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-05-05 | got rid of dash _xPadding/_yPadding in favor of just using ↵ | bobzel | |
| _xMargin/_yMargin. cleaned up linearView field names | |||
| 2025-04-23 | lots of typechecking fixes. | bobzel | |
| 2025-04-22 | protoype version of scrapboxBox. added rejectDrop prop to prevent drops on ↵ | bobzel | |
| child documentviews | |||
| 2025-04-22 | adding drop handling code for scrapbookBox | 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-10 | performance fixes for text boxes to not call screenToLocal unnecessarily. ↵ | bobzel | |
| simplifications to template data 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-24 | fixed iconifying collections to show image icon. fixed shortcut for using ↵ | bobzel | |
| cached template. fixed onClick prop type | |||
| 2025-03-23 | fixed more typing errors. fixed updateBullets to not generate error when ↵ | bobzel | |
| part of selection is not on a list. | |||
| 2025-03-23 | more _props.Document to .Document refactoring. type updates to ↵ | bobzel | |
| prosemirrortransfer | |||
| 2025-01-14 | added drawing fill style reference | eleanor-park | |
| 2024-10-10 | Merge branch 'master' into alyssa-starter | bobzel | |
| 2024-10-08 | modified how buttons are laid out on carousel and comparison views so that ↵ | bobzel | |
| text boxes can reflow around them. extracted flashcard pratice into its own component and applied it to carousel3D and carousel | |||
| 2024-10-07 | moved all quiz code out of LabelBox and ImageBox and into StyleProviderQuiz. ↵ | bobzel | |
| changed quizBoxes and quizMode to be stored as Doc metadata. Extended styles to cover contextMenuItems. remove this.setListening() from comparisonBox until contextMenu selectedVal is fixed. | |||
| 2024-10-07 | Merge branch 'master' into alyssa-starter | bobzel | |
| 2024-10-04 | more lint fixes to schema view changes. | bobzel | |
| 2024-10-04 | Merge branch 'master' into nathan-starter | bobzel | |
| 2024-10-04 | cleaning up CardDeckView so that animations work smoothly | bobzel | |
| 2024-10-01 | Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵ | Nathan-SR | |
| nathan-starter | |||
| 2024-09-19 | merged with master -- updated filtering from cardView branch | bobzel | |
| 2024-09-17 | linted cardView files after merge. | bobzel | |
| 2024-09-11 | Merge branch 'master' into alyssa-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. | |||
| 2024-09-02 | Merge branch 'master' into alyssa-starter | bobzel | |
| 2024-08-08 | many changes to add typing in place of 'any's etc | bobzel | |
| 2024-07-24 | more update of anys | geireann | |
| 2024-07-22 | adding type fixes to avoid 'any's | bobzel | |
| 2024-07-18 | starting to remove anys | geireann | |
| 2024-07-08 | Speech to phonemes progress | alyssaf16 | |
| 2024-06-28 | header text no longer shifts left on hover | Nathan-SR | |
| 2024-06-06 | Flashcard changes - menu added | alyssaf16 | |
| 2024-05-16 | moved isHovering to DocumentView as instance variable instead from ↵ | bobzel | |
| FormattedText as a Document field. cleaned up cluster style provider. fixed freeformView to not trigger as many updates when a doc is dropped, and fixed layoutEngines to not return a background or color unless actually set by the engine. | |||
| 2024-05-08 | lots of api cleanup and cycle removal | bobzel | |
| 2024-05-06 | eslint cleanup | bobzel | |
| 2024-05-02 | another push to remove cycles by pushing things onto Doc and DocumentView | 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-29 | updating showDocument to not have to know about groups -- all group logic is ↵ | bobzel | |
| in collectionfreeformview. | |||
| 2024-04-28 | cleaned up explore mode to use focus(). fixed focusing on group doc ↵ | geireann | |
| elements to not focus on group first. | |||
| 2024-04-28 | simplified explore mode implementation | bobzel | |
| 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-03-26 | added empty image tool and click on empty image to select from filesystem. ↵ | bobzel | |
| fixed following links in lightbox and showing links to stackedTimelines. fixed embedding docs into text. fixed not resizing text boxes that also show up in pivot view. prevent context menu from going off top of screen. fixed freeform clustering colors and click to type. fixed links to stackedTimeline marks, and titles for marks. made title editing from doc deco and header use same syntax as keyValue. fixed marquee selection on webBoxes. turn off transitions in freeformdocview after timeout. enabled iconifying templates to propagate to "offspring". fixes images in templates. don't show headr on schema views. | |||
| 2024-03-19 | cleaned up user templates to not get changed on reload. made setting a ↵ | bobzel | |
| template add it to the template tools list and as a tools button. fixed linking to parts of a template. fixed disappearing templates caused by stacking view set a field with an empty key. updated field assignment syntax in trees, dash field views, and key value box to all use :,:=,=,=:= syntax. added text elide button. added @(title) syntax for hyperlinking. made using a template both inherit from the template to get default values and use the template to render. fixed submenu placement of context menu. updated RTF markdown doc. | |||
| 2024-03-17 | use metakey to edit computedfield result instead of expression in schema ↵ | bobzel | |
| cell, set default new field values on data doc. fixed stacking view from autoresizing when switching to a different collection view. changed syntax for setting fields in text docs to use ':=' for computed fields. Added call to Chat in computed functions when (( )) is used. Added caching of computed function result when a function called by ComputedField uses the _setCacheResult_ method (currently only gptCallChat). | |||
| 2024-01-25 | fixed script typechecking which fixes editing keyvalue pane. renamed ↵ | bobzel | |
| contentPointerEvents to childContentPointerEvents to match what it does. | |||
| 2024-01-24 | added dragConfig() to allow components to set custom docDragData fields. got ↵ | bobzel | |
| rid of treeViewDoc prop | |||
| 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-18 | lots of changes to try to simplify API for viewPaths and related | bobzel | |
