ilya
0238a5dcae
Chenges to allow ability to automatically create inputs if required.
2020-07-08 21:14:36 +03:00
altarfinch
1763ff1a87
Forgot to call the updated computeSize() function
2020-06-18 15:33:56 +02:00
altarfinch
319a80dd04
Widgets with custom size function don't overflow anymore
2020-06-18 14:51:31 +02:00
tamat
e34b079908
Merge branch 'master' of https://github.com/jagenjo/litegraph.js
2020-05-24 00:02:04 +02:00
tamat
e6c5474155
better disabled display
2020-05-24 00:01:42 +02:00
harshadchavan
e6bb688e3f
fixed this pointer in the code
...
Getting continuous errors in a loop, because of this error. It says catch_errors of undefined
2020-05-18 22:16:42 -07:00
tamat
94f657a401
build
2020-05-15 12:16:26 +02:00
tamat
4cb1d9c0e5
fixes
2020-05-15 12:15:33 +02:00
altarfinch
058e6ea03c
fixed enableWebGL missing declarations
2020-05-15 11:14:25 +02:00
altarfinch
93ba405a23
fixed enableWebGL missing declarations
2020-05-15 10:57:17 +02:00
altarfinch
4fe32687d2
fixed mouse function for custom widget : take custom height into account
2020-05-15 01:36:32 +02:00
altarfinch
7ba41d1d75
custom widget custom size support
2020-05-15 01:36:31 +02:00
altarfinch
11a1026074
fixed mouse function for custom widget : take custom height into account
2020-05-08 01:40:15 +02:00
altarfinch
706b65a8f6
custom widget custom size support
2020-05-07 19:45:36 +02:00
Javi Agenjo
240cee0209
Merge pull request #124 from sker65/master
...
Added hook for slot context menu
2020-05-06 10:02:00 +02:00
tamat
a1c312fab9
fix on onConnectInput to have more info
2020-05-05 12:57:59 +02:00
tamat
26a72a0a44
added onResize event to nodes
2020-05-03 13:47:12 +02:00
tamat
22190622b4
fix in roundRect
2020-04-27 00:22:24 +02:00
Stefan Rinke
ac1d8f8f71
- added hook for slot context menu
2020-04-23 00:07:18 +02:00
tamat
6ff8bb700d
fix in roundRect
2020-04-21 12:38:54 +02:00
tamat
815b6e3602
Merge branch 'master' of https://github.com/jagenjo/litegraph.js
2020-04-21 12:35:09 +02:00
tamat
78e55db0b1
fix in widgets
2020-04-21 12:35:02 +02:00
Javi Agenjo
e4c4d8acb3
Merge pull request #110 from DiegoBM/patch-1
...
Documentation mismatch
2020-04-15 10:49:22 +02:00
tamat
28c0eec6c2
fix
2020-04-08 17:14:32 +02:00
tamat
2158aff0b0
added setValue to some nodes
2020-04-03 17:45:05 +02:00
tamat
e8eda9d30f
fixes in audio
2020-03-25 13:13:58 +01:00
DiegoBM
f541bb412e
Documentation mismatch
...
Some method names didn't match the actual method names, rendering the automatically generated documentation misleading
2020-03-24 23:39:17 +01:00
Javi Agenjo
6c98476cd5
Merge pull request #108 from smarthug/patch-2
...
resolve "TypeError: Cannot redefine property: shape" issue
2020-03-19 09:01:17 +01:00
tamat
7f4e5b8d79
fix
2020-03-19 08:57:36 +01:00
smarthug
d9cdf4ec13
resolve "TypeError: Cannot redefine property: shape" issue
...
When same node registered twice. It gives error.
ex:
LiteGraph.registerNodeType("basic/test", MyAddNode);
LiteGraph.registerNodeType("basic/test", MyAddNode);
To redefine an object property with "Object.defineProperty" method, configurable property should be set on true ( default is false)
ex : Object.defineProperty( '...' , '...' , {configurable: true})
2020-03-19 15:41:19 +09:00
tamat
b550042709
fix
2020-02-15 01:45:16 +01:00
tamat
5cef341c29
added combo widget
2020-02-04 15:13:32 +01:00
tamat
918b8599ae
tiny fixes
2020-01-13 18:40:59 +01:00
tamat
337982ebfe
optimization when rendering from far away
2019-11-14 14:25:46 +01:00
tamat
82c0ef837c
better scroll in searchbox
2019-11-13 16:02:07 +01:00
tamat
514000aa81
fixes in scroll of searchbox
2019-11-13 16:00:06 +01:00
tamat
eb327547cc
fix
2019-11-11 16:51:11 +01:00
tamat
a4352d5624
fix in onNodeDeselected
2019-11-11 16:30:04 +01:00
tamat
64a0109d87
fix in searchbox
2019-11-05 11:36:52 +01:00
DABEOM KIM
02f76a57df
Support Microsoft Edge browser
...
event constructor type => pointerevent in MS Edge
2019-11-04 22:20:06 +09:00
tamat
775b714861
fixed bug in copy
2019-10-29 10:40:33 +01:00
tamat
ea6c909894
fixed bug in allow_searchbox
2019-10-23 10:04:58 +02:00
tamat
67ba69a14f
fixed bug in context menu when fullscreen
2019-10-21 16:35:52 +02:00
tamat
be678adc0e
fix in property editor
2019-10-21 13:20:53 +02:00
tamat
91d082cace
fixes in replicated nodes
2019-09-02 23:33:59 +02:00
tamat
3612a46c77
Merge branch 'master' of https://github.com/jagenjo/litegraph.js
2019-08-16 21:10:38 +02:00
tamat
ea2a44ed97
I think I messed up the git again...
2019-08-16 21:09:51 +02:00
NateScarlet
d1a1539dbe
Correct use of last_link_id
...
Before this change, `last_link_id` is used as `next_link_id`
2019-08-12 16:22:37 +08:00
tamat
35773309fb
JSON exporting graphs contain the node execution order
2019-07-18 15:02:49 +02:00
tamat
35bb70b163
added tooltips
2019-07-12 18:22:56 +02:00