Commit Graph

15 Commits

Author SHA1 Message Date
Javi Agenjo
0970a40e7d Merge pull request #374 from tianlang0704/master
Add global switch for ctrl+shift+v to maintain old behavior in lib.
2023-04-11 10:40:21 +02:00
tamat
8ae1e5568d Merge branch 'master' of https://github.com/jagenjo/litegraph.js 2023-04-11 08:58:01 +02:00
tamat
42cbc5838c just changing modes 2023-04-11 08:57:53 +02:00
CMonk
cf5f917bdc Add example and simple manual test for copy paste 2023-04-11 11:05:01 +08:00
CMonk
c2460e2c4e Add ctrl+shift+v global switch 2023-04-11 11:05:01 +08:00
Ernest Poletaev
3ef215cf11 Scale canvas on HiPPI screens 2023-04-02 13:08:06 +07:00
Tim Gates
4177923d1d docs: Fix a few typos
There are small typos in:
- editor/js/defaults.js
- editor/js/defaults_mobile.js
- src/litegraph.js
- src/nodes/geometry.js
- src/nodes/gltextures.js

Fixes:
- Should read `sequentially` rather than `sequentually`.
- Should read `default` rather than `deafult`.
- Should read `visually` rather than `visualy`.
- Should read `offscreen` rather than `offscren`.
- Should read `dichotomic` rather than `dichotimic`.

Signed-off-by: Tim Gates <tim.gates@iress.com>
2023-03-05 11:51:27 +11:00
atlasan
e3b6044431 Changed default value for pointerevents_method property 2021-11-09 12:37:38 +01: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
4c9c1c60bb FIX: css touch-action
ensure to put this to make touch working
2021-10-03 18:12:46 +02:00
tamat
e4e48ff583 mini version 2021-06-11 13:39:43 +02:00
tamat
4b47ed9056 added viewport rendering 2021-03-19 20:56:14 +01:00
tamat
a1a51ef056 added multiline support for widgets 2021-01-05 17:33:26 +01:00
tamat
baed06fa37 minor fixes 2020-07-25 01:09:14 +02:00
tamat
b6c28399f8 shader nodes 2020-07-15 21:22:32 +02:00