| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-15 | fixed enterting titles in tab's to not trigger inconify. added drop ↵ | bobzel | |
| placement for mulitirow/col. added time delay for switching to tab dragging. all this helps support a worktop-style topBar. | |||
| 2022-05-13 | removed layerProvider functionality. | bobzel | |
| 2022-03-24 | fixed videoBox play issue. cleaned up global referencing a bit. | bobzel | |
| 2022-03-22 | fixed temporal media merge that had reverted a lot of things. | bobzel | |
| 2021-11-13 | change isContentActive to a tri-state to allow turning on/off and default - ↵ | bobzel | |
| fixes issues with videobox and others so that content can be turned off reliably. added annotation overlay for treeViews for ppt like slides. lots of fixes to tree view to get layout to be more robust. | |||
| 2021-08-04 | restructured filters again so that filter icons show whether a document has ↵ | bobzel | |
| a filter or inherits one. following a link with a view spec overrides only locally set filters (not inherited ones). | |||
| 2021-04-16 | fixed so that minimaps can't appear on non freeform collections. fixed ↵ | bobzel | |
| multirow/col to work with templates & stopped normalizing dimensions (which breaks templates). added quick and dirty lightboxDocTemplate to display templated documents. fixed TextDocs to work with template fields that just have a text string. | |||
| 2021-04-15 | cleaned up CollectionCarousel and styleprovider to handle sub-component ↵ | bobzel | |
| properties better. updated resizers in multicol/row to be visible. | |||
| 2021-03-29 | more progress in fixing & simplifying active/selected stuff | bobzel | |
| 2021-03-29 | initial changes to cleanup pointer events. | bobzel | |
| 2021-03-03 | added functionPlot. trying to make fitWidth make sense everywhere ↵ | bobzel | |
| (lightbox, stacking panels with autosize columns, etc). | |||
| 2021-03-02 | added a fitwidth toggle for lightbox. fixed _showCaption/setting _fields to ↵ | bobzel | |
| undefined. updated documentView to use not having fitWidth set as a trigger for whether to treat a doc without nativeWidth/Height as if its width/height is that. | |||
| 2021-02-10 | changed docViewPath to be a function to avoid mobx invalidations | bobzel | |
| 2021-02-05 | cleaned up lightbox. replaced old npm lightbox. | bobzel | |
| 2020-12-14 | renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as ↵ | bobzel | |
| DocumentViewInternal | |||
| 2020-12-14 | got rid of fitDocToPanel. made collectionFreeFormDocView always use a ↵ | bobzel | |
| ContentFittingDocView. fixed up web box selections. | |||
| 2020-12-13 | removed ContentScaling={returnOne} from a lot of places | bobzel | |
| 2020-12-13 | more props cleanup. Got rid of ItemBackgroundColor in favor of having ↵ | bobzel | |
| StyleProvider choose style based on whether it's givena DocViewProp or a FieldViewProp. | |||
| 2020-12-10 | more cleanup/organization of 'props' . removed VisibleHeight props and ↵ | bobzel | |
| cleaned up PDF and other props | |||
| 2020-12-10 | fixed filterBox/TreeView to support checkboxes again. Simplified ↵ | bobzel | |
| {DocumentView/CollectionView/FieldView}props | |||
| 2020-12-07 | got rid of LibraryPath. Fixed collectionFreeFormDocViews to use pres ↵ | bobzel | |
| Effects whenever doc is selected | |||
| 2020-11-22 | converted backgroundColor prop to a more general styleProvider. | bobzel | |
| 2020-10-25 | fixed placement of link button for scaled text views. fixed document ↵ | bobzel | |
| decorations for ContentFittingDocViews & fitWidth items. Fixed documentDeocrations for CollectionMulticolumn view. | |||
| 2020-09-28 | fixed docRangeFilters to be propagated everywhere and evaluated like ↵ | bobzel | |
| docFilters (if the field isn't there, it fails) | |||
| 2020-09-08 | fixed presbox, videobox and some others to set NativeWidth/Height properly. | bobzel | |
| 2020-09-08 | from last | bobzel | |
| 2020-09-08 | fixes to make nativesize work for all collections and templates. | bobzel | |
| 2020-09-08 | updated the way NativeWidth/Height props work so that, when specified, they ↵ | bobzel | |
| override locally specified values | |||
| 2020-08-22 | major overhaul of search to avoid writing anything to filtered documents and ↵ | bobzel | |
| to make the UI work properly. | |||
| 2020-07-14 | fixed onClickHandler stuff to use functions properly. fixed several linking ↵ | Bob Zeleznik | |
| to annotations/pushpins problems. | |||
| 2020-07-14 | fixed issues with creating & using scripting boxes by making scriptFields be ↵ | Bob Zeleznik | |
| a function, not value, prop | |||
| 2020-07-06 | change case of import statements. changed compiler option to be much faster ↵ | Bob Zeleznik | |
| -- hope it doesn't break anything. | |||
| 2020-06-17 | made docFilters a prop on everything | Bob Zeleznik | |
| 2020-05-15 | renamed new_fields to fields | Sam Wilkins | |
| 2020-05-05 | fixes for parameterized templates. added a pendingMap to fix issues with ↵ | Bob Zeleznik | |
| expandTemplateLayout. added a switchbox template to test templates. changed dimUnits/dimMagnitude to _dimUnits/_dimMagnitude | |||
| 2020-05-02 | cleaned up a lot of layoutTemplate/String props. fixed link drawing. | Bob Zeleznik | |
| 2020-05-01 | fixed presentations to allow drag and drop. fixed pres box to use ↵ | Bob Zeleznik | |
| RenderData instead of modifying presentation elements with unnecessary info like their containing PresBox and their presentation index position. COnverted COntentFIttingDocumentView to use DocumentView's props | |||
| 2020-04-30 | added double click script support | Bob Zeleznik | |
| 2020-04-26 | fixed multi/col/row views to work with templates. fixed context menu ↵ | Bob Zeleznik | |
| subitems to appear on screen. fixed tree view display of text nodes. | |||
| 2020-04-12 | fixed nudging stoppropagation stuff. fixed inPlace addDocTab for non ↵ | Bob Zeleznik | |
| freeform views | |||
| 2020-04-06 | many more fixes to nativewidth/height layout changes. | Bob Zeleznik | |
| 2020-03-09 | cleanup of warnings | Bob Zeleznik | |
| 2020-03-03 | several fixes to templates (simplified expanding, notes use 'text' field ↵ | Bob Zeleznik | |
| now, collections show documents when their data field is not a list). multicol/row resizers select their doc. | |||
| 2020-02-19 | enabled multicolumn document to show contents of original document if its a ↵ | bob | |
| template and no fields are specified ... probably will reverse this later | |||
| 2020-02-16 | collection sub view and google authentication manager cleanup, deleteAssets ↵ | Sam Wilkins | |
| route added | |||
| 2020-02-14 | cleaned up backgroundColor settings and cluster overrides. added a darkScheme | Bob Zeleznik | |
| 2020-02-05 | several layout fixes for row/col stuff. fixes to icons. added buttons for ↵ | bob | |
| buxton app. made PresBox not search for its own contents when following a link | |||
| 2020-02-05 | fixed multicol/row layout rendering | bob | |
| 2020-02-04 | lots of small fixes to templates, presentations, default templates (icon, slide) | Bob Zeleznik | |
| 2020-02-04 | added defaults for mulitirow/col | bob | |
