aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-07-23added minimap toggleBob Zeleznik
2020-07-22simplified changing columnHeaders in StackingViewBob Zeleznik
2020-07-22fixed highlighting of text based on author. made download /import document ↵Bob Zeleznik
novice menu items.
2020-07-22fixed document download/import to capture links as well.Bob Zeleznik
2020-07-22restored download document. fixed clone() to clone to be async and handles ↵Bob Zeleznik
lists properly.
2020-07-21fixed problem where adding to a collection would cause a remote synchronized ↵Bob Zeleznik
collection to erase and redraw since all of its list items got replaced. the fix was to update the 'cache' field of ProxyFields when they are deserialized to use an existing cached value if available.
2020-07-21from lastBob Zeleznik
2020-07-21added test to force keyboard focus to stop at first freeform collection that ↵Bob Zeleznik
is hit as opposed to travelin up to the last collection -- this allows templates with nested collections to get keyboard focus.
2020-07-21fixed compile warningsBob Zeleznik
2020-07-21Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-07-21distributeAcls only changes if container is more restrictiveusodhi
2020-07-21fixed up autoscrollin a bit. scrolls the correct collection and waits 250ms ↵Bob Zeleznik
to start scrolling.
2020-07-21Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-07-21distributing acls shifted to util.tsusodhi
2020-07-21more addonly fixesusodhi
2020-07-20fixed active flag for pdfsBob Zeleznik
2020-07-20fixed noAutoscroll functionality for creator iconsBob Zeleznik
2020-07-20fixed some performance issues with dragging invalidating stackingview ↵Bob Zeleznik
documents unnecessarily
2020-07-20added standard static ScriptFields to avoid extra compilesBob Zeleznik
2020-07-20merge conflictsusodhi
2020-07-20fixed some addonly stuff + added annotations to playground fields + ↵usodhi
recursively distributes acls + some modal stuff
2020-07-19removed spurious pointBob Zeleznik
2020-07-18from lastBob Zeleznik
2020-07-18fixed long linking to work with text selectionsBob Zeleznik
2020-07-17got rid of InkOptionsMenu. Merged into CollectionFreeFormViewChrome.Bob Zeleznik
2020-07-17fixes for collectionMenu button sizes.Bob Zeleznik
2020-07-17fixes for minimap when collections have an overlay layer or template child ↵Bob Zeleznik
views.
2020-07-17changed dropping menu items from collectionMenu to create fonticonbuttons if ↵Bob Zeleznik
all parameters are filled in. . and buttons are placed in overlay layer. added labels to all fonticons usin title + added a tooltip field. turned off autoscroll of freeform view when dragign buttons (which will be in the overlay)
2020-07-17fixed issues with embedded text boxes in text boxes when displayed multiple ↵Bob Zeleznik
times (alias or minimap). fixed richtextmenu to always "point to" the selected text box.
2020-07-17mergeusodhi
2020-07-17fixed pdf runtime errors. fixed link lines to redraw durin animations.Bob Zeleznik
2020-07-16turned off displaying links to minimapBob Zeleznik
2020-07-16Merge branch 'master' of https://github.com/browngraphicslab/Dash-WebBob Zeleznik
2020-07-16coerced documents in stacking views to display with a mininum height of 20. ↵Bob Zeleznik
fixed selection with marquee to choose documents in the collection view, not other aliases.
2020-07-16Merge pull request #452 from browngraphicslab/grid_view_secondarybobzel
Grid view secondary
2020-07-16fixed mini map backgroundsBob Zeleznik
2020-07-16added clipping to minimap dragger.Bob Zeleznik
2020-07-16added minimaps for freeform views shown in docking viewBob Zeleznik
2020-07-16made fitWidth the default for PDFsBob Zeleznik
2020-07-16commentsusodhi
2020-07-16fixed onExternalDropusodhi
2020-07-16Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
grid_view_secondary
2020-07-16can't change acl field to non-acl (through kvp) now + added playground mode ↵usodhi
button to settings
2020-07-15adjusted startup location of unpinned CollectionMenuBob Zeleznik
2020-07-15fixed tooltips to share a csss style. added tooltips for richtext.Bob Zeleznik
2020-07-15fixed runtime memoize warnings.Bob Zeleznik
2020-07-15Merge branch 'master' into onClickscriptsBob Zeleznik
2020-07-15Merge branch 'master' into onClickscriptsBob Zeleznik
2020-07-15Merge pull request #449 from browngraphicslab/anika_linkingbobzel
Anika linking
2020-07-15from last.Bob Zeleznik