- Nov 09, 2023
-
-
sam edelsten authored
-
- Nov 02, 2023
-
-
sam authored
* add TODOs * separate CosmicEdit from display breaks loads of stuff: sizing, click functions, cursor hovering just a few Only tested on login example not optimized; spams handle weak clones to ensure got correct handle (will be fixed by new handle swapping routine) not sure about the API changes but might just need to get used to it, is much more extensible * break render function apart centered padding now broken, not tested other text positions * reshape earlier in render to fix padding issue * move image creation to own system * resize internal sprite to computed UI size * prevent panic on zero size UI elements * clicks + editor-display one-to-many relationships * add render systemset * fix hoverable invisible sprites * update examples * fix auto-height bugs * clippy
-
- Oct 27, 2023
-
-
sam edelsten authored
-
sam edelsten authored
-
- 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
-