| 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-27 | improved image resizing flickering caused by Chrome bug with overflow:auto. ↵ | bobzel | |
| works now when fitWidth is false. | |||
| 2021-09-13 | fixed copyPath menu item for images/pdfs. fixed contextmenu right-clicking ↵ | bobzel | |
| to not require preselection of doc. | |||
| 2021-08-26 | fixed warnings/errors | bobzel | |
| 2021-08-26 | a lot of changes to move isContentActive into DocumentView | bobzel | |
| 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-01 | made url server references relative. | bobzel | |
| 2021-07-27 | from last | bobzel | |
| 2021-07-14 | from last | bobzel | |
| 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-06-30 | fixed drawing on images/videos/photos | bobzel | |
| 2021-04-23 | fixed code warnings. updated some npm pacakges including typescript. | bobzel | |
| 2021-04-19 | fixed crash with lightboxview and stepping into an image. | bobzel | |
| 2021-04-14 | fixed image templates to set/use the appropriate nativewidth/height. fixed ↵ | bobzel | |
| carousel views and style provider to better support properties for components of a document view. fixed menus to show text options when captions and other sub text components are focused. | |||
| 2021-03-30 | more cleanup | bobzel | |
| 2021-03-29 | more progress in fixing & simplifying active/selected stuff | bobzel | |
| 2021-03-29 | still cleaning up all the active/selection code. | bobzel | |
| 2021-03-29 | initial changes to cleanup pointer events. | bobzel | |
| 2021-03-16 | put invalidation of imagebox's suffix on a 1sec delay for efficiency. | bobzel | |
| 2021-03-15 | fixed warnings. made savedAnnotations an ObservableMap. turned off ↵ | bobzel | |
| annotationLayer when there are no annotations - text is blurry on windows Chrome with mix-blend-mode overlay | |||
| 2021-03-11 | made text boxes span stackingview's when fitWidth or autoColumn is set. ↵ | bobzel | |
| made doc decs fit stacking view docs properly when stack is viewScaled. increased default size of images when > 800 pixels. | |||
| 2021-03-01 | final cleanups for simplified drag and drop of annotations. fixed some ↵ | bobzel | |
| issues rtf focus when creating notes in masonry view. fixed text sidebar. | |||
| 2021-02-24 | cleaned up DocumentView's contentView api to be more general. fixed ↵ | bobzel | |
| screenToLocal for freeformView's whenb _fitToBox is set. moved webBox menu items out of CollectionMenu and into WebBox using the contentView API. | |||
| 2021-02-15 | cleaned up showTitle and showAudio stuff just a bit. | bobzel | |
| 2021-02-14 | fixes to focus()'s api and extension to allow focusing on a Tab's contents. | bobzel | |
| 2021-02-12 | changed audio video annotation to use only timecodeToShow/timecodeToHide. ↵ | bobzel | |
| distinguish timeline annotation from video frame annotations with _timelineLabel field. Lightbox improvements to restore original camera values and to use fitContentsToDoc for collections | |||
| 2021-02-11 | fixed imagebox annotation layer sizing. was too tall when in a stackingview ↵ | bobzel | |
| and the image was resized small. | |||
| 2021-02-05 | use high res images on select | bobzel | |
| 2021-02-04 | fixed marquee annotations for web/pdf when scrolled | bobzel | |
| 2021-01-28 | cleaned up video/audio/stackedTimeline css. restored SpaceKey trigger to ↵ | bobzel | |
| start/stop creating an anchor. | |||
| 2021-01-28 | fixed so marquee select doesn't happen when zoomed in on an image/video | bobzel | |
| 2021-01-20 | fixed hiding AnchorMenu in text boxes. encapsulated fadeOut of AnchorMenu ↵ | bobzel | |
| within class for simplicity. | |||
| 2021-01-20 | moved PDFMenu to AnchorMenu. added AnchorMenu to formattedTextBox. Fixed ↵ | bobzel | |
| following links from text box huyperlinks when there are multiple different huypertext links on the document. | |||
| 2021-01-19 | more cleanup of marquee annotator. added marquee annotator to images | bobzel | |
| 2021-01-12 | fixed layout of audioBox markers | bobzel | |
| 2020-12-15 | fixed borderradius for videos & images to match highlight border radius | bobzel | |
| 2020-12-14 | got rid of fitDocToPanel. made collectionFreeFormDocView always use a ↵ | bobzel | |
| ContentFittingDocView. fixed up web box selections. | |||
| 2020-12-14 | more changes to ContentScaling to get web/video/image boxes to work with ↵ | bobzel | |
| annotation/DocDecorations in contentfitting and freeform views. | |||
| 2020-12-12 | made conentScaling a DocumentView-only prop | bobzel | |
| 2020-12-10 | removed annotationsKey prop in favor of reusing fieldKey. Fixed web pages ↵ | bobzel | |
| to allow dash annotations again. | |||
| 2020-11-20 | added a preliminary Layer mechanism. changed documentDecrations to not go ↵ | bobzel | |
| out of the mainDocument area. changed parentActive to work "recursively" through stacks of background documents. | |||
| 2020-10-17 | major rewrite of native width/height/aspect. Fixed scaling of text note ↵ | bobzel | |
| sidebars. | |||
| 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-09-28 | fixed docRangeFilters to be propagated everywhere and evaluated like ↵ | bobzel | |
| docFilters (if the field isn't there, it fails) | |||
| 2020-09-18 | change imageBox to choose img size based on PanelWidth, not document width. ↵ | bobzel | |
| fixed textboxcommetn date display | |||
| 2020-09-09 | fixed doc decorations on selected treeview items to not overlap as much. ↵ | bobzel | |
| fixed contentFitting's screentToLocalXf which wasn't wroking for nested tempaltes with native dimensions | |||
| 2020-09-08 | updated the way NativeWidth/Height props work so that, when specified, they ↵ | bobzel | |
| override locally specified values | |||
| 2020-09-08 | merged | bobzel | |
| 2020-09-08 | fixed images with different exif orientations and simplified ImageBox | bobzel | |
