| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-18 | c | Nathan-SR | |
| 2024-03-14 | test | Nathan-SR | |
| 2024-03-14 | Schema row option order changed | Nathan-SR | |
| 2024-01-31 | cleaned up accessing/setting proto_embeddings with api on Doc. fixed some ↵ | bobzel | |
| css related to IconButtons. added a paintView toggle button to dec decorations for text with code blocks. enabled text with code to modify Docs and get this and documentView as params. | |||
| 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 | |
| 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-12 | fixed and cleaned up snapping lines | 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-11-29 | cleaned up presElementBox and did more this.rootDoc => this.Document/layoutDoc | bobzel | |
| 2023-11-15 | schema code cleanup | bobzel | |
| 2023-11-14 | fixed pointer events with nested views in texst boxes. fixed | 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 | made schema close/preview buttons real buttons. | 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. | |||
| 2023-05-16 | fixed bugs with goldenlayout dragging and undoing. fixed searching for ↵ | bobzel | |
| filter values in sidebars. Stopped creating empty list for collections when datafield() is accessed because it messes up undo of a collection. fixed tab title editing. from marquee. Added UndoStack UI and additional naming support in code. | |||
| 2023-05-14 | major overhaul of field naming conventions. | bobzel | |
| 2023-05-13 | changed EditableViews to support oneline and multiline. Also added ↵ | bobzel | |
| transformer UI to allow documents to be entered. changed transformer to write doc id's, not variables.. made schema view support oneline and fixed bug with docdecoration hader occluding things invisibly. updated web pages to be zoomable and for its anchors to update web page and scroll location properly. made autolinkanchor directly go to target on click. | |||
| 2023-04-27 | fixed some undo issues with schema fill down. added bool cell view. added ↵ | bobzel | |
| UI for showing/setting values on layout vs data docs. | |||
| 2023-04-27 | performance tuning for schema views to avoid re-rendering each table cell ↵ | bobzel | |
| when child docs change. | |||
| 2023-04-27 | fixed editing schema cells with keyboard only | mehekj | |
| 2023-04-27 | trying to get schema keyboard controls working | mehekj | |
| 2023-04-24 | crappy version of schema image cell preview on hover | mehekj | |
| 2023-04-19 | Merge branch 'master' into schema-mehek | mehekj | |
| 2023-04-13 | lots of changes to get rid of ContainingCollectionDoc and ↵ | bobzel | |
| ContainingCollectionView props. | |||
| 2023-04-12 | readonly fields and schema key info display | mehekj | |
| 2023-03-28 | numerous changes to try to simplify event handling in DocumentView - got rid ↵ | bobzel | |
| of isContentActive in DocComponent since it's in DocumentView. Including adding 'enableDragWhenActive' , 'onClickScriptDisable', | |||
| 2023-03-24 | fixed showing keyValueBox when document opacity is 0 or it is hidden. fixed ↵ | bobzel | |
| toggling link targets. fixed sorting and undoing schema view changes. | |||
| 2023-03-24 | overhaul of selection api so that schema and other views behave like ↵ | bobzel | |
| freeform and use document views onClick for selection | |||
| 2023-03-23 | fixed dragging schema rows. fixed not being able to click row buttons ↵ | bobzel | |
| unless schema view is active. | |||
| 2023-03-23 | fixed up pointer events so that schema and freeform items can be selected ↵ | bobzel | |
| without selecting the collection. however, dragging the item drags the collection unless the collection is selected. cleaned up selected docs in schema to not keep a parallel observableSet to SelectionManager.. | |||
| 2023-03-22 | shift enter shortcut to fill column | mehekj | |
| 2023-03-01 | cells editable | mehekj | |
| 2023-03-01 | drag and drop working | mehekj | |
| 2023-03-01 | override onclick script | mehekj | |
| 2023-02-28 | preserve sort when adding docs, break sort when rearranging | mehekj | |
| 2023-02-28 | arrow key movement | mehekj | |
| 2023-02-28 | added dragging code | mehekj | |
| 2023-02-28 | selection working (except ctrl+click) | mehekj | |
| 2023-02-28 | rows are documentviews (again) | mehekj | |
| 2023-02-27 | rows are documentviews but clipped | mehekj | |
| 2023-01-28 | version without schemarow as documentview | mehekj | |
| 2023-01-28 | checkpoint: schemarow as documentview functioning | mehekj | |
| 2022-11-21 | column deletion and new key menu fixes | mehekj | |
| 2022-11-07 | basic key selection menu created | mehekj | |
| 2022-10-24 | switched drag element to show rows | mehekj | |
