Sebastian Thiel
|
7a591bb4a8
|
cleanup special 'definedProperties' field in Node
'definedProperties' seems like module-meta-data, which shouldn't be on a Node instance.
|
2016-01-03 15:59:50 +01:00 |
|
Jeff Avallone
|
966ab5f2d6
|
Fixing lint errors
|
2015-11-01 10:28:37 -05:00 |
|
Jeff Avallone
|
1ef8bd7500
|
Adding documentation and a few tweaks to node.js
|
2015-04-19 16:40:53 -04:00 |
|
Jeff Avallone
|
8796c1329c
|
Reorganizing and cleanup of base Node code
|
2015-04-19 12:06:22 -04:00 |
|
Jeff Avallone
|
5917d2b035
|
Updating getBBox and anchor code to improve performance
This change will reduce the number of calls to this.container.getBBox
when calculating the bounding box of a node
|
2015-04-16 17:13:12 -04:00 |
|
Jeff Avallone
|
5601c6a398
|
Removing some long dead code
|
2015-04-16 17:13:00 -04:00 |
|
Jeff Avallone
|
06e66c0f24
|
Creating helper methods for the setTimeout uses
Abstracting out some of the setTimeout patterns that have popped up in
the code to make the intention clearer.
|
2015-03-14 17:27:59 -04:00 |
|
Jeff Avallone
|
0093db8e20
|
Replacing Q promises with ES6 promises
|
2015-03-14 17:11:14 -04:00 |
|
Jeff Avallone
|
3970224302
|
Removing use of notify to update progress bar
|
2015-03-14 14:01:25 -04:00 |
|
Jeff Avallone
|
e890fe7d2c
|
Updating progress using the promise notify feature
|
2014-12-29 17:35:18 -05:00 |
|
Jeff Avallone
|
6c5b36f334
|
Changing util.js to export an object
This allows the methods to be spied on in tests
|
2014-12-20 10:25:32 -05:00 |
|
Jeff Avallone
|
a50ba68a21
|
Moving spaceHorizontally and spaceVertically to util.js
|
2014-12-19 12:11:44 -05:00 |
|
Jeff Avallone
|
870b2e6ed4
|
Moving normalizeBBox to util.js
|
2014-12-19 12:06:21 -05:00 |
|
Jeff Avallone
|
be145e3fac
|
Adding rest of tests for Node class
|
2014-12-19 11:48:09 -05:00 |
|
Jeff Avallone
|
91581afe2c
|
Adding more Node tests
|
2014-12-19 11:00:47 -05:00 |
|
Jeff Avallone
|
78917d44e6
|
Extracting custom event creation into a util module
|
2014-12-19 10:24:45 -05:00 |
|
Jeff Avallone
|
80ec29cd6b
|
Refactoring parser code to remove global state
This allows canceling an in-progress render and moves some of the
rendering code to a more appropriate location.
|
2014-12-18 11:13:15 -05:00 |
|
Jeff Avallone
|
c64e48946e
|
Adding support for canceling a parse/render
|
2014-12-17 19:24:33 -05:00 |
|
Jeff Avallone
|
bc351bc9fc
|
Removing unnecessary render step
|
2014-12-17 17:18:46 -05:00 |
|
Jeff Avallone
|
17a95392a8
|
Refactoring property definition code
|
2014-12-17 16:04:55 -05:00 |
|
Jeff Avallone
|
a0f145ab3d
|
Removing unnecessary atype attributes
|
2014-12-17 15:48:06 -05:00 |
|
Jeff Avallone
|
f93388dec0
|
Converting getAnchor into a property
|
2014-12-17 15:24:27 -05:00 |
|
Jeff Avallone
|
155ad51d58
|
Turning container into a property
|
2014-12-17 15:14:33 -05:00 |
|
Jeff Avallone
|
c5c98ad62f
|
Simplifying node proxy code
|
2014-12-17 15:12:04 -05:00 |
|
Jeff Avallone
|
e362a54551
|
Converting methods into properties where possible/reasonable
|
2014-12-17 14:44:48 -05:00 |
|
Jeff Avallone
|
4af524112e
|
Moving properties out of the way
|
2014-12-17 12:07:25 -05:00 |
|
Jeff Avallone
|
57ccd4b0c5
|
Refactoring to enhance the SyntaxNode extending
|
2014-12-17 11:53:04 -05:00 |
|