Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/visjs/vis_original

READ ONLY
https://github.com/visjs/vis_original

Merge conflicts

dab20a887fe5052cd9aae452cf96453f0ab9a988 authored over 7 years ago by Yotam Berkowitz <[email protected]>
Small fix on ref usage in DataGroup (#3198)

d8458a90da0bfc68940e90c9dad396950e893687 authored over 7 years ago by wimrijnders <[email protected]>
Release checklist (#3084)

* created a checklist for the release process

* unchecked everything

* added make github r...

2eb4bbc2d9e5e2edd6144b342af3a81851549f1a authored over 7 years ago by Alexander Wunschik <[email protected]>
Refactoring of Node Drawing (#3170)

* Consolidated common code for drawing in nodes

* Consolidated updateBoundingBox(), default v...

a820ec4b77bf0106eb0b602e291db4d4d2ef135f authored over 7 years ago by wimrijnders <[email protected]>
Fixed #3183 (#3184)

Fixes a race condition that set an item's group to be set to undefined
if it was dropped and th...

13ef7eeb63487badc144b15191e4c177c78f9e82 authored over 7 years ago by Joshua Walsh <[email protected]>
Reverse nodes returned with 'from' and 'to' directions (#3186)

The returned node id's were exactly the wrong way around;
'to' returned the parents, 'from' ret...

427de224adbb5dcafa42f1dcfe215195a70b8e03 authored over 7 years ago by wimrijnders <[email protected]>
Merge branch 'releaseChecklist' of https://github.com/almende/vis into develop

b29faf7f6c81dd04a928a0195b3fefdcc824e851 authored over 7 years ago by Yotam Berkowitz <[email protected]>
Merge branch 'develop' of https://github.com/almende/vis into develop

73423c075b562ac4dda5fdad607ed140862de9d5 authored over 7 years ago by Yotam Berkowitz <[email protected]>
Adjusting timeline TimeStep.roundToMinor - fixes #3105 (#3175)

* Fix for timeline TimeStep.roundToMinor - resolving issue #3105

* Adding some tests for Time...

48a1d3a82a23df1270bc7be45c299f8d0f3182ed authored over 7 years ago by David Sutherland <[email protected]>
Adding caching to Range getMillisecondsPerPixel function (#3154)

56083ec6f3f1e13fd729c94318d540c7b741a0c4 authored over 7 years ago by Rafael G Goes <[email protected]>
Refactored line drawing for Bezier edges (#3122)

Code in the `_line()` of the sibling Bezier edge types was either extremely similar or identical...

418b42bb64defee5db1516e17d6ab487b95b6e26 authored over 7 years ago by wimrijnders <[email protected]>
Refactoring of `BezierEdgeStatic._getViaCoordinates()` (#3121)

This method is needlessly complicated. Code has been adjusted to better show the intent.

In a...

33a4c28ec680be14338811f2a24390737b3fdd35 authored over 7 years ago by wimrijnders <[email protected]>
Consolidate code for determining the pixel ratio (#3088)

* Consolidate code for determining the pixel ratio

* - Removed local param 'pixerRatio' from...

98c0922d63d5bae0d82e47cc850cba1ef59a424d authored over 7 years ago by wimrijnders <[email protected]>
Network: Smooth type 'dynamic' adjusted for node-specific option in hierarchical (#3130)

Fix for #3036

Option `smooth.type: dynamic` is not allowed for hierarchical layouts.
This wa...

c16b2a3c580873fa75f9bbaf821b43fc25c0c2b2 authored over 7 years ago by wimrijnders <[email protected]>
Fix usage of clustering with hierarchical networks (#3132)

* clusters in hierarchical working for sortorder 'hubsize'

* Code cleanup

a74646695078c8d5ced9e0215917e875e8998805 authored over 7 years ago by wimrijnders <[email protected]>
Protect Network from zero and negative mass values (#3135)

* Protect Network from zero and negative mass values

Fix for #3133

Option-field 'node.mass...

f8ba6f037c6f68ad4c6a1fca8062d2b34b02bfa2 authored over 7 years ago by wimrijnders <[email protected]>
Prevent crashes from invalid id's in `Clustering.findNode()` (#3166)

* Prevent crashes from invalid id's in `Clustering.findNode()`

Fix for #3163

- Added safeg...

04ecc8575b87846da07e27a530ae70b6b2539dc8 authored over 7 years ago by wimrijnders <[email protected]>
Ensure start and end of stabilization progress events is sent (#3165)

Fix for #3106

Event `stabilizationProgress` is now always sent for iteration 0 and for the ve...

69fef3dbf4e0e9cfc9756a3831042c7eb596c447 authored over 7 years ago by wimrijnders <[email protected]>
Add data group class to Graph3d (#3152)

* First working version of new class DataGroup.

* Adjustments for review - done all points ex...

33c3e3d8e4dba2de8bad12f2bea2c4cccff01774 authored over 7 years ago by wimrijnders <[email protected]>
Fix on call to i`fontOptions.chooser()` in module Label (#3124)

Call on issue brought to light by #2990.

`ctx` should not be passed as a parameter to the cal...

be036db2d82614e03fdab2fa75c73e0898241012 authored over 7 years ago by wimrijnders <[email protected]>
Properly handle newline escape sequences in strings for DOT (#3112)

* Properly handle newline escape sequences in strings for DOT

* Adjust comments in code

b882b3873c2dd147f68f3f0ac0e319a9fc0fc595 authored over 7 years ago by wimrijnders <[email protected]>
Refactoring of LayoutEngine (#3110)

* First save after refactoring

* Fixes after testing

* Final changes

3ce7fbecf0ea2da805d26b6e92de5cc7bf8c2552 authored over 7 years ago by wimrijnders <[email protected]>
Added collapsible items for objects in graph3d doc (#3104)

ee566f74e63013243b12a2426f4a77fea45b6667 authored over 7 years ago by wimrijnders <[email protected]>
Timeline: Allow overriding `align` per item (#3107)

Currently `align` is only available as a global timeline configuration
option. This change allo...

e54bb16241313361f8f1a22f2a5548304b2f5233 authored over 7 years ago by Graham J <[email protected]>
Fix option handling label selection of edges (#3116)

* Fix selection nodes so that option selectConnectedEdges works as expected

* Using instance ...

22edb3817174db37b4135530390b80ab33c28f0f authored over 7 years ago by wimrijnders <[email protected]>
Edge labels turn bold on select and hover (#3111)

ed8d6cb0a0ff1271b5ba201d0119cadb2f072747 authored over 7 years ago by wimrijnders <[email protected]>
Changed order of (de)select events for network (#3113)

* Changed order of (de)select events for network

* Fixed parameters to _generateClickEvent() ...

003a4b26fa6f4a39758b83ffadb2a2cce9794285 authored over 7 years ago by wimrijnders <[email protected]>
Added param 'direction' to Network.getConnectedNodes() (#3108)

* Added param 'direction' to Network.getConnectedNodes()

* Redo commit - Network.js does not ...

0e6b6ecdb8bfe835c67a361f1e49bfc5096e7bef authored over 7 years ago by wimrijnders <[email protected]>
timeline - items always draggable upgrade for range (#3073)

Awesome work! Thanks again!

28abf0a5df05c476b0a18fa2a4fbf3cd672da443 authored over 7 years ago by Ondřej Exner <[email protected]>
Add prefix to cancelAnimationFrame() (#3087)

87cd18230df236b955a54358a75276657507de8c authored over 7 years ago by wimrijnders <[email protected]>
added make github release

88d298da6713f18d9befe12859f1553e3a27443d authored over 7 years ago by Alexander Wunschik <[email protected]>
unchecked everything

26a249bd994ea4d1d06ac89a94d2d1cfd73828fb authored over 7 years ago by Alexander Wunschik <[email protected]>
created a checklist for the release process

b81dbcf16cdf48669f1fce21a04096a4c977087d authored over 7 years ago by Alexander Wunschik <[email protected]>
changed version to v4.20.1-SNAPSHOT

0efc1ef7b9e514a83a096414809683706d919bb1 authored over 7 years ago by Alexander Wunschik <[email protected]>
Release v4.20.0 (#3077)

* Release v4.20.0
* added new pull requests to the history
* fixed release date

207b3a4f8b047de5eac18f0486b8bb7ff84e5743 authored over 7 years ago by Alexander Wunschik <[email protected]>
Add support for multiple class names in utils add/remove class methods. (#3079)

* Add support for multiple class names in utils add/remove class methods.
Reset subgroup height...

421e36135098eed946e8f052a35a5013d5f19947 authored over 7 years ago by Ben Morton <[email protected]>
Merge branch 'develop' of https://github.com/almende/vis into develop

545fb18b8fbc42aebb45029dce63ff72e2f5cfa3 authored over 7 years ago by Yotam Berkowitz <[email protected]>
Timeline 'showTooltips' option (#3046)

* Add 'showTooltips' timeline option

* Only show timeline popup if option showTooltips is tru...

28fc990661f2d6d01b21956de9085c1bb4a6d589 authored over 7 years ago by Cameron Kloot <[email protected]>
LineGraph: Add an existingItemsMap to check if items are new or not before skipping (#3075)

585d8b092e1b72633a7a89fc002d8e195a58209a authored over 7 years ago by Angelo Youn <[email protected]>
Nathanbennett improve timeline stack performance (#3078)

* Fix redraw order

* Fix error when option is not defined

* Allow template labels

* Add...

ec4699df57a3f4993e933311a848bd2c2d05461e authored over 7 years ago by yotamberk <[email protected]>
replacing all ES6 imports with CJS require calls (#3063)

* replacing all ES6 imports with CJS require calls
resolves #2934
used the following regex to ...

e25db74b4b86da7830d8c65985ef4675793a5259 authored over 7 years ago by Pat Sissons <[email protected]>
Fixes for loading images into image nodes (#2964)

* Add warnings and errors for image loading

* Fixes and commenting for image loading

* Fix...

9a564417d03742a161f20f96fdff004ca8ca714a authored over 7 years ago by wimrijnders <[email protected]>
Configurable minimum and maximum sizes for dot-size graphs (#2849)

Sorry for the delay on this... It took me a while to confirm this PR again. I don;t know why I d...

85e36ed575ada274de7ce6b17b12ef1ce85e262b authored over 7 years ago by wimrijnders <[email protected]>
Added check on mission var 'options', refactoring. (#3055)

000fe8222bcbc6728a0f206b0546cfe3ad80bae8 authored over 7 years ago by wimrijnders <[email protected]>
Use get() to get data from DataSet/View instead of directly accessing member _data. (#3069)

168e79d29950bd008dbb52e2637ee32e8d2a8151 authored over 7 years ago by wimrijnders <[email protected]>
Avoid overriding standard context method ellipse() (#3072)

bf80a902f27be128ef4033431088a3d0cf7138ef authored over 7 years ago by wimrijnders <[email protected]>
Add command line options to mocha for running tests (#3064)

02911c0d3a56a7644fe5089451fdf73ebb47ef5b authored over 7 years ago by wimrijnders <[email protected]>
mouseup and mousedown events fixes #3032 (#3059)

* mouseup and mousedown events

* Fix error

63794a32d833015ee9aa27c351d9dc7904738800 authored over 7 years ago by Danny Larsen <[email protected]>
Fix #2922: bold label for selected ShapeBase classes. (#2924)

f67d16c96311df4c5807eebce6a98408a230019d authored over 7 years ago by wimrijnders <[email protected]>
Fix #2952 Pre-render node images for interpolation (#3010)

* CachedImage with preredendered zoom images; first working version.

* Fixes for missing imag...

005fa974cbc65e3ff18ce75acbea67b01636bace authored over 7 years ago by wimrijnders <[email protected]>
Fix for exploding directed network, first working version; refactored hierarchical state in LayoutEngine. (#3017)

b20fe1231caed09e45ff488d2efff2349cecc1e4 authored over 7 years ago by wimrijnders <[email protected]>
Refactoring of Label.propagateFonts() (#3052)

* Refactor propagateFonts(), first working version. Default font for 'mono' is now 'monospace'
...

e422c3424f398a1f414de223b196fdb2cc6807a1 authored over 7 years ago by wimrijnders <[email protected]>
Set CircleImageBase.imageObjAlt always when options change (#3053)

167398063e7c50955981f06f5dce07dd480bbb02 authored over 7 years ago by wimrijnders <[email protected]>
Label.getFormattingValues() fix option fallback to main font for mod-fonts (#3054)

29e696aaad24ef8a636972c9b1d2c55e9a3278b1 authored over 7 years ago by wimrijnders <[email protected]>
Fix handling of node id's in saveAndLoad example (#2943)

* Fix handling of node id's in saveAndLoad example

* Code cleanup

* Fixes for review

a58b92c1233e7ed8d708bc0ef8f4744326e0aeb5 authored over 7 years ago by wimrijnders <[email protected]>
Fix click and doubleclick events on items (#2988)

* Fix redraw order

* Fix error when option is not defined

* Allow template labels

* Add...

10927b5931348b90cf7ce5b83fe74d160cd6a816 authored over 7 years ago by yotamberk <[email protected]>
Refactoring in Canvas.js (#3030)

41677bdbf6eba60f6aabecaff7c5bb8d0b59cb37 authored over 7 years ago by wimrijnders <[email protected]>
Implementation of a week scale feature (#3009)

* Add Gitter badge (#2179)

* do not generate source-maps in distribution version

* add 'di...

0a64249ce65b1322a2b67ccd055d02c8272109dc authored over 7 years ago by Marco Schnüriger <[email protected]>
Eliminate repeatedly fired `rangechanged` events on mousewheel (#2989)

* Fix redraw order

* Fix error when option is not defined

* Allow template labels

* Add...

77699b4fd9f321e1923d30766ca220d6414b6028 authored over 7 years ago by yotamberk <[email protected]>
added documentation on how labels are used (#2873)

* added documentation on how labels are used

* added documentation on how labels are used

...

6bffd4921a27cc89940dde9b2b56e878dfa8ecb6 authored over 7 years ago by Alexander Wunschik <[email protected]>
Fix placement label for dot shape (#3018)

e17136a88d7e06f9bb032d45a01484f533ab9d9b authored over 7 years ago by wimrijnders <[email protected]>
Add check for parent existence when changing group in Item.setData. (#2985)

Add subgroup updates to Item.setData.
Remove group updating logic from ItemSet._updateItem.
Fi...

79bb381c21ff7844feb9faebb73497052ceb7132 authored over 7 years ago by Ben Morton <[email protected]>
Fix #2994: select edge with id zero (#2996)

253e52a9483945e901f9267989faa44006d1b2a0 authored over 7 years ago by wimrijnders <[email protected]>
Add check for empty groupIds array and get full list from data set. Fixes #2877 (#2986)

0ae676c424e6a0b2dc72b1b5bbb04da5c9520464 authored over 7 years ago by Ben Morton <[email protected]>
Fix #2614: Timeline docs border overlaps (#2992)

28a4d44ae6ade4317828d3febb9bd290f885e17f authored over 7 years ago by Ivo Silva <[email protected]>
Merge branch 'develop' of https://github.com/almende/vis into develop

0c27b50bed576399e602ff6d4e2058745d33616f authored over 7 years ago by Yotam Berkowitz <[email protected]>
Fix doubleclick add (#2987)

* Fix redraw order

* Fix error when option is not defined

* Allow template labels

* Add...

b4967176956f1cd18d3b1a207c13d8f5fc61017a authored over 7 years ago by yotamberk <[email protected]>
Fix #2679 (#2973)

* Fix redraw order

* Fix error when option is not defined

* Allow template labels

* Add...

3028c145798c254955fd3fd241838153f416c4bd authored over 7 years ago by yotamberk <[email protected]>
Merge branch 'develop' of https://github.com/almende/vis into develop

099a8e7142155e21d2654697c39577a3adb820a3 authored over 7 years ago by Yotam Berkowitz <[email protected]>
Network: use separate refresh indicator in NodeBase, instead of width… (#2885)

* Network: use separate refresh indicator in NodeBase, instead of width parameter

* Added usa...

1ae1e15a5009d81cb27e1f7297cedc8caf5bd57a authored over 7 years ago by wimrijnders <[email protected]>
Drag and drop custom fields (#2872)

* Fix redraw order

* Fix error when option is not defined

* Allow template labels

* Add...

bcbce0a2bcf3b85141bf506acc7b8c8aa39bebac authored over 7 years ago by yotamberk <[email protected]>
Fix #2914: Use option edges.chosen if present in global options (#2917)

03c6e9b6274c97d5494cccb2e3835e0d357bcd86 authored over 7 years ago by wimrijnders <[email protected]>
Drop control - fix #2834 (#2974)

* Fix redraw order

* Fix error when option is not defined

* Allow template labels

* Add...

6e59ac909d16fa0a02c7062881695a88f1687047 authored over 7 years ago by yotamberk <[email protected]>
Merge branch 'develop' of https://github.com/almende/vis into develop

af16ffcc1859e4681e1bf67f4bd6d06b536ee83f authored over 7 years ago by Yotam Berkowitz <[email protected]>
Fix #2940 Gephi consolidate double assignment of node title. (#2962)

3d79ad56319d213568a4e654c03e32d06ac2ae24 authored over 7 years ago by wimrijnders <[email protected]>
Fix check for nodes not present in EdgesHandler (#2963)

420f8a3bbf317a10e6c1c78c94b2cf1564b28860 authored over 7 years ago by wimrijnders <[email protected]>
Fixes #2918: Remove usages of elementsCensor. (#2947)

fc082d3334117ece95ad4cc8f8c027f0d0ca282b authored over 7 years ago by Steven Jones <[email protected]>
Rolling mode offset (#2950)

1cd3b054b60a8d85eaa44303185883d067932f19 authored over 7 years ago by Tom Woudenberg <[email protected]>
Add callback functions to moveTo, zoomIn, zoomOut and setWindow (#2870)

* Fix redraw order

* Fix error when option is not defined

* Allow template labels

* Add...

3d1e8a3296293417c8e0a9882908906f01cfe3ca authored over 7 years ago by yotamberk <[email protected]>
[Timeline fix #2814] Do not corrupt class names at high zoom levels. (#2909)

This takes a more robust approach to produce the list of class names.

3ecc98fffc36dfd2ad49d8d21ad9fcaa0c67b57e authored over 7 years ago by Brad Hards <[email protected]>
Fix typo in PR template. (#2908)

752da28b3cbaece1d81d4140668a213fe6820816 authored over 7 years ago by Brad Hards <[email protected]>
(timeline docs #2888) Fix error in class names. (#2911)

23e96c3000f325d75314dc4f34513678f9c72aaa authored over 7 years ago by Brad Hards <[email protected]>
updated moment.js (#2925)

see https://github.com/moment/moment/pull/3853

fixes #2912

fd46ec13c8e4f9791a0b2e2b6cbe080f17d5939b authored over 7 years ago by Alexander Wunschik <[email protected]>
Reduce the time-complexity of the network initial positioning. (#2759)

* Reduce the time-complexity of the network initial positioning. Very substantial performance ga...

ec201296aa9396318d3ae0438a7323248405b326 authored over 7 years ago by Ludo Stellingwerff <[email protected]>
Visible items bug (#2878)

* Fix redraw order

* Fix error when option is not defined

* Allow template labels

* Add...

1901a3ec9d8c9ca8acb1119c86734fae4afa78b8 authored over 7 years ago by yotamberk <[email protected]>
added @wimrijnders to the support team (#2886)

92088be21bf3711d91bcfd802860eb3bd931b850 authored over 7 years ago by Alexander Wunschik <[email protected]>
changed version to v4.19.1-SNAPSHOT

0944445a1a939791728429753eeb285e38f7a30a authored over 7 years ago by Alexander Wunschik <[email protected]>
Release v4.19.1

d6f63589c8f7bde4170f66ca2898b224420762be authored over 7 years ago by Alexander Wunschik <[email protected]>
fix(timeline): #2809 Fix docs typo in `showNested` (#2879)

0906f0a49313e6c5a3d848f9dad674e9ca45113c authored over 7 years ago by yotamberk <[email protected]>
Fixes for removing and adding items to subgroups (#2821)

* Add methods to remove and add items to a subgroup.
Add method to change the subgroup an item ...

a67a8e2287716dff1919de205aed72b4064a153c authored over 7 years ago by Ben Morton <[email protected]>
Allow nested groups to be removed by nulling the nestedGroups content. (#2852)

Don't update the showNested property if nothing has been set in the data object, unless it is un...

a6a7ee232e6aac2e7ef78b351a345177a61a77fe authored over 7 years ago by Ben Morton <[email protected]>
fix(chore): Moved babel to devDependencies (#2875)

fixes #2685

2a1ce025e6b808222ea637737bd6f7c00e41697e authored over 7 years ago by Alexander Wunschik <[email protected]>
changed to v4.19.0-SNAPSHOT

c18a39285c16b5e8411d7c4361b47a16bd0824d3 authored over 7 years ago by Alexander Wunschik <[email protected]>
Release v4.19.0 (#2874)

fixes #2784

2d4491e55716788364648a6e457b6113e639c1a0 authored over 7 years ago by Alexander Wunschik <[email protected]>
Prevent redirect to blank after drag and drop (FF) (#2871)

Fix proposal for issue #2842

More details here : #2842

4f97bc871c7803f5ab182f761715d0c876570842 authored over 7 years ago by guvial <[email protected]>
Merge branch 'develop' of https://github.com/almende/vis into develop

ea1d8c1ac1a24424c0cbda81a7b3ed7d3671bdb8 authored over 7 years ago by Yotam Berkowitz <[email protected]>
Fix to sort nested groups - Related to #2810 (#2817)

76ed8ca42b38d07326a04ea655151f46965de744 authored over 7 years ago by Franki Sans <[email protected]>
Graph3d tooltip styling (#2780)

* styling support for graph3d tooltips

* styling support for graph3d tooltips

* graph3d st...

a9e14d33d4412d9c27fa21f206a96f262fa65a5f authored over 7 years ago by p-a <[email protected]>
fix(timeline): #2795 fix date for custom format function (#2826)

* Fix #2795 issue

659af5805b5ff8de56ab88b076ee60b0079edc2c authored over 7 years ago by Marco Schnüriger <[email protected]>
Add animation options for zoomIn/zoomOut funtions (#2830)

* Fix redraw order

* Fix error when option is not defined

* Allow template labels

* Add...

f8be0a5a21d7ae93e768520909b8ce072407e956 authored over 7 years ago by yotamberk <[email protected]>