aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ImageBox.tsx
AgeCommit message (Collapse)Author
2020-04-06from lastBob Zeleznik
2020-04-06fixed sizing stacking views. fixed rotating images. fixed undo stacking drags.Bob Zeleznik
2020-04-06many more fixes to nativewidth/height layout changes.Bob Zeleznik
2020-04-05more fixes to NativeWidth/Height & FreezeDimensions props stuffBob Zeleznik
2020-04-05adding nativeWidth as props stuffBob Zeleznik
2020-04-02supported uploads of images ending with .webpBob Zeleznik
2020-04-02added copy with alt+ctrl . fixed border radiusBob Zeleznik
2020-03-29more tweaks to embedded documents in text. fixes for expandedTemplate to ↵Bob Zeleznik
show the original doc (not dataDoc). got rid of imgPath in imageBox.
2020-03-28changed template parameters to be stored in '@params'. Updated ImageBox to ↵Bob Zeleznik
allow template parameters
2020-03-19added screen capture docBob Zeleznik
2020-03-17fixes for typing url in web box. fixes for dropping imags from proxied ↵Bob Zeleznik
document. possible fix for updateing image width/height
2020-03-10fixed up iconifying of different document types. fixed selection to not ↵Bob Zeleznik
select toolbar tabs. fixed outline-like document creation in tree views.
2020-02-29Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into penyipstanley
2020-02-28allowing different text templates to be the default. fixing transparency. ↵bob
removing audio by default from notes.
2020-02-22added option to update image native sizeBob Zeleznik
2020-02-19chome display set to 'none' when not 'enabled'. fixed template expansion bug.bob
2020-02-18cleaned up context menu orderingbob
2020-02-16got rid of unneeded ignoreAspect field. other cleanup.Bob Zeleznik
2020-02-13starting a broad cleanup of code. trying to make standard doc field names ↵Bob Zeleznik
be more regular
2020-02-11refactored image upload data response format, google docs working for ↵Sam Wilkins
specific interactions
2020-02-11fixes for chrome for presBoxbob
2020-02-11factored out image resizing, fixed back button, importer script, tooltips on ↵Sam Wilkins
range sliders
2020-02-09recommender system worksStanley Yip
2020-02-07fixed imageresize issuebob
2020-02-06restored isBackground for documents that don't want to respond to anything.bob
2020-02-01simplified Presentations a bit by using templatesBob Zeleznik
2020-01-31lintSam Wilkins
2020-01-28multicolumn drop fixes. adding menu entry to stacking columndocs. fixed ↵bob
imagebox nativewidth/height settings.
2020-01-27factored out icon namesSam Wilkins
2020-01-27added UI responsiveness for remote image upload routineSam Wilkins
2020-01-27fallback behavior for non-downloaded images and restored ink recognitionSam Wilkins
2020-01-27nativewidth and nativeheight extension key fix and implemented UI to ↵Sam Wilkins
manually download a remotely hosted image
2020-01-24fixes for imagebox's and detailed viewBob Zeleznik
2020-01-24fixed imagebox dropping for empty image templates.bob
2020-01-24made dataDoc be a data doc, not a layout doc & stopped expanding templates ↵bob
in DocumentContentsView. changed autoHeight to be _autoHeight layout property.
2020-01-24finalized image upload changes, fixed exif parsing, excessive image ↵Sam Wilkins
uploading and automatically encode native dimensions
2020-01-24fixes for annotationsbob
2020-01-23fixes to template editing in stacking viewBob Zeleznik
2020-01-23imagebox fixesbob
2020-01-23got rid of extension docs. changed layout-specific keys to start with "_" ↵bob
which flags them to be written to the current layout document
2020-01-23got rid of rule provider stuff. fixed panning in freeform view with pivot ↵Bob Zeleznik
layouts
2020-01-22slight improvement maybe to createDocExtension and scraper to use prefetch proxybob
2020-01-22cleaned up imageBox alternate paths.Bob Zeleznik
2020-01-22fixed pivot viewer to not have multiple columns with the same value. fixed ↵Bob Zeleznik
imagebox to show fade views. cleaned up makeMetadataFieldTemplate
2020-01-14fixes for stacking views to honor panelwidth/height -- allows stacking ↵bob
panels to be placed in Content fitting document views.
2019-12-15added a DocumentBox as a contentfitting container for another document. ↵Bob Zeleznik
added a menu item for showing selected document.
2019-12-12major changes to drag and dropbob
2019-12-07only call resize() once after an image is loaded to speed things up.Bob Zeleznik
2019-12-05compile warning fixes.bob
2019-12-03const linter rule and restored google docs push, fixed routingSam Wilkins