1. 08 May, 2010 2 commits
  2. 07 May, 2010 2 commits
    • 1.4.0 · 3b9c6db9
      • Touch events support
      • rgba support
      • new method drag
      • document.onmousemove = f → Raphael.mousemove(f)
      • resetScale method
      • scaling text will change it position, but not size
      • sets now have type “set”
      • rect in VML doesn’t recreate itself on change of the R
      • pathes are not rounded to the nearby pixels anymore
      • Various small bug fixes and improvements
      • added preventDefault and stopPropagation to event object
      DmitryBaranovskiy committed
    • 1.4.0 · b9b2413b
      • Touch events support
      • rgba support
      • new method drag
      • document.onmousemove = f → Raphael.mousemove(f)
      • resetScale method
      • scaling text will change it position, but not size
      • sets now have type “set”
      • rect in VML doesn’t recreate itself on change of the R
      • pathes are not rounded to the nearby pixels anymore
      • Various small bug fixes and improvements
      • added preventDefault and stopPropagation to event object
      DmitryBaranovskiy committed
  3. 06 May, 2010 1 commit
    • 1.4.0 · 8fedd8a0
      • Touch events support
      • rgba support
      • new method drag
      • document.onmousemove = f → Raphael.mousemove(f)
      • resetScale method
      • scaling text will change it position, but not size
      • sets now have type “set”
      • rect in VML doesn’t recreate itself on change of the R
      • pathes are not rounded to the nearby pixels anymore
      • Various small bug fixes and improvements
      DmitryBaranovskiy committed
  4. 02 May, 2010 3 commits
  5. 19 Mar, 2010 3 commits
  6. 08 Mar, 2010 1 commit
  7. 05 Mar, 2010 2 commits
  8. 12 Feb, 2010 1 commit
  9. 05 Feb, 2010 1 commit
  10. 19 Jan, 2010 1 commit
  11. 07 Jan, 2010 1 commit
  12. 05 Jan, 2010 1 commit
  13. 04 Jan, 2010 1 commit
  14. 30 Dec, 2009 1 commit
  15. 24 Dec, 2009 1 commit
  16. 23 Dec, 2009 3 commits
  17. 22 Dec, 2009 1 commit
  18. 21 Dec, 2009 1 commit
  19. 18 Dec, 2009 1 commit
  20. 17 Dec, 2009 2 commits
  21. 16 Dec, 2009 2 commits
  22. 15 Dec, 2009 4 commits
  23. 10 Dec, 2009 1 commit
  24. 04 Dec, 2009 1 commit
  25. 27 Nov, 2009 1 commit
  26. 26 Nov, 2009 1 commit
    • 1.2.4 · 80123c87
      • New parameter origin added to print method. Could be "baseline" or "middle"
      • Fixed old bug in IE when it doesn’t accept syntax Raphael(0,0,"100%", "100%"). It does now. :) It also fixed issues with setSize method in IE.
      Dmitry Baranovskiy committed