446 コミット (d1615f4b6a82081c9b16b08bc6cbfd0b2b84c878)
 

作成者 SHA1 メッセージ 日付
  Matthew Petroff d1615f4b6a Fix fullscreen in Safari (fixes #155). 8年前
  Matthew Petroff 817f4509ce Fix auto rotate to match docs (actually use degrees per second). 8年前
  Matthew Petroff 3ca79600ba Add Pillow to the requirement list for the multires `generate.py` script. 8年前
  Matthew Petroff 22ff9ababa Fix bug with restarting rotation after inactivity (fixes #139). 8年前
  Matthew Petroff 6966e57d14 Fix orientation change bug on some mobile devices. 8年前
  Matthew Petroff b0c2f03511 Add device orientation API support. 8年前
  Matthew Petroff a82a8ed85a Make standalone viewer more mobile friendly. 8年前
  Matthew Petroff 876d8643a5 Add ability to adjust camera roll for multires and expose roll parameter in render function. 8年前
  Matthew Petroff 08f4d8955b Add ability to adjust camera roll for cubemaps. 8年前
  Matthew Petroff 657566df63 Fix `getScene` (fixes #130). 8年前
  Matthew Petroff 3a78435b30 Add API functions to get and set north offset (implements #127). 8年前
  Matthew Petroff aecdc23825 Properly wrap long error URLs. 8年前
  Matthew Petroff f430bbfc34 Don't explicitly type out pi. 8年前
  Matthew Petroff c2da347b66 Add method to API to toggle fullscreen. 8年前
  Matthew Petroff 943d29d707 Allow URL to be specified for image hot spots and use URLs relative to config file for image and video hot spot sources. 8年前
  Matthew Petroff 0d286fea43 Add API method to get current scene ID. 8年前
  Matthew Petroff 06d398e350 Allow hot spots to specify target HFOV and add `loadScene` method to API. 8年前
  Matthew Petroff 77816bac55 Prep for release. 8年前
  Matthew Petroff 9c417a3ed2 Make sure hfov is a number and remove some unneeded code. 8年前
  Matthew Petroff 181deefb6f Set XMLHttpRequest `Accept` header to request images (fixes bug with Imgur). 8年前
  Matthew Petroff dca517ff03 Fix NPM package name capitalization. 8年前
  Matthew Petroff 524d185af2 Add files for NPM. 8年前
  Matthew Petroff 3813307f71 Better restrict yaw. 8年前
  Matthew Petroff ad78f7741f Prep for release. 8年前
  Matthew Petroff c5ff999e16 Add warning for when HFOV bounds don't make sense. 8年前
  Matthew Petroff 01177e70b8 Remove unwanted assignments. 8年前
  Matthew Petroff f32badcd0a Only use multires zoom calculation to increase zoom (not decrease it) and handle case where minimum HFOV is greater than maximum HFOV (fixes #107). 8年前
  Matthew Petroff 4da2d96a3e Display error message for malformed panorama URLs. 8年前
  Matthew Petroff 929a4797a1 Fix bug with video in Chrome. 8年前
  Matthew Petroff 4976b68095 Fix reading of XMP data. 8年前
  Matthew Petroff 361c27bed7 Scale down example image for wider support. 8年前
  Matthew Petroff 9b4050552f Use Array indexOf method for browsers that don't have TypedArray indexOf method. 8年前
  Matthew Petroff b94c1abaf5 Ignore generated docs in Git. 8年前
  Matthew Petroff 5e3006e860 Update documentation generation script for Documentation.js 3.0. 8年前
  Matthew Petroff d1999f5f0b Replace `readAsBinaryString` with `readAsArrayBuffer` to work with IE 11 (fixes #104). 8年前
  Matthew Petroff 848037b13c Fix handling of protocol relative and site relative URLs. 8年前
  Matthew Petroff 523ffefd43 Created separate function for calculating panorama coordinates of mouse event. 8年前
  Matthew Petroff f895a4cb81 Bump copyright year. 9年前
  Matthew Petroff 854106f7d7 Merge pull request #101 from arthurp/master 9年前
  Arthur Peters 0ecf742c19 Add support for URL specified firstScene. 9年前
  Matthew Petroff 67ecccb1b5 Support Pointer Events for touch support in IE / Edge (fixes #91). 9年前
  Matthew Petroff 7a07d64639 NPOT cubemaps still don't work in iOS 9. 9年前
  Matthew Petroff b108152459 Display error for iOS 8 for non-progressive encoded JPEGs (fixes #64 and #77). 9年前
  Matthew Petroff 7c5f230203 Remove `header` parameter from documentation; it has been superseded by the API. 9年前
  Matthew Petroff c1317b1dfb Fix bug in handling of XMP pitch and roll data. 9年前
  Matthew Petroff 473a2b2f81 Revert "Ignore zero degree heading in XMP data since it's used as a placeholder by some cameras that don't have a magnetometer (e.g. Ricoh Theta)." 9年前
  Matthew Petroff cd608eaf2e Make display of title and author more consistent across different browsers. 9年前
  Matthew Petroff a5e490b2d5 Fix some high DPI-related bugs. 9年前
  Matthew Petroff 0c3a63083a Don't continue when JSON can't be loaded. 9年前
  Matthew Petroff 37d62a6043 Ignore zero degree heading in XMP data since it's used as a placeholder by some cameras that don't have a magnetometer (e.g. Ricoh Theta). 9年前