Commit Graph

2133 Commits

Author SHA1 Message Date
Ralph Krimmel
e993297f60 Removing unneccessary blank lines 2016-02-26 17:18:52 +01:00
Ian Gilman
0fdebe052c Changelog for #861 2016-02-25 09:43:14 -08:00
Ian Gilman
4e1a56472c Merge pull request #861 from avandecreme/transparency
Fix transparent images clearing the images in background. Fix #849
2016-02-25 09:29:50 -08:00
Ralph Krimmel
c9144c0add Adding missing newline at the end of the file 2016-02-25 11:53:55 +01:00
Ralph Krimmel
044a5b6794 Adding test for zoomify format 2016-02-25 11:51:16 +01:00
Ralph Krimmel
8637388cab Respecting hints from jslint 2016-02-25 11:48:01 +01:00
Ralph Krimmel
e670ad6e1f Adding zoomifytilesource to gruntfile so it is considered in build job 2016-02-25 11:46:56 +01:00
Ralph Krimmel
75e5365ecd Adding zoomify format example 2016-02-25 11:46:37 +01:00
Ralph Krimmel
e54f1a24f0 Fixing intendation 2016-02-25 10:18:48 +01:00
Ralph Krimmel
7d4eff0bb8 Minor style fixes 2016-02-25 10:16:08 +01:00
Antoine Vandecreme
963986d187 Add missing parenthesis. 2016-02-24 19:53:35 -05:00
Antoine Vandecreme
d18485844d Fix crash and improve tests.. 2016-02-24 19:48:11 -05:00
Ian Gilman
510c8c2b97 Changelog for #860 2016-02-24 09:27:19 -08:00
Ian Gilman
322bf28a3e Merge pull request #860 from avandecreme/master
Fix edge smoothing with png tiles. Fix #854
2016-02-24 09:24:51 -08:00
Ralph Krimmel
48eee7e75c Added first version of zoomifytilesource.js 2016-02-24 09:16:28 +01:00
Antoine Vandecreme
7e3320c167 Fix transparent images clearing the images in backgroumd. Fix #849 2016-02-23 19:37:41 -05:00
Antoine Vandecreme
b17b9c6f03 Fix edge smoothing with png tiles. Fix #854 2016-02-23 13:49:11 -05:00
Ian Gilman
71f93a27cd Changelog for #859 2016-02-23 10:28:16 -08:00
Ian Gilman
ef8ac2ecf8 Merge pull request #859 from altert/smallfix
don't draw tiles with opacity 0
2016-02-23 10:26:59 -08:00
Alexey Tikhonov
0737ba1a83 update to new coding style 2016-02-23 20:47:16 +03:00
Alexey Tikhonov
f51658f0af don't draw tiles with opacity 0, see #806 2016-02-23 20:42:21 +03:00
Ian Gilman
856f00994b Changelog for #853 2016-02-23 09:22:53 -08:00
Ian Gilman
cb1318de1f Merge pull request #853 from altert/smallfix
Add Viewer.getOverlayById and Overlay.getBounds functions
2016-02-23 09:21:16 -08:00
Ian Gilman
cf826ddd2b Changelog for #858 2016-02-23 09:10:50 -08:00
Ian Gilman
c1d9f6c5a8 Merge pull request #858 from fs-webdev/master
Added check to see if we were zooming before swallowing the canvas sc…
2016-02-23 09:08:58 -08:00
Alexey Tikhonov
655f5e5996 Merge branch 'master' of https://github.com/openseadragon/openseadragon into smallfix 2016-02-23 03:57:20 +03:00
Alexey Tikhonov
c44f134a6a remove 'to be removed' from getOverlayById @param comment to avoid confusion 2016-02-23 02:22:47 +03:00
Grant Echols
5f3eebe4e9 Added check to see if we were zooming before swallowing the canvas scroll event. 2016-02-22 11:59:37 -07:00
Alexey Tikhonov
97381b04a9 return null instead of false in Viewer.getOverlayById function and correct documentation 2016-02-20 00:45:33 +03:00
Alexey Tikhonov
7bcb1cc59f return clone of bounds in Overlay.getBounds so original bounds wouldn't be affected 2016-02-20 00:44:33 +03:00
Ian Gilman
458bbd61b6 Merge pull request #846 from avandecreme/rotation
Fix viewport.applyContraints (#833)
2016-02-18 11:12:23 -08:00
Antoine Vandecreme
57a52835a2 Merge branch 'master' of https://github.com/openseadragon/openseadragon into rotation 2016-02-17 18:33:43 -05:00
Antoine Vandecreme
aa5dc63a20 Changelog for #853 2016-02-17 18:31:31 -05:00
Antoine Vandecreme
015b1ca266 Rename worldContentSize to contentSizeNoRotate. 2016-02-17 18:08:26 -05:00
Alexey Tikhonov
06d263b4be Add Viewer.getOverlayById and Overlay.getBounds functions 2016-02-18 01:43:53 +03:00
Ian Gilman
42a24e5697 Changelog for #845 2016-02-16 09:28:24 -08:00
Ian Gilman
1338847ac5 Merge pull request #845 from altert/smallfix
start/stop tracking outerTracker on setMouseNavEnabled
2016-02-16 09:25:40 -08:00
Antoine Vandecreme
0725645344 Fix applyConstraints. Fix #833. 2016-02-15 17:09:31 -05:00
Antoine Vandecreme
eaab4fb4c5 Replace call to viewport.setHomeBounds by viewport._setContentBounds 2016-02-13 11:39:40 -05:00
Antoine Vandecreme
925ba8a78e Rename viewport.contentAspectX to viewport.contentAspectRatio. Remove viewport.contentAspectY. 2016-02-13 11:20:34 -05:00
Antoine Vandecreme
4634d90715 Rename this.homeBounds to this._contentBounds. 2016-02-11 20:14:49 -05:00
Alexey Tikhonov
d43c854c9f start/stop tracking outerTracker on setMouseNavEnabled 2016-02-11 23:54:31 +03:00
Ian Gilman
deddfa2a18 Changelog for #840 2016-02-10 09:49:53 -08:00
Ian Gilman
0fbc71ef49 Merge pull request #840 from avandecreme/rotation
Fix navigator not rotated when viewport rotation set in constructor.
2016-02-10 09:48:13 -08:00
Antoine Vandecreme
18b101ccf5 Fix navigator not rotated when viewport rotation set in constructor. 2016-02-09 19:20:52 -05:00
Ian Gilman
f1cdf90653 Added "fully-loaded" event to TiledImage 2016-02-05 09:14:43 -08:00
Ian Gilman
09afedb42f Changelog for #835 2016-02-04 09:05:13 -08:00
Ian Gilman
2f8bb4fbf5 Merge pull request #835 from gaetano-guerriero/fix/dzi-auto-tiles-url
fixed dzitilesource guessing of tilesUrl.
2016-02-04 09:03:28 -08:00
Gaetano Guerriero
110e7f17d7 added dzitilesource test module to coverage 2016-02-03 19:08:01 +01:00
Gaetano Guerriero
4508405d42 test module for dzitilesource was bad named 2016-02-03 11:30:19 +01:00