| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-05-05 | got rid of dash _xPadding/_yPadding in favor of just using ↵ | bobzel | |
| _xMargin/_yMargin. cleaned up linearView field names | |||
| 2025-05-01 | cleaned up, a bit, how wheel events are blocked from propagating. | bobzel | |
| 2025-04-22 | adding drop handling code for scrapbookBox | bobzel | |
| 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-04-10 | changed naming of makeDelegates to not add a number at the end. switched ↵ | bobzel | |
| dataNote to MetaNote and cleaned up initialization of it. fixed sidebar/stacking view to not grab wheel evebnts when not active. fixed dashfieldview to vcenter labels. fixed height and scrolling of templae menu. simplified formattedtextbox menu | |||
| 2025-04-10 | performance fixes for text boxes to not call screenToLocal unnecessarily. ↵ | bobzel | |
| simplifications to template data docs | |||
| 2025-04-01 | fixed stacking view with pivot's field column widths. | geireann | |
| 2025-03-23 | fixed more typing errors. fixed updateBullets to not generate error when ↵ | bobzel | |
| part of selection is not on a list. | |||
| 2025-03-23 | more _props.Document to .Document refactoring. type updates to ↵ | bobzel | |
| prosemirrortransfer | |||
| 2025-03-23 | updated more [DocData] to .$ things | bobzel | |
| 2025-03-20 | mapbox cleanup. fix runtime warnings for stacking view. | bobzel | |
| 2025-03-07 | changed masonryView so that if column count is set w/o a columnWidth, then ↵ | bobzel | |
| it stays fixed | |||
| 2025-03-06 | a bunch of changes to improve how docs are selected automatically when created. | bobzel | |
| 2025-03-04 | fixed column width default / columnDragger for masonry view. | bobzel | |
| 2025-02-27 | fixed passive wheel prevention on document.root. fixed key waring on ↵ | bobzel | |
| masonry view. | |||
| 2025-02-27 | prevent tagsview from appeqring in spreadsheet. set default fill color only ↵ | bobzel | |
| if nothing is selected. place column divider at top of stacking/card views. move card view flashcard view to top left independent of margin settings. | |||
| 2025-02-27 | fixed column dragging and yMargin in masonry view. made columns always fit ↵ | bobzel | |
| width of masonry | |||
| 2025-01-15 | fixed so that users are sentt to dropbox to authorized uploads once, and ↵ | bobzel | |
| then a refresh token is used afterwards. fixed up some collection views to work better with the tagsView. fixed grid view to show entire image. tweaked notetaking view to work better with tags, but it's incomplete. | |||
| 2024-09-18 | lots of changes to fix dragging cards, integrate iconTags with other tags, ↵ | bobzel | |
| sizing docs when selected to fit window, | |||
| 2024-09-11 | fixed stacking view to used computedFn's to avoid invalidations and resotred ↵ | bobzel | |
| DocumentView to flex layout by fixing stacking view's css | |||
| 2024-09-10 | moved TagsView up into DocumentView so that one row of tags will be visible. ↵ | bobzel | |
| fixed setting pixel size of images to resize annotations so they don't appear to change. added vert/horiz centering for stacking views. fixed pres box to not have scroll bars. fixed resizing properties panel. | |||
| 2024-08-26 | converted unique faces to be a Doc type similar to a collection. | bobzel | |
| 2024-08-15 | fixed horiz alignment of items in multicolumnview | 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-05-08 | lots of api cleanup and cycle removal | bobzel | |
| 2024-05-06 | eslint cleanup | 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-17 | restoring eslint - updates not complete yet | bobzel | |
| 2024-04-12 | fixed auto play for trails. fixed presbox to allow drag and drop in ↵ | bobzel | |
| addition to pin button. fixed tree view to not 'move' items that have a 'copy' drop action. fixed dragPreDrop functions in tree and stacking views to use source drag action over target drop action. | |||
| 2024-03-30 | trying to cleanup import cycles | bobzel | |
| 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-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-03-04 | cleaned up a number of things related to autoHeight and ↵ | bobzel | |
| stacking/masonry/notetaking views | |||
| 2024-02-07 | switch to xAnchor to clean up link lines. added transition to getBounds() ↵ | bobzel | |
| so that LinkBox can follow animated transitions. added dataTransitions for stacking view. fixed presBox to be able to clear transition timers when a new slide transition is chosen. | |||
| 2024-01-25 | fixed script typechecking which fixes editing keyvalue pane. renamed ↵ | bobzel | |
| contentPointerEvents to childContentPointerEvents to match what it does. | |||
| 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 | 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-04 | trying to do version updates on all npm packages. | bobzel | |
| 2023-12-03 | cleaned up warnings and errors, working with typescript 20.10 | bobzel | |
