| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-25 | added a linkFollow o[ption to choose between opening target, or highest ↵ | bobzel | |
| level collection containing target. fixed adding marker annotations to pdf/web/etc. fixed following link to wikipedia pages to not create a new document each time. made searchBox's search function static so that it can be called programmatically. Fixed LinkDocPreview to not flicker when doing a nopreview link follow. changed PlayTrail to restore state of all freeform collections containing source anchor. | |||
| 2023-01-24 | stopped storing presCollection in PresBox in favor of computing it. added ↵ | bobzel | |
| anchor menu option for viewing linked trail. fixed showing slected slides in presbox when link with up is used. | |||
| 2023-01-06 | added zoom box highlighting of text anchors in pdf/web pages for link/pres ↵ | bobzel | |
| following. Added serial/parallel option for presentation group with up. Added direct pinning of text seletions to trails. fixed 'hide' option for preselements to work with hidebefore/after | |||
| 2022-12-21 | server side updates | geireann | |
| 2022-12-08 | cleaned up animation effects to not reference presBox. fixed anchors in ↵ | bobzel | |
| text to have link properties set properly from properties view. | |||
| 2022-12-07 | fixed presMovement.none so that no pan or zoom takes place. fixed clicking ↵ | bobzel | |
| on a presitem to stop audio playing other items. | |||
| 2022-12-05 | cleaning up following links and pres item following so that view transitions ↵ | bobzel | |
| don't interfere when clicking quickly (eg through animation frames). changed animations to animate multi-level zooming parallel. | |||
| 2022-12-01 | refactored process of following links / jumping to docs and added following ↵ | bobzel | |
| options for zoomTime, etc instead of setting temporary fields on docs. | |||
| 2022-11-29 | changes to streamline link editing UI (got rid of LinkEditor). cleaned up ↵ | bobzel | |
| link (un)highlighting. | |||
| 2022-11-21 | working cleaned up version of link editor properties in propertiesView | bobzel | |
| 2022-11-16 | added presEffects to link anchors | bobzel | |
| 2022-11-16 | big changes to make link following use the same code as pinning docs for trails. | bobzel | |
| 2022-11-15 | added canEmbed prop so collection can allow its items to be dragged out ↵ | bobzel | |
| (eg., pileView). made imageBox viewSpec transition time customizable | |||
| 2022-11-15 | added playback of audio annotation on inPlace container. fixed image ↵ | bobzel | |
| anchors to be marked un-rendered so link lines show up. | |||
| 2022-11-14 | added an inPlace property for setting up in place content menu patterns. | bobzel | |
| 2022-11-14 | fixed following link 'inPlace' from within lightbox to do same thing as if ↵ | bobzel | |
| out of lightbox. fixed contentActive behavior for multicolumn view. removed progressivize from presbox. | |||
| 2022-10-25 | various tweaks: show border highlights in tree views, uniform treatment of ↵ | bobzel | |
| embedding using title bar, even for free form views, choose bestAlias when dragging from files menu, text boxes honor document moves, show title for timeline annotations, fix dragoffset for stacks with buttons/description headers, | |||
| 2022-09-29 | a bunch of changes to trails: link to trail to initiate trail when following ↵ | bobzel | |
| link. cleanly separate pin layout data vs. content data. | |||
| 2022-09-27 | fixed so that following link to video doesn't zoom the video (works the same ↵ | bobzel | |
| way as PDFs or web pages -- if the document is 'scrollable', then don't zoom in on it as well). | |||
| 2022-09-21 | fixed following links to toggle alias if it's displayed when actual target ↵ | bobzel | |
| isn't. changed cropping images to leave behind an outline not, a solid rectangle. double clicking on link buttons no longer opens them in lightbox view. | |||
| 2022-08-26 | trying to clean up transition times for presbox / jumptoDoc, etc. | bobzel | |
| 2022-08-09 | added audio annotation play option for following links | bobzel | |
| 2022-07-08 | restructured currentUserUtils to avoid having import cycles. | bobzel | |
| 2022-07-06 | fixed pushpin behavior to work with notes in annotation sidebar. fixed ↵ | bobzel | |
| right-clicking on text anchors to bring up anchor menu | |||
| 2022-06-20 | lots of changes to try to cleanup CurrentUserUtils so changes can be made ↵ | bobzel | |
| without rebuilding the DB. | |||
| 2022-06-03 | fixed opening closed tabs from Files sidebar to re-use best Alias before ↵ | bobzel | |
| making a new alias. | |||
| 2022-05-06 | changed following links to open up icons all the way down to the target ↵ | bobzel | |
| document. allow StartLink to work with webBox w/ text selection. fixed web clippings to have a cursor and grab keyDown events. | |||
| 2022-04-28 | fixed feedback dragging link button. fixed warnings. added some assymetric ↵ | bobzel | |
| linkRelationships. | |||
| 2022-04-28 | fixes for pushpin links to anchors on pdfviews | bobzel | |
| 2022-04-27 | fixed following links (jumpToDocument) to work properly with markers and ↵ | bobzel | |
| hidden flags in nested arrangements. pushpin behaviors had been broken for scrolling to a location within a text document and hiding the document if no scroll was needed. unhiding hidden images/pdfs wasn't working when following a pushpin to an annotation on them. | |||
| 2022-04-27 | fixed following pushpin links to text selections to toggle the text box ↵ | bobzel | |
| (since markers don't have a hidden flag for toggling). fixed pdf next/prev page and # pages. fixed pdf selections to not include <br>'s which apparently have the wrong bounds. | |||
| 2022-04-14 | fixed following links to documents in iconified collections/text to ↵ | bobzel | |
| deiconify. fixed ctrl-x to cut (not iconify). changed lightboxview to add to future docs when stepping into. added placeholder for indicating how many documents are left in lightbox future | |||
| 2022-04-13 | added images to treeView bullets for docs with icons. fixed following ↵ | bobzel | |
| pushpin links to prototypes to toggle delegates when shown. gave groups a default padding. fixed creating icons to not create unnecessary template docs. fixed toggling isPushpin. made summaries simple links instead of templates. | |||
| 2022-04-12 | cleaned up errors/warnings. fixed dragging to turn off pointer events on ↵ | bobzel | |
| whatever's being dragged. | |||
| 2022-04-11 | fixed sendtoback menu and functionality. fixed mixedblendmode for groups. ↵ | bobzel | |
| fixed orange highlighting when docs are toggled hidden. fixed placement of linking button. | |||
| 2022-04-01 | fixed up document focus to take a collectkon so that the treeView can focus ↵ | bobzel | |
| on the matching alias when multiple aliases are shown in different collections. | |||
| 2022-03-07 | got rid of include cycles for Scripting globals to make hot updates work better. | bobzel | |
| 2022-03-02 | upgraded to typescript 4.6.2 | bobzel | |
| 2021-10-06 | added zoom | geireann | |
| 2021-09-20 | changed link previews to show document, not context, unless document is a ↵ | bobzel | |
| marker. de select documentViews when unmounted. | |||
| 2021-09-12 | updates pres so it works | kimdahey | |
| 2021-09-12 | pres updates | Geireann Lindfield Roberts | |
| 2021-09-03 | fixed warnings. cleaned up link lines a bit more - simplified, and allowed ↵ | bobzel | |
| multiple aliases to share a link. fixed link lines to text anchors from flapping around wildly when camera pans | |||
| 2021-09-03 | fixed drawing of link lines - doesn't generate duplicates, and works with ↵ | bobzel | |
| text regions, scroll locations, and document anchors. | |||
| 2021-08-06 | fixed webboxes so that you can link to an annotation and it will restore the ↵ | bobzel | |
| url as well. a bunch of warnings cleanup. | |||
| 2021-08-05 | fixed follow pushpin links that target documents in sidebars. | bobzel | |
| 2021-08-03 | fixed using viewSpecs when following links to set filters/viewType properly. | bobzel | |
| 2021-07-29 | converted HTMLANCHOR and TEXTANCHOR to MARKER | bobzel | |
| 2021-03-30 | some code cleanup. Fixes for webbox and pdfbox to allow draggin out of ↵ | bobzel | |
| annotation sidebar. | |||
| 2021-03-24 | from last | bobzel | |
