Releases Tags
-
v1.16.12.7
released this 4 months ago | 1 commits to os4-1.16.12 since this release
Added
- 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
-
v1.16.12.6
released this 5 months ago | 9 commits to os4-1.16.12 since this release
Fixed
- Fixed a problem introduced in previous version when LiteXL was executed
from the root path of a partition or from ram disk (#13)
Downloads
- Fixed a problem introduced in previous version when LiteXL was executed
-
v1.16.12.5
released this 5 months ago | 11 commits to os4-1.16.12 since this release
Changed
- Changed the Gfx memory leak solution to a fix that was applied by the
editor development team on Lua scripts at a later version. Less custom
code for AmigaOS 4 port. - Now, when return from fullscreen, there is no extra header visible
at the top of the window content
Fixed
Downloads
- Changed the Gfx memory leak solution to a fix that was applied by the
-
v1.16.12.4
released this 5 months ago | 17 commits to os4-1.16.12 since this release
This is a highly experimental release. Please, read the enclosed README_OS4.md file before run it.
Fixed
- Fixed the Gfx memory leak. Now LiteXL frees the reserved memory from the
gfx card.
Downloads
- Fixed the Gfx memory leak. Now LiteXL frees the reserved memory from the
-
v1.16.12.3 First public release
released this 5 months ago | 20 commits to os4-1.16.12 since this release
This is a highly experimental release. Please, read the enclosed README_OS4.md file before run it.
Changed
- Compiled with an experimental version of the latest Anti-Grain Geometry library. This is might have issues and crash LiteXL
Downloads