Commit Graph

  • e4b8c5a9ec Cleaned build Tomas Alabes 2015-04-23 19:45:53 -0700
  • 5d7b3235f3 Merge pull request #962 from TheCloudlessSky/fix-svg-empty-stroke-dasharray Tomas Alabes 2015-04-23 07:26:35 -0700
  • fde5875285 Use 'none' instead of '0' for 'stroke-dasharray'. Adrian Phinney 2015-04-21 11:15:51 -0400
  • a29d980d1f v2.1.4 to sync with bower and npm v2.1.4 Tomas Alabes 2015-03-09 21:59:12 -0700
  • 55151daed5 wrong position in ie7 when rotate image #612 Tomas Alabes 2015-03-09 20:15:02 -0700
  • 0e4077b703 updated history.md Tomas Alabes 2015-03-09 19:44:21 -0700
  • 57b62b1b2f 781 Gradients become black in some cases Tomas Alabes 2015-03-09 19:32:52 -0700
  • 1f4b170948 Merge pull request #937 from TheCloudlessSky/set-viewbox-variable Tomas Alabes 2015-02-04 14:27:44 -0800
  • 60b3c5aaaf Fix wrong variable used in VML setViewBox(). Adrian Phinney 2015-02-04 09:18:37 -0500
  • a5264e471c Missing comma Tomas Alabes 2015-02-03 21:58:53 -0800
  • 210ce2127a v2.1.3 v2.1.3 Tomas Alabes 2015-01-19 11:48:18 -0800
  • c47c077368 Merge branch 'heads/v2.1.2' Tomas Alabes 2015-01-19 11:33:19 -0800
  • 267c84ca96 Fixes in master Tomas Alabes 2015-01-19 11:18:00 -0800
  • b19a240f1d Merge pull request #886 from sdumitriu/fix-invalid-r-attribute Tomas Alabes 2015-01-19 09:59:21 -0800
  • f707f12027 Merge pull request #851 from sadlerw/patch-1 Tomas Alabes 2015-01-19 09:52:29 -0800
  • e361cc429e Replaced check "window || this" with "this" Marat Dreizin 2014-12-22 15:20:03 +0300
  • 630eb1428c Improved build flow and also added support of webpack/browserify Marat Dreizin 2014-12-22 13:44:46 +0300
  • 355104d434 Invalid "r" attribute on SVG rect nodes Sergiu Dumitriu 2014-07-13 15:38:51 -0400
  • 780ad9d755 Re-ran grunt to sync distribution files with the sources Sergiu Dumitriu 2014-07-13 14:59:17 -0400
  • 07715d151d Merge pull request #879 from supersheep/master Dmitry Baranovskiy 2014-07-11 16:34:27 +1000
  • fb1a087cb6 move package.json to cortex.json supersheep 2014-07-11 13:54:23 +0800
  • 02f8355883 update package.json supersheep 2014-07-11 10:40:19 +0800
  • e8b4b38ac5 add commonjs support supersheep 2014-07-11 09:46:35 +0800
  • 5234aa33d0 svg preserveAspectRatio fix Tomas Alabes 2014-04-11 20:39:22 -0700
  • 40c099546a Update bower.json Will Sadler 2014-03-28 08:22:02 -0500
  • d459d0f3fb Merging TheCloudlessSky-prevent-multiple-svg-title Tomas Alabes 2013-10-31 19:47:45 -0300
  • 5f08cf50e5 setViewBox() does not work properly for papers, having size in percents v2.1.2 Tomas Alabes 2014-03-23 23:29:40 -0700
  • ab5fa48924 getBBox() works incorrect for VML after settings View Box on canvas Tomas Alabes 2014-03-23 23:03:57 -0700
  • d6a846a052 Fix href link Tomas Alabes 2014-03-23 23:04:57 -0700
  • e1e2daea49 Merge pull request #833 from TheCloudlessSky/stroke-dasharray-fix Tomas Alabes 2014-02-21 21:21:57 -0800
  • 007ee4f431 Allow unsetting the stroke-dasharray in VML. Fixes #617. Adrian Phinney 2014-02-21 10:13:53 -0400
  • b003c5419a Merge pull request #822 from vebersol/master Tomas Alabes 2014-02-12 22:03:34 -0800
  • bef7f6b0e2 fix syntax that is causing bug on opera 12.5 Vinícius Ebersol 2014-01-07 12:05:37 -0200
  • 7b67a148fd IE 11 parentElement fix Tomas Alabes 2013-12-28 20:27:36 -0300
  • a87d79fdcb Eve updated Tomas Alabes 2013-12-28 19:42:46 -0300
  • b5bca4b855 Merge pull request #814 from g-div/v2.1.2 Tomas Alabes 2013-12-09 17:33:41 -0800
  • 88387c342c fix the error/memleak in Firefox 3.0.x and 25.0.1 concerning the getBBox method g-div 2013-12-09 18:14:52 +0100
  • 424719f7e2 Several Fixes Tomas Alabes 2013-11-09 18:38:07 -0300
  • bd74dbaa53 Added couple of fixes, and unused jshintrc Tomas Alabes 2013-11-09 17:56:33 -0300
  • 4e025f7407 Merge pull request #808 from TheCloudlessSky/svg-parentNode-fixes Dmitry Baranovskiy 2013-11-06 21:53:52 -0800
  • 921f6e2d1b Add SVG DOM manipulation tests. Adrian Phinney 2013-11-06 16:01:24 -0400
  • af9bcf72b9 Add unit test suite structure. Adrian Phinney 2013-11-06 16:00:49 -0400
  • 69097d5671 Fix SVG insertBefore/insertAfter when using <a> wrapper node. Adrian Phinney 2013-11-06 15:17:31 -0400
  • 1fb02daec5 Use dev folder for 'npm install' in the Quickstart. Adrian Phinney 2013-11-06 12:09:19 -0400
  • ea133a038e By @badunk Setting aspect ratio to xMidYMid meet Tomas Alabes 2013-10-31 23:05:59 -0300
  • d936e191e1 Merging TheCloudlessSky-prevent-multiple-svg-title Tomas Alabes 2013-10-31 19:47:45 -0300
  • 4d97d4ff53 Added related projects Tomas Alabes 2013-10-05 21:36:34 -0300
  • c7480e8c65 Added related projects Tomas Alabes 2013-10-05 21:35:26 -0300
  • e3d40fc610 IE8 / R2.0.1 - viewbox scaling Tomas Alabes 2013-10-05 00:27:44 -0300
  • 4ea6731113 Removing extra code in html Tomas Alabes 2013-10-02 21:13:24 -0300
  • 50a7f8d55d href parameter for Paper.text does NOT behave like hyperlink in 2.1.2 Tomas Alabes 2013-10-02 21:11:50 -0300
  • d18b779612 Merge pull request #782 from Peter-Donner/patch-1 Tomas Alabes 2013-10-02 16:48:12 -0700
  • 526405627e Change the version in bower.json to match the tag name. Peter Donner 2013-09-20 18:15:33 +0200
  • 3bc12c3d8c Final fix for #629 Tomas Alabes 2013-09-11 22:03:06 -0300
  • f82e4ce883 Fix bug with arrow-end/start markers sharing properties. By @vkaravir Tomas Alabes 2013-09-07 18:59:09 -0300
  • c25a1aa8c3 AddEvent function incorrectly removes touch event listener. By @ThijsVanDerMeer Tomas Alabes 2013-09-03 21:28:56 -0300
  • 3e8f3192a2 IE8: getBBox returns orginal coordinates for a path after drag and setting new path. By @wyatte Tomas Alabes 2013-09-03 21:20:45 -0300
  • f9fb90562d Issue #768 - Str(value).match(R._ISURL) returns null for valid url Tomas Alabes 2013-08-14 19:09:31 -0300
  • 6555e24987 2.1.2 dist files Dmitry Baranovskiy 2013-08-26 17:20:19 +1000
  • 076969f21d 2.1.2 v2.1.2 Dmitry Baranovskiy 2013-08-26 17:10:42 +1000
  • 2cec9462c5 Allow Raphael to work in pages with a Content Security Policy that disallows 'unsafe-eval' Dmitry Baranovskiy 2013-08-21 10:40:55 +1000
  • 5909c08ee7 Books in readme Tomas Alabes 2013-08-17 21:47:44 -0300
  • a6682a2ede Change reference to eve to use eve instead of . when loading with AMD. By @arnemart Tomas Alabes 2013-08-16 19:50:55 -0300
  • f294fcb714 Fixing issue #766 Tomas Alabes 2013-08-14 15:49:33 -0300
  • 1bf311748e Added 2nd milestone for bug fixes from pull requests Tomas Alabes 2013-08-11 20:30:23 -0300
  • d4db26b365 Small change in readme Tomas Alabes 2013-08-11 20:26:43 -0300
  • ea2562a629 Updated bower.json v2.1.1 Tomas Alabes 2013-08-11 20:22:41 -0300
  • 6d658f967a Merge branch 'v2.1.1' Tomas Alabes 2013-08-11 20:21:41 -0300
  • e0dd2aeb54 v2.1.1 v2.1.1 Tomas Alabes 2013-08-11 20:21:16 -0300
  • 22ddc778cd Dragging Text under iOS By @vitorhsb Tomas Alabes 2013-08-11 20:16:36 -0300
  • 968c3cbb9a Dev folder Tomas Alabes 2013-08-11 18:50:38 -0300
  • 75144eba2c Merge pull request #759 from bensmithett/master Tomas Alabes 2013-08-11 14:33:47 -0700
  • 92fe728965 Add a bower.json Ben Smithett 2013-07-25 12:19:40 +1000
  • b87c69c7d0 Fix to make IE9 display tooltips when setting the title attribute on an element. By @samcrang Tomas Alabes 2013-06-23 00:42:10 -0300
  • bdbc517a59 Added vml script to raphael test Tomas Alabes 2013-06-23 00:21:14 -0300
  • 426680e32d Merge branch 'Touchit-fix-touch-events' into v2.1.1 Tomas Alabes 2013-06-22 23:38:46 -0300
  • 3742b46f20 Merge branch 'fix-touch-events' of github.com:Touchit/raphael into Touchit-fix-touch-events Tomas Alabes 2013-06-22 23:36:47 -0300
  • aad6517fa4 Updating files from latest merge Tomas Alabes 2013-06-22 19:19:14 -0300
  • 054a763f4d Tweaks to previous merge Dmitry Baranovskiy 2013-06-21 20:09:26 +1000
  • b1c607971d Merge pull request #742 from unel/master Dmitry Baranovskiy 2013-06-21 03:00:03 -0700
  • a2edf84f77 getPath (and method that use) now working with simple elements like "Circle" unel 2013-06-21 13:41:25 +0400
  • df2dffe152 Fix Wrong position after scale path in IE. By @sarvaje Tomas Alabes 2013-06-17 19:14:10 -0300
  • c5ffca371e Fix Touch events selection in dragMove method Touch it 2013-06-11 17:52:16 +0200
  • f6ec7e8ebd Fix Gruntfile to build in windows environment Touch it 2013-06-03 02:06:05 +0200
  • a96fd3b222 isPointInside incorrectly caches the path used to calculate its value. By @lvanderbijl Tomas Alabes 2013-06-02 17:07:19 -0300
  • ad15a1c9b0 Raphael.path2curve does not honor original shape. By @timo22345 Tomas Alabes 2013-06-02 16:11:17 -0300
  • 5ae208676c IsPointInside fix for transformed paths Tomas Alabes 2013-06-02 14:50:59 -0300
  • 447f6cfe9f Fix Touch events on Firefox and Chrome Touch it 2013-06-01 03:21:45 +0200
  • e5048b7f81 Reverting erroneous fix Tomas Alabes 2013-05-20 20:38:33 -0300
  • 2cd46661e5 Blur returning this. By @i-arindam Tomas Alabes 2013-05-19 19:16:13 -0300
  • 95ebe5a23b Allows Element.data() to be called with 0 params to get all associated data. By @AdamTReineke Tomas Alabes 2013-05-19 19:13:02 -0300
  • 5423c26bf8 Fixed transform animation bug, @jroper Tomas Alabes 2013-05-19 19:10:59 -0300
  • b6cc7248ac set.isPoint inside method and vml fix Tomas Alabes 2013-05-19 18:37:40 -0300
  • affa2df6d4 Dev test html Tomas Alabes 2013-05-19 18:19:11 -0300
  • 48b1a9afcf Merge pull request #728 from tomasAlabes/master Tomas Alabes 2013-05-11 11:15:21 -0700
  • b9cf4043c8 README updated Tomas Alabes 2013-05-11 15:13:16 -0300
  • 490ea360b9 Merge pull request #724 from timmywil/grunt_modules Tomas Alabes 2013-05-07 06:21:39 -0700
  • a9c46aaf57 Use a custom build task in grunt to build raphael in a way that creates a valid anonymous module for AMD definition. Timmy Willison 2013-05-04 17:25:48 -0400
  • 5a23713f86 Replaced custom make with Grunt build system. Closes gh-717. John-Philip Johansson 2013-05-04 16:10:35 -0400
  • a79f8ec2fd Merge pull request #722 from tomasAlabes/master Tomas Alabes 2013-05-04 11:13:04 -0700