aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes
AgeCommit message (Collapse)Author
2020-10-16fixed undoing of changing slide effect direction. Made PDFviewer's scroll ↵bobzel
duration use _viewTransition if specified.
2020-10-15fixed warningsbobzel
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-15Fixes for 3D CarouselGeireann Lindfield Roberts
2020-10-15Carousel -> 3D CarouselGeireann Lindfield Roberts
2020-10-15pin with view on scrollable documentsGeireann Lindfield Roberts
and some undo bug fixes
2020-10-15fixed changing transition undo bug :unlock:Geireann Lindfield Roberts
#864
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-14Merge branch 'master' into presentation_v1Geireann Lindfield Roberts
2020-10-14update view (as button), doc.dragging q?Geireann Lindfield Roberts
2020-10-13fixed following links from hypertext anchors to use FollowLinkbobzel
2020-10-13Merge branch 'master' into presentation_v1Geireann Lindfield Roberts
2020-10-13css mini fix :+1:Geireann Lindfield Roberts
2020-10-13fixed runtime errors in presBoxbobzel
2020-10-13Pres redesign and minor changesGeireann Lindfield Roberts
2020-10-13Merge branch 'master' into presentation_v1Geireann Lindfield Roberts
2020-10-13updates before mergeGeireann Lindfield Roberts
2020-10-12updated getEffectiveAcl to be a computedFn. got rid of OverrideAcl in favor ↵bobzel
of just using UpdatingFromServer
2020-10-12fixed computedFn()'s to be used correctly in several places. fixed major ↵bobzel
memory leak in PDFs
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-10split LinkDatbase into its own field in the user's registry. fixed sharing ↵bobzel
to set lastModified after modifying groups so that remote participants see the right data. fixed text boxes to show blue icon when there's an annotaitn entry
2020-10-10from lastbobzel
2020-10-10fixed text box cursorbobzel
2020-10-08fixed exception when setting titles on text docs.bobzel
2020-10-08fixes for getting pdfs and previews to scroll properlybobzel
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 portals to zoom in place. fixed following links to not focus on ↵bobzel
context if starting anchor is in the same context. maded pushpins call finished()
2020-10-06runtime error fix for fetchProto(). fix for preview layout of text link.bobzel
2020-10-06restored ability to open document that has been moved from another ↵bobzel
document's annotation overlay
2020-10-05fixed formatted texst box select on load when pdf is full screen and the ↵bobzel
same pdf is in inactive tab behind it.
2020-10-05stopped ctrl-a from selecting doucment.body. prevented pdfviewer's texxt ↵bobzel
layer from scrolling horizontally when text annotations go out of bounds horizontally. fixed text boxes to not grab selectonOnLoad focus unless they're in an active tab.
2020-10-04stepping through PDF fixesgeireann
2020-10-02Merge branch 'master' into presentation_v1geireann
2020-10-02fixed email (de)normalization. fixed sharing to hide objects whose ↵bobzel
permissions have been revoked
2020-10-01various fixes to new sharing / email normalizationbobzel
2020-10-01major performance fix by adding a SharingDocument to the user's DB account ↵bobzel
so that inquiring the users' UserDoc (and everything it referecens) is no longer necessary.
2020-10-01redesigned presItemsGeireann Lindfield Roberts
2020-09-30fixed filtering by #links. improved textlink preview layout.bobzel
2020-09-30fixed linking to text hyperlinks from PDFsbobzel
2020-09-30fixed typobobzel
2020-09-30Merge pull request #823 from browngraphicslab/acls_uvbobzel
ACL Refresh
2020-09-30made link follow not zoom by defaultbobzel
2020-09-30fixed performance issue with linksbobzel
2020-10-01Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv