Лаврёнов Антон
|
3a5b6eb766
|
Faster removeChildren and destroyChildren methods
|
2014-03-02 08:21:11 +08:00 |
|
Лаврёнов Антон
|
74060ce935
|
add function takes care about parent existence. fix #426, #434
|
2014-03-02 07:50:51 +08:00 |
|
Лаврёнов Антон
|
cadcb91fbc
|
ignoring index functions (moveToTop, moveUp, moveDown, moveToBottom, setZIndex) if node has no parent
|
2014-03-01 20:23:37 +08:00 |
|
Лаврёнов Антон
|
0821d7c99d
|
Merge branch 'master' of github.com:ericdrowell/KineticJS
|
2014-03-01 20:16:27 +08:00 |
|
Лаврёнов Антон
|
30f80dfd80
|
Auto create Stage container in nodejs
|
2014-03-01 18:09:27 +08:00 |
|
Лаврёнов Антон
|
046ca0257b
|
Useful message if stage container is not founded
|
2014-03-01 17:45:35 +08:00 |
|
Eric Rowell
|
980918f710
|
promoting version to 5.02 in package.json file. This is the version we are working on
|
2014-02-27 19:16:25 -08:00 |
|
Eric Rowell
|
f41b107474
|
changed lint to hint in grunt file, and removed KineticEvents-test as it is not a functional test
|
2014-02-27 19:15:18 -08:00 |
|
Eric Rowell
|
d18fd9cc43
|
Merge branch 'master' of git://github.com/ericdrowell/KineticJS
|
2014-02-27 19:07:39 -08:00 |
|
Eric Rowell
|
fbcc5814f2
|
removed ^ from package.json file. Removed throttling support for mousemove and touchmove for now. It doesn't appear to have helped performance on Anton's device, so I don't want to leave it in if it's not making much of a difference. Anything that's async can be error prone, especially in combination with batch drawing
|
2014-02-27 19:07:10 -08:00 |
|
Лаврёнов Антон
|
9397a96127
|
Better NodeJS support (full stage support)
|
2014-02-28 10:37:57 +08:00 |
|
Лаврёнов Антон
|
5cbb73a079
|
gen-doc -> docs
|
2014-02-28 08:21:29 +08:00 |
|
Лаврёнов Антон
|
3c508f96ab
|
evt.targetNode property for Hammer Event
|
2014-02-28 08:20:20 +08:00 |
|
Лаврёнов Антон
|
faa3ef13cd
|
fix #431
|
2014-02-28 00:07:29 +08:00 |
|
Лаврёнов Антон
|
f9a05c4a56
|
add memory leak test file
|
2014-02-28 00:07:13 +08:00 |
|
Лаврёнов Антон
|
6c46e44bbd
|
fix #500
|
2014-02-27 22:53:30 +08:00 |
|
Лаврёнов Антон
|
1d4a65ae08
|
remove node-canvas dependence for travis tests
|
2014-02-27 20:07:40 +08:00 |
|
Лаврёнов Антон
|
4d5dabee45
|
typo fix
|
2014-02-27 20:04:38 +08:00 |
|
Лаврёнов Антон
|
a50b2317ba
|
.npmignore added
|
2014-02-27 20:00:41 +08:00 |
|
Лаврёнов Антон
|
c8ddd27c2c
|
Alpha nodejs support
|
2014-02-27 19:55:39 +08:00 |
|
Лаврёнов Антон
|
5f931cf250
|
Several README typo fixes
|
2014-02-27 18:51:33 +08:00 |
|
Лаврёнов Антон
|
7c5794f838
|
http://localhost:8080/test/runner.html
|
2014-02-27 18:46:15 +08:00 |
|
Лаврёнов Антон
|
ac2cb3c7ea
|
grunt server tasks added
|
2014-02-27 18:45:28 +08:00 |
|
Лаврёнов Антон
|
aeecd2d200
|
remove tests folder
|
2014-02-27 18:01:38 +08:00 |
|
Лаврёнов Антон
|
5a4ffb0621
|
test, gen-doc tasks
|
2014-02-27 17:56:41 +08:00 |
|
Лаврёнов Антон
|
098fabbfc1
|
merge
|
2014-02-27 09:13:55 +08:00 |
|
Лаврёнов Антон
|
eb16e29197
|
only lint errors fixes
|
2014-02-27 08:49:18 +08:00 |
|
Лаврёнов Антон
|
2757842935
|
fix #670
Some lint error resolve
|
2014-02-27 08:19:29 +08:00 |
|
Eric Rowell
|
26a267a457
|
skipping sprite tests because it fails sporadically
|
2014-02-26 10:54:21 -08:00 |
|
Eric Rowell
|
160de825fa
|
now that mousemove and touchmove are async due to throttling, the tests have to be async as well
|
2014-02-26 10:38:03 -08:00 |
|
Eric Rowell
|
64c657c9ba
|
Merge branch 'master' of git://github.com/ericdrowell/KineticJS
|
2014-02-26 08:46:47 -08:00 |
|
Eric Rowell
|
8fcd882ba5
|
added throttling to mousemove and touchmove. Added logic to prevent Android from detecting both touch and mouse events
|
2014-02-26 08:46:26 -08:00 |
|
Eric Rowell
|
04b19e7d8a
|
Merge pull request #786 from kzhdev/fix-setPixelRatio
fixed an issue where setPixelRatio changed canvas to wrong size
|
2014-02-26 08:03:00 -08:00 |
|
Eric Rowell
|
c2e138c6f4
|
for desktop browsers, always set pixel ratio to 1. When users have zoom enabled, it affects pixel ratio and causes artifacts. There doesn't appear to be a way to detect zoom level for modern browsers in order to adjust the pixel ratio
|
2014-02-26 07:57:05 -08:00 |
|
Eric Rowell
|
3191729210
|
Merge pull request #825 from singlebrook/text_font-variant_attribute
add font-variant support to Text and TextPath
|
2014-02-25 18:26:21 -08:00 |
|
sonnym
|
2f7821c898
|
add font-variant support to Text and TextPath
|
2014-02-25 17:34:16 -05:00 |
|
Лаврёнов Антон
|
a7ceaa8f24
|
package.json is updated for latest version of libraries.
They works better, especially jshint.
(!) Please run `npm install` to update node_modules
|
2014-02-25 14:01:32 +08:00 |
|
Лаврёнов Антон
|
2055e864a6
|
ellipse code example is added to docs
|
2014-02-25 08:30:11 +08:00 |
|
Anton Lavrenov
|
ae65708ed6
|
Merge pull request #802 from Moeriki/ellipse-doc
updated constructor documentation
|
2014-02-25 07:26:15 +07:00 |
|
Лаврёнов Антон
|
6b8fff082e
|
_setInterval for Sprite
|
2014-02-25 07:30:10 +08:00 |
|
Лаврёнов Антон
|
0a664e009c
|
Sprite test improve
|
2014-02-25 00:54:20 +08:00 |
|
Anton Lavrenov
|
627040990b
|
Merge pull request #823 from lavrton/extendEvents
Some event methods aliases
|
2014-02-24 23:48:23 +07:00 |
|
Лаврёнов Антон
|
08d9be8371
|
fix #447
|
2014-02-25 00:40:35 +08:00 |
|
Лаврёнов Антон
|
7e62414f0c
|
docs: fix cache config
|
2014-02-24 22:33:25 +08:00 |
|
Лаврёнов Антон
|
c7a5db1a80
|
docs: fix wrong shadow color configuration
|
2014-02-24 22:28:05 +08:00 |
|
Лаврёнов Антон
|
59bf6a3f9b
|
docs: clear is method of layer
|
2014-02-24 22:23:19 +08:00 |
|
Лаврёнов Антон
|
9926f5a6a9
|
setSize docs improve
|
2014-02-24 22:20:19 +08:00 |
|
Лаврёнов Антон
|
e97f3a4138
|
more event methods
|
2014-02-21 09:03:21 +08:00 |
|
Eric Rowell
|
f8ccd574cb
|
made several optimizations to the Animation class. removed FRAF logic. Using performance.now when available. No longer creating a new function for every animation loop. requestAnimFrame is now called before render instead of after
|
2014-02-19 08:39:38 -08:00 |
|
Dieter Luypaert
|
fbd4a4a330
|
updated constructor documentation to comply with new "object literals" rule
|
2014-02-10 20:49:13 +01:00 |
|