Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-22 | Update PresBox.tsx | Geireann Lindfield Roberts | |
presBox mini pres outline when keys active | |||
2020-10-22 | PresBox bug fixes and updates | Geireann Lindfield Roberts | |
- Removed unessecary undoBatch - e.keyCode removed in favour of e.key - Added keys active button | |||
2020-10-22 | fixed pinning multiple documents to work and be undoable. | bobzel | |
2020-10-22 | fixed list undo/redo to work with non-doc items. | bobzel | |
2020-10-22 | fixed webBoxes to switch URLS when hyperlink is clicked (and page is not ↵ | bobzel | |
cross-origin). fixed some undo navigation web stuff. fixed drag/drop to create anchor that bounds the original selection. fixed html clippings to not have a nativewith/height so that they reflow | |||
2020-10-22 | fixed problem when dragging preselements when sometimes the whole screen ↵ | bobzel | |
turns gray because the dragged item has no width/height | |||
2020-10-21 | fixed dragging documents to bottom of presentation list. fixed adding to ↵ | bobzel | |
preentation list without creatinga a duplicate. | |||
2020-10-21 | fixed warnings. fixed pinning of multiple documents at the same time to ↵ | bobzel | |
bring up the presentation view just once. | |||
2020-10-22 | Merge branch 'master' into presentation_v1 | Geireann Lindfield Roberts | |
2020-10-22 | minor undoBatch changes | Geireann Lindfield Roberts | |
2020-10-21 | cleaned up title eidting/slide selection in PresElement/PresBox/EditableView | bobzel | |
2020-10-21 | fixed editableView to commit current text on unmount (allows slide titles to ↵ | bobzel | |
be committed when clicking on another slide's title) | |||
2020-10-21 | Replaced redundant DeconstructedError with ErrorLike | Sam Wilkins | |
2020-10-21 | SessionManager now expects .MONITORED rather than .RELEASE | Sam Wilkins | |
2020-10-20 | removed artificial error | Sam Wilkins | |
2020-10-20 | Merge branch 'restored_server_monitor' of ↵ | Sam Wilkins | |
https://github.com/browngraphicslab/Dash-Web into restored_server_monitor | |||
2020-10-20 | Fixed crash report | Sam Wilkins | |
2020-10-21 | fixed link button location for videos. fixed positioning of overlay ↵ | bobzel | |
collection on videos. | |||
2020-10-21 | fixed undo from breaking when you click on pinDoc in TabView doc buttons. | bobzel | |
2020-10-20 | fixes for overlayDocs for undo/redo in presBox - undo/redo of minimize/show ↵ | bobzel | |
sidebar. | |||
2020-10-20 | fixed getFirstDocumenView() to choose a visible document view over the first ↵ | bobzel | |
one in its list which may be in a hidden tab. | |||
2020-10-20 | fixed list operation synchronizatoin on server and made preselementbox change | bobzel | |
2020-10-20 | cleaned up moving documents in stacking view. | bobzel | |
2020-10-21 | UI for miniSlide | geireann | |
2020-10-21 | fixed dragging multiple elements | Geireann Lindfield Roberts | |
(sometimes still deletes slides from trail) | |||
2020-10-21 | Undo batch fixes + minor UI changes | Geireann Lindfield Roberts | |
2020-10-21 | Merge branch 'master' into presentation_v1 | Geireann Lindfield Roberts | |
2020-10-21 | not possible to change pres document perspective | Geireann Lindfield Roberts | |
+ removing unessecary doc actions + progressivize | |||
2020-10-20 | Fixed. bug from last push. | bobzel | |
2020-10-21 | server restarts automatically, session key + crash report distributed | usodhi | |
2020-10-21 | Merge branch 'master' into presentation_v1 | Geireann Lindfield Roberts | |
2020-10-21 | updates before push | Geireann Lindfield Roberts | |
2020-10-20 | fixed concurrency problem when adding/deleting from lists in rapid ↵ | bobzel | |
succession. was causing presentation lists to do strange things when deleting multiple documents at once. | |||
2020-10-20 | Merge branch 'presentation_v1' of ↵ | Geireann Lindfield Roberts | |
https://github.com/browngraphicslab/Dash-Web into presentation_v1 | |||
2020-10-20 | presBox updates for pull | Geireann Lindfield Roberts | |
drag changes + renaming marquee options + fixes | |||
2020-10-20 | Merge branch 'restored_server_monitor' of ↵ | usodhi | |
https://github.com/browngraphicslab/Dash-Web into restored_server_monitor | |||
2020-10-19 | Switch to ts-node from ts-node-dev for server monitoring | Sam Wilkins | |
2020-10-18 | fixed rubber-banding of ink shapes to not get clipped. fixed dropping ↵ | bobzel | |
document at bototm of stack (e.g., in presentation views) | |||
2020-10-18 | fixed uploading .mov files. | bobzel | |
2020-10-18 | resets scrollTop when navigating to a new webpage in WebBox. set url on ↵ | bobzel | |
proto's data field when creating a webPage, not delegate. | |||
2020-10-19 | Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵ | usodhi | |
restored_server_monitor | |||
2020-10-17 | fixed rubberbadning ink shapes not to get cutoff. fixed animating ↵ | bobzel | |
annotations. fixed ink masks. fixed warnings. | |||
2020-10-17 | Merge pull request #869 from browngraphicslab/presentation_v1 | bobzel | |
Presentation v1 | |||
2020-10-17 | major rewrite of native width/height/aspect. Fixed scaling of text note ↵ | bobzel | |
sidebars. | |||
2020-10-18 | Comparison box pin with view | Geireann Lindfield Roberts | |
2020-10-18 | documents that are not in current collection open in new tab instead of on right | Geireann Lindfield Roberts | |
2020-10-18 | dragging has optional dropEvent argument | Geireann Lindfield Roberts | |
+ Changes presStatus -> enum | |||
2020-10-18 | Merge branch 'presentation_v1' of ↵ | Geireann Lindfield Roberts | |
https://github.com/browngraphicslab/Dash-Web into presentation_v1 | |||
2020-10-18 | test commit of changes that might clash with merge | Geireann Lindfield Roberts | |
2020-10-17 | Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵ | usodhi | |
restored_server_monitor |