Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #11415 from netux/extensions-toggle-all | AUTOMATIC1111 | 2023-06-27 | 1 | -0/+18 |
|\ | | | | | Add checkbox to check/uncheck all extensions in the Installed tab | ||||
| * | feat(extensions): add toggle all checkbox to Installed tab | Martín (Netux) Rodríguez | 2023-06-25 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | Small QoL addition. While there is the option to disable all extensions with the radio buttons at the top, that only acts as an added flag and doesn't really change the state of the extensions in the UI. An use case for this checkbox is to disable all extensions except for a few, which is important for debugging extensions. You could do that before, but you'd have to uncheck and recheck every extension one by one. | ||||
* | | Merge pull request #11294 from zhtttylz/Fix_Typo_of_hints.js | AUTOMATIC1111 | 2023-06-27 | 1 | -2/+2 |
|\ \ | |/ |/| | Fix Typo of hints.js | ||||
| * | Fix Typo of hints.js | zhtttylz | 2023-06-18 | 1 | -2/+2 |
| | | |||||
* | | Generate Forever during generation | w-e-w | 2023-06-08 | 1 | -4/+10 |
| | | | | | | | | Generate Forever during generation | ||||
* | | lint fixes | catboxanon | 2023-06-02 | 1 | -14/+17 |
| | | |||||
* | | Support dynamic sort of extra networks | catboxanon | 2023-06-02 | 1 | -0/+47 |
| | | |||||
* | | add hiding and a colspans to startup profile table | AUTOMATIC | 2023-06-01 | 1 | -11/+73 |
| | | |||||
* | | Merge branch 'dev' into startup-profile | AUTOMATIC | 2023-06-01 | 13 | -138/+194 |
|\ \ | |||||
| * \ | Merge pull request #10814 from missionfloyd/gamepad-disconnect | AUTOMATIC1111 | 2023-05-31 | 1 | -1/+7 |
| |\ \ | | | | | | | | | Only poll gamepads while connected | ||||
| | * | | Move gamepaddisconnected listener | missionfloyd | 2023-05-30 | 1 | -1/+4 |
| | | | | |||||
| | * | | Update imageviewerGamepad.js | missionfloyd | 2023-05-29 | 1 | -1/+1 |
| | | | | |||||
| | * | | Only poll gamepads while connected | missionfloyd | 2023-05-29 | 1 | -1/+4 |
| | |/ | |||||
| * | | Merge pull request #10708 from akx/on-ui-update-throttled | AUTOMATIC1111 | 2023-05-27 | 7 | -9/+7 |
| |\ \ | | | | | | | | | Add onAfterUiUpdate callback | ||||
| | * | | Use onAfterUiUpdate where possible | Aarni Koskela | 2023-05-25 | 7 | -9/+7 |
| | | | | |||||
| * | | | Add support for tooltips on dropdown options | Aarni Koskela | 2023-05-24 | 1 | -3/+12 |
| | | | | |||||
| * | | | Restore support for dropdown tooltips | Aarni Koskela | 2023-05-24 | 1 | -6/+19 |
| | | | | |||||
| * | | | Optimize tooltip checks | Aarni Koskela | 2023-05-24 | 1 | -28/+33 |
| |/ / | | | | | | | | | | | | | * Instead of traversing tens of thousands of text nodes, only look at elements and their children * Debounce the checks to happen only every one second | ||||
| * | | fix error in dragdrop logic | AUTOMATIC | 2023-05-22 | 1 | -2/+2 |
| | | | |||||
| * | | repair file paste for Firefox from #10615 | AUTOMATIC | 2023-05-22 | 2 | -30/+41 |
| | | | | | | | | | | | | | | | remove animation when pasting files into prompt rework two dragdrop js files into one | ||||
| * | | Merge pull request #10611 from akx/disable-token-counters | AUTOMATIC1111 | 2023-05-22 | 2 | -70/+84 |
| |\ \ | | | | | | | | | Add option to disable token counters | ||||
| | * | | Add option to disable prompt token counters | Aarni Koskela | 2023-05-21 | 1 | -0/+8 |
| | | | | |||||
| | * | | Move token counters to separate JS file, fix names | Aarni Koskela | 2023-05-21 | 2 | -70/+76 |
| | |/ | |||||
| * | | Merge branch 'dev' into text-drag-fix | AUTOMATIC1111 | 2023-05-22 | 19 | -1455/+1539 |
| |\| | |||||
| | * | hiresfix prompt: add classes, update css sel | catboxanon | 2023-05-20 | 1 | -1/+1 |
| | | | |||||
| * | | Fix dragging text to prompt | missionfloyd | 2023-05-22 | 2 | -3/+3 |
| | | | |||||
| * | | Merge pull request #10335 from akx/l10n-dis-take-2 | AUTOMATIC1111 | 2023-05-13 | 1 | -27/+33 |
| | | | | | | | | | Localization fixes | ||||
* | | | work on startup profile display | AUTOMATIC | 2023-05-20 | 2 | -1/+92 |
| |/ |/| | |||||
* | | get_tab_index(): use a for loop with early-exit for performance | Aarni Koskela | 2023-05-19 | 1 | -8/+6 |
| | | |||||
* | | Replace args_to_array (and facsimiles) with Array.from | Aarni Koskela | 2023-05-19 | 2 | -27/+13 |
| | | |||||
* | | 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 | ||||
* | | eslint the merged code | AUTOMATIC | 2023-05-18 | 2 | -40/+40 |
| | | |||||
* | | Merge branch 'eslint' into dev | AUTOMATIC | 2023-05-18 | 19 | -1432/+1455 |
|\ \ | |||||
| * | | eslint related file edits | AUTOMATIC | 2023-05-18 | 11 | -58/+45 |
| | | | |||||
| * | | Run `eslint --fix` (and normalize tabs to spaces) | Aarni Koskela | 2023-05-17 | 19 | -1452/+1488 |
| | | | |||||
* | | | Merge remote-tracking branch 'pieresimakp/img2img-detect-image-size' into dev | AUTOMATIC | 2023-05-17 | 1 | -0/+1 |
|\ \ \ | |||||
| * \ \ | Merge branch 'master' into img2img-detect-image-size | pieresimakp | 2023-03-25 | 7 | -114/+79 |
| |\ \ \ | |||||
| * | | | | added button to grab the width and height from the loaded image in img2img | pieresimakp | 2023-03-24 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | remove some code duplication from #9348 | AUTOMATIC | 2023-05-17 | 1 | -39/+15 |
| | | | | | |||||
* | | | | | Merge branch 'dev' into improve-frontend-responsiveness | AUTOMATIC1111 | 2023-05-17 | 17 | -188/+467 |
|\ \ \ \ \ | |||||
| * | | | | | simplify name pattern setting tooltips | AUTOMATIC | 2023-05-17 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | when adding tooltips, do not scan whole document and instead only scan added ↵ | AUTOMATIC | 2023-05-17 | 1 | -23/+40 |
| | |_|/ / | |/| | | | | | | | | | | | | | elements | ||||
| * | | | | Fix remove `textual inversion` prompt | Weiming | 2023-05-17 | 1 | -11/+20 |
| | | | | | |||||
| * | | | | add a bunch of descriptions and reword a lot of settings (sorry, localizers) | AUTOMATIC | 2023-05-14 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | set up a system to provide extra info for settings elements in python rather ↵ | AUTOMATIC | 2023-05-14 | 1 | -36/+56 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | than js add a bit of spacing/styling to settings elements add link info for token merging | ||||
| * | | | | Make dump translations work again | Aarni Koskela | 2023-05-13 | 1 | -7/+12 |
| | | | | | |||||
| * | | | | Wait for DOMContentLoaded until checking whether localization should be disabled | Aarni Koskela | 2023-05-13 | 1 | -20/+21 |
| | |_|/ | |/| | | | | | | | | | | Refs https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/9955#issuecomment-1546587143 | ||||
| * | | | prevent Reload UI button/link from reloading the page when it's not yet ready | AUTOMATIC | 2023-05-09 | 1 | -1/+10 |
| | | | | |||||
| * | | | make it so that custom context menu from contextMenu.js only disappears ↵ | AUTOMATIC | 2023-05-09 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | after user's click, ignoring non-user click events |