a-puzo
|
66547a4442
|
Correct view centering
Fixed bad centering when `view.center` and `view.zoom` are changed
|
2013-02-13 06:35:19 +04:00 |
|
Jürg Lehni
|
ca3cc7f46d
|
Define CanvasProvider.getContext() next to getCanvas(), and support both types in release().
|
2013-02-12 16:06:24 -08:00 |
|
Jürg Lehni
|
357b7dbc54
|
Shorten CanvasProvider method names.
|
2013-02-12 15:53:27 -08:00 |
|
Jürg Lehni
|
b10454a83c
|
Rename Matrix#createInverse() to #inverted() and #createShiftless() to #shiftless().
|
2013-02-09 12:18:40 -08:00 |
|
Jürg Lehni
|
6c9c16ad3d
|
Update copyright information comments, and year.
|
2013-01-28 18:03:27 -08: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
|
9d47bfcf0b
|
Suppress weird JSdoc warnings.
|
2012-12-24 17:20:00 +01:00 |
|
Jürg Lehni
|
1046e440e8
|
Improve documentation.
|
2012-12-23 16:01:53 +01:00 |
|
Jürg Lehni
|
2218ca31f6
|
Fix support for double-click events.
Closes #90.
|
2012-12-17 22:22:58 +01:00 |
|
Jürg Lehni
|
14e6edb8ee
|
Fix #toString() for event objects.
|
2012-12-08 19:57:04 -08:00 |
|
Jürg Lehni
|
92e9bb2a6a
|
Change item based onFrame handlers to have their own time and frame counters.
|
2012-12-03 10:04: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
|
81257a28ec
|
Have item actually nested inside table cell.
|
2012-11-14 21:16:33 -08:00 |
|
Jürg Lehni
|
61c37f0858
|
Improve component type guessing.
|
2012-11-14 18:34:27 -08:00 |
|
Jürg Lehni
|
532a94369e
|
Fix a couple of code typos.
|
2012-11-14 18:30:33 -08:00 |
|
Jürg Lehni
|
bd8dc0c3de
|
Fix bug when values do not have associated components.
|
2012-11-14 18:30:22 -08:00 |
|
Jürg Lehni
|
5097bf37ff
|
Fix small newly introduced bug.
|
2012-11-14 12:56:13 -08:00 |
|
Jürg Lehni
|
4945a45a99
|
Further simplify Palette code: Directly link values to components, without a private values list, and improve values conversion.
|
2012-11-14 12:49:03 -08:00 |
|
Jürg Lehni
|
01c936e1b9
|
Also consider palette component's initial values.
|
2012-11-14 12:30:13 -08:00 |
|
Jürg Lehni
|
74bce39184
|
Make sure private values are initialized correctly.
|
2012-11-14 12:10:39 -08:00 |
|
Jürg Lehni
|
a646f922d4
|
Convert values of numeric items to numbers.
|
2012-11-14 12:06:41 -08:00 |
|
Jürg Lehni
|
26e3090b40
|
Actually update linked palette values when input items change.
|
2012-11-14 12:06:06 -08:00 |
|
Jürg Lehni
|
3fe936addf
|
Expose Palettes through PaperScope#palettes.
|
2012-11-14 12:05:36 -08:00 |
|
Jürg Lehni
|
405198f94d
|
Implement Component#label and Palette#remove().
|
2012-11-14 12:05:12 -08:00 |
|
Jürg Lehni
|
0b919d0907
|
Rename Palette classes.
|
2012-11-14 10:56:32 -08:00 |
|
Jürg Lehni
|
b122a85512
|
Make Palette#reset() work.
|
2012-11-14 10:02:16 -08:00 |
|
Jürg Lehni
|
926e5d0b3a
|
Clean up code.
|
2012-11-14 10:02:07 -08:00 |
|
Jürg Lehni
|
550d43ae0b
|
Check in first version of Scriptographer-style Palette / Component GUI code, including a basic example.
It kinda works already!
|
2012-11-14 01:35:34 -08:00 |
|
Jürg Lehni
|
a7320cf2e2
|
Implement new DomElement micro lib, supporting creation of elements, getting and setting of style, content, and events, in an elegant fashion.
|
2012-11-13 22:58:03 -08:00 |
|
Jürg Lehni
|
d5a9a48db3
|
Also expose space bar state through Event#modifiers.
|
2012-11-07 01:02:48 -08:00 |
|
Jürg Lehni
|
4e1db6a1d1
|
Fix a row of documentation issues.
|
2012-11-06 13:35:50 -08:00 |
|
Jürg Lehni
|
04df1a0d4a
|
Always set canvas size, to avoid zooming pixels if size is set to a percentage.
|
2012-10-31 09:49:42 -07:00 |
|
Jürg Lehni
|
96e1765e4f
|
Do not implicitly use getTool() getter since it creates tools when none exists.
|
2012-10-30 11:43:06 -07:00 |
|
Jürg Lehni
|
7096b37b2e
|
Change the way canvases get temporarily focused when there is more than one and the mouse is outside all of them.
Closes #115.
|
2012-10-22 18:03:57 -07:00 |
|
Jürg Lehni
|
20797b8cc3
|
Avoid name clash between View._handlers and Callback._handlers that keeps track of installed handlers.
Closes #109.
|
2012-10-22 17:38:40 -07:00 |
|
Jürg Lehni
|
ed9037deb1
|
Fix white-space.
|
2012-10-08 18:44:08 -07:00 |
|
Jürg Lehni
|
f75386e8fb
|
No need to check _windowHandlers, as DomEvent.remove does the right thing either way.
|
2012-10-08 18:09:41 -07:00 |
|
Jürg Lehni
|
08cb7c76ea
|
Clean up resize handlers when removing resizing views.
Closes #121.
|
2012-10-08 18:05:44 -07:00 |
|
Jürg Lehni
|
59a55f7574
|
Merge branch 'master' of github.com:paperjs/paper.js
|
2012-09-30 14:08:44 -07:00 |
|
Jürg Lehni
|
93ba19f7e2
|
Define key-code for tab key.
|
2012-09-30 14:05:51 -07:00 |
|
Jonathan Puckey
|
772174cedc
|
Documentation for Tool and View event handling.
|
2012-02-02 11:45:02 +01:00 |
|
Jürg Lehni
|
2280c0cb94
|
Fix drawing of selected items in zoomed views.
|
2011-12-27 16:40:49 +01:00 |
|
Jürg Lehni
|
7b03dbedb9
|
Move stats update to onFrame handler.
|
2011-12-27 16:06:47 +01:00 |
|
Jürg Lehni
|
010209c70f
|
Pass on view matrix to Project#draw.
So selection drawing is not zoomed.
|
2011-12-20 11:41:23 +01:00 |
|
Jürg Lehni
|
4514c63ed4
|
Merge remote-tracking branch 'origin/master'
|
2011-12-18 21:30:22 +01:00 |
|
Jürg Lehni
|
b0b49d027a
|
Remove unused parameter.
|
2011-12-10 20:05:26 +01:00 |
|
Xin Wang
|
95b3bad6dc
|
Use break to avoid uncaught exception.
|
2011-12-06 09:41:40 +08:00 |
|
Jonathan Puckey
|
1414500f45
|
First version of documentation of Item event handlers and MouseEvent.
|
2011-12-01 11:57:10 +01:00 |
|
Jürg Lehni
|
b5e46971f0
|
Replace new Size(x, y) calls with internal Size.create(x, y).
|
2011-11-29 17:11:15 +01:00 |
|
Jürg Lehni
|
b9f6c99dcd
|
Add comments and clean up code.
|
2011-11-17 19:28:05 +01:00 |
|