Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update dragdrop.js | ezt19 | 2023-09-23 | 1 | -1/+1 |
| | | | Fixing a problem when u cannot put two images and they are going into two different places for images. | ||||
* | fix error in dragdrop logic | AUTOMATIC | 2023-05-22 | 1 | -2/+2 |
| | |||||
* | repair file paste for Firefox from #10615 | AUTOMATIC | 2023-05-22 | 1 | -12/+41 |
| | | | | | remove animation when pasting files into prompt rework two dragdrop js files into one | ||||
* | Merge branch 'dev' into text-drag-fix | AUTOMATIC1111 | 2023-05-22 | 1 | -23/+27 |
|\ | |||||
| * | linter fixes | AUTOMATIC | 2023-05-19 | 1 | -1/+1 |
| | | |||||
| * | split visibility method and sort instead | Thottyottyotty | 2023-05-19 | 1 | -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 | ||||
| * | Run `eslint --fix` (and normalize tabs to spaces) | Aarni Koskela | 2023-05-17 | 1 | -23/+24 |
| | | |||||
* | | Fix dragging text to prompt | missionfloyd | 2023-05-22 | 1 | -2/+2 |
|/ | |||||
* | Add image paste fallback | MMaker | 2023-01-03 | 1 | -1/+9 |
| | | | | Fixes Firefox pasting support (and possibly other browsers) | ||||
* | make aspect ratio overlay work regardless of selected localization | AUTOMATIC | 2022-10-21 | 1 | -1/+1 |
| | |||||
* | make dragging to prompt work again | AUTOMATIC | 2022-10-15 | 1 | -2/+2 |
| | |||||
* | fix paste not working in firefox | AUTOMATIC | 2022-10-14 | 1 | -1/+1 |
| | | | | fix paste always going into txt2img field | ||||
* | Add drag/drop param loading. | d8ahazard | 2022-10-12 | 1 | -0/+3 |
| | | | | Drop an image or generational text onto the prompt bar, it loads the info for parsing. | ||||
* | refactored image paste handling to fill unset images successively, then ↵ | Connum | 2022-09-27 | 1 | -9/+15 |
| | | | | replace last existing image (fixes #981) | ||||
* | Revert "Reset image input when dragover new image" | Connum | 2022-09-21 | 1 | -16/+1 |
| | | | | This reverts commit 9035afbab5e1285cfc7ad39c1e17374973842ae9. | ||||
* | fix image replacement via clipboard paste or drag and drop on PNG Info tab | Connum | 2022-09-21 | 1 | -2/+23 |
| | |||||
* | Reset image input when dragover new image | trufty | 2022-09-20 | 1 | -1/+16 |
| | |||||
* | replace existing image via paste or drop in inpaint mode (fixes #649) | Connum | 2022-09-18 | 1 | -1/+1 |
| | |||||
* | fix pasting of images from the clipboard in img2img (fixes #645) | Connum | 2022-09-18 | 1 | -0/+1 |
| | |||||
* | script.js split work - ui.js | AUTOMATIC | 2022-09-18 | 1 | -0/+2 |
| | |||||
* | script.js split work - dragdrop.js | AUTOMATIC | 2022-09-18 | 1 | -209/+0 |
| | |||||
* | Split history script.js to javascript/dragdrop.js | Andrey | 2022-09-18 | 1 | -0/+265 |
| | |||||
* | script.js split work | AUTOMATIC | 2022-09-18 | 1 | -135/+0 |
| | |||||
* | script.js split work | AUTOMATIC | 2022-09-18 | 1 | -256/+2 |
| | |||||
* | Split history script.js to javascript/dragdrop.js | Andrey | 2022-09-18 | 1 | -0/+389 |