ae95765c
Changed Range into an emitter by
2014-04-02 11:58:28 +0200
357036a9
CustomTime and CurrentTime works again by
2014-04-02 11:52:46 +0200
a462d04f
TimeAxis works again by
2014-04-02 11:35:05 +0200
27f9b20a
Started reworking component/panel architecture by
2014-04-02 11:20:07 +0200
6b272c1f
rebuild dist by
2014-04-02 10:30:34 +0200
360f2675
Merge branch 'develop' of https://github.com/almende/vis into develop by
2014-04-02 10:28:28 +0200
659d8a53
fixed bug by #75 by
2014-04-02 10:24:53 +0200
27461498
Halfway reworking the GroupSet by
2014-04-01 15:18:42 +0200
c886c6d6
Removed reflow step from Panel, RootPanel, and ContentPanel by
2014-04-01 10:01:29 +0200
8c16dad1
Simplified TimeAxis by
2014-03-31 16:30:02 +0200
4c085ef2
Merge branch 'develop' into simplified by
2014-03-31 14:37:12 +0200
1324ebc6
Merge remote-tracking branch 'origin/develop' into develop by
2014-03-31 13:59:19 +0200
867c1d9d
Fixed box-sizing of items on Firefox (Fixed #74) by
2014-03-31 13:58:39 +0200
6861fa10
bugfix to correct zoom on empty init per #73 by
2014-03-31 11:05:54 +0200
08fafc41
Bumped version number to 0.7.2-SNAPSHOT by
2014-03-27 11:26:07 +0100
e09486e6
Released version 0.7.1 by
2014-03-27 11:23:48 +0100
b7d26dab
(tag: v0.7.1)
Released version 0.7.1 by
2014-03-27 10:56:32 +0100
21ed2b90
Merge remote-tracking branch 'origin/develop' into develop by
2014-03-27 10:54:50 +0100
bf24fc6e
Released version 0.7.1 by
2014-03-27 10:52:33 +0100
38d8964c
updated docs for freezeForStabilization by
2014-03-25 15:47:00 +0100
7faa4e5d
added freezeForStabilization option - experimental and undocumented by
2014-03-24 12:07:37 +0100
69dfd22d
experiment by
2014-03-24 11:59:14 +0100
cbaf7587
added stabilized event to trigger storePositions() by
2014-03-24 10:15:47 +0100
bf347b0e
added edge.length and node.mass to docs. by
2014-03-24 10:12:27 +0100
8eb974b7
altered treeconstruction to fix #71 by
2014-03-21 17:43:30 +0100
b610018c
restored example 25 by
2014-03-21 14:24:21 +0100
f3f71856
fixed bug per #70 by
2014-03-21 14:19:07 +0100
8218a8e4
added updateCalculationNodes to the remove node function to fix bug reported by #68 by
2014-03-19 11:09:03 +0100
eb357e88
altered selection object so nodes and edges can have the same ID (bug occurrence in example 16 #68) by
2014-03-19 10:51:34 +0100
ce64998f
updated history by
2014-03-12 12:14:33 +0100
c25c8214
reverted arrow spawn from center to edge due to labels disappearing behind nodes #49 by
2014-03-12 10:37:31 +0100
7b17ccaa
added highlight on keypress per #62 by
2014-03-12 10:01:28 +0100
ba7a27d0
improved Playing with physics by
2014-03-11 18:37:42 +0100
6629d298
fixed positioning bug, positioning doesnt need manipulation hack anymore. by
2014-03-10 18:06:59 +0100
96b4fcf3
clarified variable names, removed magic number from discreteSteps by
2014-03-10 14:13:46 +0100
7754c236
Clarified docs, stressing the css file is required to use the navigation and manipulation features of graph. (#55) by
2014-03-10 12:02:12 +0100
f5523085
fixed label color bug per #54 by
2014-03-10 10:44:52 +0100
50e650df
fixed color bug per #54, fixed on('select') bug per #58 by
2014-03-10 10:37:33 +0100
39113673
Merge branch 'develop' of https://github.com/almende/vis into develop by
2014-03-08 11:52:46 +0100
69365076
arrows now connect their base to the code of the node per #55 by
2014-03-08 11:51:18 +0100
c8d82ab5
Bumped version number to 0.8.0-SNAPSHOT by
2014-03-07 16:51:21 +0100
7bba4d58
Released version 0.7.0 by
2014-03-07 16:47:51 +0100
c92f931d
(tag: v0.7.0)
Released version 0.7.0 by
2014-03-07 16:40:21 +0100
21bb0559
Refactored Itemset.repaint, simplified vertical positioning of items by
2014-03-07 15:43:28 +0100
699c13d9
Temporarily fixed stacking in a primitive way by
2014-03-07 14:01:56 +0100
461c3f84
updated history by
2014-03-07 10:03:27 +0100
de722f75
added edge color options per #54 by
2014-03-07 10:01:59 +0100
18c04ceb
added note on top for physics config by
2014-03-06 17:30:10 +0100
0b3a7cc3
fixed configurePhysics bug by
2014-03-06 17:23:31 +0100
de8d41ea
updated history.md by
2014-03-06 15:26:02 +0100
9138fc70
renamed loadXYinDataset to storePosition by
2014-03-06 15:24:34 +0100
a9e4ed48
updated docs by
2014-03-06 15:21:41 +0100
4cf6814f
added loadXYinDataset() and seperated allowedToMove into X and Y parts by
2014-03-06 15:12:39 +0100
8717aac3
Refactored item selection by
2014-03-06 14:59:54 +0100
7daf5c71
appended history.md by
2014-03-06 14:44:44 +0100
8e436ea0
Merge branch 'develop' of https://github.com/almende/vis into develop by
2014-03-06 14:43:07 +0100
7f50034d
Changed navigation css per #51, added stabilizationIterations option to graph and docs per #52 by
2014-03-06 14:42:37 +0100
3401f74e
Made Item.isVisible independent of parent by
2014-03-06 13:22:10 +0100
460353e6
Refactored ItemRangeOverflow by
2014-03-06 12:29:05 +0100
141cf0b4
Refactored ItemPoint by
2014-03-06 12:02:14 +0100
2215f2d7
Merge branch 'develop' into simplified by
2014-03-06 10:53:06 +0100
ab24b891
Bumped version number to 0.7.0-SNAPSHOT by
2014-03-06 10:52:06 +0100
3b7e00ec
Released version 0.6.1 by
2014-03-06 10:49:16 +0100
b4653dc1
Released version 0.6.1 by
2014-03-06 10:48:50 +0100
b6919dc4
(tag: v0.6.1)
Released version 0.6.1 by
2014-03-06 10:40:19 +0100
660ab7e2
Checking for existence of `window` before using it by
2014-03-06 10:36:28 +0100
74029516
Rewritten ItemRange by
2014-03-06 10:29:17 +0100
17605983
Merge branch 'develop' into simplified by
2014-03-06 09:32:18 +0100
785096c5
Fixed a bug with margin.item=0 and margin.axis=0. Clarified some options in the documentation by
2014-03-06 09:16:08 +0100
df33df98
Merge remote-tracking branch 'origin/develop' into develop by
2014-03-06 09:10:05 +0100
62ae58e8
Updated documentation on className by
2014-03-06 08:57:31 +0100
8d5a866d
Updated documentation by
2014-03-05 13:59:55 +0100
6e6da98f
A fix in updating the visible items by
2014-03-05 13:50:08 +0100
92efda62
Merge branch 'develop' of https://github.com/almende/vis into develop by
2014-03-05 13:48:56 +0100
0b4a06d9
fixed label position for smooth curves as per #49 by
2014-03-05 13:48:35 +0100
807b06ec
Removed some more files belonging in the gh-pages branch only by
2014-03-05 13:28:56 +0100
264cdd30
Moved some variables from ItemBox to Item by
2014-03-05 13:26:53 +0100
63393212
Cleaned up redundant code by
2014-03-05 12:18:51 +0100
62c22f60
Stacking starts to work by
2014-03-05 12:14:09 +0100
57b0c964
added requestanimationframe by
2014-03-05 11:46:33 +0100
bfa79f58
Updated physics for graphviz examples to make it more appealing. Very easy with the configurePhysics option. by
2014-03-05 11:09:09 +0100
a161d7bb
Merge branch 'develop' of https://github.com/almende/vis into develop by
2014-03-05 10:51:21 +0100
173971cc
removed this.pinch.mousewheelscale by
2014-03-05 10:49:16 +0100
0b18497c
bugfix graphviz examples by
2014-03-05 10:41:54 +0100
de334240
Updated version number to 0.7.0-SNAPSHOT by
2014-03-05 09:39:36 +0100
92c9cb10
Removed img folder (should only exist in the gh-pages branch) by
2014-03-05 09:38:37 +0100
845b2b92
Added graph example 25 to gallery by
2014-03-05 09:36:32 +0100
6ed20329
Released version 0.6.0 by
2014-03-05 09:35:15 +0100
4162aacc
(tag: v0.6.0)
Released version 0.6.0 by
2014-03-05 09:18:08 +0100
345eaf2e
Merge remote-tracking branch 'origin/develop' into develop by
2014-03-05 09:11:24 +0100
9f653909
Halfway rebuilding ItemBox without dynamic reflow by
2014-03-05 09:10:16 +0100
f0412034
finalized for release by
2014-03-04 16:53:44 +0100
c8622b79
Merge remote-tracking branch 'origin/develop' into develop by
2014-03-04 13:10:27 +0100
8f472d84
removed SVGtimeline from jake by
2014-03-04 10:44:45 +0100
72e71c59
Merge remote-tracking branch 'origin/develop' into develop by
2014-03-04 09:32:31 +0100
cde8901c
Merge remote-tracking branch 'origin/develop' into alex_dev by
2014-03-03 17:45:03 +0100
cdb939c4
Added physics configuration, removed svgTimeline from this branch by
2014-03-03 17:44:45 +0100
e12406b5
renamed frameResize to resize by
2014-03-03 13:56:36 +0100
9335aec2
svg timeline work and refactoring. by
2014-03-03 12:14:03 +0100
ff246743
initial working version by
2014-02-28 11:15:31 +0100