sdl: Make some changes for highdpi support on Wayland.
sdl: Make some changes for highdpi support on Wayland. Gnome, plus a 4K display, needs this, or Wayland will tell you that the smaller window is the full size and scale your rendering up in the...
View Articlem_ruby.fte: Make Ruby code usable.
m_ruby.fte: Make Ruby code usable. This just makes tabsize match my personal preference, and disables syntax highlighting for regular expressions. This is probably fixable, but right now it just thinks...
View ArticleIgnore work file used by https://github.com/icculus/ghtodo
Ignore work file used by https://github.com/icculus/ghtodo
View Articleconfig: Lua uses "and""or""not" and "break" as keywords.
config: Lua uses "and" "or" "not" and "break" as keywords. "dofile" isn't actually a _keyword_, but a popular standard library function.
View Articleconfig: Treat .singe files as Lua, as this is something I'm messing w…
config: Treat .singe files as Lua, as this is something I'm messing with atm.
View Articleconfig: Fixed case of Lua mode setting in menu options.
config: Fixed case of Lua mode setting in menu options.
View Articlecon_sdl: this Thinkpad's Fn key sends a keycode of 0. Drop them.
con_sdl: this Thinkpad's Fn key sends a keycode of 0. Drop them.
View Articlegithub: Try to fix GitHub actions by using libsdl-org/setup-sdl.
github: Try to fix GitHub actions by using libsdl-org/setup-sdl.
View ArticleFixed a couple free/delete/delete[] mismatches that AddressSanitizer …
Fixed a couple free/delete/delete[] mismatches that AddressSanitizer caught.
View ArticleMAX_PIPES is probably way too high, lower it a bunch.
MAX_PIPES is probably way too high, lower it a bunch.
View ArticleUse SDL3's new Process API for FTE's pipes.
Use SDL3's new Process API for FTE's pipes.
View ArticleFixed the math on rendering the final column's background colors.
Fixed the math on rendering the final column's background colors.
View Article