Tom
2cb1835533
fix docs
2024-03-04 21:32:14 -05:00
Tom
c177246675
fix #2490
2024-03-04 21:28:12 -05:00
Tom
3f7e7141b9
fixes from review of drawerbase.js
2023-12-14 19:14:05 -05:00
Tom
386ca85db8
implement native webgl renderer, and many associated changes related to drawing pipeline and testing
2023-06-26 21:29:08 -04:00
Tom
2e248baf91
additional fixes to get tests to pass
2023-06-08 12:10:55 -07:00
Tom
467597e2c2
cleaning up drawer APIs
2023-06-06 18:08:30 -04:00
Ian Gilman
b9cb52a184
Updated copyright to 2023
2023-05-25 14:52:20 -07:00
lcl45
7fb5744495
Resolved suggestions
...
- Avoid useless parameters _navigatorRotate since it already exists within the navigator;
- Automatically rotate the image in the demo page.
2023-05-24 08:45:15 +02:00
oro.niccolo
d897e5454f
Added navigator's region rotation
...
When the "navigatorRotate" option is set to false, rotate the navigator's region accordigly to the image rotation.
2023-05-23 09:27:32 +02:00
Tom
528df37335
update navigator size when calling setHeight or setWidth
2023-05-03 22:38:49 -04:00
Robert Colley
e6b9c79bc1
Fixes #2332
...
Mirror the main viewer's rotation and account for immediately. Without
this, viewer.setRotation(90, true) would rotate the main viewer without
animation and the navigator with animation.
2023-04-06 18:10:38 -04:00
donotloveshampo
244e54da69
Fixed #2314
2023-03-17 16:27:12 +08:00
ambujsahu81
f3a76a267c
add box-sizing property to the navigator display region
2023-01-20 18:26:54 +05:30
Tom
67fc9eafe8
disabled autoResize for navigator
2022-12-14 10:53:40 -05:00
Ian Gilman
d3ef767487
Merge pull request #2136 from jonasengelmann/master
...
Viewport rotation animation
2022-08-23 14:13:22 -07:00
Joe DF
650b899de3
added navigatorElement, fix bug id-overwrite on element
2022-06-14 12:56:34 -04:00
Ian Gilman
d956b2ae9d
Merge pull request #2166 from joedf/patch-for-PR-1303
...
Patch for #1303
2022-06-13 13:49:17 -07:00
Joachim de fourestier
3ca17c1508
missing period
2022-06-08 20:15:21 -04:00
Joachim de fourestier
ff4f88dc64
add some documentation
2022-06-08 20:05:43 -04:00
Ian Gilman
f31179c9ce
Updated copyright to 2022
2022-06-08 15:02:29 -07:00
Joe DF
df0e598e38
fix typo
2022-05-29 21:38:38 -04:00
Joe DF
3661d6cae5
remove auto code
2022-05-29 21:31:29 -04:00
Joe DF
9772901d71
Don't overwrite the element's id if it has one already
2022-05-29 21:30:48 -04:00
Joe DF
4a877d60f7
remove unneeded code, not sure how it got there
2022-05-29 21:23:22 -04:00
Joe DF
ca368797b0
restructure again to make less confusing, less duplicate code
2022-05-29 21:18:28 -04:00
Joe DF
d4dfcd2288
fix inconsistent open-close braces, add warn when using element even when id provided
2022-05-29 20:53:11 -04:00
Joe DF
21146b6b2c
Merge remote-tracking branch 'cameronbaney/add-element-option-navigator' into patch-for-PR-1303
2022-05-29 20:33:23 -04:00
jonasengelmann
c2821b1775
set initial navigator animation time to viewport's
2022-03-31 23:45:46 +02:00
crydell
9724174a5b
Navigator is matched to viewer when it succeeds
2021-08-11 12:59:14 +02:00
Alistair Buxton
e6725871b8
Make setFlip() update the navigator
...
Makes setFlip() raise a bounds change, and makes the navigator copy
the image flip in addition to the other properties, when receiving
the bounds signal.
2021-03-26 11:18:21 +00:00
Mark Salsbery
23d00c92c1
Added preventDefault option to MouseTracker handlers: scrollHandler, keyDownHandler, keyUpHandler, keyHandler
2021-03-16 19:35:22 -07:00
Mark Salsbery
033c16ca85
Remember to initialize new properties! Code cleanup...
2021-03-16 11:27:48 -07:00
Mark Salsbery
3947c81726
Added dragToPan to the GestureSettings class, implemented in Viewer
2021-03-16 10:40:36 -07:00
Mark Salsbery
57a98c5ec2
Fixed preventDefaultAction functionality tests, removed unused preventDefaultAction instances from MouseTracker
2021-03-11 20:30:50 -08:00
Mark Salsbery
b07d47011f
preventDefaultAction docs
2020-08-14 16:42:06 -07:00
Mark Salsbery
e74d83f104
New preProcessEvent event
2020-08-12 21:22:48 -07:00
Mark Salsbery
d2bb480363
Browser sniffing and pointer events fixes and enhancements
2020-07-24 20:05:39 -07:00
Mark Salsbery
c4351f64e8
stricter linting
2020-06-25 16:01:14 -07:00
Johannes Mueller
5f933b12bb
Clear listeners and nodes to avoid memory leaks
2020-06-05 12:27:00 +02:00
Ian Gilman
3fa1068275
Making it possible to manually set the width and height of the navigator
2019-07-26 11:34:33 -07:00
Stefan Weil
0e2f5d49ef
Fix some typos in comments (found by codespell)
...
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-09-01 10:59:20 +02:00
Ian Gilman
47e95b4d26
Merge pull request #1416 from francescocretti/hotfix/minimapClick
...
Navigator minimap onClick vertical/horizontal pan fix
2018-06-29 10:35:41 -07:00
Ian Gilman
7b73768b3b
Merge pull request #1484 from francescocretti/hotfix/minimapDrag
...
preventDefaultAction in canvas-drag on minimap
2018-06-29 10:26:45 -07:00
Francesco Cretti
9c2211f93c
Merge branch 'master' into hotfix/minimapClick
2018-06-26 14:25:02 +02:00
Francesco Cretti
ed169086e7
Doc minor fix and trailing space removed
2018-06-26 14:07:52 +02:00
Francesco Cretti
0bdc2df8ff
Documentations corrected
2018-06-26 13:51:33 +02:00
Francesco Cretti
02ddb7a2f7
preventDefaultAction in canvas-drag on minimap
2018-06-20 18:45:38 +02:00
Francesco Cretti
2eb6eaf52f
preventDefaultAction support
2018-06-20 18:07:43 +02:00
evilricio
6c2c5ba498
Add CSS configuration options for the navigator minimap
...
This patch adds CSS configuration options for the navigator minimap, namely:
- background color
- opacity
- outside border color
- display region border color
If unspecified, the previous default values are kept as default as not to break previous implementations.
2018-06-14 17:38:30 +01:00
Nelson Campos
43d3949dd1
Refactored 90 degrees rotation button's actions.
2018-04-17 11:19:15 +01:00