Jürg Lehni
|
e22b3292ed
|
Define a fallback for #drawSelected(), for classes that don't have it yet.
|
2013-01-20 14:01:43 -08:00 |
|
Jürg Lehni
|
7756e90ff9
|
Make sure cloned items do not receive the same name when placed inside the same parent, use numbered versions instead.
|
2013-01-20 14:01:43 -08:00 |
|
Jürg Lehni
|
5a2be6d545
|
No need for chainable functions on Item types.
|
2012-12-31 21:42:14 +01:00 |
|
Jürg Lehni
|
5da4e89672
|
Return 'this' in more places to facilitate chained calls inside the library.
|
2012-12-31 20:07:28 +01:00 |
|
Jürg Lehni
|
8bed8cb15d
|
Define mechanism for flexible reading of named arguments through Base.readNamed() and Base.hasNamed(), and use it to implement property object literal versions of Path.Constructor code.
|
2012-12-30 18:24:33 +01:00 |
|
Jürg Lehni
|
24b5f870bd
|
Change Base.isObject() to also check for instances of plain Base objects, and rename it to Base.isPlainObject().
|
2012-12-30 17:30:13 +01:00 |
|
Jürg Lehni
|
2abefee336
|
Merge Base.readValue() with Base.read() and rename Base.peekValue() to Base.peek().
When called directly on Base, read() reads values, otherwise the specific type of the subclass it is called on.
|
2012-12-30 16:07:20 +01:00 |
|
Jürg Lehni
|
4f83e0eee6
|
Commit first version of serialization / deserialization mechanism.
It appears to work fine already for Paths and Groups.
|
2012-12-27 12:45:55 +01:00 |
|
Jürg Lehni
|
ae4e5d4be5
|
Rename Item#setProperties() to hidden #_setProperties() and add public Item#set() to use same functionality from outside.
|
2012-12-27 00:52:09 +01:00 |
|
Jürg Lehni
|
3b88bffff1
|
Document #setProperties() method.
|
2012-12-26 13:29:40 +01:00 |
|
Jürg Lehni
|
3ac039bd66
|
Implement properties object literal initialization for all Item constructors.
|
2012-12-25 22:12:25 +01:00 |
|
Jürg Lehni
|
6b0b6911b4
|
Clean up code a bit.
|
2012-12-25 18:09:42 +01:00 |
|
Jürg Lehni
|
ded73142a9
|
Simplify pointOrMatrix parameters and only allow points. Also remove internal _point cache from PointText and directly link #point to #matrix.
|
2012-12-25 17:57:04 +01:00 |
|
Jürg Lehni
|
623bed4c4a
|
Also clone the applyMatrix property.
|
2012-12-25 17:08:17 +01:00 |
|
Jürg Lehni
|
8f093f6dd7
|
Remove all PORT comments, since we won't port back features to Scriptographer.
|
2012-12-25 16:07:48 +01:00 |
|
Jürg Lehni
|
b54bdadaff
|
Rename Item#transformContent to #applyMatrix.
|
2012-12-24 17:39:24 +01:00 |
|
Jürg Lehni
|
1e283fe113
|
Implement Raster#source and clean up #initialize()
|
2012-12-24 01:12:41 +01:00 |
|
Jürg Lehni
|
d6fceb928f
|
Implement Item#transformContent property, which controls wether Item#transform() directly applies transformations to contents, or simply stores them in Item#matrix.
|
2012-12-24 00:39:42 +01:00 |
|
Jürg Lehni
|
e21ea457a7
|
Remove Item#apply() and clean up #applyMatrix() and simplify handling.
|
2012-12-24 00:29:09 +01:00 |
|
Jürg Lehni
|
734cc1cc61
|
Undo commit 4445376c0204cb5a2e408c64b77a5b6fa09305ba since it clashes with magnification.
|
2012-12-21 16:41:57 +01:00 |
|
Jürg Lehni
|
c63e2c8f79
|
Clean up bounds scope indentation.
|
2012-12-18 14:19:13 +01:00 |
|
Jürg Lehni
|
9a8dddd7df
|
Move Item#isEmpty() out of bounds scope and define documentation for it.
|
2012-12-18 14:18:53 +01:00 |
|
Jürg Lehni
|
b535d9f843
|
Implement new Bootstrap feature that allows hiding of getter parameters to make sure beans are produced, and use it across the library.
|
2012-12-15 19:51:31 +01:00 |
|
Jürg Lehni
|
0d2ed108e2
|
Refactor getBounds code so that functionality can be exposed as static methods on Path.
|
2012-12-15 08:19:10 -08:00 |
|
Jürg Lehni
|
cf5853c8cc
|
Improve handling of item based onFrame handlers, by moving functionality to View and removing handlers properly when the view is destroyed.
|
2012-12-03 09:53:47 -08:00 |
|
Jürg Lehni
|
5b56bd7fbf
|
Fix item-based onFrame handlers so they can be removed again properly.
|
2012-12-03 08:49:49 -08:00 |
|
Jürg Lehni
|
a3a7545cb0
|
Only resize image rasters if the new size is different from the old.
|
2012-12-02 21:13:03 -08:00 |
|
Jürg Lehni
|
523f5c1789
|
Avoid multiple triggering of Raster.onLoad() on cached rasters.
|
2012-12-02 21:05:40 -08:00 |
|
Jürg Lehni
|
d16155f4fe
|
Fix CompoundPath#clone() so that it does not alter the #clockwise state on its children.
|
2012-12-01 11:31:03 -08:00 |
|
Jürg Lehni
|
f90ceb06b3
|
Simplify code that checks for the need of opacity buffering a bit.
|
2012-12-01 11:06:23 -08:00 |
|
Jürg Lehni
|
398ee1a338
|
Redraw view once Raster has finished loading.
|
2012-11-27 14:12:34 -08:00 |
|
Jürg Lehni
|
906faf7956
|
Improve handling of nested matrices in hit-testing.
Closes #134.
|
2012-11-23 12:41:00 -08:00 |
|
Jonathan Puckey
|
157a59d315
|
Merge branch 'master' of https://github.com/paperjs/paper.js
|
2012-11-23 21:21:20 +01:00 |
|
Jonathan Puckey
|
4c409b37fb
|
Merge pull request #135 from 0/layer-insert-below
Fix insertBelow for Layer items
|
2012-11-23 12:05:11 -08:00 |
|
Jonathan Puckey
|
151f7026e1
|
Fix mistake in previous commit.
|
2012-11-23 20:55:46 +01:00 |
|
Jonathan Puckey
|
43b3ac6beb
|
Optimize PlacedSymbol#_hitTest a bit.
Use faster Point#_transformPoint function to transform point.
|
2012-11-23 20:48:34 +01:00 |
|
Jonathan Puckey
|
e835ccf786
|
Remove accidentally committed logging statement.
|
2012-11-23 20:43:28 +01:00 |
|
Jonathan Puckey
|
90e475b5f9
|
Support hit-testing of placed-symbols and add test. Closes #131.
|
2012-11-23 20:29:36 +01:00 |
|
Jürg Lehni
|
373474d088
|
Implement loading Rasters from external sources and notify using a 'load' callback.
|
2012-11-21 10:39:26 -08:00 |
|
Dmitri Iouchtchenko
|
ae7e6ee6b3
|
Fix insertBelow for Layer objects
|
2012-11-19 23:41:04 -05:00 |
|
Jürg Lehni
|
e9a9066d7f
|
Use group creation without explicit array declaration, as that's been supported all along.
|
2012-11-06 20:37:50 -08:00 |
|
Jürg Lehni
|
c70948c762
|
Return the inserted item in #addChild() & co, instead of true / false.
|
2012-11-06 12:44:02 -08:00 |
|
Jonathan Puckey
|
bda7c71fcb
|
Fix problem when calling new Group([]).
|
2012-11-06 18:07:51 +01:00 |
|
Jürg Lehni
|
35568c15f2
|
Implement transparent constant-substitution in prepro.js to shave of some extra bytes of final distribution file.
|
2012-11-05 18:11:44 -08:00 |
|
Jürg Lehni
|
61531949b0
|
Rework horizontal / vertical lineto command code a bit.
|
2012-11-05 08:54:10 -08:00 |
|
Jürg Lehni
|
19d145f281
|
Introduce Item#type, returning a simple item type string identifier.
|
2012-11-03 23:43:18 -07:00 |
|
Jürg Lehni
|
63640cad03
|
Fix issue with hit-testing of translated rasters and other items.
Use the untransformed point in the initial bounds check. Closes #45, #86.
|
2012-10-20 16:54:39 -04:00 |
|
Jürg Lehni
|
30374ae3b4
|
Implement proper index independent argument list reading of basic types.
Implemented for Point, Size, Rectangle and Color.
|
2012-10-18 14:24:15 -07:00 |
|
Jürg Lehni
|
e17e94b50b
|
Implement Item#isEmpty() for the various types.
And use it to tell #getBounds() when to ignore items.
|
2012-10-10 20:11:11 -07:00 |
|
Jonathan Puckey
|
e3518c29b1
|
Fix issue where adding the children of one group to another using Item#insertChildren / Item#addChildren does not work.
This fixes #119. To avoid duplication I chose to call
Item#insertChildren from Item#addChildren.
|
2012-10-06 13:08:07 +02:00 |
|