aboutsummaryrefslogtreecommitdiffstats
path: root/extensions-builtin/canvas-zoom-and-pan
Commit message (Expand)AuthorAgeFilesLines
* made the blur function optional, added exclusion buttonsDanil Boldyrev2023-07-042-7/+14
* 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-133-135/+121
* remove console.logDanil Boldyrev2023-06-121-2/+0
* Improved error output, improved settings menuDanil Boldyrev2023-06-122-38/+145
* 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
* Fixed visual bugsDanil Boldyrev2023-06-041-6/+7
* Made a function applyZoomAndPan isolated each instanceDanil Boldyrev2023-06-041-97/+113
* 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
* Added the ability to swap the zoom hotkeys and resize the brushDanil Boldyrev2023-06-022-7/+19
* Made tooltip optional.Danil Boldyrev2023-06-022-51/+72
* Added a hotkey repeat check to avoid bugsDanil Boldyrev2023-06-011-7/+9
* Added the ability to configure hotkeys via webuiDanil Boldyrev2023-06-012-21/+75
* Fixed the problem with sticking to the mouse, created a tooltipDanil Boldyrev2023-05-312-7/+124
* 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