| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-04 | changed google authentication to not reload the page. | 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-11 | fixed ViewGuid generation to never start with a number (enables text boxes ↵ | bobzel | |
| to have css specific to a single Doc). cleaned up '%' style rules for text boxes. cleaned up custom style sheets in text boxes to only be created when needed and to improve highlighting bold text with context. | |||
| 2025-03-25 | fixes to components so that things highlight reasonably in different skins. ↵ | bobzel | |
| fixed color picker alternate selection. | |||
| 2025-02-26 | added typing to PostToServer calls. made smartDraw popup create images locally. | bobzel | |
| 2025-01-01 | monorepo setup | Geireann Lindfield Roberts | |
| 2024-10-30 | reworked how context menu buttons for ink and text work. added ↵ | bobzel | |
| disableMixBlend for making transparent docs not use 'multiply'. | |||
| 2024-10-28 | reworked LabelBox's to be fully editable. gor rid of singleLine for label ↵ | bobzel | |
| boxes. made a text_fitBox field to render text with a labelBox. fixed styleprovider in freeformview clusters to be untracked() to avoid invalidations. added a default text color to Settings panel. fixed clicking text buttons to not lose focus in labelBox. | |||
| 2024-08-29 | merge cleanup cleanup | bobzel | |
| 2024-08-27 | Merge branch 'master' into eleanor-gptdraw | eleanor-park | |
| 2024-08-26 | added recognizeFaces for face images | bobzel | |
| 2024-08-08 | many changes to add typing in place of 'any's etc | bobzel | |
| 2024-07-26 | Revert "Merge branch 'master' into eleanor-gptdraw" | eleanor-park | |
| This reverts commit decbefe23a1da35c838222bafe8a2c029c6ea794, reversing changes made to 8ca26551622d36b7856f5c1865498fa9e5d888b5. | |||
| 2024-07-12 | some code type cleanup | geireann | |
| 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-21 | more lint cleanup | bobzel | |
| 2024-04-19 | lint fixes. | bobzel | |
| 2024-04-17 | restoring eslint - updates not complete yet | bobzel | |
| 2024-03-14 | fixed disabling info ui to keep it off -- use settings manager to turn it ↵ | bobzel | |
| back on. | |||
| 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-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() | |||
| 2023-12-29 | fixed sidebar button highoighting. fixed explore mode. | bobzel | |
| 2023-12-10 | massive changes to use mobx 6 which means not accessing props directly in ↵ | bobzel | |
| @computed functions. | |||
| 2023-11-10 | tweaked keyboard modifiers for pan & zoom modes so that ctrl drag is ↵ | bobzel | |
| distinguishable from pinch zoom | |||
| 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-26 | enabled different title colors per doc, not just per user. added support for ↵ | bobzel | |
| screen space doc titles, and for proper title clipping when borderRadius is set. added dropdown for setting title field to display and tweaked editableView to enable ellipsis for overfow | |||
| 2023-09-19 | fixed match system color settings. | bobzel | |
| 2023-09-14 | added a disable slider for sharing UI in document decorations | bobzel | |
| 2023-09-08 | don't remove current recording from overlay, added closeOnSelect option for ↵ | bobzel | |
| dropdown. place recording box on screen. fixe overlayView to keep views on screen. fixed schema view checkboxes. don't cause tab to rerender when colelctoin type changes. add dropdown to filter indicator to find filters. | |||
| 2023-08-27 | lots of cleanup to streamline import orderings (ie packages should not ↵ | bobzel | |
| mutually import each other directly or via a chain). change raiseWhenDragged to be keepZWhenDragged and got rid of system wide default. | |||
| 2023-08-27 | working cleanup version | bobzel | |
| 2023-08-27 | more cleanup | bobzel | |
| 2023-08-22 | Merge branch 'master' into sophie-global-link-path | geireann | |
| 2023-08-22 | from last | geireann | |
| 2023-08-22 | global showLinkLines toggle | Sophie Zhang | |
| 2023-08-22 | fixed some errors | bobzel | |
| 2023-08-14 | merge | srichman333 | |
| 2023-08-10 | out of data version alert client side | bobzel | |
| 2023-08-10 | from last | bobzel | |
| 2023-08-09 | updated version number | geireann | |
| 2023-08-09 | updated file system to include recentlyClosed, Shared, and Dashboards and ↵ | bobzel | |
| fixed drag drop to make sense for the filesystem. Fixed loading documents to happen in one batch by fixing UPDATE_CACHED_DOCS to save only documents accessible from current dashboard. | |||
| 2023-07-18 | . | Sophie Zhang | |
| 2023-07-17 | so many updates | Geireann Lindfield Roberts | |
| 2023-07-11 | updated settings manager | Geireann Lindfield Roberts | |
| - fixed some things with top toolbar and refactored files - removed FontIconBadge | |||
| 2023-05-17 | changed creationDate to author_date. fixed undo bug with webboxes. fixed ↵ | bobzel | |
| menu problems with Open New Embedding and moved some collection menu items to buttons/ | |||
| 2023-05-14 | major overhaul of field naming conventions. | bobzel | |
| 2023-03-23 | fixed pointer events for doc contents with onClickHanlders to be none when ↵ | bobzel | |
| document or contents is selected. fixed stackingView text boxes that are focused to not scroll stackingView. | |||
| 2023-02-09 | fixed childLayoutString to work. made images capable of fitWidth. fixed ↵ | bobzel | |
| animating data field pres changes. fixed lightbox to ignore annotations on collections. fixed double-click on icon to open in lightbox. added options for turning off ink labels, and opening ink in lightbox. fixed closing ink strokes by dragging. fixed drawing ink to use coord sys of starting point and to render ink the correct width and to honor GestureOverlay mode properly. . | |||
| 2023-02-04 | image background color determines opacity of image (independently of ↵ | bobzel | |
| annotations over image). enabled scrolling of images when in fitWidth mode. added disabling of text labels in ink shapes. | |||
