aboutsummaryrefslogtreecommitdiffstats
path: root/javascript
Commit message (Expand)AuthorAgeFilesLines
* get_tab_index(): use a for loop with early-exit for performanceAarni Koskela2023-05-191-8/+6
* Replace args_to_array (and facsimiles) with Array.fromAarni Koskela2023-05-192-27/+13
* linter fixesAUTOMATIC2023-05-191-1/+1
* split visibility method and sort insteadThottyottyotty2023-05-191-1/+4
* eslint the merged codeAUTOMATIC2023-05-182-40/+40
* Merge branch 'eslint' into devAUTOMATIC2023-05-1819-1432/+1455
|\
| * eslint related file editsAUTOMATIC2023-05-1811-58/+45
| * Run `eslint --fix` (and normalize tabs to spaces)Aarni Koskela2023-05-1719-1452/+1488
* | Merge remote-tracking branch 'pieresimakp/img2img-detect-image-size' into devAUTOMATIC2023-05-171-0/+1
|\ \
| * \ Merge branch 'master' into img2img-detect-image-sizepieresimakp2023-03-257-114/+79
| |\ \
| * | | added button to grab the width and height from the loaded image in img2imgpieresimakp2023-03-241-0/+1
* | | | remove some code duplication from #9348AUTOMATIC2023-05-171-39/+15
* | | | Merge branch 'dev' into improve-frontend-responsivenessAUTOMATIC11112023-05-1717-188/+467
|\ \ \ \
| * | | | simplify name pattern setting tooltipsAUTOMATIC2023-05-171-2/+2
| * | | | when adding tooltips, do not scan whole document and instead only scan added ...AUTOMATIC2023-05-171-23/+40
| | |_|/ | |/| |
| * | | Fix remove `textual inversion` promptWeiming2023-05-171-11/+20
| * | | add a bunch of descriptions and reword a lot of settings (sorry, localizers)AUTOMATIC2023-05-141-1/+2
| * | | set up a system to provide extra info for settings elements in python rather ...AUTOMATIC2023-05-141-36/+56
| * | | Make dump translations work againAarni Koskela2023-05-131-7/+12
| * | | Wait for DOMContentLoaded until checking whether localization should be disabledAarni Koskela2023-05-131-20/+21
| * | | prevent Reload UI button/link from reloading the page when it's not yet readyAUTOMATIC2023-05-091-1/+10
| * | | make it so that custom context menu from contextMenu.js only disappears after...AUTOMATIC2023-05-091-2/+1
| * | | add links to wiki for filename pattern settingsAUTOMATIC2023-05-081-0/+41
| * | | do not show licenses page when user selects Show all pages in settingsAUTOMATIC2023-05-081-0/+3
| * | | directory hiding for extra networks: dirs starting with . will hide their car...AUTOMATIC2023-05-081-4/+21
| * | | Merge branch 'dev' into tooltipAUTOMATIC11112023-05-0816-156/+311
| |\ \ \
| | * \ \ Merge pull request #9955 from akx/noop-localization-unless-requiredAUTOMATIC11112023-05-081-31/+37
| | |\ \ \
| | | * | | Make localization.js do nothing if there's no localization to doAarni Koskela2023-05-041-31/+37
| | * | | | Merge pull request #10146 from missionfloyd/gamepad-optionAUTOMATIC11112023-05-081-32/+53
| | |\ \ \ \
| | | * | | | Work with multiple gamepadsmissionfloyd2023-05-071-3/+4
| | | * | | | gamepad repeat optionmissionfloyd2023-05-071-3/+2
| | | * | | | Improve joypad performancemissionfloyd2023-05-071-6/+30
| | | * | | | Make gamepad navigation optionalmissionfloyd2023-05-061-32/+29
| | * | | | | add denoising strength filename patternw-e-w2023-05-051-2/+2
| | | |/ / / | | |/| | |
| | * | | | Merge branch 'dev' into js-misc-fixesAUTOMATIC11112023-05-011-2/+8
| | |\| | |
| | | * | | Merge pull request #9969 from AUTOMATIC1111/restore_progress_fixAUTOMATIC11112023-05-011-2/+2
| | | |\ \ \
| | | | * | | restore_progress fixw-e-w2023-05-011-2/+2
| | | * | | | make it impossible to press the restore progress button after pressing it onceAUTOMATIC2023-05-011-0/+4
| | | |/ / /
| | * | | | Use substring instead of deprecated substrAarni Koskela2023-04-303-5/+5
| | * | | | Remove redundant returnAarni Koskela2023-04-301-1/+0
| | * | | | Mark Notification.requestPermission's retval as purposely ignoredAarni Koskela2023-04-301-1/+1
| | * | | | Fix unused variablesAarni Koskela2023-04-309-21/+14
| | * | | | Fix a whole bunch of implicit globalsAarni Koskela2023-04-3013-62/+60
| | * | | | Use classList.toggle wherever possibleAarni Koskela2023-04-302-12/+4
| | * | | | imageMaskFix.js: fix event listeners to not use anonymous trampolineAarni Koskela2023-04-301-5/+5
| | * | | | hints: don't process elements that already have a titleAarni Koskela2023-04-301-1/+3
| | |/ / /
| | * | | alternate restore progress button implementationAUTOMATIC2023-04-293-3/+48
| | * | | Revert "Merge pull request #7595 from siutin/feature/restore-progress"AUTOMATIC2023-04-292-28/+1
| | * | | Merge branch 'dev' into feature/restore-progressAUTOMATIC11112023-04-299-26/+120
| | |\ \ \
| | | * \ \ Merge pull request #9933 from w-e-w/devAUTOMATIC11112023-04-291-2/+2
| | | |\ \ \