aboutsummaryrefslogtreecommitdiffstats
path: root/extensions-builtin/canvas-zoom-and-pan/javascript
Commit message (Collapse)AuthorAgeFilesLines
* Update zoom.jsWebDev2024-01-201-2/+2
|
* Update zoom.jsWebDev2024-01-141-4/+4
|
* Adjust brush size with hotkeys.WebDev2024-01-131-1/+7
|
* Zoom and Pan: Resize handlerDanil Boldyrev2023-08-241-6/+42
|
* remove console.logDanil Boldyrev2023-08-231-1/+0
|
* Fixing and improving integrationDanil Boldyrev2023-08-231-8/+50
|
* lintDanil Boldyrev2023-08-231-1/+0
|
* Removed the old codeDanil Boldyrev2023-08-231-3/+2
|
* Improve integration, fix for new gradioDanil Boldyrev2023-08-221-5/+62
|
* Height fixDanil Boldyrev2023-08-101-0/+5
|
* a another fix, a different approachDanil Boldyrev2023-08-101-2/+21
|
* fix auto-expandDanil Boldyrev2023-08-091-5/+8
|
* auto-expand enable by default for jsDanil Boldyrev2023-08-081-1/+1
|
* Ability to automatically expand a picture that does not fit in the screenDanil Boldyrev2023-08-081-1/+28
|
* made the blur function optional, added exclusion buttonsDanil Boldyrev2023-07-041-7/+13
|
* fixing the copy/paste function, correct codeDanil Boldyrev2023-07-021-28/+39
|
* fix for #11534: canvas zoom and pan extension hijacking shortcut keysgshawn32023-06-301-19/+30
|
* Formatting code with PrettierDanil Boldyrev2023-06-131-75/+95
|
* Reworked the disabling of functions, refactored part of the codeDanil Boldyrev2023-06-131-128/+113
|
* remove console.logDanil Boldyrev2023-06-121-2/+0
|
* Improved error output, improved settings menuDanil Boldyrev2023-06-121-35/+140
|
* Zoom and Pan: simplify waitForOptsAarni Koskela2023-06-051-8/+6
|
* Zoom and Pan: use for instead of forEachAarni Koskela2023-06-051-10/+7
|
* Zoom and Pan: simplify getElements (it's not actually async)Aarni Koskela2023-06-051-10/+4
|
* Zoom and Pan: use elementIDs from closure scopeAarni Koskela2023-06-051-18/+18
|
* Zoom and Pan: move helpers into its namespace to avoid littering global scopeAarni Koskela2023-06-051-97/+95
|
* Correct definition zoom levelDanil Boldyrev2023-06-041-13/+8
| | | | I changed the regular expression and now I always have to select scale from style.transfo
* Fixed visual bugsDanil Boldyrev2023-06-041-6/+7
|
* Made a function applyZoomAndPan isolated each instanceDanil Boldyrev2023-06-041-97/+113
| | | | Isolated each instance of applyZoomAndPan, now if you add another element to the page, they will work correctly
* Fixed the redmask bugDanil Boldyrev2023-06-031-1/+67
|
* Made the applyZoomAndPan function global for other extensionsDanil Boldyrev2023-06-031-4/+15
|
* small ui fixDanil Boldyrev2023-06-021-1/+1
| | | | In the error the user will see R instead of KeyR
* Added the ability to swap the zoom hotkeys and resize the brushDanil Boldyrev2023-06-021-6/+17
|
* Made tooltip optional.Danil Boldyrev2023-06-021-51/+71
| | | | | You can disable it in the settings. Enabled by default
* Added a hotkey repeat check to avoid bugsDanil Boldyrev2023-06-011-7/+9
|
* Added the ability to configure hotkeys via webuiDanil Boldyrev2023-06-011-21/+67
| | | | | | Now you can configure the hotkeys directly through the settings JS and Python scripts are tested and code style compliant
* Fixed the problem with sticking to the mouse, created a tooltipDanil Boldyrev2023-05-311-7/+61
|
* a small fix for very wide images, because of the scroll bar was the wrong zoomDanil Boldyrev2023-05-301-1/+4
|
* Moved the script to the extension build-inDanil Boldyrev2023-05-291-0/+428