Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-25 | feat(extensions): add toggle all checkbox to Installed tab | Martín (Netux) Rodríguez | |
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. | |||
2023-06-08 | Generate Forever during generation | w-e-w | |
Generate Forever during generation | |||
2023-06-02 | lint fixes | catboxanon | |
2023-06-02 | Support dynamic sort of extra networks | catboxanon | |
2023-06-01 | add hiding and a colspans to startup profile table | AUTOMATIC | |
2023-06-01 | Merge branch 'dev' into startup-profile | AUTOMATIC | |
2023-05-31 | Merge pull request #10814 from missionfloyd/gamepad-disconnect | AUTOMATIC1111 | |
Only poll gamepads while connected | |||
2023-05-29 | Move gamepaddisconnected listener | missionfloyd | |
2023-05-28 | Update imageviewerGamepad.js | missionfloyd | |
2023-05-28 | Only poll gamepads while connected | missionfloyd | |
2023-05-27 | Merge pull request #10708 from akx/on-ui-update-throttled | AUTOMATIC1111 | |
Add onAfterUiUpdate callback | |||
2023-05-25 | Use onAfterUiUpdate where possible | Aarni Koskela | |
2023-05-24 | Add support for tooltips on dropdown options | Aarni Koskela | |
2023-05-24 | Restore support for dropdown tooltips | Aarni Koskela | |
2023-05-24 | Optimize tooltip checks | Aarni Koskela | |
* 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 | |||
2023-05-22 | fix error in dragdrop logic | AUTOMATIC | |
2023-05-22 | repair file paste for Firefox from #10615 | AUTOMATIC | |
remove animation when pasting files into prompt rework two dragdrop js files into one | |||
2023-05-22 | Merge pull request #10611 from akx/disable-token-counters | AUTOMATIC1111 | |
Add option to disable token counters | |||
2023-05-22 | Merge branch 'dev' into text-drag-fix | AUTOMATIC1111 | |
2023-05-21 | Fix dragging text to prompt | missionfloyd | |
2023-05-21 | Add option to disable prompt token counters | Aarni Koskela | |
2023-05-21 | Move token counters to separate JS file, fix names | Aarni Koskela | |
2023-05-21 | work on startup profile display | AUTOMATIC | |
2023-05-20 | hiresfix prompt: add classes, update css sel | catboxanon | |
2023-05-19 | get_tab_index(): use a for loop with early-exit for performance | Aarni Koskela | |
2023-05-19 | Replace args_to_array (and facsimiles) with Array.from | Aarni Koskela | |
2023-05-19 | linter fixes | AUTOMATIC | |
2023-05-18 | split visibility method and sort instead | Thottyottyotty | |
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 | |
2023-05-18 | Merge branch 'eslint' into dev | AUTOMATIC | |
2023-05-18 | eslint related file edits | AUTOMATIC | |
2023-05-17 | Merge remote-tracking branch 'pieresimakp/img2img-detect-image-size' into dev | AUTOMATIC | |
2023-05-17 | remove some code duplication from #9348 | AUTOMATIC | |
2023-05-17 | Merge branch 'dev' into improve-frontend-responsiveness | AUTOMATIC1111 | |
2023-05-17 | simplify name pattern setting tooltips | AUTOMATIC | |
2023-05-17 | when adding tooltips, do not scan whole document and instead only scan added ↵ | AUTOMATIC | |
elements | |||
2023-05-17 | Run `eslint --fix` (and normalize tabs to spaces) | Aarni Koskela | |
2023-05-17 | Fix remove `textual inversion` prompt | Weiming | |
2023-05-14 | add a bunch of descriptions and reword a lot of settings (sorry, localizers) | AUTOMATIC | |
2023-05-14 | set up a system to provide extra info for settings elements in python rather ↵ | AUTOMATIC | |
than js add a bit of spacing/styling to settings elements add link info for token merging | |||
2023-05-13 | Merge pull request #10335 from akx/l10n-dis-take-2 | AUTOMATIC1111 | |
Localization fixes | |||
2023-05-13 | Make dump translations work again | Aarni Koskela | |
2023-05-13 | Wait for DOMContentLoaded until checking whether localization should be disabled | Aarni Koskela | |
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 | |
2023-05-09 | make it so that custom context menu from contextMenu.js only disappears ↵ | AUTOMATIC | |
after user's click, ignoring non-user click events | |||
2023-05-08 | add links to wiki for filename pattern settings | AUTOMATIC | |
add extended info for quicksettings setting | |||
2023-05-08 | do not show licenses page when user selects Show all pages in settings | AUTOMATIC | |
2023-05-08 | directory hiding for extra networks: dirs starting with . will hide their ↵ | AUTOMATIC | |
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 | |
2023-05-08 | Merge pull request #9955 from akx/noop-localization-unless-required | AUTOMATIC1111 | |
Make localization.js do nothing if there's no localization to do |