| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-09 | Merge branch 'master' into mainview-jenny | bobzel | |
| 2022-06-09 | fixed pin doc navigation when not in presBox (eg. headerBar) | bobzel | |
| 2022-06-09 | pinned docs now have click func to navigate to target. restored embedded ↵ | bobzel | |
| views within presBox | |||
| 2022-06-09 | renamed fitToBox to fitContentsToBox. fixed pinning multiple documents at ↵ | bobzel | |
| same time to not bring up presBox multiple times. | |||
| 2022-06-09 | fixed issues with pinWithView so that thumnails show the pinned area and ↵ | bobzel | |
| navigating to the view shows the entire pinned area regardless of panel size. | |||
| 2022-06-08 | fix: merge conflicts | Jenny Yu | |
| 2022-06-08 | fixed bug with adding to pres when in miniview mode. | bobzel | |
| 2022-06-08 | added context menu back to tab's via the doc icon. made docicon draggable ↵ | bobzel | |
| and clickable. removed collectiondockingviewmenu. | |||
| 2022-06-08 | styling: pres element box | Jenny Yu | |
| 2022-06-08 | added ability to make thumbnails of dashboards. started to cleanup ↵ | bobzel | |
| dockingView/goldenlayout undo event handling. cleaned up tab doc list in docking view. made titles editable again in treeview. fixed overlay view to work with image docs etc by setting top/left in css | |||
| 2022-06-06 | Merge remote-tracking branch 'origin/pinWithView-refactor' | bobzel | |
| 2022-06-05 | fixed presentations to allow pinning a clip of audio. fixed TabDocViews to ↵ | bobzel | |
| be added properly to DocumentManager. fixed presentations to allow groupWithUp to work in tree/stacking view modes. f | |||
| 2022-06-05 | updates and attempts at debugging | geireann | |
| 2022-06-05 | updated and refactored pinWithView | geireann | |
| Changed MarqueeView pinWithView so that it just calls TabDocView.PinDoc | |||
| 2022-06-04 | fixed mini-pres view css, fixed interaction with mini-pres by fixing ↵ | bobzel | |
| overlayView panelWidth/height, fixed tabMap to get updated properly to allow CloseSplit to work, etc. | |||
| 2022-06-03 | fixed opening closed tabs from Files sidebar to re-use best Alias before ↵ | bobzel | |
| making a new alias. | |||
| 2022-06-03 | Merge branch 'master' into presentation_upgrade | bobzel | |
| 2022-06-02 | fixed previously introduced bug where pin doc added pres to first tab ↵ | bobzel | |
| collection. Highlight pres targets when following. fixed videoBox to play regions properly. adjusted labelBox for stackedTimeline views. fixed stacked timelines to not stop keyboard events which was preventing text notes from being created on video boxes. | |||
| 2022-05-26 | removed more code relating to old version of dashboards with on and off ↵ | bobzel | |
| screen tab lists. fixed schema headers to not iconify when typing Enter in header field name. | |||
| 2022-05-24 | fixed TabDocView's screenToLocal xf when headerBar opens/closes. changed ↵ | bobzel | |
| webBox to update thumbnails when native dims change. cleaned up content dragging/activation for multiRow/col for headerBar | |||
| 2022-05-23 | simplified dashboards by getting rid of confusing on-screen/off-screen tabs. ↵ | bobzel | |
| Now off screen tabs appear in the header bar which is not currently specific to a dashboard. | |||
| 2022-05-23 | added headerBar for closed tabs and other docs. extended multirow/col to ↵ | bobzel | |
| support hiding chile doc decorations and for making child content/document active work better. changed background style to work better for sub collections. | |||
| 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 | fixed pointerevents on treview open icon. added browse mode for ↵ | bobzel | |
| freeformcollections | |||
| 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-05-06 | changed following links to open up icons all the way down to the target ↵ | bobzel | |
| document. allow StartLink to work with webBox w/ text selection. fixed web clippings to have a cursor and grab keyDown events. | |||
| 2022-04-29 | added 'enter' to toggle iconify. fixed webBox deiconify to render webpage. ↵ | bobzel | |
| updated colors in minimap to match icon colors. | |||
| 2022-04-28 | fixed rendering of slides in filesystem view to not render the UI, just the ↵ | bobzel | |
| doc name | |||
| 2022-04-26 | Merge branch master into presentation_upgrade | Aubrey-Li | |
| 2022-04-23 | more fixes for treeView to support hierarchical presentations. | bobzel | |
| 2022-04-22 | changes to allow PresBox to render using a Tree view | bobzel | |
| 2022-04-05 | merge master | Aubrey Li | |
| 2022-04-05 | from last | bobzel | |
| 2022-04-05 | fixes to allow dragging golden layout windows to be aborted with 'esc'. ↵ | bobzel | |
| some code cleanup as well to avoid rebuilding golden layout when tabs are closed. Fixes for undo and goldenlayout | |||
| 2022-03-31 | cleaned up addDocTab for properties views to allow toggling of targets | bobzel | |
| 2022-03-03 | edit: lightbox opens tab in the same stack | Aubrey Li | |
| 2022-02-03 | Merge branch 'master' into temporalmedia-mehek | mehekj | |
| 2021-12-02 | Merge branch 'master' into trails-aubrey | Geireann Lindfield Roberts | |
| 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-11-08 | fixed vertical height of timeline for video. fixed initial display of ↵ | bobzel | |
| timeline by not assigning clipEnd in DidMount | |||
| 2021-10-26 | Merge branch 'master' into trails-aubrey | Aubrey Li | |
| 2021-10-07 | fix presentation play bounds to fit trim bounds | mehekj | |
| 2021-09-24 | wrapped Color() calls in DashColor() to catch exceptions for color strings ↵ | bobzel | |
| no found | |||
| 2021-09-15 | merge master into trails-aubrey | Aubrey Li | |
| 2021-09-10 | made web page menu UI functional. made ink show up in minmimap. | bobzel | |
| 2021-09-02 | Many updates | geireann | |
| - Fixed image uploads so it clones rather than makes an alias - Updated context menu - Removed tools panel from novice mode in favour of ":" menu - Added explainers to menus in novice mode - Re-added the trails button - Changed UI for text, PDF & websites so that it is more consistent | |||
| 2021-08-31 | "Untitled Presentation" only created after a document is pinned | geireann | |
| 2021-08-30 | merged with master - fixed warnings and errors. | bobzel | |
| 2021-08-26 | a lot of changes to move isContentActive into DocumentView | bobzel | |
