Commit Graph

8 Commits

Author SHA1 Message Date
Kartik K. Agaram dbfa07f059 bugfix: code overflowing lower border after resize 2023-11-25 18:59:25 -08:00
Kartik K. Agaram caafb3e4e6 2 bugfixes in font rendering 2023-11-24 18:38:37 -08:00
Kartik K. Agaram 14994f7678 bugfix: infinite loop if window is too narrow
Thanks LÖVE Forum for the reports:
  https://love2d.org/forums/viewtopic.php?p=257648#p257648
2023-11-24 18:14:45 -08:00
Kartik K. Agaram 17711663ee bugfix: update all panes on resize 2023-11-21 21:23:31 -08:00
Kartik K. Agaram e38191fc4f aggregate global state inside a 'pane' object
We're soon going to start juggling multiple of these.
2023-11-19 13:15:06 -08:00
Kartik K. Agaram 809a980213 implement second, 'output' editor
Also its scrollbar.
2023-11-18 21:18:09 -08:00
Kartik K. Agaram e03d3ea172 responsively increase/decrease font height
Only using hotkeys for now, which are only available on non-mobile
devices, and not very discoverable. But this is an accessibility
foundation.
2023-11-15 09:30:17 -08:00
Kartik K. Agaram d6abaaa582 resize handler 2023-11-15 07:37:36 -08:00