Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Zoom and Pan: Resize handler | Danil Boldyrev | 2023-08-24 | 1 | -6/+42 |
| | |||||
* | remove console.log | Danil Boldyrev | 2023-08-23 | 1 | -1/+0 |
| | |||||
* | Fixing and improving integration | Danil Boldyrev | 2023-08-23 | 1 | -8/+50 |
| | |||||
* | lint | Danil Boldyrev | 2023-08-23 | 1 | -1/+0 |
| | |||||
* | Removed the old code | Danil Boldyrev | 2023-08-23 | 1 | -3/+2 |
| | |||||
* | Improve integration, fix for new gradio | Danil Boldyrev | 2023-08-22 | 1 | -5/+62 |
| | |||||
* | Height fix | Danil Boldyrev | 2023-08-10 | 1 | -0/+5 |
| | |||||
* | a another fix, a different approach | Danil Boldyrev | 2023-08-10 | 1 | -2/+21 |
| | |||||
* | fix auto-expand | Danil Boldyrev | 2023-08-09 | 1 | -5/+8 |
| | |||||
* | auto-expand enable by default for js | Danil Boldyrev | 2023-08-08 | 1 | -1/+1 |
| | |||||
* | Ability to automatically expand a picture that does not fit in the screen | Danil Boldyrev | 2023-08-08 | 1 | -1/+28 |
| | |||||
* | made the blur function optional, added exclusion buttons | Danil Boldyrev | 2023-07-04 | 1 | -7/+13 |
| | |||||
* | fixing the copy/paste function, correct code | Danil Boldyrev | 2023-07-02 | 1 | -28/+39 |
| | |||||
* | fix for #11534: canvas zoom and pan extension hijacking shortcut keys | gshawn3 | 2023-06-30 | 1 | -19/+30 |
| | |||||
* | Formatting code with Prettier | Danil Boldyrev | 2023-06-13 | 1 | -75/+95 |
| | |||||
* | Reworked the disabling of functions, refactored part of the code | Danil Boldyrev | 2023-06-13 | 1 | -128/+113 |
| | |||||
* | remove console.log | Danil Boldyrev | 2023-06-12 | 1 | -2/+0 |
| | |||||
* | Improved error output, improved settings menu | Danil Boldyrev | 2023-06-12 | 1 | -35/+140 |
| | |||||
* | 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 | 1 | -6/+17 |
| | |||||
* | Made tooltip optional. | Danil Boldyrev | 2023-06-02 | 1 | -51/+71 |
| | | | | | 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 | 1 | -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 tooltip | Danil Boldyrev | 2023-05-31 | 1 | -7/+61 |
| | |||||
* | 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 |