aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-03-12changed setDocFilter to not take undefined as a modfied & added toggle ↵bobzel
param. added single click on marquee annotator to create an annotation. extended PDF sidebar to have filter buttons.
2021-03-12Merge branch 'filters' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
filters
2021-03-12Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
filters
2021-03-11fixed problem with filter box for dashboard not staying checked.bobzel
2021-03-11fixed display of aliases in filesys tree view. fixed dropping of "proto" ↵bobzel
dropAction to move, not copy them in file sys. fixed stacking view to allow for a stacking sidebar in PDFs and then properly support fitWidth (and not) for items in the sidebar.
2021-03-11bringing errors backusodhi
2021-03-11adding and/or to filtering, added editableview, changed a bunch of thingsusodhi
2021-03-11fixed bug with ctlr-drag botright of doc decs making nativew/h not match w/hbobzel
2021-03-11added optional stacking sidebar for PDFs. fixed pdfannos to not show ↵bobzel
linkbutton when selected. fixed stacking views to handle fitwidth text better (make height fit correctly when fitWidth)
2021-03-11fixed toggling documents into overlay layerbobzel
2021-03-11made text boxes span stackingview's when fitWidth or autoColumn is set. ↵bobzel
made doc decs fit stacking view docs properly when stack is viewScaled. increased default size of images when > 800 pixels.
2021-03-10Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
filters
2021-03-10from last - fix for inline text boxes.bobzel
2021-03-10from lastbobzel
2021-03-10finally completed the process of moving DashDocView into a React compoment ↵bobzel
in DashDocView from RichTextSchema
2021-03-10fixed bugs leftover from removing docholders.bobzel
2021-03-10tweaks to sliderBox range to prevent it from not appearing, or not having ↵bobzel
draggable ends.
2021-03-10conflictsusodhi
2021-03-10made initial load of filterbox much more efficient by preventing incremental ↵bobzel
invalidations. fixed display of sliderBox filters.
2021-03-09from lastbobzel
2021-03-09changed field unchanged -> googleDocUnchanged. cleaned up some other code.bobzel
2021-03-09some cleanup for inlineTextAnnotations to use a better named field. removing ↵bobzel
some unused code.
2021-03-09from lastbobzel
2021-03-09Merge branch 'master' of https://github.com/browngraphicslab/Dash-Webbobzel
2021-03-09fixed following portal link to reset camera position. prevent warning errors ↵bobzel
in loading screen. hide textsidebar until text is selected. fixed link titles to handle case when link anchor is the link document and not infinitely recurse.
2021-03-09Update PDFViewer.scssbobzel
2021-03-09got rid of DocHolderBox. changed dontRegisterChildViews to ↵bobzel
childDontRegisterViews for consistency.
2021-03-08minimal cleanup of formattedtextBox.bobzel
2021-03-08fixed zindex of modal dialogues (eg sharingmanager) to be above doc decorations.bobzel
2021-03-08Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
filters
2021-03-08fixed bug with branch/clonebobzel
2021-03-08from lastbobzel
2021-03-08split gitlike stuff into its own filebobzel
2021-03-08added doc data content synching to Git-like operations.bobzel
2021-03-07added removal of docs to git-like actions.bobzel
2021-03-07added start of Git functionality within Dash.bobzel
2021-03-06updated a bunch of _backgroundColors to backgroundColorsbobzel
2021-03-06Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
filters
2021-03-06cleaned up a little bit in doc decorations.bobzel
2021-03-05started to clean up docdecorations and fix some ink rotation/sizing bugs.bobzel
2021-03-05fixed autoHeight gesture to not set nativewidth/height for text. fixed typobobzel
2021-03-05from lastbobzel
2021-03-05fixed linkdocpreview border.bobzel
2021-03-05fixed linked doc preview of imagesbobzel
2021-03-04fixed anchorMenu appearing when in lightbox mode.bobzel
2021-03-04fixed template doc height setting (when autoHeight text field)bobzel
2021-03-04fixed scrolling of web pages and fitwidth for web pages.bobzel
2021-03-04more fitWidth fixes for PDFbobzel
2021-03-04more adjustments to fitwidth behavior - want things to scroll vertically ↵bobzel
when they are fit width (eg images)
2021-03-04fixed dynamic updating of equations and functions when underlying data cahnges.bobzel