Graphite/document-legacy/src
0HyperCube ef93f8442a Migrate text layers to nodes (#1155)
* Initial work towards text to node

* Add the text generate node

* Implement live edit

* Fix merge error

* Cleanup text tool

* Implement text

* Fix transforms

* Fix broken image frame

* Double click to edit text

* Fix rendering text on load

* Moving whilst editing

* Better text properties

* Prevent changing vector when there is a Text node

* Push node api

* Use node fn macro

* Stable ids

* Image module as a seperate file

* Explain check for "Input Frame" node

* Code review

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
2023-04-27 03:07:43 +01:00
..
layers Migrate text layers to nodes (#1155) 2023-04-27 03:07:43 +01:00
boolean_ops.rs Groundwork for integrating Specta (#949) 2023-01-28 22:29:38 -08:00
consts.rs Refactor vector data type from document-legacy into node graph (#1057) 2023-02-25 16:55:05 +00:00
document.rs Migrate text layers to nodes (#1155) 2023-04-27 03:07:43 +01:00
error.rs Replace the image layer type with an Image node (#948) 2023-01-27 10:01:09 +00:00
intersection.rs Migrate vector data and tools to use nodes (#1065) 2023-03-26 08:03:51 +01:00
lib.rs Remove Color struct from document-legacy (#1012) 2023-02-07 17:31:50 -08:00
operation.rs Migrate text layers to nodes (#1155) 2023-04-27 03:07:43 +01:00
response.rs Update UI when deleting last point of shape with Path tool (#979) 2023-01-28 18:32:31 -05:00