aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes
AgeCommit message (Collapse)Author
2022-06-03fixed opening closed tabs from Files sidebar to re-use best Alias before ↵bobzel
making a new alias.
2022-06-03no longer changes drag color on other viewsljungster
2022-06-03ffmpeg testingMichael
2022-06-03fixed presentation as list index displaybobzel
2022-06-03Merge branch 'master' into presentation_upgradebobzel
2022-06-03fixed pushpin link toggling when zoom is not set. fixed adding annotations ↵bobzel
to webBox's without opening sidebar. Made linkDoc preview always open
2022-06-02fixed 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-06-02merge with presentmodeMichael Foiani
2022-06-02switch to fluent ffmpegMichael Foiani
2022-06-02Merge branch 'inking-naafi-mehek' into master-cleanupmehekj
2022-06-02removed equationbox experimenting with iinkjsmehekj
2022-06-02fixed highlighting of ink to not show bounding box. stopped shift Tab from ↵bobzel
blocking bulleting. moved presEffects to slide.
2022-06-02ffmpeg code added, but there is an error with sharedArrayBufferMichael Foiani
2022-06-01now tracks and replays scaling accuratelyMichael Foiani
2022-05-31added a pop up menu for viewing dashField view collection. added a menu ↵bobzel
button for turning off autoLinking to text selection. added ability to add button to top contextMenu buttons without blowing away db.
2022-05-25variety of small fixes for text / sharing. made typed text default to 35 ↵bobzel
height so that when shared it doesn't start big and jump to small. changed permissions to be private until an Acl is set - this prevents private docs from flicking on momentarily when shared since fields are not distributed atomically. added Shift/Alt/Ctrl Enter for freeform and stacking views to create neighboring docs. fixed first typed char of text to have a user_mark. made shared text doc header overlap to prevent scrolling.
2022-05-24fixed 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-24hide resize handles on headerBar items.bobzel
2022-05-23added 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-23cleaning up singleLine text box api and TreeView typesbobzel
2022-05-23more code cleanup in currentuserutils. some fixes to dragFactory-count titles.bobzel
2022-05-20some cleanup of currentUserUtils. css fixes for fonticon boxes with labelsbobzel
2022-05-20adjusted placement of fonticonbox labelsbobzel
2022-05-20removed enumerables field stuff which was hacky and never used. cleaned up ↵bobzel
some of currentUserUtils initialiazation. fixed treeView sorting for 'none" which fixes problem with slide template.
2022-05-20moved 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-20fixed script repl to show doc id for tabdocs. fixed hitting 'enter' in ↵bobzel
several dialogs to stop propagation to prevent iconifying
2022-05-18fixed linking bug so that both start and end link can be regions. added ↵bobzel
zoom to target checkbox for link editing. extracted out a new field pointerEvents so that lockPosition is not automatically conflratd with no pointer events. updated freeformview focus to work with zooming on region selections.
2022-05-17from last againbobzel
2022-05-17improved browse mode by not needing to click on background to zoom out. ↵bobzel
cleaned up api to use a browseClick prop.
2022-05-16made text box body take up entire docview when suppressHeight is set (and ↵bobzel
set suppressSetHeight in muliticolumn view) - this fixes issues with topBar. made tree view rightbuttons clickable again. fixed drag offset when dragging docs that are fitting their container width when the container is wider than the actual document width.
2022-05-13fixed erasing overtop of closed curves. fixed outlining of non-closed strokes.bobzel
2022-05-13removed layerProvider functionality.bobzel
2022-05-13simplified how web pages are served and I think fixed some bugs with pages ↵bobzel
that didn't always render
2022-05-13fixed crashing bug when quickly re-updating webbox (or other) icon. fixed ↵bobzel
infinite loop in FilterBox. changed TimeView to scale WebBox's. fixed issues with timeView filters. fixed bugs with webBox scrolling on startup, following links, etc.
2022-05-12fix: gives recording box unique id to allow multiple streams at the same time'Jenny Yu
2022-05-12from lastbobzel
2022-05-12fixed 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-05-12feat: added checkbox for optional screen trackingJenny Yu
2022-05-12feat: option to recreate recordingJenny Yu
2022-05-11fixed crop of pdfs when zoomed. removed some unused pdf code. removed unused ↵bobzel
LOD code.
2022-05-11added cropped images of pdfsbobzel
2022-05-11Merge branch 'presentmode-mfoiani' of https://github.com/brown-dash/Dash-Web ↵Jenny Yu
into presentmode-mfoiani
2022-05-11fix: recording box fix dimensionsJenny Yu
2022-05-06changed 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-05-05drag video controls in full screenmehekj
2022-05-05fixed videobox ui sizing. added rotation for imageBoxsbobzel
2022-05-05Merge branch 'presentmode-mfoiani' of https://github.com/brown-dash/Dash-Web ↵Michael Foiani
into presentmode-mfoiani merge with jenny/bob
2022-05-05fix some bugs and start position. ready for demo :)Michael Foiani
2022-05-04Merge branch 'presentmode-mfoiani' of https://github.com/brown-dash/Dash-Web ↵Jenny Yu
into presentmode-mfoiani
2022-05-04fix: show the corresponding video when clicking on slidesJenny Yu