Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/elfmz/far2l.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-07make idle event arrive 25% faster as it was before recent changeselfmz
2022-11-07use truecolor in colorer by adopting truemod functionality and extending ↵elfmz
editor API
2022-11-06subfix for #1388elfmz
2022-11-06make truecolor work in VT history viewer (fix #1388)elfmz
2022-11-05support full-width/composite characters and true color palette in terminal ↵elfmz
(#1386) Added normal support for full-width (CJK etc) and composite (using diacritics) characters. IMPORTANT: WINPORT API changed in binary incompatible way in order to implement this.
2022-09-17GUI: stop cursor blink and some other timer-related things after 30 seconds ↵elfmz
of no IO activity to save CPU time
2022-09-16optimize input wait loops, cosmeticelfmz
2022-02-20Language refactor (#1271)elfmz
optimized and refactored language files loader got rid of MSG() macro and use Msg:: namespace instead
2022-02-01Making window title fully customizableIvan Shatsky
2022-01-30fix stuck on closing far2l window while background tasks pending (touch #1217)elfmz
2022-01-30fixes #1224Ivan Sorokin
2022-01-23Add <Input settings> menu to configure xlat and some other stuffelfmz
2022-01-23use original FARs Xlat() function; impl partial xlatelfmz
2022-01-05VT: fix #1170elfmz
2022-01-03fpsdk->far2sdk; recreated Include dir with compat symlinks; refactored ↵elfmz
python build
2021-12-31shuffle a bit far2l sourceselfmz