Graphite/editor/src
mfish33 a3bb9160a2 Change responses to use classes instead of interfaces (#394)
* ability to mark an open document as unsaved

* unsaved detection now being triggered based on layer tree height

* Changed responses to use classes instead of interfaces

* - rust implementation of unsaved markers
- upgraded eslint

* updated eslint in package.json

* - Renamed GetOpenDocumentsList -> UpdateOpenDocumentsList
- is not -> was not

* changed hash to current identifier to better reflect its meaning

* resolve some merge conflicts

* removed console.log statement leftover from debuging

* - changed Response to jsMessage
- split files
- Array<> -> []

* -remove path from UpdateLayer

* - remove unused if statements

* - comment for reflect-metadata
- registerJsMessageHandler -> subscribeJsMessage
- readonly message properties
- fixed binding filename and comment
- toRgb -> toRgba

* - newOpacity -> transformer
- added comments

* MessageMaker -> messageMaker
2021-12-05 19:14:16 -08:00
..
communication Hook up layer tree structure with frontend (#372) 2021-09-11 17:15:51 -07:00
document Change responses to use classes instead of interfaces (#394) 2021-12-05 19:14:16 -08:00
frontend Change responses to use classes instead of interfaces (#394) 2021-12-05 19:14:16 -08:00
global Implement anchor and handle point rendering with the Path Tool (#353) 2021-08-29 00:10:54 -07:00
input (G)rab, (R)otate, and (S)cale layers with hotkeys (#356) 2021-08-30 18:04:10 +01:00
misc Dispatcher::handle_message does not need Result anymore (#365) 2021-08-31 06:41:58 +02:00
tool Layer snapping 2021-11-24 16:50:58 +00:00
consts.rs Layer snapping 2021-11-24 16:50:58 +00:00
lib.rs Improve and clean up panic dialog code and wasm wrapper (#368) 2021-09-01 04:09:23 -07:00