| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-25 | border work | Nathan-SR | |
| 2024-08-12 | more any -> type fixes | bobzel | |
| 2024-08-09 | a bunch more typing fixes. | bobzel | |
| 2024-08-07 | problem with setting smooth amount | eleanor-park | |
| 2024-05-16 | refactor/cleanup of pres animations. changed effects to start halfway ↵ | bobzel | |
| through a zoom transition. | |||
| 2024-05-15 | lint cleanup | bobzel | |
| 2024-05-15 | more cleanup | bobzel | |
| 2024-05-15 | merged with new eslint code | bobzel | |
| 2024-05-15 | cleanup | bobzel | |
| 2024-05-14 | cleaning, bug fixing | Sophie Zhang | |
| 2024-05-10 | added an always option for OpenWhere lightbox. cleaned up/fixed making ↵ | bobzel | |
| collections capable of being a lightbox. | |||
| 2024-05-02 | another push to remove cycles by pushing things onto Doc and DocumentView | 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 | changed acl- and some other field- to acl_ and field_ style | bobzel | |
| 2024-04-24 | fixed search on pdfs to display results when pDF is not selected. fixed ↵ | bobzel | |
| presentation transitions to animate. changed so that annotaitons on pdfs would highlight when following a pres slide. fixed scrolling to annotations (and other viewSpecs) from presentations by using the slide target, not the slide as the focus document. cleaned up search and fixed to unhighlight searches on close. fixe pdf search unhighligting to work. | |||
| 2024-04-21 | more lint cleanup | bobzel | |
| 2024-04-19 | lint fixes. | bobzel | |
| 2024-04-17 | restoring eslint - updates not complete yet | bobzel | |
| 2024-04-10 | remove collection color styling from this branch | Sophie Zhang | |
| 2024-04-09 | Merge branch 'master' into sophie-ai-images | Sophie Zhang | |
| 2024-03-30 | cleanup of import orderings. | bobzel | |
| 2024-03-29 | fixed capture offset to target in link following. fixed links to appear in ↵ | bobzel | |
| lightbox and to not disappear when dragged. | |||
| 2024-03-27 | changed dashFieldViews to support Tab'ing between other dashFieldviews, ↵ | bobzel | |
| changed deleting links to clear out the anchors so that linkBoxes will go away more easiliy. changed funcitonPlot to plot the equations that are linked to it. changed equations to link to functions. changed undo and other console logging to only happen when undo docked buttons are expanded (visible) | |||
| 2024-03-26 | added empty image tool and click on empty image to select from filesystem. ↵ | bobzel | |
| fixed following links in lightbox and showing links to stackedTimelines. fixed embedding docs into text. fixed not resizing text boxes that also show up in pivot view. prevent context menu from going off top of screen. fixed freeform clustering colors and click to type. fixed links to stackedTimeline marks, and titles for marks. made title editing from doc deco and header use same syntax as keyValue. fixed marquee selection on webBoxes. turn off transitions in freeformdocview after timeout. enabled iconifying templates to propagate to "offspring". fixes images in templates. don't show headr on schema views. | |||
| 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-22 | Merge branch 'master' into sophie-ai-images | Sophie Zhang | |
| 2024-02-07 | fixed icon placement in linkMenuItem. | bobzel | |
| 2024-02-07 | made various render methods in DocumentView computed getters for efficiency ↵ | bobzel | |
| and to avoid artifacts (LInkanchorBox dragging) when something else invalidates causing components to regenerate. fixed linklines to animate when doing a zoom transition and to be able to target texts hyperlinks. fixed link lines to share properties with ink and updated the properties panel / menus to allow editing of either. addding toggling link lines on and off from linkitemmenu | |||
| 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-31 | cleaned up accessing/setting proto_embeddings with api on Doc. fixed some ↵ | bobzel | |
| css related to IconButtons. added a paintView toggle button to dec decorations for text with code blocks. enabled text with code to modify Docs and get this and documentView as params. | |||
| 2024-01-30 | fix merge | Sophie Zhang | |
| 2024-01-25 | Merge branch 'master' into sophie-ai-images | Sophie Zhang | |
| 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-18 | lots of changes to try to simplify API for viewPaths and related | 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 | cleaned up SelectionManager. fixed schema view | bobzel | |
| 2023-12-10 | massive changes to use mobx 6 which means not accessing props directly in ↵ | bobzel | |
| @computed functions. | |||
| 2023-12-07 | font color fix | Sophie Zhang | |
| 2023-12-06 | types | Sophie Zhang | |
| 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 | 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 | cleaned up presElementBox and did more this.rootDoc => this.Document/layoutDoc | 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 | from last | bobzel | |
