aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes
AgeCommit message (Collapse)Author
2020-11-30changed color to backgroundColor in styleProvider. added a stuyle provider ↵bobzel
for overlayDocs
2020-11-24prevent possible crash on empty text box hypertext link. prevent Webbox's ↵bobzel
from updating .text field every time loaded. avoided slow incremental updating of LinkDB by awaating document anchors when linkdb is setup.
2020-11-23added an LOD minimapbobzel
2020-11-22fixed backgroundHalo() computedFn to not invalidate and cause new text boxes ↵bobzel
to lose focus.
2020-11-22converted backgroundColor prop to a more general styleProvider.bobzel
2020-11-22extended clusters to support user groups. made clusters select contents on ↵bobzel
click. made send to back/ bring to front apply to entire selection.
2020-11-21fixed goldenLayout to remove rowCol when removing a stack if the rowCol's ↵bobzel
parent contains only the rowCol. prevented unlocking documents from setting NativeWidth/Height
2020-11-21turned off automatic loading of non-active tabs. fixed placement of ↵bobzel
contentfittingview content for link preview of web/pdf etc (was vertically displaced). turned off javascript in webBox's.
2020-11-20added 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-19fixed singleLine text to not show scroll bars. made Ink honor _isBackground.bobzel
2020-11-13fixed 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-11fixes to centering of documents in ContentFittingDocumentView. fixed ↵bobzel
display of document title in tree view when it was alrady rendered in the tree view.
2020-11-11turned off selection highlighting in TreeView because it is way too ↵bobzel
inefficient. more fixes to laying out fitWidth and other documents in ContentFittingDocViews. testing against GridViews and TreeViews things seem to work.
2020-11-10fixed Slides to be Colllections (not text) and fixed dockingView to display ↵bobzel
collections properly.
2020-11-10fixes for tree view to display embedded documents correclty -- nested ↵bobzel
collections didn't have a width before and vertical sizing was off.
2020-11-09fixed autoHeight for formattedTextSidebars when the text document has been ↵bobzel
scaled. cleaned up link groups. fixed pushpins that don't focus on target (e.g., a si m ple pushpin on a PDF).
2020-11-09added 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-11-08added an optional background grid for collections.bobzel
2020-11-06Merge branch 'master' of https://github.com/browngraphicslab/Dash-Webbobzel
2020-11-06fixed web pages to scroll and update scrollTop when in annotation mode. ↵bobzel
fixed pointer events on custom text view headers.
2020-11-07Made pres. trails *more compatible with dark modeGeireann Lindfield Roberts
* not fully compatible - but much better in the pres. properties
2020-11-06Cleaned up codeGeireann Lindfield Roberts
(1) Updated to use enums for PresEffect (Directions) and PresColor (2) Made update pres selection work with applying to selected items (3) Removed Effects + Movement from when targetDoc === presCollection
2020-11-05fixed layer ordering of annotaitons and overlays on PDFs so that overlays ↵bobzel
are always on top. made textLayer on PDFs display:none when not-selected to try to improve rendering.
2020-11-04made font size of tree view ignore font size of documentbobzel
2020-11-03fixed LinkManager to cache links correctly. fixes issue with linkButton not ↵bobzel
showing the correct number.
2020-11-03Merge pull request #925 from browngraphicslab/presentation_v1bobzel
Presentation v1
2020-11-03added undo's for icon/deiconifying pile docs and icon docs. added a zoom ↵bobzel
hack to focus on stacking documents. stopped autoscroll on nested collections.
2020-11-04reset old widthGeireann Lindfield Roberts
because default width for doc is 400 so max does not work
2020-11-04fixed presCollection not updating correctlyGeireann Lindfield Roberts
2020-11-03remove expand all / minimize allGeireann Lindfield Roberts
slow performance - especially when the outermost collection is pinned multiple times
2020-11-02added exception handlers to videoBoxbobzel
2020-11-02trying to make YouTube loading robustbobzel
2020-11-02better fix for hiighlighting rounded border documents.bobzel
2020-11-02fixed highlighting rounded documents to not be jumpybobzel
2020-11-02fixed warningsbobzel
2020-11-02bug fix - avoiding document viewGeireann Lindfield Roberts
2020-11-01Merge branch 'master' into presentation_v1Geireann Lindfield Roberts
2020-11-01removed console.log + click to return to slide 1Geireann Lindfield Roberts
2020-11-01Remove any attempt at auto playing audioGeireann Lindfield Roberts
2020-11-01pinWithView works with view pathsGeireann Lindfield Roberts
+ removed Pan options and Scroll options
2020-10-30fixed typobobzel
2020-10-30got rid of warning for youtube videos on startup when mousing ot of them ↵bobzel
before they are ready()
2020-10-30finally fixed webBox warningbobzel
2020-10-30from lastbobzel
2020-10-30from lastbobzel
2020-10-30getting rid of runtime scaling & other warningsbobzel
2020-10-30fixed warning about onClick... being adding multipl times.bobzel
2020-10-30trying to fix youtube video loading errors.bobzel
2020-10-30from lastbobzel
2020-10-30different fix from before?bobzel