summaryrefslogtreecommitdiff
path: root/src/emulators/graphical_emulator.rs
Commit message (Collapse)AuthorAge
* Fix window not being made visible when input device is accessedBen Bridle3 days
| | | | | | This is for when the emulator is started in dynamic mode. Reading from the input device wasn't making the window visible, because the break signal was only being fired when writing to the input device.
* Change scroll units from pixels to linesBen Bridle9 days
| | | | | The input device now uses lines instead of pixels as the scroll unit. Reverts commit 2db5707.
* Sandbox the file deviceBen Bridle10 days
| | | | | | Unless the --trust-files switch is used, the file device will be sandboxed to a program-specific config folder placed according to the conventions of the operating system.
* Fix scale factor used when scrolling by linesBen Bridle13 days
| | | | Each line scrolled should be equivalent to 20 pixels, not 1/20 pixels.
* Initial commitBen Bridle2025-07-03