aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes
AgeCommit message (Collapse)Author
2020-06-16mobile menu bug fixes + doc button fixgeireann
2020-06-15pull from master and cleaning up codeLionel Han
2020-06-15fixed testAcl. added testReadonlyBob Zeleznik
2020-06-15fixed acls for text hyperlinks (mostly) by not allowing links to be traversedBob Zeleznik
2020-06-15added a linkView and changed display of docFieldView to inline to allow text ↵Bob Zeleznik
wrapping on the same line as the fieldLabel
2020-06-15added ? to a lot of thingsLionel Han
2020-06-14fixed dragging in tree views for Catalog to "copy" documents within the ↵Bob Zeleznik
sidebar instead of aliasing them.
2020-06-14lint/compile fixes. fixed entering/display of formulas in schema views.Bob Zeleznik
2020-06-13fixes to make link lines work correctly with text anchors that have more ↵Bob Zeleznik
than one link. fixed problem making a text link anchor by adding dummy mark to split the selection first.
2020-06-13fixed linking to text selection that includes a nested linkBob Zeleznik
2020-06-13fixed text sidebar when text is scaled. started to add multiple links to a ↵Bob Zeleznik
text selection
2020-06-12menu bug fixgeireann
2020-06-11Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
grid_view_secondary
2020-06-11Merge branch 'master' into mobile_revision_directgeireann
2020-06-10Merge branch 'ink_menu'Bob Zeleznik
2020-06-10changed how ink is highlighted when selected.Bob Zeleznik
2020-06-11added customisability for default W, H, margin + added context menu display ↵usodhi
option + added lock in position functionality
2020-06-10mergedusodhi
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-10image upload functions w/ bugsgeireann
- choose an image does not immediately update - close button does not move with rest of upload image
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-09updated settings view for mobilegeireann
2020-06-09adjust presentation viewgeireann
2020-06-08fixed hr formatting for text boxesBob Zeleznik
2020-06-08Merge branch 'ink_menu'Bob 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-08Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
grid_view_secondary
2020-06-08added ink options menuyunahi
2020-06-05changed all scroll behaviors to be _scrollTop to go to a scroll and _scrollY ↵Bob Zeleznik
to animate to it.
2020-06-04Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
grid_view_secondary
2020-06-03fixes for acl's (naming, ignore owner)Bob Zeleznik
2020-06-03Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
grid_view_secondary
2020-06-02enabled annotations with hypothes.isBob Zeleznik
2020-06-01resolving conflictsusodhi
2020-05-30fixed private ACL. added event so that crhome extension can tell Dash which ↵Bob Zeleznik
document to navigate to.
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-27fixed layout and interactions of grid viewBob Zeleznik
2020-05-27fixed ineracting with documents selected in GridViewBob Zeleznik
2020-05-23add sliding/click listener to slider-bar divMelissa Zhang
2020-05-23add comments & clean up importsMelissa Zhang
2020-05-24merge finishedusodhi
2020-05-24Added chrome to grid view and modified grid mechanismusodhi
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-22Merge branch 'master' of https://github.com/browngraphicslab/Dash-WebSam Wilkins