index
:
stable-diffusion-webui-gfx803.git
master
stable-diffusion-webui by AUTOMATIC1111 with patches for gfx803 GPU and Dockerfile
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
script.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Frontend: only look at top-level tabs, not nested tabs
Aarni Koskela
2023-05-30
1
-2
/
+8
*
Add onAfterUiUpdate callback
Aarni Koskela
2023-05-25
1
-0
/
+27
*
Document on* handlers (for extension authors' sake)
Aarni Koskela
2023-05-25
1
-0
/
+20
*
Merge executeCallbacks and runCallback, simplify + optimize
Aarni Koskela
2023-05-25
1
-9
/
+7
*
Just use console.error, it's in all browsers
Aarni Koskela
2023-05-25
1
-1
/
+1
*
split visibility method and sort instead
Thottyottyotty
2023-05-19
1
-3
/
+7
*
rewrite uiElementIsVisible
Thottyottyotty
2023-05-18
1
-13
/
+11
*
eslint related file edits
AUTOMATIC
2023-05-18
1
-8
/
+8
*
Run `eslint --fix` (and normalize tabs to spaces)
Aarni Koskela
2023-05-17
1
-34
/
+40
*
Update script.js
GeorgLegato
2023-04-03
1
-1
/
+1
*
fix overriding getElementById on document
Remixer Dec
2023-03-25
1
-1
/
+1
*
initial gradio 3.22 support
AUTOMATIC
2023-03-25
1
-2
/
+4
*
extra networks UI
AUTOMATIC
2023-01-21
1
-1
/
+12
*
load hashes from cache for checkpoints that have them
AUTOMATIC
2023-01-14
1
-0
/
+4
*
fix js errors when restarting UI
AUTOMATIC
2023-01-12
1
-1
/
+2
*
better targetting, class tabs was autoassigned
Gerschel
2023-01-04
1
-1
/
+1
*
No code repeat
apolinario
2022-12-10
1
-2
/
+3
*
style change
apolinario
2022-12-06
1
-1
/
+1
*
Use shadowRoot if inside of an iframe and don't use it if outside
apolinario
2022-12-06
1
-1
/
+1
*
Fix WebUI not working inside of iframes
apolinario
2022-12-05
1
-2
/
+2
*
localization support
AUTOMATIC
2022-10-17
1
-5
/
+5
*
Add hint for `ctrl/alt enter`
aoirusann
2022-10-15
1
-2
/
+2
*
Make the ctrl+enter shortcut use the generate button on the current tab
Jairo Correa
2022-10-11
1
-2
/
+9
*
Add ctrl+enter as a shortcut to quickly start a generation.
Melan
2022-10-10
1
-0
/
+16
*
refactored image paste handling to fill unset images successively, then repla...
Connum
2022-09-27
1
-0
/
+21
*
make callback queue handling reusable and implement onUiTabChange()
Connum
2022-09-24
1
-9
/
+25
*
add read access to settings for jsavascript
AUTOMATIC
2022-09-18
1
-1
/
+5
*
script.js split work - ui.js
AUTOMATIC
2022-09-18
1
-66
/
+0
*
Split history script.js to javascript/ui.js
Andrey
2022-09-18
1
-0
/
+87
*
Split history script.js to javascript/ui.js
Andrey
2022-09-18
1
-87
/
+0
*
script.js split work - progress.js
AUTOMATIC
2022-09-18
1
-29
/
+0
*
Split history script.js to javascript/progressbar.js
Andrey
2022-09-18
1
-0
/
+116
*
Split history script.js to javascript/progressbar.js
Andrey
2022-09-18
1
-116
/
+0
*
script.js split work - hints.js
AUTOMATIC
2022-09-18
1
-92
/
+0
*
Split history script.js to javascript/hints.js
Andrey
2022-09-18
1
-0
/
+208
*
Split history script.js to javascript/hints.js
Andrey
2022-09-18
1
-208
/
+0
*
script.js split work - dragdrop.js
AUTOMATIC
2022-09-18
1
-57
/
+0
*
Split history script.js to javascript/dragdrop.js
Andrey
2022-09-18
1
-0
/
+265
*
Split history script.js to javascript/dragdrop.js
Andrey
2022-09-18
1
-265
/
+0
*
script.js split work
AUTOMATIC
2022-09-18
1
-133
/
+9
*
Split history script.js to javascript/dragdrop.js
Andrey
2022-09-18
1
-0
/
+389
*
Split history script.js to javascript/dragdrop.js
Andrey
2022-09-18
1
-389
/
+0
*
Replace existing images when pasting from clipboard or dropping a new one (fi...
Connum
2022-09-17
1
-4
/
+45
*
typo
DepFA
2022-09-17
1
-0
/
+27
*
Add previous and next to modal with key shortcuts
DepFA
2022-09-17
1
-19
/
+59
*
Block event propagation when lightbox is triggered
DepFA
2022-09-17
1
-6
/
+10
*
generalise to work on all non-masked images on all tabs
DepFA
2022-09-17
1
-11
/
+12
*
Add modal creation and functions
DepFA
2022-09-17
1
-0
/
+60
*
X/Y plot support for switching checkpoints.
AUTOMATIC
2022-09-17
1
-0
/
+2
*
add a comment and some checks for the functionality of the last PR
AUTOMATIC
2022-09-17
1
-1
/
+10
[next]