aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ImageBox.tsx
AgeCommit message (Collapse)Author
2022-07-22adjusted 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-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-06-20a 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-14fixed clippings on cropped imagesbobzel
2022-06-02Merge branch 'inking-naafi-mehek' into master-cleanupmehekj
2022-05-18fixed 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-13removed layerProvider functionality.bobzel
2022-05-02fixed 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-29fixes to webpage proxying. fixes for images (and clippings) to use ↵bobzel
appropriate sampled image.
2022-04-28fixed feedback dragging link button. fixed warnings. added some assymetric ↵bobzel
linkRelationships.
2022-04-26added 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-21fixed issues with pile view - dragging, burst size, rendering within ↵bobzel
grid/non-freeform views, fixed timeView filtering to not keep making redundant filters,
2022-04-11making layout icons work better.bobzel
2022-04-07added grouping and write mode vs pen modeNaafiyan Ahmed
2022-04-07fixed iconizing images to not get the wrong height because of templates. ↵bobzel
fixed cross-fade of images to work without needing doc to be selected.
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
2022-03-02upgraded to typescript 4.6.2bobzel
2022-03-01updated to webpack 5bobzel
2021-09-27videoBox 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-27improved image resizing flickering caused by Chrome bug with overflow:auto. ↵bobzel
works now when fitWidth is false.
2021-09-13fixed copyPath menu item for images/pdfs. fixed contextmenu right-clicking ↵bobzel
to not require preselection of doc.
2021-08-26fixed warnings/errorsbobzel
2021-08-26a lot of changes to move isContentActive into DocumentViewbobzel
2021-08-24fixed 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-01made url server references relative.bobzel
2021-07-27from lastbobzel
2021-07-14from lastbobzel
2021-07-14fixed dragging marquees on nested images. fixed images to allow marquees on ↵bobzel
nested images. changed drag titlebar message.
2021-07-14fixed 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-30fixed drawing on images/videos/photosbobzel
2021-04-23fixed code warnings. updated some npm pacakges including typescript.bobzel
2021-04-19fixed crash with lightboxview and stepping into an image.bobzel
2021-04-14fixed 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-30more cleanupbobzel
2021-03-29more progress in fixing & simplifying active/selected stuffbobzel
2021-03-29still cleaning up all the active/selection code.bobzel
2021-03-29initial changes to cleanup pointer events.bobzel
2021-03-16put invalidation of imagebox's suffix on a 1sec delay for efficiency.bobzel
2021-03-15fixed 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-11made 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-01final 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-24cleaned 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-15cleaned up showTitle and showAudio stuff just a bit.bobzel
2021-02-14fixes to focus()'s api and extension to allow focusing on a Tab's contents.bobzel
2021-02-12changed 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-11fixed imagebox annotation layer sizing. was too tall when in a stackingview ↵bobzel
and the image was resized small.
2021-02-05use high res images on selectbobzel
2021-02-04fixed marquee annotations for web/pdf when scrolledbobzel
2021-01-28cleaned up video/audio/stackedTimeline css. restored SpaceKey trigger to ↵bobzel
start/stop creating an anchor.
2021-01-28fixed so marquee select doesn't happen when zoomed in on an image/videobobzel