Branch: refs/heads/unstable
  Home:   https://github.com/cytoscape/cytoscape.js
  Commit: bbca91fa9719cb309a27de1b29b5e58b1742ab51
      
https://github.com/cytoscape/cytoscape.js/commit/bbca91fa9719cb309a27de1b29b5e58b1742ab51
  Author: Max Franz <[email protected]>
  Date:   2016-03-31 (Thu, 31 Mar 2016)

  Changed paths:
    M gulpfile.js

  Log Message:
  -----------
  publishing should happen only after initial confirm


  Commit: fa7fb0c0bcdc6f815691a593096d2f092f593490
      
https://github.com/cytoscape/cytoscape.js/commit/fa7fb0c0bcdc6f815691a593096d2f092f593490
  Author: Max Franz <[email protected]>
  Date:   2016-03-31 (Thu, 31 Mar 2016)

  Changed paths:
    M src/extensions/renderer/base/coord-ele-math.js

  Log Message:
  -----------
  should use rstyle cache by default for performance (helps animated layouts 
etc)


  Commit: f26942ce25f0e7e2bb35a40239224ca6b7b4747c
      
https://github.com/cytoscape/cytoscape.js/commit/f26942ce25f0e7e2bb35a40239224ca6b7b4747c
  Author: Max Franz <[email protected]>
  Date:   2016-03-31 (Thu, 31 Mar 2016)

  Changed paths:
    M src/extensions/renderer/canvas/drawing-label-text.js

  Log Message:
  -----------
  performance of style calculation for edges was decreased by adding source and 
target labels; this fixes that for edges without the labels


  Commit: b9fe4454ca2c6a3ffa65002b2a3f6109a39057eb
      
https://github.com/cytoscape/cytoscape.js/commit/b9fe4454ca2c6a3ffa65002b2a3f6109a39057eb
  Author: Max Franz <[email protected]>
  Date:   2016-03-31 (Thu, 31 Mar 2016)

  Changed paths:
    M src/style/apply.js

  Log Message:
  -----------
  don't create obj for transition if not transitioning for mem perf


  Commit: 4ed25c3b7c75a0482167549603e3594d20ab1144
      
https://github.com/cytoscape/cytoscape.js/commit/4ed25c3b7c75a0482167549603e3594d20ab1144
  Author: Max Franz <[email protected]>
  Date:   2016-03-31 (Thu, 31 Mar 2016)

  Changed paths:
    M src/collection/dimensions.js

  Log Message:
  -----------
  update bounds for label instead of creating a new obj each time to save heap 
mem / gc


  Commit: fb816a9ee86f0425c6238ecc3775e2908c46db63
      
https://github.com/cytoscape/cytoscape.js/commit/fb816a9ee86f0425c6238ecc3775e2908c46db63
  Author: Max Franz <[email protected]>
  Date:   2016-03-31 (Thu, 31 Mar 2016)

  Changed paths:
    M src/extensions/renderer/canvas/drawing-redraw.js

  Log Message:
  -----------
  disable paint cache for shadow style b/c ele and layer caches will often miss 
anyway and the many layers will create gc issues


  Commit: 11c1a66f97dcc235311a6bab9db5955aef2ce031
      
https://github.com/cytoscape/cytoscape.js/commit/11c1a66f97dcc235311a6bab9db5955aef2ce031
  Author: Max Franz <[email protected]>
  Date:   2016-03-31 (Thu, 31 Mar 2016)

  Changed paths:
    M src/collection/dimensions.js

  Log Message:
  -----------
  remove log


  Commit: 01de41381da7f37ea971acd2ac7ebc1417d3a04d
      
https://github.com/cytoscape/cytoscape.js/commit/01de41381da7f37ea971acd2ac7ebc1417d3a04d
  Author: Max Franz <[email protected]>
  Date:   2016-04-04 (Mon, 04 Apr 2016)

  Changed paths:
    M src/extensions/renderer/canvas/drawing-redraw.js

  Log Message:
  -----------
  make sure we use (0,0) offset to disable shadow if we don't use per-context 
caching


  Commit: 72d78b909642c1476462d0df60d43c7da4c9810f
      
https://github.com/cytoscape/cytoscape.js/commit/72d78b909642c1476462d0df60d43c7da4c9810f
  Author: Max Franz <[email protected]>
  Date:   2016-04-04 (Mon, 04 Apr 2016)

  Changed paths:
    M src/extensions/renderer/base/coord-ele-math.js
    M src/extensions/renderer/canvas/index.js

  Log Message:
  -----------
  fix for dirty texture event detection #593


  Commit: 8e5c13ef8ebf9070ce1b1222b80df82f1d0ec052
      
https://github.com/cytoscape/cytoscape.js/commit/8e5c13ef8ebf9070ce1b1222b80df82f1d0ec052
  Author: Max Franz <[email protected]>
  Date:   2016-04-04 (Mon, 04 Apr 2016)

  Changed paths:
    M debug/init.js
    M debug/keys.js

  Log Message:
  -----------
  shortcut for fullscreen perf testing


  Commit: 18da7eab5a543b9056c2772f4357636d4a5cf01d
      
https://github.com/cytoscape/cytoscape.js/commit/18da7eab5a543b9056c2772f4357636d4a5cf01d
  Author: Max Franz <[email protected]>
  Date:   2016-04-04 (Mon, 04 Apr 2016)

  Changed paths:
    M src/collection/filter.js

  Log Message:
  -----------
  micro-optimisations for merge/unmerge


  Commit: 022761f3aaaa67e38dbe8ab0530fd5e1ee452b17
      
https://github.com/cytoscape/cytoscape.js/commit/022761f3aaaa67e38dbe8ab0530fd5e1ee452b17
  Author: Max Franz <[email protected]>
  Date:   2016-04-04 (Mon, 04 Apr 2016)

  Changed paths:
    M src/collection/traversing.js

  Log Message:
  -----------
  optimisation for traversal caching


  Commit: cedc2e2bd0efb2f37056a1e120e31c4f13571f22
      
https://github.com/cytoscape/cytoscape.js/commit/cedc2e2bd0efb2f37056a1e120e31c4f13571f22
  Author: Max Franz <[email protected]>
  Date:   2016-04-04 (Mon, 04 Apr 2016)

  Changed paths:
    M src/extensions/renderer/base/coord-ele-math.js

  Log Message:
  -----------
  optimisations for calcs that affect texture perf #593


  Commit: 8aad6dadc4a3dfd52bb4a6826287b84cc74c0064
      
https://github.com/cytoscape/cytoscape.js/commit/8aad6dadc4a3dfd52bb4a6826287b84cc74c0064
  Author: Max Franz <[email protected]>
  Date:   2016-04-04 (Mon, 04 Apr 2016)

  Changed paths:
    M src/core/animation.js
    M src/extensions/renderer/base/redraw.js
    M src/extensions/renderer/canvas/layered-texture-cache.js

  Log Message:
  -----------
  run animation calcs in the rendering loop to avoid perf loss from bad sync


Compare: 
https://github.com/cytoscape/cytoscape.js/compare/d57c9b308519...8aad6dadc4a3

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/cytoscape-cvs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to