- Oct 26, 2023
-
-
sam edelsten authored
unicode chars are buggy in this commit
-
sam edelsten authored
-
- Oct 13, 2023
-
-
sam authored
-
- Oct 06, 2023
-
-
sam authored
* implement copy/paste for wasm * ignore wasm specific "dead" code * fix ctrl instead of command on mac * fix character input if clipboard shortcut held * extract undo redo to own fn and refac * fix first edit not being undoable --------- Co-authored-by:
StaffEngineer <111751109+StaffEngineer@users.noreply.github.com>
-
sam authored
Co-authored-by:
StaffEngineer <111751109+StaffEngineer@users.noreply.github.com>
-
sam authored
* implement copy/paste for wasm * ignore wasm specific "dead" code * fix ctrl instead of command on mac * fix character input if clipboard shortcut held
-
- Oct 04, 2023
-
-
sam authored
* double + triple click detection * working multi click selection
-
sam authored
* refactor and split input fn Input has been decoupled into input_mouse and input_kb Moved `lib.rs` around, ordered as enums > structs > plugin > functions * allow selection and copy on readonly buffers * remove clicktimer * fix clippy
-