| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-12 | made text templates be both layout templates and prototypes of new text ↵ | bobzel | |
| documents. fixed onPaint funcs to be undoable. fixed comparisonBox to render a text box if it's fieldKey has a richtext field - this makes flashcard templates much easier. fixed right-click on hyperlinks to bring up menu. fixed layout_centered to be settable on templates. added enable flashcard property for 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-13 | cleaned up props/_props handling by inherting from ObservableReactComponent | 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 | cleaning up documentview props. got rid of special cases for keyValueBox. ↵ | bobzel | |
| made fitToContents work cleanly for native scaled docs. | |||
| 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-04 | cleanup | bobzel | |
| 2023-08-17 | fixed brushing of pinned viewports for chrome to not flash. converted ↵ | bobzel | |
| pres<Property> to config_<property> and treeView<Property> to treeView_Property. fixed text toolbar to show/set text properties based on insertion point. | |||
| 2023-06-22 | cleaned up dragging - abort presItem drags properly, fix naming for ↵ | bobzel | |
| drag/dropAction, small fix undo of drag removeproperties, dragging in/out of headerBar, fixed isContentActive to avoid SnappingManager.GetIsDragging. fixed resizing videos. | |||
| 2023-06-06 | updated Symbol naming. fixed various compile errors related to type checking. | bobzel | |
| 2023-05-14 | major overhaul of field naming conventions. | bobzel | |
| 2023-05-13 | changed EditableViews to support oneline and multiline. Also added ↵ | bobzel | |
| transformer UI to allow documents to be entered. changed transformer to write doc id's, not variables.. made schema view support oneline and fixed bug with docdecoration hader occluding things invisibly. updated web pages to be zoomable and for its anchors to update web page and scroll location properly. made autolinkanchor directly go to target on click. | |||
| 2023-04-28 | added RTF cell type for schema. fixed formatting DateFields so that they ↵ | bobzel | |
| can be set from kvp/schema. prevented on infinite loop possibility when setting proto to itself. | |||
| 2023-04-27 | merged with master | bobzel | |
| 2023-04-27 | fixed some undo issues with schema fill down. added bool cell view. added ↵ | bobzel | |
| UI for showing/setting values on layout vs data docs. | |||
| 2023-04-20 | allow repl to edit documents | geireann | |
| 2023-03-28 | numerous changes to try to simplify event handling in DocumentView - got rid ↵ | bobzel | |
| of isContentActive in DocComponent since it's in DocumentView. Including adding 'enableDragWhenActive' , 'onClickScriptDisable', | |||
| 2023-03-27 | changed longPress to always select and to show decorations. fixed ↵ | bobzel | |
| single/double-click code and cleaned up behavior timeouts. fixed pointer events for tree view editing titles and using as powerpoint. | |||
| 2023-03-24 | from last | bobzel | |
| 2023-03-24 | fixed key value to allow strings to be entered without quotes | bobzel | |
| 2023-03-23 | changed showing keyvalue panes to not create a document, but to use the ↵ | bobzel | |
| LayoutTemplateString. | |||
| 2023-01-30 | fixed pointerEvents for text box footnotes. fixed keyvalue editing to not ↵ | bobzel | |
| typecheck. fixed schema header field editing from keyvalue pane. fixed webBox error causing overlayview to not work for Repls and others. fixed some layout issues with stackingview columns. | |||
| 2022-11-17 | mostly changing strings to enums | bobzel | |
| 2022-10-25 | fixed up dragging fields from key value pane to support numbers | bobzel | |
| 2022-08-23 | changed dragging off Key column header to create a view of the field, not a ↵ | bobzel | |
| template | |||
| 2022-04-25 | fixed key value pane to allow setting values on templates using "_" prefix. | bobzel | |
| 2022-02-10 | switched scripts to use a cache to avoid recompiling. simplified some things ↵ | bobzel | |
| with documentView and zooming to avoid invalidations. | |||
| 2021-03-19 | simplified chromeStatus to chromeHidden. fixed presBox item widths. fixed ↵ | bobzel | |
| colorBox layout. | |||
| 2021-03-19 | fixing up some baseProto initialization. fixing stacking view with hidden docs. | bobzel | |
| 2021-03-12 | prevent anything but Docs from being written to offScreenTabs. fixed tabs ↵ | bobzel | |
| to activate an unrendered tab when it is uncovered for the first time. | |||
| 2020-12-10 | more cleanup/organization of 'props' . removed VisibleHeight props and ↵ | bobzel | |
| cleaned up PDF and other props | |||
| 2020-11-30 | changed color to backgroundColor in styleProvider. added a stuyle provider ↵ | bobzel | |
| for overlayDocs | |||
| 2020-08-29 | major restructure of how addDocTabs works. now you can add/replace with ↵ | bobzel | |
| options for left/right/top/bottom and specific panel names | |||
| 2020-06-29 | changed a lot of collection keys to start with "_" -- particularly for ↵ | Bob Zeleznik | |
| Stacking and Schema views. Also added filtering to facet filters. enabled facet filter for sidebar library. | |||
| 2020-06-25 | fixed selection of filled ink regions. moved ink halo to mainView | Bob Zeleznik | |
| 2020-06-18 | fixed keyvalue pane inputting new key values. made collection chromes ↵ | Bob Zeleznik | |
| shrink a little when window shrinks. | |||
| 2020-05-15 | renamed new_fields to fields | Sam Wilkins | |
| 2020-05-02 | cleaned up presbox to not use reactions but to use a lookup script. put ↵ | Bob Zeleznik | |
| lookupField into DocComponent for general use | |||
| 2020-05-02 | reversing mistake in keyvaluebox | Bob Zeleznik | |
| 2020-05-02 | cleaned up a lot of layoutTemplate/String props. fixed link drawing. | Bob Zeleznik | |
| 2020-04-23 | fixed browser back after link navigation. simplified menus more. fixed ↵ | Bob Zeleznik | |
| jitter mode to be seeded. fixed menu gear for collections. . | |||
| 2020-01-25 | added text templates for FormattedText, added field views in formatted text ↵ | Bob Zeleznik | |
| box, got rid of documentText @@@ initing of FormattedText | |||
| 2020-01-23 | got rid of extension docs. changed layout-specific keys to start with "_" ↵ | bob | |
| which flags them to be written to the current layout document | |||
| 2019-12-15 | added _last_ for computedScripts to access last value of script | Bob Zeleznik | |
| 2019-12-15 | writing selectedDocs to user doc to allow selection to be part of scripting | Bob Zeleznik | |
| 2019-12-04 | fixed mainview flyoutbehavior a bit. fixed keyvaluebox editing of lists a ↵ | bob | |
| little. | |||
| 2019-12-03 | const linter rule and restored google docs push, fixed routing | Sam Wilkins | |
| 2019-11-20 | lots of changes to make rendering more efficient (fewer mobx invalidations). ↵ | bob | |
| made selection and collecitonviews use an observableMap that works now. | |||
| 2019-10-21 | big cleanup of layoutStrings, fieldExt, fieldKey, etc | Bob Zeleznik | |
