Ian Gilman
|
31c15aed69
|
Merge branch 'collections' into ian
fixed Conflicts:
src/viewer.js
test/demo/collections/main.js
|
2014-11-04 09:58:09 -08:00 |
|
Ian Gilman
|
00c2881c64
|
Fixed test breakages
|
2014-11-03 17:14:17 -08:00 |
|
Ian Gilman
|
a68be6ac68
|
You can now open multiple images when creating via OpenSeadragon()
|
2014-10-29 17:14:46 -07:00 |
|
Ian Gilman
|
95836a6ad1
|
Major overhaul to Viewer.open()
|
2014-10-29 16:11:21 -07:00 |
|
Ian Gilman
|
fb6280644a
|
Merge branch 'collections' into margins
fixed Conflicts:
test/demo/collections/main.js
|
2014-10-24 15:27:14 -07:00 |
|
Ian Gilman
|
3e1870cde0
|
Navigator now updates for item index changes and removals
|
2014-10-24 15:18:32 -07:00 |
|
Ian Gilman
|
46cd2ab800
|
Fixed issue with top/left margins; cleaned up naming
|
2014-10-21 17:11:09 -07:00 |
|
Ian Gilman
|
a14bea39aa
|
More margins work
|
2014-10-17 14:27:24 -07:00 |
|
Ian Gilman
|
2d8652046a
|
First stab at margins
|
2014-10-16 14:00:07 -07:00 |
|
Ian Gilman
|
e02209092c
|
Navigator now works with multiple images
|
2014-09-23 16:15:03 -07:00 |
|
Ian Gilman
|
349e6125ea
|
Improved collections demo: gridTest, crossTest
|
2014-08-26 15:27:55 -07:00 |
|
Ian Gilman
|
08a38a8602
|
More test fixes.
|
2014-08-19 15:27:04 -07:00 |
|
Ian Gilman
|
8efad6f3a0
|
Fixed home/constraints for multi-image.
|
2014-08-18 16:04:49 -07:00 |
|
Ian Gilman
|
5c7c1d5b6c
|
Moved Viewport.goHome to Viewer.goHome.
|
2014-08-12 16:44:53 -07:00 |
|
Ian Gilman
|
48603ba260
|
Drawer creation now supports width or height rather than scale.
|
2014-07-31 15:54:20 -07:00 |
|
Ian Gilman
|
f97202833f
|
Merge branch 'master' into ian
fixed Conflicts:
src/viewport.js
|
2014-07-24 09:40:43 -07:00 |
|
iangilman
|
1e4288f770
|
Merge pull request #423 from henri-astre-msft/fitBoundsWithConstraints
add fitBoundsWithConstraints() to the viewport.
|
2014-07-24 09:28:53 -07:00 |
|
Ian Gilman
|
a3973a25e7
|
Added scaling to drawer.
|
2014-07-22 11:13:22 -07:00 |
|
Ian Gilman
|
ea6ee54136
|
Added x and y to drawer.
|
2014-07-17 16:24:28 -07:00 |
|
Henri Astre
|
d39971f80e
|
renaming fitBounds to fitboundswithconstraints
it looks like github for windows is not detecting filename changes when
a letter change from upper to lower case.
|
2014-06-23 16:16:38 -07:00 |
|
Henri Astre
|
318071d3ce
|
Cleanup for PR comments
- raise 'constrain' event inside applyBoundaryConstraints
- fix demo title/filename
- various fixes (default immediately to false + add private for
documentation)
|
2014-06-23 16:10:01 -07:00 |
|
Henri Astre
|
e7d8cff109
|
adding demo to show benefit of fitBoundsWithConstraints
|
2014-06-20 16:18:04 -07:00 |
|
Henri Astre
|
a563bdb658
|
fix .close() called after .destroy() + spacing
|
2014-06-18 10:35:23 -07:00 |
|
Henri Astre
|
764fa3e34a
|
Fix memory leak while destroying the viewer.
|
2014-06-17 17:26:10 -07:00 |
|
Antoine Vandecreme
|
695df873ca
|
Update the source when the base layer change.
|
2014-01-30 16:59:51 -05:00 |
|
Antoine Vandecreme
|
1c1cd0dc4d
|
Allow base layer reassignment if not in sequence mode.
|
2014-01-21 19:24:47 -05:00 |
|
Antoine Vandecreme
|
56707bd4f7
|
Add viewer.getNumberOfLayers method
layers.html test file:
-display 2 layers after opening
-fix order
-add opacity demo
-add rotation demo
|
2014-01-11 12:52:44 -05:00 |
|
Antoine Vandecreme
|
b542b90590
|
Fix $.indexOf pollyfill
Add the original options in addLayer events
Add layers demo page
|
2014-01-05 19:20:45 -05:00 |
|
Antoine Vandecreme
|
3e5a9b52c9
|
Rollback basic.html and create coordinates.html.
Fix unit tests.
Fix documentation.
|
2013-10-05 10:21:12 -04:00 |
|
Antoine Vandecreme
|
791ecfae75
|
Add coordinates conversion methods to viewport.
|
2013-10-03 17:27:11 -04:00 |
|
Chris Adams
|
d447bd5612
|
Remove detritus left behind from error handler testing
|
2013-07-01 12:55:58 -04:00 |
|
Chris Adams
|
630bccad3d
|
Basic demo: set HTML5 doctype
This keeps IE8 out of quirks mode, which breaks things like
getWindowSize…
|
2013-06-28 15:44:38 -04:00 |
|
iangilman
|
f412d07237
|
Merge pull request #121 from houseofyin/issue37-navigator
Issue37 navigator / Issue101 navigator follow-up / Issue102 navigator default
|
2013-06-13 09:39:27 -07:00 |
|
houseofyin
|
af1f1b64af
|
Removing the navigator demo files now that we have reasonable tests and examples for the navigator
|
2013-06-11 14:36:39 -04:00 |
|
Ian Gilman
|
29f3d80249
|
Making the basic demo a little more useful for debugging
|
2013-06-10 17:23:09 -07:00 |
|
houseofyin
|
9edd6ec131
|
Updated to turn on the navigator, since the navigator is no longer on my default
|
2013-06-08 12:03:51 -04:00 |
|
Ian Gilman
|
673f881d52
|
Minor fixes to basic demo
|
2013-05-21 11:06:03 -07:00 |
|
Ian Gilman
|
7fc55d8a1f
|
Added a demo of the basic default viewer
|
2013-05-20 10:44:36 -07:00 |
|
houseofyin
|
cb5b844a74
|
Cleaned up and moved the demos
|
2013-04-05 22:28:03 -04:00 |
|