| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-13 | updated css and project to HTML5 standards. fixed border rounding for images. | bobzel | |
| 2025-04-22 | adding drop handling code for scrapbookBox | bobzel | |
| 2025-04-10 | from last | bobzel | |
| 2025-04-10 | performance fixes for text boxes to not call screenToLocal unnecessarily. ↵ | bobzel | |
| simplifications to template data docs | |||
| 2025-03-26 | fixed keyValue box assignments so that '_' assigns to template unless value ↵ | bobzel | |
| starts with '=' (then root doc). fixed deleting template keys in keyValuePair. fixed schemaTableCell to show current editable value (not last edited value) when editing layout and data doc values. updated DocumentOptions API. | |||
| 2025-03-26 | fix so that views use don't use the rootDocument, but rather the current ↵ | bobzel | |
| rendering document. got rid of resolvedDataDoc -- just use rootDocument[DocData] | |||
| 2025-01-01 | monorepo setup | Geireann Lindfield Roberts | |
| 2024-09-11 | fixed comparisonBox to honor fitWidth of Docs. fixed dropping on empty ↵ | bobzel | |
| muliticolumnview. | |||
| 2024-09-11 | fixed multirowview resizer width | bobzel | |
| 2024-08-15 | fixed horiz alignment of items in multicolumnview | bobzel | |
| 2024-08-15 | from last | bobzel | |
| 2024-08-15 | fixed dropping on multi col/row collections with margins | bobzel | |
| 2024-08-12 | more any -> type fixes | bobzel | |
| 2024-05-02 | lots more dependency cycle unwinding. | bobzel | |
| 2024-04-24 | completing eslint pass | bobzel | |
| 2024-03-05 | fixed text in templates to revert to template value when noTemplate is set. ↵ | bobzel | |
| made dashFieldView read from datadoc. added margins for multicolumn/row, enabled chromHidden for multicolumn/row | |||
| 2024-02-28 | changed multirow view to support a maxShown flag so that headerBar doesn't ↵ | bobzel | |
| take forever to load with a lot of closed tabs. | |||
| 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.. | |||
| 2024-01-02 | fixing more .props => ._props refernces. | bobzel | |
| 2023-12-29 | cleaned up imports, mobx observable initialization and some compile errors. | bobzel | |
| 2023-12-14 | fixed lightbox view and multirow/col | bobzel | |
| 2023-12-14 | a bunch more fixes to making things observable. fixed calling ↵ | bobzel | |
| super.componentDidUpdate on subsclasses | |||
| 2023-12-13 | cleaned up props/_props handling by inherting from ObservableReactComponent | bobzel | |
| 2023-12-10 | massive changes to use mobx 6 which means not accessing props directly in ↵ | bobzel | |
| @computed functions. | |||
| 2023-12-01 | cleaning up documentview props. got rid of special cases for keyValueBox. ↵ | bobzel | |
| made fitToContents work cleanly for native scaled docs. | |||
| 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-29 | fixes for following links to parts of templates. turned off | 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-17 | major overhaul of resizing code. updated doc fields for enabling native ↵ | bobzel | |
| with modification to be cleaner. added Vcenter option for text in menu bar. fixed doc rotation. enabled scaling of DataViz views. fixed text sidebar opening size and sidebar issues with native dims for PDF/Web | |||
| 2023-09-13 | added margin and grid gap ui for notetaking view. fixed notetakeing view ↵ | bobzel | |
| dividers to be active only when they should be. same for multirow/multicol dividers. | |||
| 2023-09-06 | updated header view to show tooltips. added initial tab to header. | bobzel | |
| 2023-08-22 | added tooltips for tree view sorting. added close buttons for header ↵ | geireann | |
| bar.and added new tabs to header bar. fixed rtf markup startup error. | |||
| 2023-07-02 | made multicolumn/row views fit contents to panel and center. changed ↵ | bobzel | |
| collection drop to propagate when embed is not enabled. fixed image box drop . made goldenlayout tabs selectable. turned off leaving pushpins on drag out. fixed long press to disable on drag. | |||
| 2023-06-23 | cleaned up more issues with pointer events/contents active. fixed dragging ↵ | bobzel | |
| from piles. | |||
| 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-04-13 | lots of changes to get rid of ContainingCollectionDoc and ↵ | bobzel | |
| ContainingCollectionView props. | |||
| 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-05 | replace jumpToDocument with showDocument. restructure code to get rid of ↵ | bobzel | |
| scrollFocus by adding getView() and fixing focus() and restoreTargetView | |||
| 2022-11-17 | more cleanup to addDocTab. fixed pile views to show proper icons instead of ↵ | bobzel | |
| loading document label icons | |||
| 2022-11-17 | mostly changing strings to enums | bobzel | |
| 2022-11-14 | fixed following link 'inPlace' from within lightbox to do same thing as if ↵ | bobzel | |
| out of lightbox. fixed contentActive behavior for multicolumn view. removed progressivize from presbox. | |||
| 2022-07-22 | adjusted native dim scaling slightly combining props.scaling and ↵ | bobzel | |
| props.ContentScaling into props.NativeDimScaling and fixing some resizing behaviors for fitWidth freeformviews and native-sized text boxes. Also fixed clicking on presboxe elements to not drag. | |||
| 2022-06-21 | restored experimental templates. fixed (enabled) pointer events on nested ↵ | bobzel | |
| column/row views when container is active. got rid of freezeDimensions which wasn't needed and introduced artifacts for views that set it (timeView, GridView) | |||
| 2022-06-20 | Revert "Revert "Merge branch 'master' into temporalmedia-mehek"" | mehekj | |
| This reverts commit 3415f672292bb349c7d9ec66564933a746ee3b25. | |||
