| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-20 | Revert "Revert "Merge branch 'master' into temporalmedia-mehek"" | mehekj | |
| This reverts commit 3415f672292bb349c7d9ec66564933a746ee3b25. | |||
| 2022-06-20 | Revert "Merge branch 'master' into temporalmedia-mehek" | mehekj | |
| This reverts commit 145117365b2708ef6b365c6f0f10c38b85a87307, reversing changes made to 7eedde332010c8896be636f0b5c6a7b2c8043e48. | |||
| 2022-06-02 | merge with presentmode | Michael Foiani | |
| 2022-05-23 | cleaning up singleLine text box api and TreeView types | bobzel | |
| 2022-05-20 | moved explore mode to topBar. fixed highlighting of overlay toggle. fixed ↵ | bobzel | |
| pointerEvents on lockedPosition collectoins that are not children of a free form view. | |||
| 2022-05-17 | improved browse mode by not needing to click on background to zoom out. ↵ | bobzel | |
| cleaned up api to use a browseClick prop. | |||
| 2022-05-12 | fixed perfromance (flickering, speed) issues with having pointerEvents prop ↵ | bobzel | |
| invalidate documents - switched to using a function to avoid flickering on PDFs of annotations in particular. | |||
| 2022-04-28 | Merge branch 'master' into recording-jenny | Jenny Yu | |
| 2022-04-25 | changed freeformview's with engines to not allow children to be edited ↵ | bobzel | |
| using setHeight prop since engine layouts are temporary and shouldn't edit the doc. fixed tags to work with pivot view. cleaned up pile views to be less hacky.. | |||
| 2022-04-07 | added RecordingView | geireann | |
| 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-17 | more updates | geireann | |
| 2021-08-01 | made url server references relative. | bobzel | |
| 2021-04-15 | cleaned up CollectionCarousel and styleprovider to handle sub-component ↵ | bobzel | |
| properties better. updated resizers in multicol/row to be visible. | |||
| 2021-04-09 | fixed not following links on video in lightbox | bobzel | |
| 2021-03-29 | still cleaning up all the active/selection code. | bobzel | |
| 2021-03-29 | fixed doc decorations for dictation. gave dictation docs a title. minor ↵ | bobzel | |
| cleanup. | |||
| 2021-02-28 | a bunch of changes to simplify how autoHeight works. extended to work for ↵ | bobzel | |
| pdfs and stacking views. still some bugs. | |||
| 2020-12-13 | removed ContentScaling={returnOne} from a lot of places | bobzel | |
| 2020-12-13 | converted TabDocView to just use a ContentFittingDocumentView. Fixed ↵ | bobzel | |
| schemView to use a styleProvider | |||
| 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 to documentViewprops. got rid of nudge() added | bobzel | |
| 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-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-13 | fixed treeView to be able to access active() on contained document in order ↵ | bobzel | |
| to keep slide sidebar active when sidebar documents are selected. fixed ContetntFittingDocumentView to show fitToBox correctly and more simplhy | |||
| 2020-11-09 | added fullScreen alias option for opening documents so that opened document ↵ | bobzel | |
| can have different scale than original. fixed pushpins to not toggle target if something must be panned/zoomed to show the target. fixed drag drop to ignore the document being dragged properly when dropping (which prevented a document over a collection from being dropped on the colelction when move slightly). | |||
| 2020-10-06 | restored ability to open document that has been moved from another ↵ | bobzel | |
| document's annotation overlay | |||
| 2020-09-28 | fixed docRangeFilters to be propagated everywhere and evaluated like ↵ | bobzel | |
| docFilters (if the field isn't there, it fails) | |||
| 2020-09-16 | cleaned up TabDocView a bit | bobzel | |
| 2020-09-15 | fixed another warning. | bobzel | |
| 2020-09-14 | made custom header default to author/creationDate | bobzel | |
| 2020-09-14 | updated the custom text box to specify frontSize through document values. | bobzel | |
| 2020-09-08 | updated the way NativeWidth/Height props work so that, when specified, they ↵ | bobzel | |
| override locally specified values | |||
| 2020-09-08 | resurrecting templates with childLayout | bobzel | |
| 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 | |||
| 2020-08-14 | Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵ | Lionel Han | |
| new_audio | |||
| 2020-08-12 | fixed warnings and fixed rendering of fields in search view. | bobzel | |
| 2020-08-11 | updated how background colors work | bobzel | |
| 2020-08-09 | pull | Lionel Han | |
| 2020-08-05 | Merge branch 'master' into presentation_updates | bobzel | |
| 2020-08-04 | cleaning up | Andy Rickert | |
| 2020-08-03 | merge with new ui | Andy Rickert | |
| 2020-08-03 | Merge remote-tracking branch 'origin/menu_restructure' into presentation_updates | Geireann Lindfield Roberts | |
| 2020-07-31 | merge | Andy Rickert | |
