| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-16 | fixed problem with undo. regularized all linkfollowing anchor fields to ↵ | bobzel | |
| start with followLink<xxx>. added ease vs linear flag for scroll transitions in link and preselmeent navigations. added link follow to move target to specified offset from source. shifted from setting dropAction on items to setting childDropAction on collections | |||
| 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-16 | big changes to make link following use the same code as pinning docs for trails. | bobzel | |
| 2022-11-09 | fixed treeViews again to make room for hover buttons properly. fixed ↵ | bobzel | |
| copying text from pdf to highlight copied regions without always displaying anchor. | |||
| 2022-11-08 | making pasting form pdf work again with backlinks. text fixes for ↵ | bobzel | |
| equationViews and dashField views -- trying to get docref linkAnchor to work. | |||
| 2022-11-01 | fixes for goldenlayout to initialize more cleanly. updated all old ↵ | bobzel | |
| ReactDOM.render() to ReactDom.createRoot(). fixes for PDF/Web sidebar sizing. added text from pdf selection anchors to sidebar notes. fixed PDF text selection to align properly. | |||
| 2022-09-19 | fixed searching in pdfs by updating to pdfjs's new findController api | bobzel | |
| 2022-09-19 | if same youtube video is uploaded, reuse the existing file without ↵ | bobzel | |
| downloading again. removed failed uploads from parsed_files. change pinWithView to highlight the pinned view region. Give pinWithView collections an option to just pan or zoom to % of screen size. | |||
| 2022-08-30 | made script caching more robust to avoid compiles and speed up startup. | bobzel | |
| 2022-08-29 | fixed being able to draw on web/pdfs. adjusted default margins of stacking ↵ | bobzel | |
| views. | |||
| 2022-08-26 | from last | bobzel | |
| 2022-08-17 | fixed dragging docs on web and pdf to work better by temporarily adding ↵ | bobzel | |
| transparent docs to the opaque layer so they can get drop events. cleaned eraser and pen interaction code and made erasing strokes work faster and avoid hanging by not intersecting strokes that are already partially deleted. | |||
| 2022-08-09 | added an audio annotation button to the anchor menu bar. | bobzel | |
| 2022-07-22 | adjusted native dim scaling slightly combining props.scaling and ↵ | bobzel | |
| props.ContentScaling into props.NativeDimScaling and fixing some resizing behaviors for fitWidth freeformviews and native-sized text boxes. Also fixed clicking on presboxe elements to not drag. | |||
| 2022-07-21 | fixed hiding marquee options menu when clicking on background. | bobzel | |
| 2022-07-08 | restructured currentUserUtils to avoid having import cycles. | bobzel | |
| 2022-07-03 | fixed worker version for pdf to match npm version # | bobzel | |
| 2022-06-20 | a bunch of changes to make some userDoc() field accesses more typesafe by ↵ | bobzel | |
| going through CurrentUserUtils. Some normalization of naming/functionality in CurrentUserUtils | |||
| 2022-06-06 | added auto links from recordings to pdfs when they scroll. opened audio ↵ | bobzel | |
| links on right by default instead of in lightbox. focus on pdf/coponent anchor when following link from it (via the LinkMenu) | |||
| 2022-06-05 | merged with master and added transcription icon view for recognized ink | bobzel | |
| 2022-06-03 | fixed opening closed tabs from Files sidebar to re-use best Alias before ↵ | bobzel | |
| making a new alias. | |||
| 2022-06-03 | fixed pushpin link toggling when zoom is not set. fixed adding annotations ↵ | bobzel | |
| to webBox's without opening sidebar. Made linkDoc preview always open | |||
| 2022-05-18 | fixed linking bug so that both start and end link can be regions. added ↵ | bobzel | |
| zoom to target checkbox for link editing. extracted out a new field pointerEvents so that lockPosition is not automatically conflratd with no pointer events. updated freeformview focus to work with zooming on region selections. | |||
| 2022-05-13 | removed layerProvider functionality. | bobzel | |
| 2022-05-13 | fixed crashing bug when quickly re-updating webbox (or other) icon. fixed ↵ | bobzel | |
| infinite loop in FilterBox. changed TimeView to scale WebBox's. fixed issues with timeView filters. fixed bugs with webBox scrolling on startup, following links, etc. | |||
| 2022-05-12 | fixed perfromance (flickering, speed) issues with having pointerEvents prop ↵ | bobzel | |
| invalidate documents - switched to using a function to avoid flickering on PDFs of annotations in particular. | |||
| 2022-05-11 | fixed some zorering issues with transparent/opaque docs on pdfs | bobzel | |
| 2022-05-11 | fixed crop of pdfs when zoomed. removed some unused pdf code. removed unused ↵ | bobzel | |
| LOD code. | |||
| 2022-05-11 | added cropped images of pdfs | bobzel | |
| 2022-05-02 | fixed scaling ink label in lightbox,etc views. changed ink strokes so that ↵ | bobzel | |
| clicking on label of closed stroke is lower preceden than clicking on line. fixed fontsize UI for setting ink label sizes. can no longer slide ink pts that are cusps along curve. | |||
| 2022-04-28 | fixed pushpin behavior when target is near top or bottom of scrollable document. | bobzel | |
| 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-26 | added image cropping. made treeView icons show up for file system and ↵ | bobzel | |
| dashboard, and made them persist invisibly to fix triggering on hover. changed tree view filesystem and dashboard to show expanded icons on hover. | |||
| 2022-04-25 | changed freeformview's with engines to not allow children to be edited ↵ | bobzel | |
| using setHeight prop since engine layouts are temporary and shouldn't edit the doc. fixed tags to work with pivot view. cleaned up pile views to be less hacky.. | |||
| 2022-04-11 | got pdf's to generate icons when iconifying. | bobzel | |
| 2022-04-07 | added grouping and write mode vs pen mode | Naafiyan Ahmed | |
| 2022-03-25 | fixed annotations on web pages to be scaled to the correct location. | bobzel | |
| 2022-03-07 | fixed pdf text selection/interaction | bobzel | |
| 2022-03-03 | fixed pdf rendering and interaction | bobzel | |
| 2022-03-01 | updated to webpack 5 | bobzel | |
| 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-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-13 | fixed link search icon in anchorMenu | bobzel | |
| 2021-09-09 | fixed anchor menu highlighter button's dropdown location. fixed metadata ↵ | bobzel | |
| view for formattedText. added menu item for metadata view. fixed formattedTextbox initialization. | |||
| 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-08-28 | made anchorMenu go away after user clicks the highlighter button | bobzel | |
| 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 | from last | bobzel | |
| 2021-08-26 | fixed warnings/errors | bobzel | |
