aboutsummaryrefslogtreecommitdiffstats
path: root/javascript/dragdrop.js
AgeCommit message (Collapse)AuthorLines
2023-05-22fix error in dragdrop logicAUTOMATIC-2/+2
2023-05-22repair file paste for Firefox from #10615AUTOMATIC-12/+41
remove animation when pasting files into prompt rework two dragdrop js files into one
2023-05-22Merge branch 'dev' into text-drag-fixAUTOMATIC1111-23/+27
2023-05-21Fix dragging text to promptmissionfloyd-2/+2
2023-05-19linter fixesAUTOMATIC-1/+1
2023-05-18split visibility method and sort insteadThottyottyotty-1/+4
split out the visibility method for pasting and use a sort inside the paste handler to prioritize on-screen fields rather than targeting ONLY on screen fields
2023-05-17Run `eslint --fix` (and normalize tabs to spaces)Aarni Koskela-23/+24
2023-01-03Add image paste fallbackMMaker-1/+9
Fixes Firefox pasting support (and possibly other browsers)
2022-10-21make aspect ratio overlay work regardless of selected localizationAUTOMATIC-1/+1
2022-10-15make dragging to prompt work againAUTOMATIC-2/+2
2022-10-14fix paste not working in firefoxAUTOMATIC-1/+1
fix paste always going into txt2img field
2022-10-12Add drag/drop param loading.d8ahazard-0/+3
Drop an image or generational text onto the prompt bar, it loads the info for parsing.
2022-09-27refactored image paste handling to fill unset images successively, then ↵Connum-9/+15
replace last existing image (fixes #981)
2022-09-21Revert "Reset image input when dragover new image"Connum-16/+1
This reverts commit 9035afbab5e1285cfc7ad39c1e17374973842ae9.
2022-09-21fix image replacement via clipboard paste or drag and drop on PNG Info tabConnum-2/+23
2022-09-20Reset image input when dragover new imagetrufty-1/+16
2022-09-18replace existing image via paste or drop in inpaint mode (fixes #649)Connum-1/+1
2022-09-18fix pasting of images from the clipboard in img2img (fixes #645)Connum-0/+1
2022-09-18script.js split work - ui.jsAUTOMATIC-0/+2
2022-09-18script.js split work - dragdrop.jsAUTOMATIC-209/+0
2022-09-18Split history script.js to javascript/dragdrop.jsAndrey-0/+265
2022-09-18script.js split workAUTOMATIC-135/+0
2022-09-18script.js split workAUTOMATIC-256/+2
2022-09-18Split history script.js to javascript/dragdrop.jsAndrey-0/+389