Commit Graph

1747 Commits

Author SHA1 Message Date
Antoine Vandecreme
f4f30c2925 Fix race condition in navigator tests. 2015-11-09 19:02:31 -05:00
Antoine Vandecreme
7c62974e57 Exit early if an array is provided as a tile source. 2015-11-09 18:19:17 -05:00
Antoine Vandecreme
954cbbdc46 Rename this.image to this._image 2015-11-09 17:57:39 -05:00
Antoine Vandecreme
760aaa7dca Fix tests. 2015-11-05 22:32:56 -05:00
Antoine Vandecreme
f58a525f47 Discard the image as soon as possible. 2015-11-05 22:16:20 -05:00
Antoine Vandecreme
b85d0674e6 Add support to open an ImageTileSource with it constructor. 2015-11-05 22:04:21 -05:00
Antoine Vandecreme
67b0d9bd99 Fix options handling and improve doc. 2015-11-04 18:47:41 -05:00
Antoine Vandecreme
03ed52c5b4 Remove duplicate isCanvasTainted function in tests. 2015-11-04 17:49:13 -05:00
Antoine Vandecreme
0c75b45075 Save the context of the full image as well. 2015-11-02 19:57:13 -05:00
Antoine Vandecreme
37ca9235f8 Avoid using data urls in ImageTileSource. 2015-11-02 19:42:14 -05:00
Antoine Vandecreme
14a83e1154 Add IE8 support in ImageTileSource. 2015-11-02 18:35:11 -05:00
Antoine Vandecreme
8e06eb56cf Add pyramid building to the ImageTileSource. 2015-11-01 15:55:39 -05:00
Antoine Vandecreme
3316a55b97 Add CORS support to ImageTileSource 2015-11-01 13:25:25 -05:00
Antoine Vandecreme
9a4543cd73 Add netbeans configs. 2015-11-01 13:04:50 -05:00
Antoine Vandecreme
c041746366 Add ImageTileSource. Fix #467 2015-11-01 10:23:02 -05:00
Ian Gilman
10526dfb19 Updated changelog for #741 2015-10-12 09:15:16 -07:00
Ian Gilman
fd501a0aee Merge pull request #741 from avandecreme/master
Use Math.round instead of Math.floor and Math.ceil for overlay placement
2015-10-12 09:14:29 -07:00
Ian Gilman
808442e016 Noted tileSize change in changelog 2015-10-09 13:33:04 -07:00
Antoine Vandecreme
2c73b0fb44 Use Math.round instead of Math.floor and Math.ceil for overlay placement. 2015-10-09 14:15:54 -04:00
Ian Gilman
eba50af8fd Merge pull request #740 from LarissaSmith/master
Use the right queue item's options when replacing an item.
2015-10-09 09:14:10 -07:00
Larissa Smith
4b72399e8f Use the right queue item's options when replacing an item. 2015-10-08 16:29:01 -06:00
Ian Gilman
5b8f05f23b Changelog for #735 2015-10-08 09:19:12 -07:00
Ian Gilman
c586d6ca35 Merge pull request #735 from LarissaSmith/master
Optimized adding large numbers of items to the world.
2015-10-08 09:17:57 -07:00
Larissa Smith
14e86cd30b Set autoRefigureSizes back to true at the end of the loadQueue. 2015-10-07 16:09:17 -06:00
Larissa Smith
4643851da9 Optimized adding large numbers of items to the world. 2015-09-25 09:58:34 -06:00
Ian Gilman
9bd84928dc Changelog for #734 2015-09-24 09:14:22 -07:00
Ian Gilman
8368138e17 Merge pull request #734 from fs-webdev/master
Added cancel pending images to world.removeAll
2015-09-24 09:11:46 -07:00
Grant Echols
c4aa3715a7 Fixed problem with missing .length in for loop of raiseAddItemFailed event.
Added viewer._cancelPendingImages method that clears the loadQueue.
Added call to _cancelPendingImages from within the world.removeAll method.
2015-09-23 15:19:02 -06:00
Ian Gilman
13d7e697f6 Changelog for #730 2015-09-18 15:15:53 -07:00
Ian Gilman
459044844a Merge pull request #730 from LarissaSmith/master
Fix for Chrome (v 45) issue...
2015-09-18 09:25:00 -07:00
Larissa Smith
fc8b4db796 Fix for Chrome (v 45) issue that key is sometimes undefined outside of the for-in loop. 2015-09-17 15:45:39 -06:00
Ian Gilman
bb2910673a Added grunt dev 2015-09-16 09:39:43 -07:00
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