Graphite/node-graph/gcore/src
Keavon Chambers 244c8ad10a Enable Merge nodes to take vector data inputs from the bottom, not just left
Known bug: click targets aren't calculated for bottom input vector data.
2024-05-07 16:41:44 -07:00
..
graphic_element Generalize layers as merge nodes to enable adjustment layers (#1712) 2024-04-30 23:03:42 -07:00
raster Add alpha to Extract Channel node and remove Extract Alpha node (#1731) 2024-04-17 15:44:14 -07:00
text Code cleanup and refactoring to enhance consistency (#1695) 2024-03-20 21:28:51 -07:00
vector Add rotation to Repeat node 2024-04-26 15:06:36 -07:00
application_io.rs Update graph UI and improve simplicity and robustness of sending graph and layer panel updates (#1564) 2024-01-13 04:15:36 -08:00
consts.rs Refactor vector data type from document-legacy into node graph (#1057) 2023-02-25 16:55:05 +00:00
generic.rs Graphene CLI + quantization research (#1320) 2023-07-04 17:04:09 +02:00
gpu.rs Implement the Brush without relying on a stamp texture 2023-04-29 01:31:14 +02:00
graphic_element.rs Enable Merge nodes to take vector data inputs from the bottom, not just left 2024-05-07 16:41:44 -07:00
lib.rs Fix how transforms work with footprints and remove a redundant transforms field (#1484) 2023-12-03 14:17:28 -08:00
logic.rs Add viewing/editing layer names, add Blend Mode node, and clean up Layer node (#1489) 2023-12-07 15:10:47 -08:00
memo.rs Add MemoizeImpure node and cache image base64 in graph (#1595) 2024-02-03 23:16:03 +01:00
ops.rs Use f64 not f32 throughout graph; add Vector2 value node (#1618) 2024-02-18 22:16:37 +00:00
quantization.rs Update `graphene-cli` and fix no-std compilation for `graphene-core` (#1428) 2023-09-30 11:20:17 +02:00
raster.rs Code cleanup and refactoring to enhance consistency (#1695) 2024-03-20 21:28:51 -07:00
storage.rs Code cleanup and refactoring to enhance consistency (#1695) 2024-03-20 21:28:51 -07:00
structural.rs Code cleanup and refactoring to enhance consistency (#1695) 2024-03-20 21:28:51 -07:00
text.rs Resolve most Clippy lint issues 2024-02-29 00:48:28 -08:00
transform.rs Use f64 not f32 throughout graph; add Vector2 value node (#1618) 2024-02-18 22:16:37 +00:00
types.rs Add graph type error diagnostics to the UI (#1535) 2023-12-29 08:38:45 +00:00
uuid.rs Code cleanup and refactoring to enhance consistency (#1695) 2024-03-20 21:28:51 -07:00
value.rs Add viewing/editing layer names, add Blend Mode node, and clean up Layer node (#1489) 2023-12-07 15:10:47 -08:00