MoyuScript
6aa73c3b93
Refactoring logging and gradients
2013-08-06 18:55:04 +03:00
MoyuScript
4b9371f0e5
Fix webkit-gradient() parsing
2013-01-11 20:31:34 +02:00
MoyuScript
3236b024cf
Merge remote-tracking branch 'niklasvh/develop' into develop
...
Conflicts:
src/Parse.js
src/Preload.js
2013-01-03 15:07:38 -06:00
MoyuScript
1e81b22027
switched background rendering to use patterns
2013-01-03 22:25:35 +02:00
MoyuScript
f3f1fd1e3c
don't generate gradient on invisible elements
2012-12-28 16:52:48 -06:00
MoyuScript
c5d82acdf6
Switched build process to use grunt
2012-11-25 20:59:31 +02:00
MoyuScript
d88e72e1b6
Added a sublime-project file for Sublime Text 2 that contains the detected linting and standards set. Allows Sublime Text 2 to automatically follow the standards and have live linting enabled. Trimmed useless whitespace.
2012-05-29 11:26:26 +10:00
MoyuScript
d0321c4194
"fixed circle gradient generation - image loading bug"
2012-03-11 17:12:24 +00:00
MoyuScript
2bb3cc29d5
"added ellipse background gradient generation"
2012-03-10 15:31:16 +00:00
MoyuScript
37ea368051
"added TODO"
2012-03-10 14:28:09 +00:00
MoyuScript
4359a2ba64
"added TODO"
2012-03-09 23:27:22 +00:00
MoyuScript
919c05096e
"removed TODO"
2012-03-09 23:26:23 +00:00
MoyuScript
fc9a8533e7
"big performance boost ;o)"
2012-03-09 23:23:17 +00:00
MoyuScript
7e381bcb71
"cleanup"
2012-03-09 23:20:46 +00:00
MoyuScript
ab19aff72d
"added TODO"
2012-03-09 23:11:01 +00:00
MoyuScript
c27166410e
"some cleanup"
2012-03-09 23:09:16 +00:00
MoyuScript
9f9b5bc8c2
"added -o-radial-gradient support"
2012-03-09 23:05:42 +00:00
MoyuScript
78269913ca
"added -moz-radial-gradient support"
2012-03-09 22:58:32 +00:00
MoyuScript
73f7c45cf7
"added -webkit-radial-gradient support"
2012-03-09 22:20:34 +00:00
MoyuScript
2c41507d7c
"center gradient BugFix"
2012-03-07 18:20:09 +00:00
MoyuScript
36a47e4a02
"added TODO"
2012-03-06 21:50:09 +00:00
MoyuScript
66e4cad6c2
"added TODO´s"
2012-03-06 21:45:38 +00:00
MoyuScript
1e34b2aa83
"added contributors"
2012-03-06 21:41:22 +00:00
MoyuScript
651bc1b8cc
"cleanup"
2012-03-06 21:36:29 +00:00
MoyuScript
cdb312a3d2
"-o-linear-gradient parsing"
2012-03-06 21:26:43 +00:00
MoyuScript
dfe557b160
"-moz-linear-gradient parsing"
2012-03-06 21:11:01 +00:00
MoyuScript
8545cc5f7f
"TODO: implement radial gradient generation"
2012-03-05 23:22:01 +00:00
MoyuScript
3eb809dee9
"added -webkit-gradient parsing + tests"
2012-03-05 23:03:36 +00:00
MoyuScript
bb84321745
"renamed getColorStopsFromGradient to parseGradient"
2012-03-05 22:21:28 +00:00
MoyuScript
cd008b6c05
"added tests for getColorStopsFromGradient"
2012-03-05 21:04:25 +00:00
MoyuScript
8350f278fc
"small bugfix"
2012-03-05 19:37:54 +00:00
MoyuScript
f3f9bcdb4d
"added another background gradient to backgrounds.html"
2012-03-05 19:33:52 +00:00
MoyuScript
59cdecbe99
"-webkit-linear-gradient color stops and rendering"
2012-03-05 19:20:44 +00:00
MoyuScript
67c5af1822
removed jQuery.css dependancy and few general CSS bug fixes
2012-03-03 19:18:39 +02:00
MoyuScript
e410dc1179
bug fixes
2012-03-02 21:53:20 +02:00
MoyuScript
243a3ae8f5
simplified API and cleaned up code
2012-03-02 18:05:03 +02:00
MoyuScript
683742bfbe
renamed html2canvas.log to h2clog (minifies better)
...
renamed the html2canvas.canvasContext to h2cRenderContext,
it's used by both backends and thus not canvas specific
2012-02-26 22:57:22 +01:00
MoyuScript
04531dd723
faster imeplementation of fa0f614cc
...
also added try/catch around that addColourStop call
because trowing an exception and failing to finish
the rendering is not nice...
2011-12-21 23:06:09 +01:00
MoyuScript
fa0f614ccd
This fixes an exception when trying to parse gradient like: 'rgb(254, 254, 254) 0%, rgb(236, 236, 236) 100%'
...
Note: This does not parse the % which would be good to delineate steps correctly, just a fix for an Exception.
2011-12-07 09:53:40 +11:00
MoyuScript
4615eb3073
Improve build system: read version from version.txt, fix build without compiler
...
* read the version from version.txt
* set default target to build
* added dependencies to all targets
* allow the build to run without a local copy of the closure compiler
* updated license header with @VERSION@ which will be replaced during the build
* added the license header to all files (that one will be stripped out by the closure compiler)
2011-11-16 00:36:06 +01:00
MoyuScript
708ca39057
Merge remote branch 'upstream/master'
2011-09-13 17:09:42 +03:00
MoyuScript
192521f92d
Added list support
2011-09-13 17:09:33 +03:00
MoyuScript
50c92153d5
Fixed webkit-gradient regular expr
2011-09-13 09:59:12 +03:00
MoyuScript
008ad63555
Added some support for CSS gradients (by cthackers)
2011-09-12 23:50:43 +03:00