| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-21 | updates before push | Geireann Lindfield Roberts | |
| 2020-10-20 | Merge branch 'presentation_v1' of ↵ | Geireann Lindfield Roberts | |
| https://github.com/browngraphicslab/Dash-Web into presentation_v1 | |||
| 2020-10-20 | presBox updates for pull | Geireann Lindfield Roberts | |
| drag changes + renaming marquee options + fixes | |||
| 2020-10-17 | fixed rubberbadning ink shapes not to get cutoff. fixed animating ↵ | bobzel | |
| annotations. fixed ink masks. fixed warnings. | |||
| 2020-10-17 | Merge pull request #869 from browngraphicslab/presentation_v1 | bobzel | |
| Presentation v1 | |||
| 2020-10-17 | major rewrite of native width/height/aspect. Fixed scaling of text note ↵ | bobzel | |
| sidebars. | |||
| 2020-10-18 | Comparison box pin with view | Geireann Lindfield Roberts | |
| 2020-10-18 | documents that are not in current collection open in new tab instead of on right | Geireann Lindfield Roberts | |
| 2020-10-18 | dragging has optional dropEvent argument | Geireann Lindfield Roberts | |
| + Changes presStatus -> enum | |||
| 2020-10-18 | Merge branch 'presentation_v1' of ↵ | Geireann Lindfield Roberts | |
| https://github.com/browngraphicslab/Dash-Web into presentation_v1 | |||
| 2020-10-18 | test commit of changes that might clash with merge | Geireann Lindfield Roberts | |
| 2020-10-16 | fixed scrolling of web boxes for presentations, etc. | bobzel | |
| 2020-10-16 | fixed RTF so that you can scroll smoothly in a presentation. | bobzel | |
| 2020-10-16 | fixed compile warn ings. | bobzel | |
| 2020-10-16 | fixed duration of slides so that 100ms works. | bobzel | |
| 2020-10-16 | fixed undoing of changing slide effect direction. Made PDFviewer's scroll ↵ | bobzel | |
| duration use _viewTransition if specified. | |||
| 2020-10-15 | fixed warnings | bobzel | |
| 2020-10-15 | Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web | bobzel | |
| 2020-10-15 | got 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-15 | Fixes for 3D Carousel | Geireann Lindfield Roberts | |
| 2020-10-15 | Carousel -> 3D Carousel | Geireann Lindfield Roberts | |
| 2020-10-15 | pin with view on scrollable documents | Geireann Lindfield Roberts | |
| and some undo bug fixes | |||
| 2020-10-15 | fixed changing transition undo bug :unlock: | Geireann Lindfield Roberts | |
| #864 | |||
| 2020-10-14 | fixed 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-14 | Merge branch 'master' into presentation_v1 | Geireann Lindfield Roberts | |
| 2020-10-14 | update view (as button), doc.dragging q? | Geireann Lindfield Roberts | |
| 2020-10-13 | fixed following links from hypertext anchors to use FollowLink | bobzel | |
| 2020-10-13 | Merge branch 'master' into presentation_v1 | Geireann Lindfield Roberts | |
| 2020-10-13 | css mini fix :+1: | Geireann Lindfield Roberts | |
| 2020-10-13 | fixed runtime errors in presBox | bobzel | |
| 2020-10-13 | Pres redesign and minor changes | Geireann Lindfield Roberts | |
| 2020-10-13 | Merge branch 'master' into presentation_v1 | Geireann Lindfield Roberts | |
| 2020-10-13 | updates before merge | Geireann Lindfield Roberts | |
| 2020-10-12 | updated getEffectiveAcl to be a computedFn. got rid of OverrideAcl in favor ↵ | bobzel | |
| of just using UpdatingFromServer | |||
| 2020-10-12 | fixed computedFn()'s to be used correctly in several places. fixed major ↵ | bobzel | |
| memory leak in PDFs | |||
| 2020-10-12 | switched 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-11 | removed 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-11 | prevented 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-10 | fixed docFilters to use up one string field, not 3. makes adding/removing ↵ | bobzel | |
| to lists incrementally work with new server code. | |||
| 2020-10-10 | split 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-10 | from last | bobzel | |
| 2020-10-10 | fixed text box cursor | bobzel | |
| 2020-10-08 | fixed exception when setting titles on text docs. | bobzel | |
| 2020-10-08 | fixes for getting pdfs and previews to scroll properly | bobzel | |
| 2020-10-08 | fixed 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-07 | fixed 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-07 | fixed 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-07 | fixed 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-06 | runtime error fix for fetchProto(). fix for preview layout of text link. | bobzel | |
| 2020-10-06 | restored ability to open document that has been moved from another ↵ | bobzel | |
| document's annotation overlay | |||
