David Figatner
David Figatner
- [x] Upgrade to v1.6 file format, supporting bincode serialization - [x] Serialize with bincode then compress with zilib on export - [x] Decompress with zlib and deserialize with bincode...
When the border menu is open in the floating context menu, we should maintain state as to the selected line thickness and color. Then when another button is pressed, the...
Offline was missing `fileId`. This happened around the same time as a Rust panic.
When a user returns from sleep, the multiplayer server will send a `RoomNotFound` error since it closed the file's room for inactivity. The MP server will then disconnect the user,...
- [x] remove axes lines - [x] clamp viewport to start - [x] selection excel-style coordinates - [x] remove 0 and negative values from sheet offsets - [x] show coordinates...
This is a working branch from `remove_negative_2` that refactors `CellsAccessed` to use `A1RangeType`. It's separated for ease of review and to ensure compatibility with the tables branch. - [x] create...
closes #1989 When searching on one sheet, if you manually change sheets, then the search dialog will search that sheet with the same options. When searching all sheets, then the...