| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-30 | more cleanup | bobzel | |
| 2021-03-30 | fixed a bunch of compile errors. activated Clear button for recently closed ↵ | bobzel | |
| tree views. | |||
| 2021-03-30 | from last | bobzel | |
| 2021-03-29 | from last | bobzel | |
| 2021-03-29 | more progress in fixing & simplifying active/selected stuff | bobzel | |
| 2021-03-29 | still cleaning up all the active/selection code. | bobzel | |
| 2021-03-29 | initial changes to cleanup pointer events. | bobzel | |
| 2021-03-12 | trying to make treeViews more efficient by making fewer calls to Get ↵ | bobzel | |
| document fields getter. | |||
| 2021-03-09 | got rid of DocHolderBox. changed dontRegisterChildViews to ↵ | bobzel | |
| childDontRegisterViews for consistency. | |||
| 2021-03-03 | trying out a forked branch of equation editor. cleaned up warnings. | bobzel | |
| 2021-03-03 | more fixes for setting up user docs | bobzel | |
| 2021-02-24 | fixed layerProviders for treeViews to return true. fixed sidebar ↵ | bobzel | |
| annotations for text to add/remove from correct field. | |||
| 2021-02-22 | cleaned up indent/outdent in treeview to work with aliases. | bobzel | |
| 2021-02-18 | added preliminary cookie mechanism for making documents appear after ↵ | bobzel | |
| focusing on a document which sets a cookie. converted catalog to new "file system" tree view. | |||
| 2021-02-16 | added a file system mode for tree View. ctrl-f to create file system. | bobzel | |
| 2021-02-04 | fixed scrolling animations in view bounds for webbox and pdfBox's ↵ | bobzel | |
| particualrly for lightbox views. added a docViewPath prop for docuentViews. | |||
| 2020-12-21 | hardcoded lock/hide buttons | Melissa Zhang | |
| 2020-12-16 | fixed treeView layouts to pass good values for panelWidth/height to ↵ | bobzel | |
| DocumentView. renamed Selectionmanager methods to be views not documents. | |||
| 2020-12-14 | renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as ↵ | bobzel | |
| DocumentViewInternal | |||
| 2020-12-13 | removed ContentScaling={returnOne} from a lot of places | bobzel | |
| 2020-12-11 | got rid of ChromeHeight and replaced with HeaderMargin in style provider. ↵ | bobzel | |
| made text headers not overlap the tet itself. | |||
| 2020-12-11 | converted all style sheet properties to enums. | bobzel | |
| 2020-12-11 | cleaning up more doumentViewProps. reduced use of treeViewDoc prop. added ↵ | bobzel | |
| hideTitle. fixed background shadow on isButton documents. | |||
| 2020-12-10 | fixed filterBox/TreeView to support checkboxes again. Simplified ↵ | bobzel | |
| {DocumentView/CollectionView/FieldView}props | |||
| 2020-12-08 | simplified styleProvider arguments. fixed useClusters | bobzel | |
| 2020-12-07 | got rid of LibraryPath. Fixed collectionFreeFormDocViews to use pres ↵ | bobzel | |
| Effects whenever doc is selected | |||
| 2020-12-03 | changed parameters for style provider to use documentViewProps instead of ↵ | bobzel | |
| renderDepth | |||
| 2020-11-30 | changed color to backgroundColor in styleProvider. added a stuyle provider ↵ | bobzel | |
| for overlayDocs | |||
| 2020-11-22 | converted backgroundColor prop to a more general styleProvider. | bobzel | |
| 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 | |
