Matthew Petroff
994c3a9f49
Better separate minified standalone version from minified library version.
há 9 anos
Matthew Petroff
7d8d1d8b2b
Merge pull request #84 from Benvii/master
CSS and events changes for better embed viewer
há 9 anos
Benjamin BERNARD
98fff919f0
Container position set to relative, for a better embed into an existing page. We don't want the viewer to be at a fixed place.
há 9 anos
Benjamin BERNARD
1d93a460cb
Keeping html and body CSS rules for standalone mode.
há 9 anos
Benjamin BERNARD
3abca0d0ee
Adding events to the container not the document (body) to be able to embed the viewer
há 9 anos
Benjamin BERNARD
11f4263ead
Removing container declaration as it is already a parameter of the constructor, also fix a bug as it was redefined locally
há 9 anos
Benjamin BERNARD
e5daf70234
Update CSS and JS so that the dimentions are correct in embeded mode
há 9 anos
Matthew Petroff
82258028b8
Added API documentation generation script and documentation improvements.
há 9 anos
Matthew Petroff
be343378c4
Begin adding API.
há 9 anos
Matthew Petroff
1988ee383a
Minor documentation update.
há 9 anos
Matthew Petroff
8be6493c97
Allow passing container ID to constructor.
há 9 anos
Matthew Petroff
2c504e9764
Add JSDoc comments to pannellum.js.
há 9 anos
Matthew Petroff
3a916c3021
Add library version to build system.
há 9 anos
Matthew Petroff
9fabafc433
Restructure location of standalone viewer.
há 9 anos
Matthew Petroff
a00af3b8c3
Unify configuration files, deprecating separate `tour` option.
há 9 anos
Matthew Petroff
af42a291fb
Create viewer using constructor.
há 9 anos
Matthew Petroff
2e7f8365d3
Add center pointing and HFOV to hot spot debug.
há 9 anos
Matthew Petroff
6260709089
Fix JSHint warnings.
há 9 anos
Matthew Petroff
6f1fb4575e
Add JSDoc documentation to libpannellum and make most of its methods private.
há 9 anos
Matthew Petroff
d5b20b9886
Fix target yaw ( fixes #79 , thanks trumpton).
há 9 anos
Matthew Petroff
fb48a9d2b6
Revert pull request #74 since it broke the display of hot spot tooltips.
há 9 anos
Matthew Petroff
8500a3adce
Prefix CSS classes.
há 9 anos
Matthew Petroff
c66d1fff67
Fix bug that caused compass to be displayed for images with GPano data but no heading.
há 9 anos
Matthew Petroff
965f388ac6
Fix CSS bug.
há 9 anos
Matthew Petroff
6c338b5df8
Display informative error when opened from local filesystem.
há 9 anos
Matthew Petroff
255cc98d7f
Merge pull request #74 from umbreak/patch-8
Moving from visibility to display due to Chrome bug
há 9 anos
Matthew Petroff
71b0a0c21f
Fix bug with fade when rapidly changing scenes ( fixes #73 ).
há 9 anos
Didac
379dd04274
Moving from visibility to display due to Chrome bug
If you animate the hotspot (which is not the default case for pannellum, but which it could be) with an infinite CSS keyFrame animation, `vissibility:hidden` has an error in Chrome, as I described here: http://stackoverflow.com/questions/30167467/css-infinite-animation-after-hidden-is-not-resetted-chrome
há 9 anos
Didac
cc8b9161c6
Changing visibility for display due to a bug in Chrome
If you animate the hotspot (which is not the default case for pannellum, but which it could be) with an infinite CSS keyFrame animation, `vissibility:hidden` has an error in Chrome, as I described here: http://stackoverflow.com/questions/30167467/css-infinite-animation-after-hidden-is-not-resetted-chrome
há 9 anos
Matthew Petroff
8c3c6ca0f6
Use HTTPS link.
há 9 anos
Matthew Petroff
e1947f601a
Another DOM leak fix.
há 9 anos
Matthew Petroff
6d60b961ba
Fix DOM leaks.
há 9 anos
Matthew Petroff
d057de448e
Merge pull request #71 from jlehtine/multiresjpegquality
Added an option to specify output JPEG quality for multires generation script.
há 9 anos
Johannes Lehtinen
ce5e6d4b81
Added a -q/--quality option to specify output JPEG quality.
há 9 anos
Matthew Petroff
fbfb287a4f
Merge pull request #70 from jlehtine/master
Added an option for specifying the multires cube size
há 9 anos
Johannes Lehtinen
69908bc449
Added a -c/--cubesize option for specifying the cube size to the multires generation script. Default is to automatically determine cube size as before.
há 9 anos
Matthew Petroff
028fc1d46f
Don't override existing configuration with GPano XMP data.
há 9 anos
Matthew Petroff
59b13f2f88
Merge branch 'master' of github.com:mpetroff/pannellum
Conflicts:
src/js/libpannellum.js
há 9 anos
Matthew Petroff
e69b4640ac
Fix vOffset bug and GPano XMP bug.
há 9 anos
Matthew Petroff
dcb7d603f7
Clean up pull request.
há 9 anos
Matthew Petroff
952e986f72
Merge pull request #67 from mko-x/master
Fix 'undefined' path elements if using multiRes without explicit setting it's basePath config value + minor improvements
há 9 anos
mko
8c4ec7bd1e
force reduction of linkage via freeing references
há 9 anos
mko
39590a6b00
Fix unexpected 'undefined' path
Added missing checks of (optional and uninitialized) basePath attribute of config.multiRes. So default basePath/ tourConfig's basePath and multires basePath are the same if there is no explicit setting.
há 9 anos
mko
04ca9d02ab
Do not prefix paths with dot
Extra dot in front of paths like 'path' and 'fallbackPath' are not necessary and may cause unexpected errors.
há 9 anos
mko
be6d3870de
update git ignore
há 9 anos
mko
baf955216a
add git ignore
há 9 anos
Matthew Petroff
dba5e8ff97
Use strict comparison.
há 9 anos
Matthew Petroff
6c9daa82ec
Merge pull request #63 from dpq/master
Added option to disable keyboard zooming
há 9 anos
David Parunakian
50d754456f
Added option to disable keyboard zooming
há 9 anos
Matthew Petroff
7731808e5a
Last commit broke things in Firefox.
há 9 anos