aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections
AgeCommit message (Collapse)Author
2020-10-22fixed pinning multiple documents to work and be undoable.bobzel
2020-10-22fixed webBoxes to switch URLS when hyperlink is clicked (and page is not ↵bobzel
cross-origin). fixed some undo navigation web stuff. fixed drag/drop to create anchor that bounds the original selection. fixed html clippings to not have a nativewith/height so that they reflow
2020-10-21fixed dragging documents to bottom of presentation list. fixed adding to ↵bobzel
preentation list without creatinga a duplicate.
2020-10-21fixed warnings. fixed pinning of multiple documents at the same time to ↵bobzel
bring up the presentation view just once.
2020-10-21fixed undo from breaking when you click on pinDoc in TabView doc buttons.bobzel
2020-10-20fixes for overlayDocs for undo/redo in presBox - undo/redo of minimize/show ↵bobzel
sidebar.
2020-10-20cleaned up moving documents in stacking view.bobzel
2020-10-21fixed dragging multiple elementsGeireann Lindfield Roberts
(sometimes still deletes slides from trail)
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-18fixed rubber-banding of ink shapes to not get clipped. fixed dropping ↵bobzel
document at bototm of stack (e.g., in presentation views)
2020-10-18resets scrollTop when navigating to a new webpage in WebBox. set url on ↵bobzel
proto's data field when creating a webPage, not delegate.
2020-10-17fixed rubberbadning ink shapes not to get cutoff. fixed animating ↵bobzel
annotations. fixed ink masks. fixed warnings.
2020-10-17Merge pull request #869 from browngraphicslab/presentation_v1bobzel
Presentation v1
2020-10-17major rewrite of native width/height/aspect. Fixed scaling of text note ↵bobzel
sidebars.
2020-10-18Comparison box pin with viewGeireann Lindfield Roberts
2020-10-18Merge branch 'presentation_v1' of ↵Geireann Lindfield Roberts
https://github.com/browngraphicslab/Dash-Web into presentation_v1
2020-10-18test commit of changes that might clash with mergeGeireann Lindfield Roberts
2020-10-16fixed RTF so that you can scroll smoothly in a presentation.bobzel
2020-10-15Merge branch 'master' of https://github.com/browngraphicslab/Dash-Webbobzel
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-15pin with view on scrollable documentsGeireann Lindfield Roberts
and some undo bug fixes
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-13Merge pull request #860 from browngraphicslab/presentation_v1bobzel
Presentation v1 presentation items redesign
2020-10-13prevent zooming out on annotation overlays beyond 1-1bobzel
2020-10-14update view (as button), doc.dragging q?Geireann Lindfield Roberts
2020-10-13Merge branch 'master' into presentation_v1Geireann Lindfield Roberts
2020-10-12updated getEffectiveAcl to be a computedFn. got rid of OverrideAcl in favor ↵bobzel
of just using UpdatingFromServer
2020-10-12split getEffectiveAcl code for determining if a field can be modified out ↵bobzel
into getPropAcl.
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 docFilters to use up one string field, not 3. makes adding/removing ↵bobzel
to lists incrementally work with new server code.
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-10fixed showing ink tools when text is unselected.bobzel
2020-10-10fixes to issues with updating interactively whe groups change. fixes for ↵bobzel
multiple rapid modifications to list field where values would be overwrriten when sever sendBack stale information. fixes to list.splice() where deleting nothing but adding something didn't result in an addToSet.
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-08added direct typing of notes into stacking columns in text box sidebar.bobzel
2020-10-08fixes for getting pdfs and previews to scroll properlybobzel
2020-10-08fixed backspacing to delete schemaviewsbobzel
2020-10-08fixed adding/removing schema columns. fixed showing text/ink tools in menu ↵bobzel
at right time. cleaned up schema view a bit and fixed drag bar from disappearing when shown in full tab.
2020-10-07fixed undoing changes to a textbox's fontsize/family. changed auto-page ref ↵bobzel
syntax to start with ':'. fixed making text menu appear when clicking on caption & other text boxes.
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-06fixed list additions to be truly incremental to allow undo to workbobzel
2020-10-06fixed adding documents to check acl of added document(s) correctlybobzel