Commit Graph

326 Commits

Author SHA1 Message Date
Tomas Alabes e1e2daea49 Merge pull request #833 from TheCloudlessSky/stroke-dasharray-fix
Allow unsetting the stroke-dasharray in VML. Fixes #617.
2014-02-21 21:21:57 -08:00
Adrian Phinney 007ee4f431 Allow unsetting the stroke-dasharray in VML. Fixes #617. 2014-02-21 10:13:53 -04:00
Tomas Alabes b003c5419a Merge pull request #822 from vebersol/master
fix syntax that is causing bug on opera 12.5
2014-02-12 22:03:34 -08:00
Vinícius Ebersol bef7f6b0e2 fix syntax that is causing bug on opera 12.5 2014-01-07 12:05:37 -02:00
Tomas Alabes a87d79fdcb Eve updated 2013-12-28 19:42:46 -03:00
Tomas Alabes 4d97d4ff53 Added related projects 2013-10-05 21:36:34 -03:00
Tomas Alabes c7480e8c65 Added related projects 2013-10-05 21:35:26 -03:00
Dmitry Baranovskiy 6555e24987 2.1.2 dist files 2013-08-26 17:20:19 +10:00
Dmitry Baranovskiy 076969f21d 2.1.2 2013-08-26 17:10:42 +10:00
Dmitry Baranovskiy 2cec9462c5 Allow Raphael to work in pages with a Content Security Policy that disallows 'unsafe-eval' 2013-08-21 10:40:55 +10:00
Tomas Alabes 5909c08ee7 Books in readme 2013-08-17 21:47:44 -03:00
Tomas Alabes a6682a2ede Change reference to eve to use eve instead of . when loading with AMD. By @arnemart 2013-08-16 19:50:55 -03:00
Tomas Alabes f294fcb714 Fixing issue #766 2013-08-14 15:49:33 -03:00
Tomas Alabes 1bf311748e Added 2nd milestone for bug fixes from pull requests 2013-08-11 20:30:23 -03:00
Tomas Alabes d4db26b365 Small change in readme 2013-08-11 20:26:43 -03:00
Tomas Alabes ea2562a629 Updated bower.json 2013-08-11 20:22:41 -03:00
Tomas Alabes 6d658f967a Merge branch 'v2.1.1'
* v2.1.1:
  v2.1.1
  Dragging Text under iOS By @vitorhsb
  Dev folder
  Fix to make IE9 display tooltips when setting the title attribute on an element. By @samcrang
  Fix Wrong position after scale path in IE. By @sarvaje
  isPointInside incorrectly caches the path used to calculate its value. By @lvanderbijl
  Raphael.path2curve does not honor original shape. By @timo22345
  IsPointInside fix for transformed paths
2013-08-11 20:21:41 -03:00
Tomas Alabes e0dd2aeb54 v2.1.1 2013-08-11 20:21:16 -03:00
Tomas Alabes 22ddc778cd Dragging Text under iOS By @vitorhsb 2013-08-11 20:16:58 -03:00
Tomas Alabes 968c3cbb9a Dev folder 2013-08-11 18:50:38 -03:00
Tomas Alabes 75144eba2c Merge pull request #759 from bensmithett/master
Add a bower.json
2013-08-11 14:33:47 -07:00
Ben Smithett 92fe728965 Add a bower.json 2013-07-25 14:11:12 +10:00
Tomas Alabes b87c69c7d0 Fix to make IE9 display tooltips when setting the title attribute on an element. By @samcrang 2013-06-23 00:42:10 -03:00
Tomas Alabes bdbc517a59 Added vml script to raphael test 2013-06-23 00:21:14 -03:00
Tomas Alabes 426680e32d Merge branch 'Touchit-fix-touch-events' into v2.1.1
* Touchit-fix-touch-events:
  Updating files from latest merge
  Tweaks to previous merge
  getPath (and method that use) now working with simple elements like "Circle"
  Fix Touch events selection in dragMove method
  Fix Gruntfile to build in windows environment
  Fix Touch events on Firefox and Chrome

Conflicts:
	raphael-min.js
2013-06-22 23:38:46 -03:00
Tomas Alabes 3742b46f20 Merge branch 'fix-touch-events' of github.com:Touchit/raphael into Touchit-fix-touch-events
* 'fix-touch-events' of github.com:Touchit/raphael:
  Fix Touch events selection in dragMove method
  Fix Gruntfile to build in windows environment
  Fix Touch events on Firefox and Chrome

Conflicts:
	raphael-min.js
	raphael.js
2013-06-22 23:36:47 -03:00
Tomas Alabes aad6517fa4 Updating files from latest merge 2013-06-22 19:19:14 -03:00
Dmitry Baranovskiy 054a763f4d Tweaks to previous merge 2013-06-21 20:09:26 +10:00
Dmitry Baranovskiy b1c607971d Merge pull request #742 from unel/master
It needs some tweaking, I will fix it.
2013-06-21 03:00:03 -07:00
unel a2edf84f77 getPath (and method that use) now working with simple elements like
"Circle"
2013-06-21 13:41:25 +04:00
Tomas Alabes df2dffe152 Fix Wrong position after scale path in IE. By @sarvaje 2013-06-17 19:14:10 -03:00
Touch it c5ffca371e Fix Touch events selection in dragMove method
Help make drag methods works for both touch and mouse events.
2013-06-11 17:52:16 +02:00
Touch it f6ec7e8ebd Fix Gruntfile to build in windows environment 2013-06-03 02:06:05 +02:00
Tomas Alabes a96fd3b222 isPointInside incorrectly caches the path used to calculate its value. By @lvanderbijl 2013-06-02 17:07:19 -03:00
Tomas Alabes ad15a1c9b0 Raphael.path2curve does not honor original shape. By @timo22345 2013-06-02 16:11:17 -03:00
Tomas Alabes 5ae208676c IsPointInside fix for transformed paths 2013-06-02 14:50:59 -03:00
Touch it 447f6cfe9f Fix Touch events on Firefox and Chrome
Fix Touch events by subscribing to both mouse and touch events when
available.
Navigators fires only touch or mouse event so no performance
degradation.
2013-06-01 03:21:45 +02:00
Tomas Alabes e5048b7f81 Reverting erroneous fix 2013-05-20 20:38:33 -03:00
Tomas Alabes 2cd46661e5 Blur returning this. By @i-arindam 2013-05-19 19:16:13 -03:00
Tomas Alabes 95ebe5a23b Allows Element.data() to be called with 0 params to get all associated data. By @AdamTReineke 2013-05-19 19:13:02 -03:00
Tomas Alabes 5423c26bf8 Fixed transform animation bug, @jroper 2013-05-19 19:10:59 -03:00
Tomas Alabes b6cc7248ac set.isPoint inside method and vml fix 2013-05-19 18:46:07 -03:00
Tomas Alabes affa2df6d4 Dev test html 2013-05-19 18:46:07 -03:00
Tomas Alabes 48b1a9afcf Merge pull request #728 from tomasAlabes/master
Link to new Raphael-boilerplate repo (load raphael globally, with AMD, or HTML5 boilerplate.)
2013-05-11 11:15:21 -07:00
Tomas Alabes b9cf4043c8 README updated 2013-05-11 15:13:16 -03:00
Tomas Alabes 490ea360b9 Merge pull request #724 from timmywil/grunt_modules
Build Raphael as a compatible anonymous module for AMD using Grunt
2013-05-07 06:21:39 -07:00
Timmy Willison a9c46aaf57 Use a custom build task in grunt to build raphael in a way that creates a valid anonymous module for AMD definition.
- Also pulls in the version from package.json to create the banner from copy.js (so the version can be set in one place)
- Conforms Gruntfile to most common tabs and spacing of other files
- grunt-cli should not be included in devDependencies (it is only ever installed globally)
2013-05-04 17:25:48 -04:00
John-Philip Johansson 5a23713f86 Replaced custom make with Grunt build system. Closes gh-717. 2013-05-04 16:10:35 -04:00
Tomas Alabes a79f8ec2fd Merge pull request #722 from tomasAlabes/master
Added to the documentation of the un* functions the #optional keyword.
2013-05-04 11:13:04 -07:00
Tomas Alabes 5f991e4ecb Added updated documentation for unbind functions 2013-05-04 15:11:18 -03:00