Commit Graph

  • 2f3bef0865 split canvas from html rendering Tom 2023-03-12 11:42:03 -0400
  • 467597e2c2 cleaning up drawer APIs Tom 2023-03-11 11:38:21 -0500
  • 5eece7d73a fix cropping when viewer is rotated Tom 2023-03-06 14:29:39 -0500
  • 69c4ccf33e revert debugging changes in overlay demo Tom 2023-03-05 16:12:30 -0500
  • 5328761877 finished many implementation details and demo Tom 2023-03-05 16:08:32 -0500
  • f9ab63944b ThreeJSRenderer nearly complete, starting refactor of core to support plugin drawers. Tom 2023-02-21 18:59:40 -0500
  • 3fc156d513 Removed createCallback function akansjain 2023-06-06 23:04:04 +0530
  • c9cd7352c4 Changelog for #2364 Ian Gilman 2023-06-02 14:23:11 -0700
  • ebab356c20
    Merge pull request #2364 from SebDelile/master Ian Gilman 2023-06-02 14:18:54 -0700
  • f96db3cf0f complete comment Delile Sebastien 2023-06-02 18:59:22 +0200
  • f004ecf323 fix comment Delile Sebastien 2023-06-01 10:20:14 +0200
  • 2c03c1bbe9 workaround tile edge smoothing maxZoom + flip Delile Sebastien 2023-05-31 16:11:42 +0200
  • b405a904a6
    Merge pull request #2362 from AndrewADev/update-qunit Ian Gilman 2023-05-30 14:31:02 -0700
  • c2a1df9ae0 Changelog for #2361 Ian Gilman 2023-05-30 14:25:44 -0700
  • c69950c6e4
    Merge pull request #2361 from AndrewADev/allow-es6-syntax Ian Gilman 2023-05-30 14:24:34 -0700
  • c7df7be7f1 Catch rejected Promise on failed fullscreen request Andrew Armbruster 2023-05-28 14:15:55 +0200
  • ff67cf1cae Support ES6 Syntax Andrew Armbruster 2023-05-28 11:54:01 +0200
  • ad1179b9db Update to most recent QUnit Andrew A 2023-02-25 13:17:31 +0100
  • ea54427f42
    Merge pull request #2359 from openseadragon/ian Ian Gilman 2023-05-25 14:53:05 -0700
  • b9cb52a184 Updated copyright to 2023 Ian Gilman 2023-05-25 14:52:20 -0700
  • 3d57722b9f Changelog for #2300 Ian Gilman 2023-05-25 14:37:50 -0700
  • ae9ad111c4
    Merge pull request #2300 from AndrewADev/add-es-api-linting Ian Gilman 2023-05-25 14:35:47 -0700
  • 160cae7a4a Starting version 5.0.0 Ian Gilman 2023-05-25 13:58:21 -0700
  • 884968139d Version 4.1.0 v4.1.0 Ian Gilman 2023-05-25 13:53:17 -0700
  • 324dc4ed30 Changelog for #2356 Ian Gilman 2023-05-24 14:03:14 -0700
  • dedd85e184
    Merge pull request #2356 from lcl45/rotating-navigator-region Ian Gilman 2023-05-24 13:59:23 -0700
  • 7fb5744495 Resolved suggestions lcl45 2023-05-24 08:45:15 +0200
  • d897e5454f Added navigator's region rotation oro.niccolo 2023-05-23 09:27:32 +0200
  • 01d940b938 Changelog for #2346 Ian Gilman 2023-05-19 15:04:46 -0700
  • e6f2d3e07b
    Merge pull request #2346 from uschmidt83/ajax-headers Ian Gilman 2023-05-19 15:01:54 -0700
  • 4060dee4f9 Make updateAjaxHeaders private Uwe Schmidt 2023-05-19 22:22:10 +0200
  • e983bd8108 Add docs for updating ajax headers Uwe Schmidt 2023-05-12 23:48:31 +0200
  • 857a825ed8 Fix some jsdoc typos Uwe Schmidt 2023-05-12 23:37:34 +0200
  • 6fd828974d Update navigator ajax headers Uwe Schmidt 2023-05-12 21:46:16 +0200
  • e51aa4a9c5 Refine setAjaxHeaders Uwe Schmidt 2023-05-05 01:12:23 +0200
  • 182c11481e Add tests for setAjaxHeaders Uwe Schmidt 2023-05-05 00:03:22 +0200
  • 6981cfed01 Changelog for #2347 Ian Gilman 2023-05-04 13:45:06 -0700
  • d4057aca12
    Merge pull request #2347 from pearcetm/navigator-fix Ian Gilman 2023-05-04 13:42:17 -0700
  • 528df37335 update navigator size when calling setHeight or setWidth Tom 2023-05-03 22:38:49 -0400
  • b23e8295d3 Propagate updated ajax headers by default Uwe Schmidt 2023-05-03 23:51:07 +0200
  • 13603dd5f4 Update reference strip ajax headers Uwe Schmidt 2023-05-03 19:30:20 +0200
  • fe7a5eb01b Make ES5-compatible Uwe Schmidt 2023-05-03 18:46:18 +0200
  • 3c2628f182 Add setAjaxHeaders method to Viewer and TiledImage Uwe Schmidt 2023-05-03 16:05:58 +0200
  • b1274515aa Tiny basic.html tweak Ian Gilman 2023-04-27 14:27:40 -0700
  • b088fc0da3 Changelog for #2337 Ian Gilman 2023-04-27 14:27:09 -0700
  • d36c76127c
    Merge pull request #2337 from ruven/master Ian Gilman 2023-04-27 14:24:23 -0700
  • c5404006b2
    Further optimization: code moved into constructor thereby eliminating need for getLevelSize() function. Ruven 2023-04-25 12:06:27 +0200
  • 5fd125dc92
    Added implementation of getTileAtPoint() function. This eliminates flickering at level transitions caused by mis-match in resolution size calculation between the getTileAtPoint() and getNumTiles() functions. Ruven 2023-04-24 22:44:46 +0200
  • 877c3b68ed
    Refactored code to take into account optimization suggestions (https://github.com/openseadragon/openseadragon/pull/2337#discussion_r1170931340) Ruven 2023-04-24 17:24:18 +0200
  • 0c358c140d
    Use resolution level dimensions provided in the info.json "sizes" field to determine tile sizes as well as the number of tiles that exist at a particular resolution. Fall back to calculation using ceil() if no resolution sizes provided. Avoids rounding errors for edge tiles and fixes https://github.com/openseadragon/openseadragon/issues/2321 Ruven 2023-04-17 21:08:18 +0200
  • 60a6a610e0 Changelog for #2334 Ian Gilman 2023-04-10 14:23:31 -0700
  • f91dbdd2c7
    Merge pull request #2334 from Ughuuu/Fix-TileLoader-re-trying-even-if-successful Ian Gilman 2023-04-10 14:18:58 -0700
  • d18a4c3fd7 mark tile.exists so that the retired tiles appear. Dragos Daian 2023-04-08 16:48:04 +0200
  • ebda5a909b Changelog for #2333 Ian Gilman 2023-04-07 13:49:12 -0700
  • 4f737f1714
    Merge pull request #2333 from robertjcolley/master Ian Gilman 2023-04-07 13:47:35 -0700
  • e6b9c79bc1
    Fixes #2332 Robert Colley 2023-04-06 18:10:38 -0400
  • 8b305546ed Changelog for #2324 Ian Gilman 2023-04-06 14:26:15 -0700
  • 5b56d6fa16
    Merge pull request #2324 from rsimon/master Ian Gilman 2023-04-06 14:22:54 -0700
  • 2e99e48603 Fixed changelog for #2136 Ian Gilman 2023-04-06 14:12:30 -0700
  • b45d500f1e Changelog for #2328 Ian Gilman 2023-04-04 14:51:05 -0700
  • cec0acafe1
    Merge pull request #2328 from craigberry/master Ian Gilman 2023-04-04 14:48:52 -0700
  • 073b2e0b1f Changelog for #2318 Ian Gilman 2023-03-31 15:30:19 -0700
  • 3488d18e4c
    Merge pull request #2318 from donotloveshampo/patch-1 Ian Gilman 2023-03-31 15:27:43 -0700
  • bff93af17e Handle XML embedded in tilesource JSON Craig A. Berry 2023-03-30 09:55:25 -0500
  • 3020243d04 Documents the new OpenSeadragon.setAjaxLoaderLimit method. Chili Johnson 2023-03-30 11:40:57 -0700
  • 3b0857b545 Updates the ajax concurrency limit so that it's defined globally using a new OpenSeadragon.settings object. Chili Johnson 2023-03-30 11:36:04 -0700
  • 537c2b21ad Renames tileSourceLoaderLimit to ajaxLoaderLimit. Chili Johnson 2023-03-30 10:49:22 -0700
  • 84d2dcf11d Applied touch rotate fix suggested in #2319 Rainer Simon 2023-03-25 18:38:41 +0100
  • 244e54da69
    Fixed #2314 donotloveshampo 2023-03-17 16:27:12 +0800
  • 292b62ba21 Change log for #2317 Ian Gilman 2023-03-16 13:26:59 -0700
  • dec2afabb2 Merge branch 'master' of github.com:openseadragon/openseadragon Ian Gilman 2023-03-16 13:23:40 -0700
  • 2ae9fb0e13
    Merge pull request #2317 from pearcetm/after-resize-event Ian Gilman 2023-03-16 13:22:50 -0700
  • 56ae09fc8a Changelog for #2316 Ian Gilman 2023-03-14 14:02:07 -0700
  • 5f816246e4
    Merge pull request #2316 from pearcetm/scaled-crop-bugfix Ian Gilman 2023-03-14 13:57:35 -0700
  • fb32cc7198 add after-resize event Tom 2023-03-13 22:19:06 -0400
  • a01c230b6e partial bugfix for #2312 Tom 2023-03-13 21:56:06 -0400
  • 8a4c95ef4b conditional usage of draw() vs event handlers depending on initialization context Tom 2023-03-13 21:39:54 -0400
  • 9821b4589d remove drawer class Tom 2023-03-13 17:56:53 -0400
  • 6d1895364f updates to threejsdrawer, bugxfixes/improvements Tom 2023-03-13 17:43:35 -0400
  • ade59513df move tile update logic back to TiledImage to keep drawing logic cleaner Tom 2023-03-13 15:56:04 -0400
  • 641951aaed split canvas from html rendering Tom 2023-03-12 11:42:03 -0400
  • 6159ca7c7c cleaning up drawer APIs Tom 2023-03-11 11:38:21 -0500
  • bf06f271c6 Changelog for #2293 Ian Gilman 2023-03-10 13:52:32 -0800
  • cbb0a009e7
    Merge pull request #2293 from pearcetm/zoom-constraints-fix Ian Gilman 2023-03-10 13:49:41 -0800
  • 25b4d7a3ca
    Merge pull request #2308 from AndrewADev/set-node-lts-in-ci Ian Gilman 2023-03-07 14:27:02 -0800
  • 624609d800 Changelog for #2306 Ian Gilman 2023-03-06 14:25:38 -0800
  • afae0ec5ec
    Merge pull request #2306 from MohitBansal321/addButton Ian Gilman 2023-03-06 14:22:34 -0800
  • a6e621b562 fix cropping when viewer is rotated Tom 2023-03-06 14:29:39 -0500
  • 7c81d068e6 revert debugging changes in overlay demo Tom 2023-03-05 16:12:30 -0500
  • d1b8001adc finished many implementation details and demo Tom 2023-03-05 16:08:32 -0500
  • 2764e3ad9a Try an even newer build env Andrew Armbruster 2023-02-28 21:16:41 +0100
  • 5c12e1ce1c Use newer runner version Andrew Armbruster 2023-02-28 21:04:22 +0100
  • 7d2ceac61a Travis uses latest Node LTS Andrew Armbruster 2023-02-28 20:21:10 +0100
  • 8a201c12b4 add given button function to buttongroup Mohit Bansal 2023-02-28 01:05:22 +0530
  • f393547d9e add custom button Mohit Bansal 2023-02-27 23:52:29 +0530
  • b0233f6a24 Drop non-standard lint command Andrew A 2023-02-24 19:51:42 +0100
  • 2932b0a800 Exclude IE 11 from query Andrew A 2023-02-24 19:50:38 +0100
  • 59083b7669 Changelog for #2301 Ian Gilman 2023-02-23 15:07:09 -0800
  • f0d15e3e79
    Merge pull request #2301 from MohitBansal321/focusEvent Ian Gilman 2023-02-23 15:04:11 -0800
  • 795e85bebb update doc comments Mohit Bansal 2023-02-22 10:21:51 +0530