Ian Gilman
|
ab5bd6f480
|
Changelog for #727
|
2015-09-16 09:35:59 -07:00 |
|
Ian Gilman
|
451acdd792
|
Merge branch 'master' of github.com:openseadragon/openseadragon
|
2015-09-16 09:35:30 -07:00 |
|
Ian Gilman
|
0003b1c193
|
Merge pull request #727 from TMUND/toni
Fixed placeholderFillStyle flicker
|
2015-09-16 09:34:46 -07:00 |
|
Ian Gilman
|
00835e137e
|
Changelog for #728
|
2015-09-16 09:29:30 -07:00 |
|
Ian Gilman
|
0126f588a7
|
Merge pull request #728 from LarissaSmith/master
Fix for issue with tiledImages loading tiles at every level instead of just the best level:
|
2015-09-16 09:27:44 -07:00 |
|
Toni Munder
|
a2ee81d7cb
|
Fixed some code
|
2015-09-15 20:52:44 -07:00 |
|
Larissa Smith
|
418e21e9f4
|
Fix for issue with tiledImages loading tiles at every level instead of just the best level: using && instead of || means the tiledImage's longest side is used for comparison instead of the shortest side.
|
2015-09-15 15:58:34 -06:00 |
|
Ian Gilman
|
aa83e019fd
|
Changelog for #715 and #725
|
2015-09-15 10:31:43 -07:00 |
|
Ian Gilman
|
e4b33623fa
|
Merge pull request #725 from fs-webdev/master
Added 'tile-load-failed' event
|
2015-09-15 10:25:31 -07:00 |
|
Ian Gilman
|
4ac34b1190
|
Merge pull request #715 from LarissaSmith/master
Added autoRefigureSizes flag for disabling calls to _figureSizes …
|
2015-09-15 10:22:35 -07:00 |
|
Toni Munder
|
484ae63db1
|
Made some changes to flickering code
|
2015-09-14 20:45:52 -07:00 |
|
Larissa Smith
|
3fd51d81d7
|
Updated comments on setAutoRefigureSizes to eliminate reference to private variables and functions.
|
2015-09-14 16:14:32 -06:00 |
|
Grant Echols
|
4b3bfcb703
|
Cleaned up comments and renamed the event as per Ian's request to 'tile-load-failed'
|
2015-09-14 15:25:30 -06:00 |
|
Ian Gilman
|
1e44820cb5
|
Changelog for #719
|
2015-09-14 13:56:21 -07:00 |
|
Ian Gilman
|
b07e4b200a
|
Merge pull request #719 from Emigre/umd
registers an AMD module if possible
|
2015-09-14 13:54:27 -07:00 |
|
Toni Munder
|
561d091005
|
Code for flickering tile
|
2015-09-13 19:20:34 -07:00 |
|
tmund
|
55cc86e040
|
Merge pull request #1 from openseadragon/master
test
|
2015-09-13 18:54:47 -07:00 |
|
Larissa Smith
|
f4be8f859e
|
Merge branch 'master' of https://github.com/openseadragon/openseadragon
|
2015-09-11 15:37:11 -06:00 |
|
Larissa Smith
|
60f114daf1
|
If autoRefigureSizes is set to true and bounds-change events have been skipped, call _figureSizes automatically.
|
2015-09-11 15:35:36 -06:00 |
|
Grant Echols
|
dd8baa1639
|
Added 'tile-open-failed' event to notify the app when a tile fails to load.
This can happen when the image has authentication or other restrictions.
|
2015-09-11 14:25:20 -06:00 |
|
Ian Gilman
|
63c066b6e5
|
Merge branch 'master' of github.com:openseadragon/openseadragon
|
2015-09-03 09:26:22 -07:00 |
|
Ian Gilman
|
9f2a2f361d
|
Changelog for #711
|
2015-09-03 09:24:15 -07:00 |
|
Ian Gilman
|
19f35c293b
|
Merge pull request #711 from AlbinoShaun/master
Change resize behaviour to prevent "snapping" to world bounds
|
2015-09-03 09:21:29 -07:00 |
|
Shaun Whitely
|
59a6a43379
|
Revert "Fixed navigator resize"
- This reverts commit c825438339 .
- Made navigator always use a minZoomImageRatio of 1
|
2015-09-03 09:44:27 +10:00 |
|
Gaspar Rey
|
f799a1fe86
|
Add 'define' as a global in JSHint
|
2015-09-03 00:35:43 +01:00 |
|
Shaun Whitely
|
c825438339
|
Fixed navigator resize
- Added navigatorMinZoomImageRatio with default of 1
|
2015-09-02 15:58:47 +10:00 |
|
Gaspar Rey
|
00459189b1
|
Define as an AMD module if available
|
2015-09-02 00:10:53 +01:00 |
|
Larissa Smith
|
2c6dfb1b0b
|
Changed this to _this and added documentation on setAutoRefigureSizes.
|
2015-09-01 10:48:41 -06:00 |
|
Shaun Whitely
|
6d3b582e58
|
Removed allowZoomToConstraintsOnResize and made the new resize behaviour
the default
|
2015-08-29 16:46:56 +10:00 |
|
Larissa Smith
|
913844b82b
|
Merge branch 'master' of https://github.com/openseadragon/openseadragon
|
2015-08-28 16:51:36 -06:00 |
|
Larissa Smith
|
24be6a52ed
|
Added autoRefigureSizes flag for disabling calls to _figureSizes during bounds-change event handlers. This improves performance when a lot of bounds-change events are fired in quick succession. Used flag to optimize world._arrange.
|
2015-08-28 16:10:26 -06:00 |
|
Shaun Whitely
|
4d6e730ab1
|
Revert experimental changes in basic.html
|
2015-08-26 10:05:06 +10:00 |
|
Ian Gilman
|
5c518621b1
|
Changelog for #706
|
2015-08-25 09:08:28 -07:00 |
|
Ian Gilman
|
d673a453c6
|
Merge pull request #706 from LarissaSmith/master
Added option in addTiledImage to replace tiledImage at index.
|
2015-08-25 09:06:59 -07:00 |
|
Shaun Whitely
|
bd4921c285
|
Added option to avoid image from snapping to home bounds on resize.
|
2015-08-25 22:06:53 +10:00 |
|
Larissa Smith
|
7076d64b1b
|
Fixed race condition for replacing a tiledImage where the world may have changed before the new tiledImage loads. Added test for replacing with addTiledImage.
|
2015-08-21 11:01:32 -06:00 |
|
Ian Gilman
|
ba80561e76
|
changelog for #708
|
2015-08-20 09:38:30 -07:00 |
|
Ian Gilman
|
1762baa4db
|
Merge pull request #708 from GeoICON/hires_rotation
FIXED: Rotation works improperly on retina display #683
|
2015-08-20 09:34:43 -07:00 |
|
Serge Markin
|
11024f44f2
|
FIXED: Rotation works improperly on retina display #683
|
2015-08-20 20:11:30 +08:00 |
|
Larissa Smith
|
f13691f60d
|
Added option in addTiledImage to replace tiledImage at index.
|
2015-08-19 13:40:27 -06:00 |
|
Ian Gilman
|
5a2733bbc1
|
Merge pull request #702 from fs-webdev/master
Added small checks around code to make m2 sample work locally.
|
2015-08-13 10:49:18 -07:00 |
|
Grant Echols
|
9e142313d6
|
Added small checks around code to make m2 sample work locally.
|
2015-08-11 09:24:35 -06:00 |
|
Ian Gilman
|
1aacf69e76
|
Changelog for #696
|
2015-07-31 10:22:03 -07:00 |
|
Ian Gilman
|
bc6759e7fb
|
Merge pull request #696 from avandecreme/master
Avoid using eval when JSON.parse is available.
|
2015-07-31 09:34:16 -07:00 |
|
Antoine Vandecreme
|
d960c69b34
|
Replace eval call when passing a Json string.
|
2015-07-30 16:44:41 -04:00 |
|
Antoine Vandecreme
|
4bb80067f7
|
Avoid using eval when JSON.parse is available.
|
2015-07-30 16:21:59 -04:00 |
|
Ian Gilman
|
81e24e6ba2
|
Changelog for #693
|
2015-07-30 10:05:49 -07:00 |
|
Ian Gilman
|
537eb83e34
|
Merge pull request #693 from O-Zone/master
Added XDomainRequest as fallback method for ajax, if XMLHttpRequest f…
|
2015-07-30 09:19:08 -07:00 |
|
Hasse Feldthaus
|
8e591d1108
|
Renamed ambiguous event label.
|
2015-07-29 18:27:23 +02:00 |
|
Hasse Feldthaus
|
29d5401eed
|
Added some missing semicolons.
|
2015-07-29 18:19:45 +02:00 |
|