Commit Graph

565 Commits

Author SHA1 Message Date
Nathan Kendall
7ccd907f71 changed the auto sort function to make the function es5 compliant as the rest of the project is already 2021-07-26 10:23:09 +01:00
tamat
0a21262238 build 2021-07-12 17:03:12 +02:00
tamat
998de17038 Merge branch 'master' of https://github.com/jagenjo/litegraph.js 2021-07-12 17:02:29 +02:00
tamat
18e53d8788 minor fix 2021-07-12 17:02:22 +02:00
Javi Agenjo
4e524ac3ae Merge pull request #235 from Eikeike/arrow_shape_fix
Highlight arrow shape when connecting slots with arrow shape
2021-07-08 18:19:13 +02:00
Eike Michel Wobken
3eb9533ad2 Highlight arrow shape when connecting slots with arrow shape 2021-07-08 17:05:37 +02:00
tamat
bdad111eb0 Merge branch 'master' of https://github.com/jagenjo/litegraph.js 2021-07-02 17:11:08 +02:00
tamat
63d1506efa fixed touch 2021-07-02 17:10:49 +02:00
Javi Agenjo
bfaafe9526 Merge pull request #232 from sfranzyshen/git-address
Update README.md
2021-06-21 13:19:27 +02:00
Javi Agenjo
6e8dd97bf1 Merge pull request #230 from RobTheFiveNine/bugfix/buttons-register-two-clicks
Fix widget buttons registering clicks twice
2021-06-21 13:18:18 +02:00
Scotty Franzyshen
7d7f5dc8bd Update README.md
Update Git Address
2021-06-15 10:05:32 -07:00
RobTheFiveNine
d0eedf7232 Fix widget buttons registering clicks twice 2021-06-15 14:37:17 +01:00
Javi Agenjo
40907189f3 Merge pull request #229 from RobTheFiveNine/bugfix/incorrect-property-editor-labels
Fix incorrect property editor labels + build improvements
2021-06-14 16:42:41 +02:00
RobTheFiveNine
7017bd31ed Fix bug causing property labels not to be used when creating widgets 2021-06-14 14:42:58 +01:00
RobTheFiveNine
5717013478 Add a build target that includes only the core library 2021-06-14 14:41:26 +01:00
RobTheFiveNine
042379fdff Change builder to use the compiler local to the repo 2021-06-14 14:40:46 +01:00
Javi Agenjo
781f9ae049 Merge pull request #200 from ralphwetzel/master
Fix type definitions
2021-06-14 12:26:55 +02:00
Javi Agenjo
b54c8ae7bd Merge pull request #187 from atlasan/pulls
WebCamNodeFix
2021-06-14 12:26:37 +02:00
Javi Agenjo
4b9fad23ee Merge pull request #223 from j2l/master
updated converter input
2021-06-14 12:26:23 +02:00
Javi Agenjo
9bf26dbf26 Merge pull request #228 from RobTheFiveNine/bugfix/property-dialog-context-menu
Fix property dialog box incorrectly showing context menus for non combo widget types
2021-06-14 12:26:01 +02:00
Javi Agenjo
36e4a20612 Merge pull request #201 from RobTheFiveNine/fix/auto_sort_value
Fix node types incorrectly sorted in minified code
2021-06-14 12:25:18 +02:00
RobTheFiveNine
bc4ac4724f Add missing brackets that cause context menu bug 2021-06-11 20:12:51 +01:00
RobTheFiveNine
8866144656 Rebuild 2021-06-11 20:06:50 +01:00
RobTheFiveNine
e6af69c887 Merge remote-tracking branch 'upstream/master' into fix/auto_sort_value 2021-06-11 19:59:04 +01:00
tamat
07c2e6e172 merge 2021-06-11 13:40:14 +02:00
tamat
143bd0789a Merge branch 'master' of https://github.com/jagenjo/litegraph.js 2021-06-11 13:39:49 +02:00
tamat
e4e48ff583 mini version 2021-06-11 13:39:43 +02:00
Javi Agenjo
b6fc571324 Merge pull request #227 from liradb2000/upstream_master
Fix Boundary and collapsed issue
2021-05-20 13:56:30 +02:00
kdb621
75bf136797 Fix Boundary and collapsed issue
* If you collapse a node with a widget after loading the graph, it cannot be expanded.
* Compute Collapsed Nodes boundary is incorrect
2021-05-20 13:26:58 +09:00
PM
cb543cceb3 updated converter input 2021-04-06 18:30:25 +02:00
Javi Agenjo
813bf57599 Merge pull request #222 from j2l/master
an output for converter?
2021-04-06 16:23:42 +02:00
PM
980baed1eb back to basic 2021-04-06 15:56:06 +02:00
PM
039ad19372 Added an output to Converter
I hope I didn't misunderstood the converter node, it needs an output right?
2021-04-06 15:52:38 +02:00
PM
292013b6cf data_store to events menu
I guess events.js manages events menu and not basic one :)
If I'm wrong, please let me know with a quick explanation and drop it.
2021-04-06 15:20:43 +02:00
tamat
4b47ed9056 added viewport rendering 2021-03-19 20:56:14 +01:00
tamat
0eae390b43 Merge branch 'master' of https://github.com/jagenjo/litegraph.js 2021-03-12 16:28:10 +01:00
tamat
41f779c3f8 align to grid in canvas 2021-03-12 16:27:55 +01:00
RobTheFiveNine
875726d396 Fix node types incorrectly sorted in minified code 2021-02-13 15:45:01 +00:00
ralphwetzel
6198a41972 Update litegraph.d.ts
Fix type definitions:
- LGraph.beforeChange
- LGraph.afterChange
2021-02-13 14:54:36 +01:00
ralphwetzel
3cb6e4586d Update litegraph.d.ts
Fix type definitions:
- LGraph.beforeChange
- LGraph.afterChange
2021-02-13 14:53:06 +01:00
ralphwetzel
5a680b9ac9 Update litegraph.d.ts
Fix type definitions:
- ContextMenu.constructor
2021-02-13 12:55:37 +01:00
ralphwetzel
0ad6104661 Update litegraph.d.ts
Fix type definition:

- LGraph.filter
2021-02-13 12:36:16 +01:00
ralphwetzel
139f9f8b8a Update litegraph.d.ts
Fix type definitions:
- LiteGraph.active_graph
- LGraphCanvas.getNodeTypesInCategory
- LGraphCanvas.getNodeTypesCategories
2021-02-13 12:27:23 +01:00
ralphwetzel
24bc28730e Merge pull request #1 from jagenjo/master
Rebase
2021-02-13 11:43:59 +01:00
Javi Agenjo
00c4d8d908 Merge pull request #194 from xuekai-china/master
Pref: ts support about LGraphNode.mouseOver.
2021-01-29 10:51:03 +01:00
Javi Agenjo
a4c6ccd74f Merge pull request #198 from Kidoncio/ts_disconnect_output
TS support about LGraphNode.disconnectOutput
2021-01-29 10:50:38 +01:00
Javi Agenjo
348f5a2e6c Merge pull request #197 from Kidoncio/ts_on_property_changed
TS support about LGraphNode.onPropertyChanged
2021-01-29 10:50:27 +01:00
Javi Agenjo
c6e2ec9f6a Merge pull request #196 from Kidoncio/ts_has_errors
TS support about LGraphNode.has_errors
2021-01-29 10:50:07 +01:00
Lucas Nascimento
effe937e14 TS support about LGraphNode.onPropertyChanged 2021-01-28 00:25:11 -03:00
Lucas Nascimento
efb5d60283 TS support about LGraphNode.disconnectOutput 2021-01-28 00:10:57 -03:00