| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-01 | a number of fixes to document creator to fix preview of templates and ↵ | bobzel | |
| templates with images. | |||
| 2025-05-05 | got rid of dash _xPadding/_yPadding in favor of just using ↵ | bobzel | |
| _xMargin/_yMargin. cleaned up linearView field names | |||
| 2025-04-14 | fixed how templates are expanded to avoid template sub-component conflicts ↵ | bobzel | |
| by changing how field keys are named. fixed various Cast functions to be more typesafe by including undefined as part of return type. overhaul of Doc.MakeClone, MakeCopy, FindRefernces - makeClone is no longer async. fixed inlined docs in text docs. | |||
| 2025-03-30 | changed Doc.Layout calls to doc[DocLayout]. fixed flashcard ui placement on ↵ | bobzel | |
| card view. fixed css scaling for styleprovider icons and annotation resizer | |||
| 2025-03-23 | more _props.Document to .Document refactoring. type updates to ↵ | bobzel | |
| prosemirrortransfer | |||
| 2025-03-23 | updated more [DocData] to .$ things | bobzel | |
| 2025-01-01 | monorepo setup | Geireann Lindfield Roberts | |
| 2024-10-18 | fixed tab switching instead of bringing up a lightbox when following link to ↵ | bobzel | |
| doc in different tab. | |||
| 2024-10-18 | fixed following links/show document of items in tabs/carousel/card view to ↵ | bobzel | |
| set options.didMove correctly so that toggleTarget works. | |||
| 2024-10-08 | changed carousel view to resize ui buttons based on screen scaling and ↵ | bobzel | |
| document dimensions. lint errors. | |||
| 2024-09-17 | fixed carouselfView to fade. cleaned up code a bit | bobzel | |
| 2024-09-16 | fixed doc decorations from crashing when dockingView is selected. cleaned up ↵ | bobzel | |
| tab doc view. | |||
| 2024-08-15 | cleaned up server list add/rem. | bobzel | |
| 2024-08-12 | more any -> type fixes | bobzel | |
| 2024-08-08 | many changes to add typing in place of 'any's etc | bobzel | |
| 2024-07-22 | adding type fixes to avoid 'any's | bobzel | |
| 2024-05-10 | added an always option for OpenWhere lightbox. cleaned up/fixed making ↵ | bobzel | |
| collections capable of being a lightbox. | |||
| 2024-05-08 | lots of api cleanup and cycle removal | bobzel | |
| 2024-05-03 | fixed not having docs being dragged show up in schema view unless it is active. | bobzel | |
| 2024-05-02 | lots more dependency cycle unwinding. | bobzel | |
| 2024-04-30 | unwinding more import loops by splitting up Documents.ts into DocUtils.ts ↵ | bobzel | |
| and moving crate functions to <>Box functions | |||
| 2024-04-30 | unwinding some import cycles. added PinFuncs and .from(dv:DocumentView) for ↵ | bobzel | |
| CollectionFreeForm stiuff | |||
| 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-01 | fixed tab views to suppress setting height if doc is fitWidth | bobzel | |
| 2024-03-30 | cleanup of import orderings. | bobzel | |
| 2024-03-04 | changes to restore template menu and fix freeform templates to always show ↵ | bobzel | |
| contents. Fix for alt-dropping an image to replace another image. | |||
| 2024-02-29 | fixed minimap to show at least as much as the freeformview is showing (was a ↵ | bobzel | |
| problem for example when there was just a single document) | |||
| 2024-02-05 | changed backgroundColor to set on dataDocs. fixed pivoting on tags. fixed ↵ | bobzel | |
| link description editing popup. fixed showing link editor in property view - still some weirdness in what is selected. fixed dragging tree view items to set dragData.treeview and be able to drop at bottom of tree. fixed addFolder menu option for TreeViews to add locally.. added a function to collect all docs of a given tag into a collection. fixed setting default font size to update autolayouts. changed dropping link onto same collection to not leave pushpin. fixed minimap thumb updating. added fieldvalue dropdown for dashFieldViews in text. | |||
| 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-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 | fixed sidebar button highoighting. fixed explore mode. | 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-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-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-30 | fixed rootSelected prop to be optional. fixed fonticont toggle to pass ↵ | geireann | |
| 'self' even though it's deprecated. | |||
| 2023-11-29 | exposed menu option to pin Trails and other tree view docs and added open ↵ | bobzel | |
| button. Allowed trails to be pinned to or embedded within other trails. | |||
| 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-25 | cleanup of rootSelected to default to false. remove unused mobile classes. | bobzel | |
| 2023-11-16 | fixed alt-drag to toggle scroll mode. fixed replaceTab to work properly ↵ | bobzel | |
| with panelNames. made slides pointing to trails open the target trails in situ. cleaned up code when starting drag to call freeformview more nicel. fixed brush/highlight of tabs. made collectionFreeformView/FreeformDocs use a more robust and simpler approach to caching freeform values. | |||
| 2023-11-10 | tweaked keyboard modifiers for pan & zoom modes so that ctrl drag is ↵ | bobzel | |
| distinguishable from pinch zoom | |||
