Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-05-25 | Use onAfterUiUpdate where possible | Aarni Koskela | -1/+1 | |
2023-05-18 | eslint related file edits | AUTOMATIC | -1/+0 | |
2023-05-17 | Run `eslint --fix` (and normalize tabs to spaces) | Aarni Koskela | -10/+10 | |
2023-04-30 | Fix unused variables | Aarni Koskela | -1/+0 | |
2023-04-30 | Fix a whole bunch of implicit globals | Aarni Koskela | -1/+1 | |
2023-04-30 | imageMaskFix.js: fix event listeners to not use anonymous trampoline | Aarni Koskela | -5/+5 | |
2022-10-17 | Fix #2750 | fortypercnt | -3/+3 | |
left / top alignment was necessary with gradio 3.4.1. In gradio 3.5 the parent div of the image mask is centered, so the left / top alignment put the mask in the wrong place as described in #2750 #2795 #2805. This fix was tested on Windows 10 / Chrome. | ||||
2022-09-22 | resize mask canvases to fit underlying image (fixes #668) | Connum | -0/+45 | |