| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-27 | videoBox fitsWidth properly in lightbox. documentdecorations less hacky for ↵ | bobzel | |
| deciding when to allow nativewidth/height changes by adding props to document type templates. fixed height of properties pane & updated CSS for leftflyout & properties pane. marquees no longer oveflow image/video boxes. | |||
| 2021-09-17 | fixed link lines to text selections in PDF/Web. fixed pointer Events for ↵ | bobzel | |
| anchor in PDF/Web to be active when doc is active. | |||
| 2021-09-17 | added 'unset' docFilters. changed link doc views to use comparison box with ↵ | bobzel | |
| title/caption. fixed linkEditor to write to data doc. generalized comparisonBox rendering to use parameterized fields. fixed pdf/web to honor pointerEvents none prop and fixed textAnnotations to get rendered once as an Annotation. moved filterIcon stuff into DocumentView | |||
| 2021-09-17 | fixed not inadvertently moving webBoxes after creating a marquee adn then ↵ | bobzel | |
| clicking in the webBox, then clicking outside it. | |||
| 2021-09-17 | close context menu when starting a right-click drag on a webbox. .fixed ↵ | bobzel | |
| dismissing marquee menu from outer view when clicking on nested webbox. AltKey drags marquee, not CtrlKey. | |||
| 2021-09-17 | fixed top-down resizing of web pages and pdfs. turned off Cors option for ↵ | bobzel | |
| novices. | |||
| 2021-09-17 | fixed right-drag marquee on webBox on Mac | bobzel | |
| 2021-09-17 | fixed keeping anchor menu visible when selecting a new marker color from menu | bobzel | |
| 2021-09-17 | fixed being able to create inline (text selection) annotations on web pages | bobzel | |
| 2021-09-16 | added search() component method. changed search menu to call search on ↵ | bobzel | |
| documents that match search string. added seach bar for web pages. | |||
| 2021-09-16 | webbox search coming soon | bobzel | |
| 2021-09-15 | another windows fix for contextmenus on web pages | bobzel | |
| 2021-09-15 | fix earlier breaking changes for showing annotation bar and displaying ↵ | bobzel | |
| context menu | |||
| 2021-09-13 | auto-select regions on audio timelines after they are created. | bobzel | |
| 2021-09-13 | fixed unfreezing (allow reflowing) of webBox's. fixed initial size of text ↵ | bobzel | |
| annotation box. | |||
| 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-09-02 | Many updates | geireann | |
| - Fixed image uploads so it clones rather than makes an alias - Updated context menu - Removed tools panel from novice mode in favour of ":" menu - Added explainers to menus in novice mode - Re-added the trails button - Changed UI for text, PDF & websites so that it is more consistent | |||
| 2021-09-01 | changed ctrl-click to open alias to reuse existing alias. changed ↵ | bobzel | |
| documentview to not clearout docView field when invalidated to allow webBox componentView to be persistent which allows proper settting of scrollHeight and allows webBox to grow to vertical space available in tab or lightbox. | |||
| 2021-08-26 | fixed resizing bug for web and pdf documents when doing autoheight gesture, ↵ | bobzel | |
| and after opening the sidebar and then resizing | |||
| 2021-08-26 | a lot of changes to move isContentActive into DocumentView | bobzel | |
| 2021-08-25 | cleaned up and fixed tests for nonrecursive doc filters as used in PDF/Web ↵ | bobzel | |
| to separate transparent from non-transparent docs into layers. | |||
| 2021-08-24 | suppressed filter icon for annotations that are filtered based on ↵ | bobzel | |
| transparency. fixed drawing ink on webbox's. | |||
| 2021-08-24 | fixed undo for dragging docs. made separate layers for transparent and ↵ | bobzel | |
| other annotations on pdfs/webs so that transparency will work better. | |||
| 2021-08-24 | fixed following link from ink stroke. made interacting with annotatable ↵ | bobzel | |
| documents consistent when selections are cleared by clicking. fixed undo for webboxes. fixed limiting size of links button. | |||
| 2021-08-19 | fixed typing ? to search bing. fixed scrolling to target for Web/PDF when ↵ | bobzel | |
| doc was not previously displayed. | |||
| 2021-08-06 | from last | bobzel | |
| 2021-08-06 | fixed previewing web page links to not change the webpage unless link is ↵ | bobzel | |
| followed. | |||
| 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-06 | fixed webbox history to allow duplicate urls | bobzel | |
| 2021-08-06 | fixed linking to WebBox to save current web page as part of view spec. | bobzel | |
| 2021-08-05 | fixed creating webpages from toolbar / :webpage to not use templates | bobzel | |
| 2021-08-05 | fixed so that links to sidebar annos show the sidebar in a LinkPreview | bobzel | |
| 2021-08-05 | improved opening sidebar when following a link to a sidebar annotation. ↵ | bobzel | |
| Still needs work when link is from outside of the sidebar document and on first click. | |||
| 2021-07-29 | converted HTMLANCHOR and TEXTANCHOR to MARKER | bobzel | |
| 2021-07-29 | from last | bobzel | |
| 2021-07-29 | fixed issues with following links to anchors in PDFs/etc and getting scroll ↵ | bobzel | |
| position right. | |||
| 2021-07-14 | fixed dragging marquees on nested images. fixed images to allow marquees on ↵ | bobzel | |
| nested images. changed drag titlebar message. | |||
| 2021-07-14 | fixed selections so that they persist on deselect to allow linking a ↵ | bobzel | |
| selection on one document directly to a selection on another document. Also fixed recently closed to move closed document to top of list. | |||
| 2021-07-01 | added ability to create anchors in PDF/Webboxes by making a selection and ↵ | bobzel | |
| clicking the start link button | |||
| 2021-06-30 | fixed drawing on images/videos/photos | bobzel | |
| 2021-04-22 | allowed maximize button to be dragged to add a new window. fixed colorBox ↵ | bobzel | |
| transparency setting. fixed anchormenuClick when in full tab. | |||
| 2021-04-11 | clean up of webBox annotation field updating when navigating between pages. | bobzel | |
| 2021-04-11 | some cleanup of demo_changes | bobzel | |
| 2021-04-09 | fixed webBox to display link icon w/ all related links properly. | bobzel | |
| 2021-04-09 | fix for removing documents from pdfs/web boxes. fixes for making objects ↵ | bobzel | |
| draggable again in PDFs. fixes for lightboxview to allow stepping into collecitons. fix for stacking view to skip hidden documents | |||
| 2021-04-08 | fixed pushpins to be created only when removed from a collection. fixed ↵ | bobzel | |
| webbox links which weren't showing up in link menu. | |||
| 2021-03-30 | some code cleanup. Fixes for webbox and pdfbox to allow draggin out of ↵ | bobzel | |
| annotation sidebar. | |||
| 2021-03-30 | more cleanup | bobzel | |
| 2021-03-29 | more progress in fixing & simplifying active/selected stuff | bobzel | |
