Branch: refs/heads/unstable
  Home:   https://github.com/cytoscape/cytoscape.js
  Commit: 2610237b735a02e0f25eedd0ee5295f9bda650b5
      
https://github.com/cytoscape/cytoscape.js/commit/2610237b735a02e0f25eedd0ee5295f9bda650b5
  Author: Max Franz <[email protected]>
  Date:   2016-04-21 (Thu, 21 Apr 2016)

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

  Log Message:
  -----------
  fix box selection and lint


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

  Changed paths:
    M src/extensions/renderer/canvas/ele-texture-cache.js
    M src/extensions/renderer/canvas/layered-texture-cache.js

  Log Message:
  -----------
  update texture cache configs and lint; add support for high quality ele 
requests


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

  Changed paths:
    M debug/init.js

  Log Message:
  -----------
  update debug page with larger graph size for testing


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

  Changed paths:
    M src/extensions/renderer/canvas/layered-texture-cache.js

  Log Message:
  -----------
  remove invalid layers right away and use high quality ele reqs


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

  Changed paths:
    M src/extensions/renderer/canvas/layered-texture-cache.js

  Log Message:
  -----------
  layer lvl === ele lvl


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

  Changed paths:
    M src/collection/dimensions.js

  Log Message:
  -----------
  improve bounding box caching performance by (avoiding cache key creation for 
default case) & (avoiding intermediary arrays for creating keys)


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

  Changed paths:
    M src/extensions/renderer/base/redraw.js

  Log Message:
  -----------
  remove unused autoframerate code


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

  Changed paths:
    M src/collection/zsort.js
    M src/extensions/renderer/base/coord-ele-math.js
    M src/extensions/renderer/base/load-listeners.js

  Log Message:
  -----------
  don't recalculate sorting on grab/free because we're keeping the separate 
(direct draw) drag layer/canvas


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

  Changed paths:
    M src/extensions/renderer/canvas/layered-texture-cache.js

  Log Message:
  -----------
  should go on to next layer for multilayer in level case


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

  Changed paths:
    M src/extensions/renderer/canvas/layered-texture-cache.js

  Log Message:
  -----------
  init inval time shouldn't be too far away


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

  Changed paths:
    M src/extensions/renderer/canvas/index.js

  Log Message:
  -----------
  send layer ele invalidations in batch


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

  Changed paths:
    M src/extensions/renderer/canvas/layered-texture-cache.js

  Log Message:
  -----------
  make layer invalidation cheaper for repeat cases


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

  Changed paths:
    M src/extensions/renderer/canvas/layered-texture-cache.js

  Log Message:
  -----------
  allow image smoothing config and high quality requests config


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

  Changed paths:
    M src/extensions/renderer/canvas/ele-texture-cache.js

  Log Message:
  -----------
  downscaling tweaks


Compare: 
https://github.com/cytoscape/cytoscape.js/compare/f44b22fe15db...f936bc963030

-- 
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