Jürg Lehni
|
e1a7aff2f0
|
Add copyright notice and license file.
|
2011-03-07 00:50:44 +00:00 |
|
Jürg Lehni
|
f5d8f24faa
|
Small changes.
|
2011-03-05 20:43:00 +00:00 |
|
Jürg Lehni
|
737d57db24
|
Define Base#each in a way so it can be used in future Bootstrap changes for Hash and Array.
|
2011-03-05 20:39:30 +00:00 |
|
Jürg Lehni
|
736b79fa29
|
Further optimise / clean-up Bootstrap core.
|
2011-03-05 20:07:58 +00:00 |
|
Jürg Lehni
|
8e25a951bc
|
Move Base.capitalize() and Base.read() out of Bootstrap core into Paper.js, so normal Bootstrap libs can work with it too.
|
2011-03-05 14:17:17 +00:00 |
|
Jürg Lehni
|
352b3f0d40
|
More work on Bootstrap core, move Base.isArray back to Array.isArray.
|
2011-03-05 13:53:18 +00:00 |
|
Jürg Lehni
|
7b237ceedc
|
Further clean-up Bootstrap code.
|
2011-03-04 22:22:22 +00:00 |
|
Jürg Lehni
|
c25db2377f
|
Clean up Bootstrap core further and move Base.capitalize there.
|
2011-03-04 22:14:23 +00:00 |
|
Jürg Lehni
|
84790780e3
|
Change Bootstrap core so no standard prototypes are modified, not even Function.prototype.
|
2011-03-04 22:02:40 +00:00 |
|
Jürg Lehni
|
8a61599c7d
|
More work on Bootstrap core.
|
2011-03-04 21:46:50 +00:00 |
|
Jürg Lehni
|
9bd8950e33
|
Make sure Base object is scoped locally.
|
2011-03-04 21:38:42 +00:00 |
|
Jürg Lehni
|
630c3431d8
|
Commit hand-crafted Bootstrap core, changes that need to be backported to the full Bootstrap later.
|
2011-03-04 21:37:58 +00:00 |
|
Jürg Lehni
|
101cb11973
|
Change Base.read to not return an object if only null is provided.
|
2011-03-04 19:06:05 +00:00 |
|
Jürg Lehni
|
bbf19840d3
|
Fix Base.read() to support alternative objcets returned by initialize().
|
2011-03-04 17:01:15 +00:00 |
|
Jürg Lehni
|
c6d79f964c
|
Generalise all read() functions in Base.read(), fix an issue in by making sure arguments passed to initialie are never larger than length, and have Color's initialize create an RGBColor, to still be able to use Color.read().
|
2011-03-04 13:19:07 +00:00 |
|
Jürg Lehni
|
fdd488b8a6
|
Replace repeat_string(str, count) with (new Array(count).join(str)) hack.
|
2011-03-04 00:47:48 +00:00 |
|
Jürg Lehni
|
b6d1be14ca
|
Add missing function to parse-js.
|
2011-03-04 00:44:15 +00:00 |
|
Jürg Lehni
|
ba7d2c0acf
|
Add minified version of parse-js.
|
2011-03-03 22:59:27 +00:00 |
|
Jürg Lehni
|
52ab361ed5
|
Include minified version of parse-js (25kb) inside PaperScript object.
|
2011-03-03 22:55:18 +00:00 |
|
Jürg Lehni
|
111fd5ea14
|
Add a modified version of parse-js, to work on browsers and stripped of code that is not needed for paper.js.
|
2011-03-03 22:14:46 +00:00 |
|
Jürg Lehni
|
a543801598
|
Rename Bootstrap.js file to lowercase bootstrap.js.
|
2011-03-03 16:56:31 +00:00 |
|
Jürg Lehni
|
a7dc48951d
|
Improve previous getter / setter check in Bootstrap.
|
2011-02-16 00:40:10 +00:00 |
|
Jürg Lehni
|
00ee00d6ac
|
Update Bootstrap to not fail when overriding existing beans or getter / setters.
|
2011-02-16 00:18:08 +00:00 |
|
Jürg Lehni
|
d82eb4534c
|
Update Bootstrap.js to provide Array.isArray() if missing.
|
2011-02-15 23:10:31 +00:00 |
|
Jürg Lehni
|
91e8a3b652
|
Update Bootstrap to fix issues with beans (requiring definition of setter when getter is redefined in sub-class), and remove setBounds in PathItem that was introduced for that reason.
|
2011-02-14 10:28:27 +00:00 |
|
Jürg Lehni
|
08d4826441
|
Reformating code to follow Scriptotgrapher coding conventions.
|
2011-02-13 16:26:24 +00:00 |
|
Jonathan Puckey
|
c0e2101c32
|
Clean up src directory and move Bootstrap.js into lib.
|
2011-02-12 17:59:39 +01:00 |
|