| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-12-29 | cleaned up imports, mobx observable initialization and some compile errors. | 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 | fixed and cleaned up snapping lines | bobzel | |
| 2023-12-11 | fixed includes of scss globals into typescript files. | bobzel | |
| 2023-12-10 | massive changes to use mobx 6 which means not accessing props directly in ↵ | bobzel | |
| @computed functions. | |||
| 2023-12-05 | mostly working version with latest libraries | bobzel | |
| 2023-12-03 | cleaned up warnings and errors, working with typescript 20.10 | bobzel | |
| 2023-12-01 | made collections fitwidth in tree view previews. centered keys in keyvalue. | 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-30 | fixed rootSelected prop to be optional. fixed fonticont toggle to pass ↵ | geireann | |
| 'self' even though it's deprecated. | |||
| 2023-11-29 | exposed menu option to pin Trails and other tree view docs and added open ↵ | bobzel | |
| button. Allowed trails to be pinned to or embedded within other trails. | |||
| 2023-11-29 | fixed menu functions that referenced 'self' instead of 'this' | 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-25 | cleanup of rootSelected to default to false. remove unused mobile classes. | bobzel | |
| 2023-11-19 | fixed animations of text html overlays and turned off overflow hidden so ↵ | bobzel | |
| that rotation doesn't get clipped. cleaned up docView querying for Selection | |||
| 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-24 | fixed hide before/after in trails. move ink mask to developer. fixed ↵ | bobzel | |
| tangent dragging on some curves that have no initial tangent. fixed tree view highlights when dragging. | |||
| 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-09-20 | added carousel3D to novice and fixed it's button positions and its focus so ↵ | bobzel | |
| that it works with trails. added dragging documents within single collection for rearranging order of docs in a tab collection. fixed freeform views set to fitWidth to show decorations properly. turned off scaling of tree views. updated lightbox buttons. fixed tooltips on properties toggles. | |||
| 2023-09-19 | fixed tree view hierarchy opening icons | bobzel | |
| 2023-09-11 | clean up some runtime warnings about missing keys/values | bobzel | |
| 2023-09-11 | usercolor cleanup | bobzel | |
| 2023-09-05 | changed tree view drag behavior | bobzel | |
| 2023-08-31 | fixed properties view text colors | bobzel | |
| 2023-08-28 | Merge branch 'master' into advanced-trails-2-jesus | monoguitari | |
| 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-24 | Merge branch 'master' into advanced-trails-2-jesus | monoguitari | |
| 2023-08-22 | added tooltips for tree view sorting. added close buttons for header ↵ | geireann | |
| bar.and added new tabs to header bar. fixed rtf markup startup error. | |||
| 2023-08-22 | Merge branch 'master' into advanced-trails | monoguitari | |
| 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-08-09 | fixed resizing from bottomleft. turned on Tools in novice mode. fixed ↵ | bobzel | |
| aborting editing of tree view titles with escape or click outside. got rid of scrollbar in Tools panel by fixing height of masonry panel. updated browndash-components to fix problem of tooltips getting in away of click events on Tool items. | |||
| 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-28 | fixes for treeView to match color palette | bobzel | |
| 2023-07-27 | fixed importElementBox and made importBox be a masonry view. fixed clicking ↵ | bobzel | |
| background of importBox to deselect everything. fixed masonry view documennt screentolocal and fixed column handle placement. fixed 'never' disable click script flag. fixed color of documentdeocrations title. | |||
| 2023-07-27 | removed delete from treeview context menu. fixed close in treeView to not ↵ | bobzel | |
| readd when closing from recently Closed. | |||
| 2023-07-27 | fixed FontIconBox scripts to set 'this' to fix tool bars buttons not ↵ | bobzel | |
| working. enabled access to contextMenu in treeView and topBar even when hideContextMenu is set | |||
| 2023-07-21 | fixed additional colour issues | Geireann Lindfield Roberts | |
| and - updated redo shortcut - fixed some things with the tree view (particularly the sorting) | |||
| 2023-07-18 | you fix some, you break some | Geireann Lindfield Roberts | |
| 2023-07-17 | Merge branch 'master' into geireann_dash_components | Geireann Lindfield Roberts | |
| 2023-07-17 | so many updates | Geireann Lindfield Roberts | |
| 2023-07-12 | fixing dashboard view of shared dashboards to open dashbarods the same as ↵ | geireann | |
| sharing panel - as embeddings. | |||
| 2023-07-07 | a bunch of fixes to simplify collaboration and make it work better. | bobzel | |
| 2023-07-05 | changed acl inheritance for docking views. | bobzel | |
| 2023-06-23 | cleaned up more issues with pointer events/contents active. fixed dragging ↵ | bobzel | |
| from piles. | |||
| 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-14 | fixed icons on tree views and presentation | bobzel | |
| 2023-06-14 | Merge branch 'master' into advanced-trails | bobzel | |
