Commit Graph

817 Commits

Author SHA1 Message Date
Jon Stroop
bccbf5ecf1 configureFromObject uses @id 2013-10-01 15:07:42 -07:00
Jon Stroop
e3c1007ae2 use pixels for size instead of pct 2013-10-01 15:07:41 -07:00
Jon Stroop
434807a660 added support for iiif 1.1 2013-10-01 15:07:41 -07:00
iangilman
11614c0cc7 Merge pull request #230 from jpstroop/master
IIIF Image API 1.1 Tile Source
2013-10-01 10:16:11 -07:00
Jon Stroop
8750300612 applied iangilman\'s patch 2013-09-30 19:42:16 -04:00
Mark Salsbery
c38b7aae4a changelog update for new event names 2013-09-30 10:32:34 -07:00
Mark Salsbery
ec3141a778 Event Names Normalized
Compound event names lower case with hyphen.
Button event names removed "on" and made lower case.
2013-09-30 10:22:06 -07:00
Jon Stroop
00870530af Adding iiif 1.0 info samples 2013-09-28 06:46:41 -04:00
Jon Stroop
dcb2fc7136 added test for 1.1; renamed 11 to 1_1 2013-09-26 17:24:02 -04:00
Mark Salsbery
c0a16dacc4 eventsource.js comment fix 2013-09-26 10:23:00 -07:00
Mark Salsbery
bf0608b4b2 string.js quotes/whitespace fix 2013-09-26 10:16:10 -07:00
Ian Gilman
28e5e509e3 Made breaking changes more clear 2013-09-26 10:13:06 -07:00
Mark Salsbery
041597998f Event Names Normalized
All event names lower case with no hyphens
2013-09-26 09:50:26 -07:00
Ian Gilman
7106105fd7 Changelog for #225 2013-09-25 09:22:29 -07:00
iangilman
21aa2dc928 Merge pull request #228 from msalsbery/EventHandler-Rename
Renamed EventHandler to EventSource (#225)
2013-09-25 09:04:04 -07:00
Jon Stroop
ed8e76a2a9 Merge remote-tracking branch 'upstream/master' 2013-09-25 09:48:22 -04:00
Jon Stroop
5665ac82a1 supports IIIF 1.1 syntax 2013-09-25 09:45:45 -04:00
gwills
f8a0315757 Small formatting change
Needed to change spacing to pass through jshint
2013-09-24 21:54:54 +01:00
gwills
8f2999da29 Use $.parseXml for parsing string as XML 2013-09-24 21:49:54 +01:00
Mark Salsbery
dab182757d Renamed EventHandler to EventSource (#225) 2013-09-24 13:36:13 -07:00
Ian Gilman
6396fe1504 Merge branch 'Original-Events-In-Handlers' of github.com:msalsbery/openseadragon into msalsbery-Original-Events-In-Handlers
Fixed Conflicts:
	changelog.txt
2013-09-24 10:28:46 -07:00
Ian Gilman
9ebad24aad Added next version 2013-09-23 10:03:53 -07:00
Ian Gilman
13249cc896 0.9.131 2013-09-23 10:00:09 -07:00
Mark Salsbery
5335048c64 changelog.txt update for fixed issue #131 2013-09-20 10:23:22 -07:00
Mark Salsbery
93159aaf51 MouseTracker Original EVents in Handlers
changelog.txt fixed issue reference numbers (#23) (#215)
2013-09-20 10:05:01 -07:00
Mark Salsbery
c27481546a MouseTracker Original Events in Handlers
Whitespace fixes on un-empty [] brackets
2013-09-20 09:58:18 -07:00
Mark Salsbery
47a911bb4a MouseTracker Original Events in Handlers
changelog.txt update
2013-09-20 09:38:01 -07:00
Mark Salsbery
4adeacdc5e MouseTracker Original Events in Handlers
MouseTracker Unit Tests
2013-09-20 09:17:48 -07:00
Jon Stroop
4b4325c5ff fixed size param 2013-09-17 14:17:01 -04:00
Ian Gilman
40800c9f83 Changelog for #222 2013-09-16 15:12:16 -07:00
iangilman
c25dc6e268 Merge pull request #222 from nhart/master
Use style attributes when storing the previous elment size instead of th...
2013-09-13 15:13:47 -07:00
Mark Salsbery
56ef12e850 Original Events in Handlers
Documentation fixes
isTouchEvent property removed from eventData where not used
'eventOrTouchPoint' var name used and 'originalEvent' var name restored
to 'event'
2013-09-12 10:05:50 -07:00
Nelson Hart
6d6cc363b4 Use style attributes when storing the previous elment size instead of the literal size of the element #220 2013-09-12 10:41:51 -03:00
Jon Stroop
bb924692da configureFromObject uses @id 2013-09-11 13:40:00 -04:00
Jon Stroop
8315eece4a Merge branch 'master' of github.com:openseadragon/openseadragon 2013-09-11 13:24:18 -04:00
Jon Stroop
6182c3911e use pixels for size instead of pct 2013-09-11 13:19:30 -04:00
Mark Salsbery
af078f8f19 MouseTracker Original Events in Handlers
Renamed insideElementRelease to insideElementReleased.
2013-09-10 17:31:51 -07:00
Mark Salsbery
1dc2d7e011 MouseTracker Original Events in Handlers
Touch events bug fix. Now uses touch object(s) properly when calculating
positions.
2013-09-10 17:23:19 -07:00
Mark Salsbery
13415b36f3 MouseTracker Original Events in Handlers
Misc name changes, indentation/whitespace fixes.
Still TODO: Fix documentation, evaluate presence of key handler in a
mouse tracker, evaluate whether isTouchEvent flag should be in all
eventData objects or not.
2013-09-09 14:27:58 -07:00
gwills
2bef2e882f IE 10 not reading DZI file correctly
IE 10 is treating the data coming back from the JSONP request as a
string and not as XML. I have confirmed this issue is happening on
numerous IE10 machines but have not seen it on any other browser.

The change simply checks the type of the data variable and if it is a
string it parses the string as XML and updates the data object.
2013-09-07 17:08:39 +01:00
Mark Salsbery
d60224b615 MouseTracker Original Events in Handlers
Pass original touch events to handlers.
2013-09-06 13:12:11 -07:00
Mark Salsbery
2e1f71a824 MouseTracker Original Events in Handlers
Bug fixes.  Event handler methods shouldn't be called directly in
theory...
2013-09-06 12:24:19 -07:00
Mark Salsbery
8229a9aba5 MouseTracker Original Events in Handlers
More formatting fixes
2013-09-06 11:20:14 -07:00
Mark Salsbery
5f6b89b8b5 MouseTracker Original Events in Handlers
More formatting fixes
2013-09-06 11:10:05 -07:00
Mark Salsbery
56f5b9fb74 MouseTracker Original Events in handlers
Comment & Formatting fixes
2013-09-06 10:43:39 -07:00
Mark Salsbery
b3fa8f1184 MouseTracker original events in handlers
Implemented "Expose original event in handlers" (#23) for MouseTracker

Added OpenSeadragon.getElementOffset() method. Element-relative mouse
coordinates should be correct even if the element and/or page is
scrolled (#131)
2013-09-05 17:20:17 -07:00
Ian Gilman
75ddd299e4 Changed Seajax to OpenSeadragon 2013-09-05 16:26:00 -07:00
Ian Gilman
ed8311b5b8 Updated changelog for #212 2013-09-05 16:25:01 -07:00
iangilman
a221477eb3 Merge pull request #212 from avandecreme/master
Add viewportToImageRectangle method
2013-09-05 16:22:13 -07:00
Antoine Vandecreme
63af5a69ac Add comments and fix indentation 2013-09-04 14:13:25 -04:00