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 (Expand)Author
2022-08-28cosmetictty-multiwidth-charselfmz
2022-08-28some more optimizations for unstable width lineselfmz
2022-08-28dont full-write line that follows unstable line to save traffic, seems it not...elfmz
2022-08-28better workaround artifacts with unstable width characters (touch #1333)elfmz
2022-08-20workaround for LibreOffice clipboard issue (touch #1350)elfmz
2022-07-20remove temporary debug messageelfmz
2022-07-10Edit attributes dialog: add chattr/chflags stuffelfmz
2022-07-10better detect mac`s hidden stat flagelfmz
2022-07-10macos: take into account hidden stat flag when evaluating attributes (touch #...elfmz
2022-06-01cosmeticelfmz
2022-05-31add CP_20880 (EBCDIC Cyrillic) (touch #1327)elfmz
2022-05-18Fix _i64tow and _itow (fix #1326)elfmz
2022-02-07fix some rare rendering artifactselfmz
2022-02-07editor: refactor recent changeselfmz
2022-02-07fix buildelfmz
2022-02-07ensure file allocation size with posix_fallocate and similarelfmz
2022-01-31fix some typosGürkan Myczko
2022-01-30Merge pull request #1218 from unxed/alt_nonlatin_fix_microelfmz
2022-01-30Enable alt_nonlatin_fix for linux only (as untested on bsd/mac); updated fix ...Ivan Sorokin
2022-01-29TTYXi: fix Ctrl+[ and Ctrl+/ (fix #1219)elfmz
2022-01-28fix Alt+NonLatinLetter support for letters like yu on Ubuntu 20+Ivan Sorokin
2022-01-21WX: workaround for KDE input issues when default layout is not latin (touch #...elfmz
2022-01-20dont warn on UTF8 locale; add ~/.config/far2l/cp to allow to manually specify...elfmz
2022-01-19remove stuff that breaks lcc compilation; cosmeticelfmz
2022-01-14TTYXi: workaround for Shift+Ins in terminal (touch #1193)elfmz
2022-01-11cosmeticelfmz
2022-01-11avoid warning on C.UTF-8 locale (fix #1185)elfmz
2022-01-11Disable EACP by default and remove its mention in readme as it doesnt work an...elfmz
2022-01-04rewrite some clipboard code in more guardedly manner (touch #1176)elfmz
2022-01-04# 1164 - automagic generation of far2lcffi.py filem32
2022-01-01TTY: fix some more artifacts when viewing specific codepage fileselfmz
2022-01-01TTYXi: opimize startup time a bitelfmz
2022-01-01TTYXi: attempt to autodetect timeoutselfmz
2021-12-30TTY: dont use bold if terminal supports intensify (fix #635)elfmz
2021-12-30TTY: fix some artifacts when viewing broken/chineese etc fileselfmz
2021-12-29Exit-on-idle to check plugin backround tasks; cosmeticelfmz
2021-12-29TTYXi: fallback to FS clipboard if ttyx broker failedelfmz
2021-12-29TTYXi: more fixes and refactorelfmz
2021-12-28--nodetect option now allows to select which extension detection to disableelfmz
2021-12-28Update readme, help; cosmeticelfmz
2021-12-28TTYX: fix some issues, refactorelfmz
2021-12-27fix ESC key in non-TTYXelfmz
2021-12-27deal with latecomer eventselfmz
2021-12-27fixing buildelfmz
2021-12-27deal with escape keyelfmz
2021-12-27TTYX: introduce TTY/XI mode to better distinguish key events (fix #1140 touch...elfmz
2021-12-22prepare for v_X.Y.Z version tagselfmz
2021-12-19ttyx: fully support custom clipboard formats (fix #1154)elfmz
2021-12-18ttyx: fix vblocks were pasted as usual text; refactorelfmz
2021-12-18fix crash on ttyx clipboard paste (fix #1153)elfmz