Commit Graph

193 Commits

Author SHA1 Message Date
Ian Gilman
6e99a5dd42 Added Travis build badge 2013-02-18 10:03:04 -08:00
Ian Gilman
e584911bab Added grunt package to readme 2013-02-15 11:00:07 -08:00
Ian Gilman
2d78e012a0 Now zipping and taring ("grunt package") 2013-02-15 10:58:57 -08:00
Ian Gilman
d179325f71 Added .travis.yml file 2013-02-14 14:23:24 -08:00
Ian Gilman
792d51de8c Kicking off a Travis build 2013-02-14 14:18:40 -08:00
Ian Gilman
05affbc7fc Excluding sublime text docs from sublime text project 2013-02-14 14:15:52 -08:00
Ian Gilman
1ed32a0d5d Better links in readme 2013-02-14 14:02:32 -08:00
Ian Gilman
145164eb84 Updated readme with correct build and test info 2013-02-14 13:59:40 -08:00
Ian Gilman
cd765581e6 Grunt now copies the images into the build folder 2013-02-14 13:24:50 -08:00
Ian Gilman
75bb765ca0 Removing built openseadragon.js from repo 2013-02-14 12:06:59 -08:00
Ian Gilman
9569ff1215 Removed JS Hint globals comment, since it's now in grunt 2013-02-14 12:04:47 -08:00
Ian Gilman
4e51b642ef Now properly setting version in build 2013-02-14 12:02:17 -08:00
Ian Gilman
d3b010d26e Added min, qunit, server, and watch tasks to grunt 2013-02-14 10:21:35 -08:00
Ian Gilman
607a4af860 First version of test files 2013-02-14 10:21:07 -08:00
Ian Gilman
964962a204 Added project file for Sublime Text 2 2013-02-14 10:07:02 -08:00
Ian Gilman
4606ddb2ce Added gitignore 2013-02-14 10:07:02 -08:00
Ian Gilman
88b1cbf8c7 Added dependencies to package.json 2013-02-14 10:07:02 -08:00
thatcher
b4f041b9ab removing code specific to site-build 2013-02-14 12:33:10 -05:00
thatcher
fda24f343a added dozens of event hooks based on input from macreery's branch 2013-02-13 19:44:23 -05:00
thatcher
d8a3ccf5e8 dont compute NaN for opacity because FF doesnt like that, per macreery's branch, thanks 2013-02-13 17:20:05 -05:00
thatcher
27d2898818 added removeAllHandlers per macreery's branch, finally implemented removeHandler 2013-02-13 17:11:33 -05:00
thatcher
e851de80b8 added class names to viewer canvas and container per macreery's branch 2013-02-13 16:50:23 -05:00
thatcher
685f58d663 adding support for positional arguments for minLevel and maxLevel in DziTileSource per macreery's branch 2013-02-13 16:27:17 -05:00
thatcher
0540e834b4 refactoring after lint left an error related to drawer and overlays 2013-02-13 09:05:35 -05:00
thatcher
a0fd2b3324 added inital support for moving to a nodejs build with grunt. build only includes concant and lint. fixed all lint warning where appropriate and added lint inline ignores where appropriate. when build script is complete we will start transition to new repo. also currently researching how to prune unfriendly portion of history that make repo large due to large binary files in web app. I like git well enough but using branches for web apps unrelated to code base has made me weary once again of social web fads that force convention without long term consideration of cost. 2013-02-12 22:40:08 -05:00
thatcher
855e753225 some overlays work that had be be completed before finishing tile layers. added brief example of how to how host tiles of zoom.it 2013-02-10 22:53:51 -05:00
thatcher
aecf576c06 finished initial development of iiif info xml and json support, added example to site 2013-02-09 15:58:43 -05:00
thatcher
3f20018c75 correction for recent change which computed a highestLevel for drawer with max instead of min operation 2013-02-09 12:21:51 -05:00
thatcher
26f83e283a adding support for several new tile sources including iiif, osm and tms (osm and tms are thanks to seajax-utils project) 2013-02-08 16:00:22 -05:00
thatcher
d2d5828d8f adding support for several new tile sources including iiif, osm and tms (osm and tms are thanks to seajax-utils project) 2013-02-08 15:45:22 -05:00
thatcher
576c00b37d adding support for several new tile sources including iiif, osm and tms (osm and tms are thanks to seajax-utils project) 2013-02-08 09:21:28 -05:00
thatcher
792165fdf9 accidently left alwaysBlend global defaul set to true during development. Looking forward to our new org based repo where I'll be constrained more than my current wild-west repo, sorry. corrections also to pan constrainment details which came to the forefront while working on collections zoom and panconstraints. Added new ui feature page to demo basics. 2013-02-05 21:26:40 -05:00
thatcher
b1cdaaa845 found an IE specific error in some styles set for collections visualizations 2013-02-01 15:35:46 -05:00
thatcher
808354dd6f Merge branch 'master' of github.com:thatcher/openseadragon 2013-02-01 15:19:05 -05:00
thatcher
f863f5fcae changing drawHTML routine to avoid ie rendering issue 2013-02-01 15:18:53 -05:00
Ian Gilman
cd32f1d2bd Build 2013-01-31 10:34:26 -08:00
iangilman
1136dc403c Merge pull request #27 from ygra/patch-1
Fixed a few comment typos
2013-01-31 10:33:18 -08:00
ygra
354c0f8d57 Fixed comment typos 2013-01-31 19:18:32 +01:00
thatcher
1638790370 finished collection support for html drawers 2013-01-31 12:31:20 -05:00
thatcher
bd135904b6 Merge branch 'master' of github.com:thatcher/openseadragon 2013-01-31 12:30:36 -05:00
thatcher
6efc348b8a finished collection support for html drawers 2013-01-31 12:30:13 -05:00
Ian Gilman
527682d5a6 Merge branch 'master' into lint
Fixed Conflicts:
	openseadragon.js
	src/drawer.js
2013-01-31 09:26:55 -08:00
thatcher
063bce8171 fixing some work in progress for collections visualizations 2013-01-30 20:23:45 -05:00
thatcher
ae30208b36 fixing example image paths with prefixUrl 2013-01-30 17:10:16 -05:00
thatcher
9fc4388ac9 Merge branch 'master' of github.com:thatcher/openseadragon 2013-01-30 16:51:46 -05:00
thatcher
f6ee93b70c improving custom tile source examples are work for layers begins being supported 2013-01-30 16:51:37 -05:00
Ian Gilman
5d84d3156f Build 2013-01-30 11:04:51 -08:00
Ian Gilman
c6597213a1 Using square bracket notation for keyword 2013-01-29 10:06:39 -08:00
Ian Gilman
bd474d32a7 Built recent commit 2013-01-29 09:37:06 -08:00
Ian Gilman
7a55b6cf77 JS Hint work (mostly semicolons at this point) 2013-01-29 09:32:58 -08:00