Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Zoom and Pan: simplify waitForOpts | Aarni Koskela | 2023-06-05 | 1 | -8/+6 |
| | |||||
* | Zoom and Pan: use for instead of forEach | Aarni Koskela | 2023-06-05 | 1 | -10/+7 |
| | |||||
* | Zoom and Pan: simplify getElements (it's not actually async) | Aarni Koskela | 2023-06-05 | 1 | -10/+4 |
| | |||||
* | Zoom and Pan: use elementIDs from closure scope | Aarni Koskela | 2023-06-05 | 1 | -18/+18 |
| | |||||
* | Zoom and Pan: move helpers into its namespace to avoid littering global scope | Aarni Koskela | 2023-06-05 | 1 | -97/+95 |
| | |||||
* | Correct definition zoom level | Danil Boldyrev | 2023-06-04 | 1 | -13/+8 |
| | | | | I changed the regular expression and now I always have to select scale from style.transfo | ||||
* | Fixed visual bugs | Danil Boldyrev | 2023-06-04 | 1 | -6/+7 |
| | |||||
* | Made a function applyZoomAndPan isolated each instance | Danil Boldyrev | 2023-06-04 | 1 | -97/+113 |
| | | | | Isolated each instance of applyZoomAndPan, now if you add another element to the page, they will work correctly | ||||
* | Fixed the redmask bug | Danil Boldyrev | 2023-06-03 | 1 | -1/+67 |
| | |||||
* | Made the applyZoomAndPan function global for other extensions | Danil Boldyrev | 2023-06-03 | 1 | -4/+15 |
| | |||||
* | small ui fix | Danil Boldyrev | 2023-06-02 | 1 | -1/+1 |
| | | | | In the error the user will see R instead of KeyR | ||||
* | Added the ability to swap the zoom hotkeys and resize the brush | Danil Boldyrev | 2023-06-02 | 2 | -7/+19 |
| | |||||
* | Made tooltip optional. | Danil Boldyrev | 2023-06-02 | 2 | -51/+72 |
| | | | | | You can disable it in the settings. Enabled by default | ||||
* | Added a hotkey repeat check to avoid bugs | Danil Boldyrev | 2023-06-01 | 1 | -7/+9 |
| | |||||
* | Added the ability to configure hotkeys via webui | Danil Boldyrev | 2023-06-01 | 2 | -21/+75 |
| | | | | | | 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 tooltip | Danil Boldyrev | 2023-05-31 | 2 | -7/+124 |
| | |||||
* | a small fix for very wide images, because of the scroll bar was the wrong zoom | Danil Boldyrev | 2023-05-30 | 1 | -1/+4 |
| | |||||
* | Moved the script to the extension build-in | Danil Boldyrev | 2023-05-29 | 1 | -0/+428 |