| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-30 | fixed pointerEvents for text box footnotes. fixed keyvalue editing to not ↵ | bobzel | |
| typecheck. fixed schema header field editing from keyvalue pane. fixed webBox error causing overlayview to not work for Repls and others. fixed some layout issues with stackingview columns. | |||
| 2023-01-20 | removed tour map from lightbox. added option to create anchors without ↵ | bobzel | |
| adding thm as annotations. made zoom of text an option for pres and links | |||
| 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-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-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-10-13 | some basic error checking. avoid querying background for non-toggle buttons | bobzel | |
| 2022-10-07 | improvements to sizing webpages | bobzel | |
| 2022-09-22 | fixed webboxes not to render below webbox when something is dragged. | bobzel | |
| 2022-09-20 | fixed pdf boxes to be active in lightboxview by fixing lightboxview docview ↵ | bobzel | |
| to be observable so that IsLightboxDoc's will invalidate. made webBox's content 'relative' so that linksButton is in correct place. changed text highlight color to orange for webboxes | |||
| 2022-09-19 | added pin with view for region to webBox | 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-07-26 | avoid crashes when urlfield is undefined. prevent multiple views from ↵ | bobzel | |
| setting thumbnail for same doc at same time. prevent unregistered views from creating thumbnails. | |||
| 2022-07-26 | turned off resetriting text box resizing to max of scroll height. fixed ↵ | bobzel | |
| placement/behavior of sidebar anno button for text. | |||
| 2022-07-25 | made formatttedtextbox annotation handle work the same as pdf/web. prevent ↵ | bobzel | |
| header from hiding annotation button handle. fixed resizing text boxes. | |||
| 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 undo for opening/closing sidebar for pdf/web/text. fixed ↵ | bobzel | |
| lightboxview for pdf's with smaller heights. | |||
| 2022-07-08 | restructured currentUserUtils to avoid having import cycles. | 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-20 | lots of changes to try to cleanup CurrentUserUtils so changes can be made ↵ | bobzel | |
| without rebuilding the DB. | |||
| 2022-06-05 | merged with master and added transcription icon view for recognized ink | bobzel | |
| 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-24 | fixed TabDocView's screenToLocal xf when headerBar opens/closes. changed ↵ | bobzel | |
| webBox to update thumbnails when native dims change. cleaned up content dragging/activation for multiRow/col for headerBar | |||
| 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 | simplified how web pages are served and I think fixed some bugs with pages ↵ | bobzel | |
| that didn't always render | |||
| 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 | from last | bobzel | |
| 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-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-05-02 | fixed auto link anchor when dragging html region off of webBox. fixed Enter ↵ | bobzel | |
| for earch in webBox. | |||
| 2022-05-02 | fixed up html clippings to have a better background color heuristic and to ↵ | bobzel | |
| allow dragging clippings from webBox's. | |||
| 2022-04-29 | added 'enter' to toggle iconify. fixed webBox deiconify to render webpage. ↵ | bobzel | |
| updated colors in minimap to match icon colors. | |||
| 2022-04-28 | fixed pushpin behavior when target is near top or bottom of scrollable document. | bobzel | |
| 2022-04-26 | made creating a new thumbnail icon delete previous ones. fixed bug where ↵ | bobzel | |
| documents would re-render if an earlier docuent in the collection list was added/removed. | |||
| 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-12 | Merge branch 'inkocr-mehek' into inking-naafi-mehek | mehekj | |
| 2022-04-11 | making layout icons work better. | 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-24 | Merge branch 'master' into speedups2 | bobzel | |
| 2022-03-24 | fixes for webbox scroll bars and resizer divider to show up properly | bobzel | |
| 2022-03-24 | fixed scroll location of webpages when activated for first time. | bobzel | |
| 2022-03-24 | fixing data_url uploading to have a no suffix option. | bobzel | |
| 2022-03-23 | adjsuted pdfBox and WebBox to resize better without glitches when using the ↵ | bobzel | |
| annotation sidebar. changed so that when fitWidth is set anything can be resized vertically - causes artifacts for videoBoxes. | |||
| 2022-03-18 | fixed vertical resizing of web and pdf to not jump after sidebar panel is ↵ | bobzel | |
| resized | |||
| 2022-03-15 | added dragging of divider between sidebar and content for PDF/Web boxes. | bobzel | |
| 2022-03-10 | added prop when thumbnail is shown for a document so componentView can ↵ | bobzel | |
| choose not to render. fixed pdf views to not generate gray box when first transitioning from thumb to live view. | |||
