| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-20 | added a preliminary Layer mechanism. changed documentDecrations to not go ↵ | bobzel | |
| out of the mainDocument area. changed parentActive to work "recursively" through stacks of background documents. | |||
| 2020-11-11 | turned off selection highlighting in TreeView because it is way too ↵ | bobzel | |
| inefficient. more fixes to laying out fitWidth and other documents in ContentFittingDocViews. testing against GridViews and TreeViews things seem to work. | |||
| 2020-09-28 | fixed docRangeFilters to be propagated everywhere and evaluated like ↵ | bobzel | |
| docFilters (if the field isn't there, it fails) | |||
| 2020-09-27 | trying a different solr schema that better supports regexp's by not doing ↵ | bobzel | |
| stemming. fixed issues with schema and tree views where children need to be registered for tryUpdateHeight to work but not when they're in a sidebar that specifies dontRegisterView. Changed stacking/freeform/tree/masonry to NOT be dontRegisterChildView -- this should be set by the context (ie, sidebar) | |||
| 2020-09-21 | changed acls so that only an admin owner distributes them when a doc is ↵ | bobzel | |
| added. changed default acls to be Add by default when not in private mode. restored filtering from search bar for developer mode. | |||
| 2020-09-21 | fixed text box llnk preview to go away when docs are closed. fixed tree ↵ | bobzel | |
| view to be more efficient by not re-rendering when items are selected. made slide view text items forceActive | |||
| 2020-09-20 | fixed undo for bullet points to not take multiple steps and to work ↵ | bobzel | |
| properly. no longer adds cursorfiels to the undo stack. fixed sharing manager to no create unnecesary documents.. | |||
| 2020-09-20 | fixed slide not setting focus on first bullet point after hitting enter. | bobzel | |
| 2020-09-18 | cleaned up warnings and split collection tree view into Tree View a | bobzel | |
| 2020-09-17 | restored template button option for customizing layout but added a Full ↵ | bobzel | |
| Toolbar mode to enable it. | |||
| 2020-09-17 | changed text box headers from a template to a title bar. | bobzel | |
| 2020-09-16 | cleaned up TabDocView a bit | bobzel | |
| 2020-09-15 | outline mode for tree views now always hidesHeader fields in favor of ↵ | bobzel | |
| displaying the document. This allows slide items to appear normally as titles in other tree views (eg dashboard) | |||
| 2020-09-15 | made focusing on a tree view item focus on the tree view. | bobzel | |
| 2020-09-14 | updated header text view. fixed dragging tree view items to unregister ↵ | bobzel | |
| listeners. fixed contextMenu icon selection to ignore dashFieldViews. fixed selectOnLoadChar to not apply when a childlayoutstring is specified. fixed dropping text box on item view to only use json parseable text. | |||
| 2020-09-14 | fixes to sidebar menus to simplify them for novices. fixed clearAll menu items | bobzel | |
| 2020-09-14 | fixed userdoc tree view layout issues caused by outline mode. added ↵ | bobzel | |
| treeViewHideHeader to avoid hackiness of overlaoding treeVewHideTitle | |||
| 2020-09-12 | fixed stacking view selections to have the right bounding box. fixed text ↵ | bobzel | |
| boxes to work with headerVIew template which has multiple text boxes in it. | |||
| 2020-09-12 | fixed sidebar views in text boxes to work in treeview outlines. fixed ↵ | bobzel | |
| context menus to select docs again. fixed linkAnchors to show up when isLinkButton is true but doc is selcted. changed nudging to be ignore in annotation overlays | |||
| 2020-09-11 | added lightbox button to topbar. fixed treeview editableTitle crash | bobzel | |
| 2020-09-11 | fixed warnings and fixed focus on slide | bobzel | |
| 2020-09-11 | fixed creating text boxes with pre-set text to select that text -- used in ↵ | bobzel | |
| treeView outlines | |||
| 2020-09-11 | changes to switch from 'pt' units to 'px' for fonts. fixxes to ↵ | bobzel | |
| presentations for treeview outlines. | |||
| 2020-09-10 | small fix to allow expanded images in treeviews to be moved and treeView ↵ | bobzel | |
| expanded items to be right-clicked for a context menu | |||
| 2020-09-10 | made images in treeView outlines show up without a title | bobzel | |
| 2020-09-10 | made basic progressivized slides using TreeView | bobzel | |
| 2020-09-10 | added"_isBackground-canClick for background collections that are still ↵ | bobzel | |
| clickable. fixed colors for treeView. fixed events on flyout to be processed after React processses them for everything else - problem was that clicking on the color picker deselected the item being colorized. | |||
| 2020-09-09 | fixed doc decorations on selected treeview items to not overlap as much. ↵ | bobzel | |
| fixed contentFitting's screentToLocalXf which wasn't wroking for nested tempaltes with native dimensions | |||
| 2020-09-08 | updated the way NativeWidth/Height props work so that, when specified, they ↵ | bobzel | |
| override locally specified values | |||
| 2020-09-02 | fixes to sidebar filter. still need some more work. | bobzel | |
| 2020-09-01 | fixed facet filters operations and whitelisting of known fields | bobzel | |
| 2020-08-29 | fixed maximize docdecoration to toggle target w/o making an alias. use ↵ | bobzel | |
| ctrlKey to make an alias. removed dashboardBrush stuff. cleaned up DocDecoartions css slightly | |||
| 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-08-29 | added some link follow options to link Editor. Big overhaul of dockingView ↵ | bobzel | |
| to make things undoable and cleaner | |||
| 2020-08-28 | fixed undo for collection tabs. fixed treeview to support freezeChildren to ↵ | bobzel | |
| prevent children from being removed from the tree. Made _isBackground a layoutfield. fixed formattedTextBox exceptions on undo from a tab. | |||
| 2020-08-27 | switched back to recentlyClosed from inactive. fixed adding tag to multiple ↵ | bobzel | |
| document seleciton. | |||
| 2020-08-26 | added dropdown dashboards input at top left + new & snapshot | bobzel | |
| 2020-08-26 | fixed warnings. fixed url / annoation updating when navigating web pages. | bobzel | |
| 2020-08-26 | fix so that tabbing tree view items works when treview aliases (eg minimap) ↵ | bobzel | |
| are displayed. just doesn't work if the document is open more than once in the same treeview | |||
| 2020-08-26 | more efficient way to update tree view active() flag | bobzel | |
| 2020-08-26 | fixed immediate Title Editing of tree views | bobzel | |
| 2020-08-25 | changed treeViewHideTopLevel back to treeViewHideTitle. cleaned up some stuff. | bobzel | |
| 2020-08-25 | changed system documents to act like dividers in tree views. removed some ↵ | bobzel | |
| menu items in cases they don't apply. fixed ink selection to not use boudning box. | |||
| 2020-08-24 | removed treeViewOpen from sidebar panels since they don't need them now that ↵ | bobzel | |
| the top level is hidden. | |||
| 2020-08-24 | simplified sidebar document structure. changed treeViewHideTitle to ↵ | bobzel | |
| treeViewHideTopDoc along with semantics to match. fixed linkBox to work with updates. | |||
| 2020-08-24 | added alternate doc button bar to settings. changed context menu icon to ↵ | bobzel | |
| bars from cog. | |||
| 2020-08-24 | fixed presentation trails being added to myPresentations. fixed properties ↵ | bobzel | |
| pane to set title "in place". | |||
| 2020-08-22 | major overhaul of search to avoid writing anything to filtered documents and ↵ | bobzel | |
| to make the UI work properly. | |||
| 2020-08-22 | switched search from writiing searchMatch to matched docs to instead store ↵ | bobzel | |
| in a run-time observableMap. This allows simultaneous searches by different users. | |||
| 2020-08-22 | fixed key value for empty lists to show [], fixed tree view to allow 'data' ↵ | bobzel | |
| field .to display for empty lists. Gave untitled Tabs a default height | |||
