| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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-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.. | |||
| 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 | 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-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 | 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. | |||
| 2022-06-20 | Revert "Merge branch 'master' into temporalmedia-mehek" | mehekj | |
| This reverts commit 145117365b2708ef6b365c6f0f10c38b85a87307, reversing changes made to 7eedde332010c8896be636f0b5c6a7b2c8043e48. | |||
| 2022-06-09 | fixes to navigating to slide document targets in header bar | bobzel | |
| 2022-06-09 | renamed fitToBox to fitContentsToBox. fixed pinning multiple documents at ↵ | bobzel | |
| same time to not bring up presBox multiple times. | |||
| 2022-05-24 | fixed TabDocView's screenToLocal xf when headerBar opens/closes. changed ↵ | bobzel | |
| webBox to update thumbnails when native dims change. cleaned up content dragging/activation for multiRow/col for headerBar | |||
| 2022-05-23 | tweaked pointerEvents for headerBar to stay on if there are no documents in ↵ | bobzel | |
| the header so that you can still drag and drop onto it. | |||
| 2022-05-23 | added headerBar for closed tabs and other docs. extended multirow/col to ↵ | bobzel | |
| support hiding chile doc decorations and for making child content/document active work better. changed background style to work better for sub collections. | |||
| 2022-05-17 | fixed pointerevents on treview open icon. added browse mode for ↵ | bobzel | |
| freeformcollections | |||
| 2022-05-16 | made text box body take up entire docview when suppressHeight is set (and ↵ | bobzel | |
| set suppressSetHeight in muliticolumn view) - this fixes issues with topBar. made tree view rightbuttons clickable again. fixed drag offset when dragging docs that are fitting their container width when the container is wider than the actual document width. | |||
