Oops, forgot to add vars. And also fix for IE getBBox for text elements.
[raphael] / raphael.js
2009-02-13 Dmitry BaranovskiyOops, forgot to add vars. And also fix for IE getBBox...
2009-02-11 Dmitry BaranovskiyImportant change so previous fix work with attr
2009-02-11 Dmitry BaranovskiyRemoved garbage
2009-02-11 Dmitry BaranovskiyFixed setBox and getBBox for text nodes in IE.
2009-02-09 Dmitry BaranovskiyRolling back splitting. It happens that there no win...
2009-02-06 Dmitry BaranovskiyAdd plug-ins functionality.
2009-02-06 Dmitry Baranovskiy0.7
2009-01-29 Dmitry BaranovskiyFixed parsePathString method a bit.
2009-01-29 Dmitry Baranovskiy0.6.4
2009-01-28 Jeff NicholsChanged tabs to spaces.
2009-01-28 Jeff NicholsChanged insertBefore() and insertAfter() to have differ...
2009-01-16 Dmitry BaranovskiyRemoved superfluous comments
2009-01-16 Dmitry Baranovskiy0.6.3 Fixed opacity for images and 2 px shift for canva...
2009-01-15 Dmitry Baranovskiy0.6.2 Fixed IE bug with getting translation attributes...
2009-01-08 Dmitry BaranovskiyMerge branch 'master' of git@github.com:DmitryBaranovsk...
2009-01-08 Dmitry BaranovskiyIE7 bugfix
2009-01-05 Dmitry Baranovskiyversion 0.6: new "animate" method. Old transform, scale...
2008-12-24 Dmitry BaranovskiyBetter fix for Safari
2008-12-24 Dmitry Baranovskiy0.5.12 Quick fix for patterns as well as fix for Safari...
2008-12-23 Dmitry Baranovskiy0.5.11 version number update and packed version
2008-12-23 Dmitry BaranovskiyMerge branch 'master' of git@github.com:DmitryBaranovsk...
2008-12-23 Dmitry BaranovskiyRemove comments
2008-12-23 Dmitry BaranovskiyAdd pattern support and rewrite dashed lines support...
2008-12-22 Ben AskinsDon't round calculation of rowHeight and columnWidth...
2008-12-18 Dmitry BaranovskiyCode styling changes
2008-12-18 Dmitry Baranovskiy0.5.10 Fixed parsing of path string. Added obj.node...
2008-11-20 Dmitry BaranovskiyFIxed bug in VML for arcTo method, rgb2hsb and getColor
2008-11-11 Dmitry BaranovskiyUpdated string parsing for path creation and fixed...
2008-11-07 Dmitry BaranovskiyFixed some errors left from refactoring
2008-10-22 Dmitry BaranovskiyUpdated default filling in IE to none.
2008-10-22 Dmitry BaranovskiyQuick fix of gradient bug
2008-10-21 Dmitry BaranovskiySmall fix + added ability to get current transformation.
2008-10-21 Dmitry BaranovskiyAdded animateTo method plus some OO optimisation.
2008-10-16 Dmitry BaranovskiyArc support has been landed. However use it on your...
2008-10-08 Dmitry BaranovskiyFixed bug in VML part (thanks to Alfonso Moreno).
2008-10-03 Dmitry BaranovskiyFixed the bug with the image in IE.
2008-10-01 Dmitry BaranovskiyFixed couple of bugs for IE, especially with changing...
2008-09-19 Dmitry BaranovskiyFixed hide and show methods
2008-09-18 Dmitry BaranovskiyAdded “text” attribute for text nodes + IE fixes
2008-09-16 Dmitry Baranovskiyversion 0.5.3:
2008-09-02 Dmitry BaranovskiyInitial commit to GIT