| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-05-09 | goodbye old parser ;( hello new parser :) | Nathan-SR | |
| 2024-05-09 | fixed merge | Nathan-SR | |
| 2024-05-09 | Merge branch 'nathan-starter' of https://github.com/brown-dash/Dash-Web into ↵ | Nathan-SR | |
| nathan-starter | |||
| 2024-05-08 | schema cell tag functions written | Nathan-SR | |
| 2024-05-08 | lots of api cleanup and cycle removal | bobzel | |
| 2024-05-07 | lint cleanup for schemaview | bobzel | |
| 2024-05-03 | merged with new version of master | bobzel | |
| 2024-05-03 | Merge branch 'master' into nathan-starter | bobzel | |
| 2024-05-03 | fixed schema to not drag rows when schema is not active (selected or child ↵ | bobzel | |
| content active) | |||
| 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-05-02 | selected cell moves with col; jitter on col move index 0 fixed | Nathan-SR | |
| 2024-04-28 | simplified explore mode implementation | bobzel | |
| 2024-04-25 | added toList() for Doc|Doc[] | bobzel | |
| 2024-04-21 | more lint cleanup | bobzel | |
| 2024-04-17 | restoring eslint - updates not complete yet | bobzel | |
| 2024-04-11 | Row dragging no longer interferes with multi-selection; dragged rows render ↵ | Nathan-SR | |
| where they will be dropped; pointerevent listeners removed from schemarowbox | |||
| 2024-03-31 | selection | Nathan-SR | |
| 2024-03-31 | ctrl selection | Nathan-SR | |
| 2024-03-30 | updated mermaids template. updated paintFunc to also render the underlying ↵ | bobzel | |
| code text so that the paintFunc will update if dashFields in the code change. fixed schema views to render templates properly in preview. fixed text to only modify the data doc. changed setPixels in imageBox to not consider scaling of outer containers. | |||
| 2024-03-28 | fixed tabbing between items in nested dashFieldViews | 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-24 | fixed crash on richtextfield to string when there's no data. fixed schema ↵ | bobzel | |
| cells not to edit unless selected. | |||
| 2024-03-24 | fixed linkdocpreviews to sequence through multiple links. fixed text boxes ↵ | bobzel | |
| to update text when dashfieldView text changes (but the fieldview doesn't), fixed dashFieldViews to be editable cleanly, and to allow sub-dashFieldViews to be editbale. allowed toggle on/off of dashFieldView fieldKey. got rid of sidebars in scemaCells. fied editing dashFieldViews in captions and as childrend of dashFieldViews by passing rootSelected | |||
| 2024-03-22 | Merge branch 'master' into nathan-starter | Nathan-SR | |
| 2024-03-21 | the decommenting | Nathan-SR | |
| 2024-03-21 | multiple cell column switching working | Nathan-SR | |
| 2024-03-21 | editing all selected cols working | Nathan-SR | |
| 2024-03-19 | routing select through selectCell; shift select kind of working; cell ↵ | Nathan-SR | |
| selection updating still broken; cell select with shift select broken | |||
| 2024-03-19 | multiple cell selection started | Nathan-SR | |
| 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-03-09 | fixed up default text that uses a template to process an initial carriage ↵ | bobzel | |
| return properly. fixed text with inherited templates to be able to show fields with a default dashField value from template that can be overidden on instance. | |||
| 2024-02-26 | fixed some string types to be enumerations for dropAction. fixed bug in ↵ | bobzel | |
| golden layout dragging where a stack's tabs could disappear. | |||
| 2024-02-10 | minimal fix to get react date picker to work. | bobzel | |
| 2024-02-10 | more updates to npm packages. | 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-18 | lots of changes to try to simplify API for viewPaths and related | bobzel | |
| 2023-12-13 | cleaned up props/_props handling by inherting from ObservableReactComponent | bobzel | |
| 2023-12-11 | more updates to mobx 6. updated typescript to v5. updated pdf-dist | bobzel | |
| 2023-12-10 | massive changes to use mobx 6 which means not accessing props directly in ↵ | bobzel | |
| @computed functions. | |||
| 2023-12-01 | converted props.DataDoc to props.TemplateDataDocument and fixed so that it's ↵ | bobzel | |
| always undefined unless it's a template. converted references from rootDocument to props.TemplateDataDocument. | |||
| 2023-11-30 | fixed rootSelected prop to be optional. fixed fonticont toggle to pass ↵ | geireann | |
| 'self' even though it's deprecated. | |||
| 2023-11-29 | numerous changes to fix bugs and to fix/remove old or hacky code. fixed doc ↵ | bobzel | |
| dec resizing. moving this.rootDoc => this.Document . fixing template artifacts. | |||
| 2023-09-29 | fixed autoHeight text scrolling in its own tab and elsewhere. update ↵ | bobzel | |
| ChildDrag to GroupChildDrag and simplified documentView code. fixed MapAnchorMenu to allow linking by dragging text icon. | |||
| 2023-09-28 | fixed images in schema to have a width. removed maximise functionality ↵ | bobzel | |
| from goldenlayout. | |||
| 2023-09-12 | dropping link button on same collection makes a pushpin. fixed broken undo ↵ | bobzel | |
| typing to crate doc in sidebar. fixed min/max scaling for cropped images and made annotationOverlays start to use it. Fixed nested text boxes to stopPropagation on pointer down to enable editing of translations in sidebar. moved sidebar filters onto doc's filters. Added metadata filters back to sidebar. Added an -any- option to filtersPanel. fixed schema view preview window, added buttons and sliders. | |||
| 2023-07-18 | fixed typing spaces into text inside schemas | bobzel | |
| 2023-06-22 | cleaned up dragging - abort presItem drags properly, fix naming for ↵ | bobzel | |
| drag/dropAction, small fix undo of drag removeproperties, dragging in/out of headerBar, fixed isContentActive to avoid SnappingManager.GetIsDragging. fixed resizing videos. | |||
| 2023-06-13 | fixed updating cached docs when opening a backlinks collection. added some ↵ | bobzel | |
| FieldInfo types and added 'enumeration' field display in schema view. fixed bug in schema view column sizing. updated a bunch of standard field names to be more consistent. | |||
