| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-23 | fixed invalidations to not trigger creating new refs when ref= was assigned ↵ | bobzel | |
| to an anonymous function. fixed scribble erase to not delete everything it overlaps, just things it intersects with or contains. fixed ink to have a Math mode and fixed math recognition myscript calls. | |||
| 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 | performance fixes for text boxes to not call screenToLocal unnecessarily. ↵ | bobzel | |
| simplifications to template data docs | |||
| 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-06 | a bunch of changes to improve how docs are selected automatically when created. | bobzel | |
| 2025-02-10 | code cleanup in createDocumentTool. added childLayoutFitWidth to ↵ | bobzel | |
| comparisonBox so flashcards can fill window. | |||
| 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-19 | added stop propagation for clicking on tags and icon tags. fixed dragging ↵ | bobzel | |
| crash from doc nested in card view to card view. still needs more work for card view to honor canEmbed | |||
| 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-28 | simplified explore mode implementation | bobzel | |
| 2024-04-21 | more lint cleanup | bobzel | |
| 2024-04-17 | restoring eslint - updates not complete yet | bobzel | |
| 2024-04-10 | more notetaking fixes - turn off autoSize, unobserve children. fixed typing ↵ | bobzel | |
| a new note to delete placeholder text. added autoCreate for columns. added pivot column selector for notetaking view. | |||
| 2024-04-10 | enabled a notetaking category field other than 'NotetakingCategory' | bobzel | |
| 2024-04-10 | fixed buttons to have an embedContainer. cleaning up notetaking view - ↵ | bobzel | |
| fixing colors for input buttons, fixing when buttons appear (by extending the column targe to always be 100%) | |||
| 2024-03-30 | cleanup of import orderings. | bobzel | |
| 2024-03-04 | cleaned up a number of things related to autoHeight and ↵ | bobzel | |
| stacking/masonry/notetaking views | |||
| 2024-01-25 | fixed notetaking list without keys warning | bobzel | |
| 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-04 | fixed notetaking & pile views with _props | 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-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 | |
| 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-30 | final rootDoc refactoring | bobzel | |
| 2023-11-29 | fixed menu functions that referenced 'self' instead of 'this' | bobzel | |
| 2023-11-29 | fixed breaking change to presentation trail elements. | 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-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-08 | clean up of LightboxView | bobzel | |
| 2023-11-08 | fixed bug where tableBox's didn't render all of the rows they receive. lots ↵ | bobzel | |
| of code cleanup -- moving things from Doc.ts to better locations. Changed overlays and published docs to be local to their dashboard. changed treeview icons. | |||
| 2023-10-21 | change to doc decorations to be more "lightweight". made linkBox render ↵ | bobzel | |
| links in a freeform view as a DocView. added an auto-reset view option for freeforms. fixed highlighting ink strokes. Made groups behave better for selecting things 'inside' the group bounding box that aren't in the group. Added vertically centered text option. | |||
| 2023-10-04 | several fixes for webclips, linking to pdf/web, fonticon dropdowns. removed ↵ | bobzel | |
| sliderbox. reduce uses of scriptContext fixed web clipping annotations to be in correct spot and not to crash because of using a url that it doesn't have. fixed pdf/web links to not use anchor from other end of link. because of sharing of GetAnchor global. added a backup when presbox overwrites a doc's data field. removed sliderBox. fixed fontIcon dropdowns to not call click script twice. removed scriptContext where it wasn't needed which is everywhere except TreeViews. | |||
| 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. | |||
