aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-06-09simplified lasso toggle to 'space' when dragging.Bob Zeleznik
2020-06-09fixed lots of errors/warnings. added 'a' to be able embed documents on ↵Bob Zeleznik
drop. added 'l' toggle to perist lasso/marquee mode.
2020-06-09fixed mapsBob Zeleznik
2020-06-09fixed keyFrame animation positioning issues when adding a doc at t != 0. ↵Bob Zeleznik
added isInkMask field and inkStroke menu option to create an ink mask. added cantLeaveCollection flag.
2020-06-08fixed hr formatting for text boxesBob Zeleznik
2020-06-08Merge branch 'ink_menu'Bob Zeleznik
2020-06-08from lastBob Zeleznik
2020-06-08final cleanup of ink related stuff so that things are more structured and we ↵Bob Zeleznik
avoid input cycles
2020-06-08a bunch of cleanup to fix import order and to organize/restructure ink ↵Bob Zeleznik
things in the right places.
2020-06-08added ink options menuyunahi
2020-06-06preventative measure for circular dependency for mobile folks eventual ↵Sam Wilkins
merging into master
2020-06-05changed all scroll behaviors to be _scrollTop to go to a scroll and _scrollY ↵Bob Zeleznik
to animate to it.
2020-06-04cleaned up animation timeline a bit. fixed interaction of clicking on ↵Bob Zeleznik
timeline header to navigate
2020-06-04prevented colectionstackview scrolling when nested collctions are scrolledBob Zeleznik
2020-06-04fixed content fitting of freeform views in treeview.Bob Zeleznik
2020-06-03fixed doc decorations title cssBob Zeleznik
2020-06-03cleaned up internalDrop code. fixed drop to work with ACLs that don't ↵Bob Zeleznik
permit drop
2020-06-03fixes for acl's (naming, ignore owner)Bob Zeleznik
2020-06-02enabled annotations with hypothes.isBob Zeleznik
2020-06-02fixed background of preselementbox itemsBob Zeleznik
2020-05-30Merge branch 'master' of https://github.com/browngraphicslab/Dash-WebBob Zeleznik
2020-05-30fixed private ACL. added event so that crhome extension can tell Dash which ↵Bob Zeleznik
document to navigate to.
2020-05-30buxton pdf fixSam Wilkins
2020-05-30buxton pdf linking implementationSam Wilkins
2020-05-29added a version of client-side ACL'sBob Zeleznik
2020-05-29added toggle to switch from fade to default keyframe. added mixBlendMode for ↵Bob Zeleznik
collections
2020-05-29moved frame animation into freeform chrome. fixed marquees of docs at ↵Bob Zeleznik
non-zero frame. fixed pile view to use its own _pileLayoutEngine key to avoid leaving colleciton in an animated state. added toggle for snap linew views. cached transforms in CollectionFreeformView for performance.
2020-05-28added aimated transitions to presentations of frame animationsBob Zeleznik
2020-05-28fixed pdf text selectionBob Zeleznik
2020-05-26maded stackingViewFieldColumn targets fit available space on draggingBob Zeleznik
2020-05-26restored change that was lost in earlier merge.Bob Zeleznik
2020-05-26fixed makeInterpolatedBob Zeleznik
2020-05-26upate activeFrame from currentTimecodeBob Zeleznik
2020-05-24Merge pull request #361 from browngraphicslab/comparisonBoxbobzel
Comparison box
2020-05-23add sliding/click listener to slider-bar divMelissa Zhang
2020-05-23add comments & clean up importsMelissa Zhang
2020-05-23Merge branch 'master' of https://github.com/browngraphicslab/Dash-WebStanley Yip
2020-05-23renamed lastTimecode to lastFrameBob Zeleznik
2020-05-23switched frame animations to use currentFrame and activeFrame to fix ↵Bob Zeleznik
aliasing issue of progressive slides at different frame codes
2020-05-23several fixes to progressivization and added UI for editing by suspending ↵Bob Zeleznik
transparency
2020-05-23fixed server namebobzel
2020-05-22fixed port issuesSam Wilkins
2020-05-22Merge branch 'master' of https://github.com/browngraphicslab/Dash-WebSam Wilkins
2020-05-22port extensibility fixesSam Wilkins
2020-05-22fixed ctrl and alt enter for text to copy styleBob Zeleznik
2020-05-22null checkSam Wilkins
2020-05-22fixed screenshots to add to overlay if they can't add to parent. added ↵Bob Zeleznik
meta-drag to drop from overlay layer into freeform. added auto hyperlink note from dragging link button to freeform.
2020-05-22fixed imagesBob Zeleznik
2020-05-22got rid of renderLock for piles. fixed drag/drop on piles to place things ↵Bob Zeleznik
correctly. made piles store their layoutEngine as a field. fixed layout of piled docs.
2020-05-21changed _clipWidth to a layoutFieldBob Zeleznik