Commit Graph

1250 Commits

Author SHA1 Message Date
Javi Agenjo
1312de64a7 Merge pull request #329 from mohsen-karami/master
Add the ability to select multi nodes/blocks without pressing extra keys (shift/Ctrl)
2023-03-02 11:52:17 +01:00
Javi Agenjo
cfc5d4eb2a Merge pull request #337 from astrot1988/fix_subgraph
fix: subgraph remove output
2023-03-02 11:47:21 +01:00
astrot1988
acf058a730 fix: subgraph remove output 2023-03-02 13:09:46 +03:00
tamat
29fc1a3929 fix in widget 2023-02-28 14:05:51 +01:00
tamat
4252b513de Merge branch 'master' of https://github.com/jagenjo/litegraph.js 2023-02-28 13:29:00 +01:00
tamat
54c2c1c5f7 fixes 2023-02-28 13:28:57 +01:00
Javi Agenjo
5dde4d6fac Merge pull request #334 from astrot1988/patch-1
fix: declare var
2023-02-28 13:27:07 +01:00
astrot1988
f6920f4699 fix: declare var 2023-02-03 20:05:32 +03:00
Mohsen Karami
f62b33d95a Add the ability to deselect the selected blocks in multi-select mode 2022-12-06 23:27:33 +03:30
Mohsen Karami
6762f1f339 Allow selecting multi nodes without pressing extra keys 2022-11-30 16:00:34 +03:30
Javi Agenjo
f87fb7d137 Merge pull request #328 from ClaasJG/master
Fix NodeScript description
2022-11-17 11:01:05 +01:00
ClaasJG
b1cc66aa3e Fix NodeScript description
Change the description of NodeScript nodes to contain the correct number of allowed characters.
2022-11-17 09:45:33 +01:00
Javi Agenjo
ab9ca1afe2 Merge pull request #287 from sha-N/patch-6
Shouldn't update Event.deltaX as it is read-only property
2022-10-24 14:59:59 +02:00
Javi Agenjo
8ebbcfac47 Merge pull request #321 from tsbits/patch-1
Update README.md
2022-10-24 11:49:23 +02:00
Javi Agenjo
ab1c2378cf Merge pull request #324 from SRChiP/add-set-property
Add setProperty to typescript definition
2022-10-24 11:49:00 +02:00
Ranuka Perera
8cc0cd39ff Add setProperty to typescript definition 2022-10-24 14:31:54 +05:30
Olivier Destenay
afdebc1dc2 Update README.md
Just adding a missing "}".
2022-09-28 23:23:48 +02:00
Martin Cejp
537993e79d Fix: inner_value_change not called on slider interaction 2022-02-26 15:24:56 +01:00
Shan M
fd5e8610da Shouldn't update Event.deltaX as it is read-only property
As far as I can tell removing those lines doesn't have any issues. It solves typescripts error for e.deltaX having only getter.
2022-01-16 14:26:28 +03:00
tamat
376f6434e8 fixes to launch onInputAdded or onOutputAdded when configuring node 2021-12-22 18:09:59 +01:00
tamat
b6fb7de636 fix in grapg\/output 2021-12-07 10:50:28 +01:00
tamat
8c073dcb10 Merge branch 'master' of https://github.com/jagenjo/litegraph.js 2021-12-02 13:12:20 +01:00
tamat
919007f741 fixes 2021-12-02 13:12:16 +01:00
Javi Agenjo
8959e1569e Merge pull request #162 from jitendra-kumawat/master
Updated arrange method to support vertical layout of nodes
2021-12-02 13:11:37 +01:00
tamat
2401cec699 fix in searchbox retenting the focus 2021-11-25 16:49:22 +01:00
tamat
af19af2c51 fixes in mouse events 2021-11-18 19:29:10 +01:00
tamat
f3f60fcd34 merge 2021-11-16 17:05:47 +01:00
tamat
d082927648 Merge branch 'master' of https://github.com/jagenjo/litegraph.js 2021-11-16 17:04:45 +01:00
tamat
fc7045d71f default to drag inputs to disconnect 2021-11-16 17:04:40 +01:00
Javi Agenjo
894f590bac Merge pull request #273 from gausszhou/master
fix: issues #272
2021-11-15 11:30:49 +01:00
Gauss Zhou
c0ec1ce0a8 fix: issues #272
We should avoid using undeclared variables
2021-11-14 00:19:12 +08:00
tamat
9853fc2958 fixes 2021-11-10 11:55:31 +01:00
tamat
07ee12dae7 Merge branch 'master' of https://github.com/jagenjo/litegraph.js 2021-11-09 13:29:50 +01:00
tamat
528fd96d42 fixes 2021-11-09 13:29:45 +01:00
Javi Agenjo
c87b1ad80d Merge pull request #269 from atlasan/pulls
Changed default value for pointerevents_method property
2021-11-09 12:57:49 +01:00
atlasan
e3b6044431 Changed default value for pointerevents_method property 2021-11-09 12:37:38 +01:00
tamat
9d6fd61032 fix sequencer 2021-11-03 10:10:12 +01:00
tamat
d33c600347 events sequencer renamed as sequence 2021-11-03 10:06:01 +01:00
Javi Agenjo
702d8dd373 Merge pull request #264 from atlasan/pulls
Pack
2021-11-03 10:03:54 +01:00
Javi Agenjo
7f9edcb4f2 Merge pull request #256 from Eikeike/widgetFix
make y pos of widgets customizable
2021-11-03 10:02:18 +01:00
Javi Agenjo
98688a514f Merge pull request #267 from timgates42/bugfix_typos
docs: Fix a few typos
2021-11-03 09:58:44 +01:00
Tim Gates
0cfa580dfd docs: Fix a few typos
There are small typos in:
- CONTRIBUTING.md
- guides/README.md
- src/nodes/midi.js

Fixes:
- Should read `syntax` rather than `sintax`.
- Should read `outputs` rather than `otputs`.
- Should read `dragging` rather than `draging`.
- Should read `build` rather than `bulid`.
- Should read `assume` rather than `asume`.
2021-10-31 23:55:29 +11:00
atlasan
cb70928146 tiny fix 2021-10-25 12:02:13 +02:00
atlasan
fc605e0171 Fixes
Autoconnect: allows generic types *

Touches, they should be evaluated when pointerEvents are not available?
first glimpse
2021-10-22 16:09:08 +02:00
atlasan
1d118d95ac MultiActions for context menu
- right click node menu actions will be applied to all selected nodes
(mode, resize, collapse, colors, shapes, clone, remove)

- can add to selection with both cntrl and shift, and dragging new rects
with cntr+shift

- TODO apply to alt-drag clone, properties(?), ..
2021-10-15 16:37:25 +02:00
atlasan
d842c98e21 Fix and refactor 2021-10-15 02:27:46 +02:00
atlasan
84ff381c46 Small fix and new features
- nodes_executing, nodes_actioning initial set
- slot_types_default (in and out) helps in having defaults nodes for
specific slot_types
- slot_types_default are filled as an example in src/nodes/others.js
- middle_click_slot_add_default_node allows auto-placing defaults nodes
next to a slot
- release_link_on_empty_shows_menu conditions having
realease-in-empty-space functionality
- keypress for slot name
- do include new js/defaults.js in editor and leave the Lib with new
functionalities off by default

- new html with mobile editor (working on)
	- separate defaults
	- optional thirdy-party html console
2021-10-14 18:42:57 +02:00
atlasan
dfa7a2a71a Change new options to disabled, fix retrocompatibility
- currently testing with webglstudio
2021-10-11 14:53:34 +02:00
atlasan
cbbdd38eab ctx.roundRect re-Apply modern way for [radius] 2021-10-11 11:51:51 +02:00
atlasan
edfcc5ccbf Fixes and cleaning
- broken missing LGraph.nodes_executing and nodes_actioning

- fix detect location for in out buttons in subgraph

- clean debugs
2021-10-09 18:48:45 +02:00