Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-05-19 | linter fixes | AUTOMATIC | -1/+1 | |
2023-05-18 | split visibility method and sort instead | Thottyottyotty | -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-18 | eslint the merged code | AUTOMATIC | -40/+40 | |
2023-05-18 | Merge branch 'eslint' into dev | AUTOMATIC | -1432/+1455 | |
2023-05-18 | eslint related file edits | AUTOMATIC | -58/+45 | |
2023-05-17 | Merge remote-tracking branch 'pieresimakp/img2img-detect-image-size' into dev | AUTOMATIC | -0/+1 | |
2023-05-17 | remove some code duplication from #9348 | AUTOMATIC | -39/+15 | |
2023-05-17 | Merge branch 'dev' into improve-frontend-responsiveness | AUTOMATIC1111 | -188/+467 | |
2023-05-17 | simplify name pattern setting tooltips | AUTOMATIC | -2/+2 | |
2023-05-17 | when adding tooltips, do not scan whole document and instead only scan added ↵ | AUTOMATIC | -23/+40 | |
elements | ||||
2023-05-17 | Run `eslint --fix` (and normalize tabs to spaces) | Aarni Koskela | -1452/+1488 | |
2023-05-17 | Fix remove `textual inversion` prompt | Weiming | -11/+20 | |
2023-05-14 | add a bunch of descriptions and reword a lot of settings (sorry, localizers) | AUTOMATIC | -1/+2 | |
2023-05-14 | set up a system to provide extra info for settings elements in python rather ↵ | AUTOMATIC | -36/+56 | |
than js add a bit of spacing/styling to settings elements add link info for token merging | ||||
2023-05-13 | Make dump translations work again | Aarni Koskela | -7/+12 | |
2023-05-13 | Wait for DOMContentLoaded until checking whether localization should be disabled | Aarni Koskela | -20/+21 | |
Refs https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/9955#issuecomment-1546587143 | ||||
2023-05-09 | prevent Reload UI button/link from reloading the page when it's not yet ready | AUTOMATIC | -1/+10 | |
2023-05-09 | make it so that custom context menu from contextMenu.js only disappears ↵ | AUTOMATIC | -2/+1 | |
after user's click, ignoring non-user click events | ||||
2023-05-08 | add links to wiki for filename pattern settings | AUTOMATIC | -0/+41 | |
add extended info for quicksettings setting | ||||
2023-05-08 | do not show licenses page when user selects Show all pages in settings | AUTOMATIC | -0/+3 | |
2023-05-08 | directory hiding for extra networks: dirs starting with . will hide their ↵ | AUTOMATIC | -4/+21 | |
cards on extra network tabs unless specifically searched for create HTML for extra network pages only on demand allow directories starting with . to still list their models for lora, checkpoints, etc keep "search" filter for extra networks when user refreshes the page | ||||
2023-05-08 | Merge branch 'dev' into tooltip | AUTOMATIC1111 | -156/+311 | |
2023-05-08 | Merge pull request #9955 from akx/noop-localization-unless-required | AUTOMATIC1111 | -31/+37 | |
Make localization.js do nothing if there's no localization to do | ||||
2023-05-08 | Merge pull request #10146 from missionfloyd/gamepad-option | AUTOMATIC1111 | -32/+53 | |
Fix gamepad navigation | ||||
2023-05-06 | Work with multiple gamepads | missionfloyd | -3/+4 | |
2023-05-06 | gamepad repeat option | missionfloyd | -3/+2 | |
2023-05-06 | Improve joypad performance | missionfloyd | -6/+30 | |
2023-05-05 | Make gamepad navigation optional | missionfloyd | -32/+29 | |
2023-05-06 | add denoising strength filename pattern | w-e-w | -2/+2 | |
2023-05-04 | Make localization.js do nothing if there's no localization to do | Aarni Koskela | -31/+37 | |
2023-05-01 | Merge branch 'dev' into js-misc-fixes | AUTOMATIC1111 | -2/+8 | |
2023-05-01 | Merge pull request #9969 from AUTOMATIC1111/restore_progress_fix | AUTOMATIC1111 | -2/+2 | |
restore_progress fix | ||||
2023-05-01 | restore_progress fix | w-e-w | -2/+2 | |
id wrong type | ||||
2023-05-01 | make it impossible to press the restore progress button after pressing it once | AUTOMATIC | -0/+4 | |
2023-04-30 | Use substring instead of deprecated substr | Aarni Koskela | -5/+5 | |
2023-04-30 | Remove redundant return | Aarni Koskela | -1/+0 | |
2023-04-30 | Mark Notification.requestPermission's retval as purposely ignored | Aarni Koskela | -1/+1 | |
2023-04-30 | Fix unused variables | Aarni Koskela | -21/+14 | |
2023-04-30 | Fix a whole bunch of implicit globals | Aarni Koskela | -62/+60 | |
2023-04-30 | Use classList.toggle wherever possible | Aarni Koskela | -12/+4 | |
2023-04-30 | imageMaskFix.js: fix event listeners to not use anonymous trampoline | Aarni Koskela | -5/+5 | |
2023-04-30 | hints: don't process elements that already have a title | Aarni Koskela | -1/+3 | |
2023-04-29 | alternate restore progress button implementation | AUTOMATIC | -3/+48 | |
2023-04-29 | Revert "Merge pull request #7595 from siutin/feature/restore-progress" | AUTOMATIC | -28/+1 | |
This reverts commit 80987c36f9bfa33092ac7c75624b25d839cb2a06, reversing changes made to 2e78e65a22bfa6b116ae18d12fdcb85ec8acd727. | ||||
2023-04-29 | Merge branch 'dev' into feature/restore-progress | AUTOMATIC1111 | -26/+120 | |
2023-04-29 | Merge pull request #9933 from w-e-w/dev | AUTOMATIC1111 | -2/+2 | |
add missing filename pattern hints | ||||
2023-04-29 | Merge pull request #7632 from papuSpartan/gamepad | AUTOMATIC1111 | -0/+36 | |
Image viewer scrolling via analog stick | ||||
2023-04-29 | change gradio callback from change to release in a bunch of places now that ↵ | AUTOMATIC | -0/+11 | |
it's fixed in gradio | ||||
2023-04-29 | Merge pull request #9108 from AUTOMATIC1111/img2img-scale-by | AUTOMATIC1111 | -0/+5 | |
add "resize by" and "resize to" tabs to img2img | ||||
2023-04-29 | Merge branch 'dev' into extension-settings-backup | AUTOMATIC1111 | -25/+44 | |