Commit graph

2089 commits

Author SHA1 Message Date
Jürg Lehni
d95480bc22 Remove trailing white spaces. 2011-07-01 12:01:32 +02:00
Jürg Lehni
230e42ee50 Create new parse-js-unicode.js with latest changes and fixes from HEAD (including unicode suport), and backport other fixes to smaller parse-js.js (except space consuming unicode support). 2011-07-01 11:58:43 +02:00
Jürg Lehni
609f23c64d Make PlacedItem#matrix private and add getter / setter for it. 2011-07-01 11:32:09 +02:00
Jürg Lehni
1cd7165ea2 Define PlacedItem as base class for Raster and PlacedSymbol. 2011-07-01 11:26:51 +02:00
Jürg Lehni
7211e68245 Add documentation to PathItem class. 2011-07-01 11:22:33 +02:00
Jürg Lehni
93518c07dc Merge branch 'master' of github.com:paperjs/paper.js 2011-07-01 11:04:53 +02:00
Jürg Lehni
1d5838cdbf Merge branch 'examples_filerenames' of https://github.com/rdworth/paper.js into rdworth-examples_filerenames 2011-07-01 11:03:57 +02:00
Jürg Lehni
bb467462c3 Merge pull request #10 from rdworth/text_content_string
TextItem content: Added coersion to string in content setter since 0 numb
2011-07-01 02:00:26 -07:00
Jürg Lehni
81dd35d3fb Merge pull request #11 from rdworth/examples_title
Examples: Added more descriptive titles to each example html page
2011-07-01 01:59:03 -07:00
Jürg Lehni
0a719d909a Merge pull request #15 from rdworth/example_strokebounds_semicolons
Example: Stroke Bounds: Added two missing semicolons, example is broken w
2011-07-01 01:56:59 -07:00
Jürg Lehni
0d8fdabe23 Merge pull request #16 from rdworth/examples_doctype
Examples: Uncommented out doctype in a few example html files to avoid qu
2011-07-01 01:55:08 -07:00
Jürg Lehni
1e97f94ac0 Merge pull request #8 from rdworth/whitespace_trailing
Whitespace. Removed all trailing whitespace from .js files
2011-07-01 01:52:55 -07:00
Richard D. Worth
10e36f98ee Examples: Uncommented out doctype in a few example html files to avoid quirks mode 2011-06-30 21:20:09 -04:00
Richard D. Worth
7085eeae51 Example: Stroke Bounds: Added two missing semicolons, example is broken without them. 2011-06-30 21:04:16 -04:00
Jürg Lehni
7622b3bdaf Update Contributor License Agreement link. 2011-07-01 01:39:25 +02:00
Richard D. Worth
a518b3fd19 Remove non-whitespace change 2011-06-30 11:02:49 -04:00
Richard D. Worth
b47d988fb3 Examples: Renamed a few html files to correct one typo and fix inconsistency with spaces in filenames 2011-06-30 10:07:05 -04:00
Richard D. Worth
45f8c7cd1a Examples: Added more descriptive titles to each example html page 2011-06-30 09:57:17 -04:00
Richard D. Worth
fdd62ed929 TextItem content: Added coersion to string in content setter since 0 number is falsy but '0' string is not. Removed coersion from PathStructure example (introduced in 5637b3e37e4541c4e78180a168107be8282c136f line 64) 2011-06-30 09:12:14 -04:00
Jürg Lehni
4ea9f16bde Merge remote-tracking branch 'origin/master' 2011-06-30 14:45:12 +02:00
Jürg Lehni
00f7b3530a Include new minified version of parse-js and build dist library again. 2011-06-30 14:44:58 +02:00
Jonathan Puckey
7ee7895d57 Clean up Future Splash example a bit. 2011-06-30 14:01:18 +02:00
Jonathan Puckey
1d6b5e23c8 Merge remote branch 'origin/master' 2011-06-30 13:56:02 +02:00
Jonathan Puckey
d8f54b1c9b Add FutureSplash example. 2011-06-30 13:55:35 +02:00
Richard D. Worth
ac39873693 Whitespace. Removed all trailing whitespace from .js files 2011-06-30 06:01:51 -04:00
Jürg Lehni
cb0eab92b9 Update dist version of library and docs. 2011-06-30 11:25:39 +02:00
Jürg Lehni
ee9c7e17b6 Merge remote-tracking branch 'origin/master' 2011-06-30 11:23:42 +02:00
Jonathan Puckey
5982196c66 PaperScript: add todo for supporting scripts with type: 'text/x-paperscript'. 2011-06-30 10:58:09 +02:00
Jonathan Puckey
3ddf2b40ca Clean up PathStructure example. 2011-06-30 10:49:54 +02:00
Jonathan Puckey
fb2a05f989 Merge pull request #6 from rdworth/example_pathstructure_resize
Examples: Path Structure: refactored to handle resize as well as to display label for first point (number 0 as text content is falsy)
2011-06-30 01:40:48 -07:00
Jürg Lehni
4c6e152748 Move Item#setBounds() close to #getBounds() and document #_getBounds(). 2011-06-30 08:53:57 +02:00
Jürg Lehni
cca562efc0 Prepare Item#_getBounds() for #controlBounds. 2011-06-30 08:51:53 +02:00
Richard D. Worth
1ab78ba594 Examples: Path Structure: refactored to handle resize as well as to display label for first point (number 0 as text content is falsy) 2011-06-29 16:12:51 -04:00
Jonathan Puckey
a26a292783 Don't use keepAlive option in examples. 2011-06-29 13:44:06 +02:00
Jonathan Puckey
c622d1419a Improve RadialRainbows example. 2011-06-29 13:30:04 +02:00
Jürg Lehni
965f49d156 Merge remote-tracking branch 'origin/master' 2011-06-28 16:12:07 +02:00
Jürg Lehni
3e373dfb21 Fix error in parse-js, forgotten in previous renaming. 2011-06-28 16:12:00 +02:00
Jonathan Puckey
2010f1b8d5 Clean up Tadpoles example. 2011-06-28 12:20:29 +02:00
Jonathan Puckey
b7ba11c9b8 Cleanup StrokeBounds example. 2011-06-28 12:13:13 +02:00
Jonathan Puckey
9e2fa872f8 Fix downloads url in readme. 2011-06-28 11:35:52 +02:00
Jonathan Puckey
0463fcc9ca Fix spelling mistake. 2011-06-28 11:35:08 +02:00
Jürg Lehni
28921e9a76 Update PaperScript to work with new parse-js and beautify code so that line numbers in error messages remain correct. 2011-06-28 10:52:50 +02:00
Jürg Lehni
dcc7d29726 Remove stack trace from JS_Parse_Error, as it will always point to parse-js code. 2011-06-28 10:47:39 +02:00
Jürg Lehni
d96ac85879 Undo a few renames in parse-js, to facilitate porting over of changes. 2011-06-28 10:43:06 +02:00
Jürg Lehni
e93b3d5c97 Fix spelling mistake. 2011-06-28 09:20:42 +02:00
Jürg Lehni
0eb033e6bf Only try to simplfy path if there are more than two segments in it. 2011-06-27 22:35:02 +02:00
Jürg Lehni
b0156c0e8b Replace @type function with @type Function. 2011-06-27 15:34:32 +02:00
Jürg Lehni
d33e480749 Update JsDoc. 2011-06-27 15:28:32 +02:00
Jürg Lehni
9b1996c41e Update dist version of library and docs. 2011-06-27 15:28:11 +02:00
Jürg Lehni
3f8e8fcc1f Fix Documentation. 2011-06-27 15:27:32 +02:00