| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-23 | jitter on initial drag fixed (computed value caching) | Nathan-SR | |
| 2024-04-23 | out of bounds dragging fixed | Nathan-SR | |
| 2024-04-21 | out of bounds dragging fixed indexes | Nathan-SR | |
| 2024-04-21 | dropped rows update index properly so dragging them without re-selecting works | Nathan-SR | |
| 2024-04-15 | grouped selected cell dragging aligned properly; dragged cell placement ↵ | Nathan-SR | |
| offset weirdness fixed; bug introduced where rows being dragged deselect (still placed correctly) | |||
| 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-22 | Merge branch 'master' into nathan-starter | Nathan-SR | |
| 2024-03-21 | Update CollectionSchemaView.tsx | Nathan-SR | |
| push | |||
| 2024-03-21 | the decommenting | Nathan-SR | |
| 2024-03-21 | deselectCells -> ckearSelection in selectCell | 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-18 | c | Nathan-SR | |
| 2024-03-17 | DocView 1330 problem statement | 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-17 | c | Nathan-SR | |
| 2024-03-16 | summoning | Nathan-SR | |
| 2024-03-14 | test4 | Nathan-SR | |
| 2024-03-14 | addDocToSelection test 3 | Nathan-SR | |
| 2024-03-14 | doc selection test | Nathan-SR | |
| 2024-03-14 | test | Nathan-SR | |
| 2024-03-06 | cleaned up some dropActionType strings. fixed stackingview scrolling when ↵ | bobzel | |
| always active. fixed schemaView keys dropdown menu to be a popup. cleaned up display of key Finfo's | |||
| 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-01-27 | made dataViz nodes linked to schema nodes update automatically as cahnges ↵ | bobzel | |
| are made. fixed user created templates from disappearing from menu, and made them work. added toJavascriptString and made DashField views convert to text. added support for turning text into javascript rendering (paint) code. | |||
| 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-22 | cleaned up viewPath methods and LightboxView's containment api | bobzel | |
| 2024-01-18 | lots of changes to try to simplify API for viewPaths and related | bobzel | |
| 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.. | |||
| 2023-12-13 | cleaned up props/_props handling by inherting from ObservableReactComponent | bobzel | |
| 2023-12-12 | cleaned up SelectionManager. fixed schema view | bobzel | |
| 2023-12-10 | massive changes to use mobx 6 which means not accessing props directly in ↵ | bobzel | |
| @computed functions. | |||
| 2023-12-03 | cleaned up warnings and errors, working with typescript 20.10 | bobzel | |
| 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 | final rootDoc refactoring | bobzel | |
| 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-11-15 | schema code cleanup | bobzel | |
| 2023-11-14 | fixed pointer events with nested views in texst boxes. fixed | bobzel | |
| 2023-11-14 | simplified goldenlayout tab buttons and made open in lightbox more ↵ | bobzel | |
| accessible for a tab. | |||
| 2023-11-07 | Changed how selection works to avoid invalidations. Fixed Cast problem with ↵ | bobzel | |
| ProxyFields that caused renameEmbedding to infinite loop.. Changed brushing for the same reason. Cleaned up a few things with filter code. | |||
| 2023-10-04 | several fixes for webclips, linking to pdf/web, fonticon dropdowns. removed ↵ | bobzel | |
| sliderbox. reduce uses of scriptContext fixed web clipping annotations to be in correct spot and not to crash because of using a url that it doesn't have. fixed pdf/web links to not use anchor from other end of link. because of sharing of GetAnchor global. added a backup when presbox overwrites a doc's data field. removed sliderBox. fixed fontIcon dropdowns to not call click script twice. removed scriptContext where it wasn't needed which is everywhere except TreeViews. | |||
| 2023-09-13 | fixed input new node for schema | bobzel | |
| 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-09-08 | don't remove current recording from overlay, added closeOnSelect option for ↵ | bobzel | |
| dropdown. place recording box on screen. fixe overlayView to keep views on screen. fixed schema view checkboxes. don't cause tab to rerender when colelctoin type changes. add dropdown to filter indicator to find filters. | |||
| 2023-09-07 | hide schema chrome when chromeHidden is set. ignore showTitle in schemaView | bobzel | |
