Branch: refs/heads/feature/gpu
Home: https://github.com/cytoscape/cytoscape.js
Commit: f8fb05208ecf8d2f74eaea48b492e9eab0631d20
https://github.com/cytoscape/cytoscape.js/commit/f8fb05208ecf8d2f74eaea48b492e9eab0631d20
Author: Max Franz <[email protected]>
Date: 2024-07-31 (Wed, 31 Jul 2024)
Changed paths:
M src/extensions/renderer/base/load-listeners.js
Log Message:
-----------
Reset r.hoverData.which flag
Ref: 3.30.1 breaks cytoscape.js-context-menus #3262
Commit: 32f57863f69649686dba982a17c56055d8927c9d
https://github.com/cytoscape/cytoscape.js/commit/32f57863f69649686dba982a17c56055d8927c9d
Author: Max Franz <[email protected]>
Date: 2024-08-07 (Wed, 07 Aug 2024)
Changed paths:
M src/extensions/renderer/base/load-listeners.js
Log Message:
-----------
Merge pull request #3263 from cytoscape/fix/cxt-events-re-exts
Fix re. cxt events (& context menu extension)
Commit: 3f60b38046dbec30d1a582362b4faaac5aee9ca8
https://github.com/cytoscape/cytoscape.js/commit/3f60b38046dbec30d1a582362b4faaac5aee9ca8
Author: chrtannus <[email protected]>
Date: 2024-08-07 (Wed, 07 Aug 2024)
Changed paths:
M documentation/versions.json
Log Message:
-----------
Docs: Add 3.30.2 to versions.json
Commit: 0a113f524d6e055eafcc43e13c1ebf80df64d6f1
https://github.com/cytoscape/cytoscape.js/commit/0a113f524d6e055eafcc43e13c1ebf80df64d6f1
Author: Mike Kucera <[email protected]>
Date: 2024-08-27 (Tue, 27 Aug 2024)
Changed paths:
M src/collection/dimensions/bounds.js
Log Message:
-----------
don't recalculate bounding box when already cached
refs #3264
Commit: 02e800af15f5a1be5a3daf58e346f812c7bb1713
https://github.com/cytoscape/cytoscape.js/commit/02e800af15f5a1be5a3daf58e346f812c7bb1713
Author: Mike Kucera <[email protected]>
Date: 2024-09-16 (Mon, 16 Sep 2024)
Changed paths:
M documentation/md/extensions.md
Log Message:
-----------
Add 'cytoscape-node-edge-html-label' to list of UI extensions
Refs #3245
Commit: bce954c2bc34b88c46fe4503af9eb8b824fb6ffd
https://github.com/cytoscape/cytoscape.js/commit/bce954c2bc34b88c46fe4503af9eb8b824fb6ffd
Author: Mike Kucera <[email protected]>
Date: 2024-09-17 (Tue, 17 Sep 2024)
Changed paths:
M src/extensions/renderer/canvas/layered-texture-cache.js
Log Message:
-----------
maximum width/height for offscreen canvas used by LayeredTextureCache
Refs #3258
Commit: a0417ac4332c8602604493fb667e2e363446ea55
https://github.com/cytoscape/cytoscape.js/commit/a0417ac4332c8602604493fb667e2e363446ea55
Author: Mike Kucera <[email protected]>
Date: 2024-09-17 (Tue, 17 Sep 2024)
Changed paths:
M src/extensions/renderer/base/coord-ele-math/edge-control-points.js
Log Message:
-----------
initialize edgeType when calling getSegmentPoints or getControlPoints
Refs #3267
Commit: 365cab45ff68f2e3453ff495a075c681786cabe1
https://github.com/cytoscape/cytoscape.js/commit/365cab45ff68f2e3453ff495a075c681786cabe1
Author: Mike Kucera <[email protected]>
Date: 2024-09-24 (Tue, 24 Sep 2024)
Changed paths:
M src/collection/dimensions/bounds.js
M src/extensions/renderer/canvas/index.js
Log Message:
-----------
Add padding to getLabelRotationOffset
Commit: b6b959c6481dd45e3ba9688283b29dc9d8154982
https://github.com/cytoscape/cytoscape.js/commit/b6b959c6481dd45e3ba9688283b29dc9d8154982
Author: Mike Kucera <[email protected]>
Date: 2024-09-26 (Thu, 26 Sep 2024)
Changed paths:
M src/extensions/renderer/base/load-listeners.js
Log Message:
-----------
Attach the 'mousemove' handler to the window and the shadow DOM root.
Refs #3273
Commit: 1b945008ee657f6f186dc3ad662ad58412b965e8
https://github.com/cytoscape/cytoscape.js/commit/1b945008ee657f6f186dc3ad662ad58412b965e8
Author: Mike Kucera <[email protected]>
Date: 2024-09-27 (Fri, 27 Sep 2024)
Changed paths:
M src/extensions/renderer/base/load-listeners.js
Log Message:
-----------
missing semicolon
Commit: b1ac5156fad8bc892feeba8cf63df5d08ebe8582
https://github.com/cytoscape/cytoscape.js/commit/b1ac5156fad8bc892feeba8cf63df5d08ebe8582
Author: Mike Kucera <[email protected]>
Date: 2024-10-09 (Wed, 09 Oct 2024)
Changed paths:
M src/extensions/renderer/base/coord-ele-math/edge-control-points.js
Log Message:
-----------
Merge pull request #3274 from cytoscape/fix/bug3267
initialize edgeType when calling getSegmentPoints or getControlPoints
Commit: a3b0fdf32cdd3dc0058cecc10c3d09578f273e98
https://github.com/cytoscape/cytoscape.js/commit/a3b0fdf32cdd3dc0058cecc10c3d09578f273e98
Author: Mike Kucera <[email protected]>
Date: 2024-10-09 (Wed, 09 Oct 2024)
Changed paths:
M src/collection/dimensions/bounds.js
M src/extensions/renderer/canvas/index.js
Log Message:
-----------
Merge pull request #3276 from cytoscape/fix/3271
Add padding to getLabelRotationOffset()
Commit: 97b518ab91d5f8130d65c65ed1d244d625850285
https://github.com/cytoscape/cytoscape.js/commit/97b518ab91d5f8130d65c65ed1d244d625850285
Author: Mike Kucera <[email protected]>
Date: 2024-10-09 (Wed, 09 Oct 2024)
Changed paths:
M src/extensions/renderer/base/load-listeners.js
Log Message:
-----------
Merge pull request #3277 from cytoscape/fix/3273
Attach the 'mousemove' handler to the window and the shadow DOM root.
Commit: bf25f002849ff288bccc0d7b2f4f83060b7cb88e
https://github.com/cytoscape/cytoscape.js/commit/bf25f002849ff288bccc0d7b2f4f83060b7cb88e
Author: Mike Kucera <[email protected]>
Date: 2024-10-15 (Tue, 15 Oct 2024)
Changed paths:
M src/extensions/renderer/base/coord-ele-math/edge-control-points.js
Log Message:
-----------
add srcRs and tgtRs to swappedpairInfo
Refs #3282
Commit: 24d6cc4433601608e271554227118e3fa4393645
https://github.com/cytoscape/cytoscape.js/commit/24d6cc4433601608e271554227118e3fa4393645
Author: mikekucera <[email protected]>
Date: 2024-10-23 (Wed, 23 Oct 2024)
Changed paths:
M documentation/versions.json
Log Message:
-----------
Docs: Add 3.30.3 to versions.json
Commit: e839ea76bd5cabd3b1d44f356862475fcc78049c
https://github.com/cytoscape/cytoscape.js/commit/e839ea76bd5cabd3b1d44f356862475fcc78049c
Author: Mike Kucera <[email protected]>
Date: 2024-11-01 (Fri, 01 Nov 2024)
Changed paths:
M debug/webgl/index.html
M debug/webgl/init.js
M debug/webgl/networks.js
M debug/webgl/style.css
M src/extensions/renderer/canvas/webgl/drawing-redraw-webgl.js
Log Message:
-----------
simplify demo site a bit
Commit: b1c420c46455b59b98291c9e56c3b4f833fdf54e
https://github.com/cytoscape/cytoscape.js/commit/b1c420c46455b59b98291c9e56c3b4f833fdf54e
Author: Mike Kucera <[email protected]>
Date: 2024-11-01 (Fri, 01 Nov 2024)
Changed paths:
M documentation/md/extensions.md
M documentation/versions.json
M src/collection/dimensions/bounds.js
M src/extensions/renderer/base/coord-ele-math/edge-control-points.js
M src/extensions/renderer/base/load-listeners.js
M src/extensions/renderer/canvas/index.js
M src/extensions/renderer/canvas/layered-texture-cache.js
M src/extensions/renderer/canvas/webgl/drawing-redraw-webgl.js
Log Message:
-----------
Merge branch 'unstable' into feature/gpu
Compare:
https://github.com/cytoscape/cytoscape.js/compare/5c722e17f530...b1c420c46455
To unsubscribe from these emails, change your notification settings at
https://github.com/cytoscape/cytoscape.js/settings/notifications
--
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 view this discussion visit
https://groups.google.com/d/msgid/cytoscape-cvs/cytoscape/cytoscape.js/push/refs/heads/feature/gpu/5c722e-b1c420%40github.com.