-
v1.16.12.7 Stable
released this
2022-01-11 21:14:05 +01:00 | 1 commits to os4-1.16.12 since this releaseAdded
- Added config.scroll_past_end that when it is true lets the user scroll
further than the end of the file. By default is set to true. - Added "SDL_RENDERER_ACCELERATED" and "SDL_RENDERER_PRESENTVSYNC" on
SDL_CreateRenderer() since this reduces the CPU usage when the user
scrolls and seems to work pretty good on my systems (X5000, A1222 and
microAmigaOne). This is experimental. If this brings problems on your
the system, you can disable them using SDL ENV variable, like below:
setenv SDL_RENDER_VSYNC 0
setenv SDL_RENDER_DRIVER "software" - Added plugins and colour schemas in addons folder and information at
the README_OS4 file (#10)
Changed
- Compiled Lite XL with gcc 8.4.0
Downloads
- Added config.scroll_past_end that when it is true lets the user scroll