aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm
AgeCommit message (Collapse)Author
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-02fixed up dropping documents into a collection that doesn't have an ↵bobzel
activeFrame set so that they can be resized
2020-11-01minor cleanupbobzel
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-27Performance updates for up/down arrowsGeireann Lindfield Roberts
Only calls resetSelection when necessary
2020-10-25code cleanup and changesGeireann Lindfield Roberts
- fix open in new tab bug changed from replace
2020-10-24add slide title and fix shift-arrow selectionGeireann Lindfield Roberts
2020-10-20fixes for overlayDocs for undo/redo in presBox - undo/redo of minimize/show ↵bobzel
sidebar.
2020-10-21not possible to change pres document perspectiveGeireann Lindfield Roberts
+ removing unessecary doc actions + progressivize
2020-10-21updates before pushGeireann Lindfield Roberts
2020-10-20Merge branch 'presentation_v1' of ↵Geireann Lindfield Roberts
https://github.com/browngraphicslab/Dash-Web into presentation_v1
2020-10-20presBox updates for pullGeireann Lindfield Roberts
drag changes + renaming marquee options + fixes
2020-10-17fixed rubberbadning ink shapes not to get cutoff. fixed animating ↵bobzel
annotations. fixed ink masks. fixed warnings.
2020-10-17major rewrite of native width/height/aspect. Fixed scaling of text note ↵bobzel
sidebars.
2020-10-16fixed RTF so that you can scroll smoothly in a presentation.bobzel
2020-10-15got rid of isDragging in favor of a field on the PresElement. fixed moving ↵bobzel
items in presBox by fixing websocket to maintain ordering on sequential operations on a list. fixed list splicing to not call addToSet unless splicing is at end of list. fixed setting return scale when following link into portal
2020-10-14fixed focusDocument in freeform views to work with annotation ↵bobzel
overlays(mostly) - still an issue when original image is in a frame that doen't match its dimensions
2020-10-13prevent zooming out on annotation overlays beyond 1-1bobzel
2020-10-12capped zoom in at a factor of 20. fixed zoom in not to pan when it hits its ↵bobzel
zoom in limit.
2020-10-12switched fonticonbox and colelctionsubview to test GetEffectiveAcl to ↵bobzel
determine if document is available (instead of hack of testing 'author'). made GetEffectiveAcl a computedFn. No longer create a pushpin when an annotation that's linked to text is dragged off a PDF. fixed undo of pushpin navigation (used to call finish() twice). fixed pushpin navigation to conistenly pan & sensibly toggle target
2020-10-11removed setting fields to undefined when Acl is Private in hopes of not ↵bobzel
losing data when permissions are changed. prevented server writes on startup by making renderContentBounds setting a reaction, and making linearView not resize if documents are still promises and make text boxes not flip-flop their height all the time.
2020-10-11prevented documents that are unshared (ie private to soeone else) from ↵bobzel
showing up as an empty key value in stacking and other views. tried to fix an exception when showing links (that wasn't repeatable, so dion't know if fix works).
2020-10-10fixed scrolling down to annotations that have no height (but really do -- eg ↵bobzel
pdf selections) to at least show 50 pixels.
2020-10-08fixed dragging bottom of some pdfs not to grow wildly. stopped writing ↵bobzel
renderContentBounds to annotation views. fixed texts sidebar notes to not add extra chars on creation.
2020-10-08fixes for getting pdfs and previews to scroll properlybobzel
2020-10-07fixed following links to set the scollTop of PDFs corretion. Fixed ↵bobzel
following links to rich text anchors to scroll and highlight properly. fixed pushpin behavior to only toggle off when the target is in sight.
2020-10-07fixed following links to not center outer document if originating anchor is ↵bobzel
in that document. fixed scroling to happen instantly if it's already scrolled there. fixed clicking on pdf text anchor to select the pdf.
2020-10-06fixes for undo with multi-usersbobzel
2020-10-06restored ability to open document that has been moved from another ↵bobzel
document's annotation overlay
2020-10-02from lastbobzel
2020-10-02cleaned up CollectionLinkView and fixed an issue with link lines flopping aroundbobzel
2020-09-30fixed linking to text hyperlinks from PDFsbobzel
2020-09-30added restriction of link lines to stay mostly in their container intstead ↵bobzel
of dangling in space.
2020-09-30fixed following summary to open new tab in place. merged link follow codebobzel
2020-09-29simplfiled ':' menu and fixed creating items to not assume a template. add ↵bobzel
emptyNote. fixed scrolling in stacking views broken in previous commit. changed formattedTextBox to support stacking sidebar.
2020-09-29made pdf/web anchors pushpins by default. can now remove docs you own from ↵bobzel
sidebars you don't. made formatted text boxes alway show sidebar handle when there's content. sidebar text has no padding by default. sidebar collection doesn't scroll when text overflows. added more playground fields
2020-09-29changed sidebar functionality for textboxes to open outward and make handle ↵bobzel
blue when there are contents. added a fitToBox capability for contents of sidebar.
2020-09-28fixed docRangeFilters to be propagated everywhere and evaluated like ↵bobzel
docFilters (if the field isn't there, it fails)
2020-09-23fixed link rendering to be less computationally inefficientbobzel
2020-09-23fixed marquee summarize. moved higlighint text to expoert mode. moved ↵bobzel
create timestamp on enter to expert mode.
2020-09-18fixed pinWithView iconbobzel
2020-09-18view path UI updatesGeireann Lindfield Roberts
2020-09-18view paths UI from pres_updatesGeireann Lindfield Roberts
2020-09-18Fixed merge from presentation_updatesGeireann Lindfield Roberts
2020-09-17simplified novice colleciotn menu. fixed Carousel 3Dbobzel
2020-09-17changed text box headers from a template to a title bar.bobzel
2020-09-16added a global option to determine whether documents are brought to front ↵bobzel
when dragged. fixed document override of this option to use the same variable _raiseWhenDragged.
2020-09-16cleaned up TabDocView a bitbobzel