Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-12-14 | Merge pull request #14230 from ↵ | AUTOMATIC1111 | -1/+1 | |
AUTOMATIC1111/add-option-Live-preview-in-full-page-image-viewer add option: Live preview in full page image viewer | ||||
2023-10-11 | show the preview image in the modalview if available | Won-Kyu Park | -2/+5 | |
2023-08-07 | Allow to open images in new browser tab by MMB. | Diego Casorran | -0/+5 | |
Signed-off-by: Diego Casorran <dcasorran@gmail.com> | ||||
2023-05-25 | Use onAfterUiUpdate where possible | Aarni Koskela | -1/+1 | |
2023-05-18 | eslint related file edits | AUTOMATIC | -6/+1 | |
2023-05-17 | Run `eslint --fix` (and normalize tabs to spaces) | Aarni Koskela | -110/+111 | |
2023-04-30 | Fix a whole bunch of implicit globals | Aarni Koskela | -3/+3 | |
2023-04-30 | Use classList.toggle wherever possible | Aarni Koskela | -5/+1 | |
2023-03-28 | try both versions of appendChild | AlUlkesh | -2/+5 | |
2023-03-27 | fix: lightboxModal, selectedTab | AlUlkesh | -1/+1 | |
2023-03-25 | Fix Send to img2img buttons | space-nuko | -21/+3 | |
2023-03-25 | initial gradio 3.22 support | AUTOMATIC | -39/+31 | |
2023-03-12 | feat: better lightbox when not enable zoom | bluelovers | -1/+1 | |
2023-01-18 | re-enable image dragging on non-firefox browsers | AUTOMATIC | -1/+9 | |
2023-01-11 | Fix keyboard navigation in modal image viewer | Alexey Shirokov | -0/+1 | |
2023-01-05 | do not show full window image preview when right mouse button is used | AUTOMATIC | -1/+1 | |
2023-01-05 | fix fullscreen view showing wrong image on firefox | AUTOMATIC | -1/+1 | |
2022-10-28 | hide save btn for other tabs than txt2img and img2img | Florian Horn | -2/+12 | |
2022-10-27 | added save button and shortcut (s) to Modal View | Florian Horn | -0/+29 | |
2022-10-18 | prevent highlighting/selecting image | Adam Snodgrass | -0/+1 | |
2022-10-16 | fix: add null check when start running project the currentButton is null | dvsilch | -1/+1 | |
2022-10-09 | Update lightbox to change displayed image as soon as generation is complete ↵ | DepFA | -75/+99 | |
(#1933) * add updateOnBackgroundChange * typo fixes. * reindent to 4 spaces | ||||
2022-10-08 | chore: Fix typos | Aidan Holland | -1/+1 | |
2022-10-08 | Remove duplicate event listeners | guaneec | -0/+3 | |
2022-09-23 | Only switch between visible gallery entries | DepFA | -2/+14 | |
Since the other tabs are kept in the dom now filtering is needed. | ||||
2022-09-21 | update tiling button for imageviewer.js to use an icon in same style as ↵ | AUTOMATIC | -3/+6 | |
others, add mouseover hints | ||||
2022-09-21 | add button to toggle tiling images in the imageviewer modal | Adam Snodgrass | -12/+46 | |
2022-09-19 | fix the issue with incorrect js options on page load | AUTOMATIC | -16/+9 | |
add a setting for lightbox max size images use setting for lightbox max size images late to let user change it and see results | ||||
2022-09-19 | Rely on opts being pre-populated | DepFA | -12/+5 | |
2022-09-19 | initialize modal state from options | DepFA | -1/+19 | |
2022-09-19 | Add logic for zoom toggle | DepFA | -4/+21 | |
2022-09-18 | add read access to settings for jsavascript | AUTOMATIC | -2/+2 | |
add an option to disable lightbox modal | ||||
2022-09-18 | close on escape | Adam Snodgrass | -0/+3 | |
2022-09-18 | script.js split work - ui.js | AUTOMATIC | -0/+1 | |
2022-09-18 | script.js split work | AUTOMATIC | -0/+135 | |