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-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-06-01editor: fix caching chosen codepage for newly created fileselfmz
2022-04-10use fallback for WINPORT(GetLastError)() == ERROR_CALL_NOT_IMPLEMENTED tooelfmz
2022-04-10editor: save fallback to FILE_CREATE if OPEN_ALWAYS caused ↵elfmz
ERROR_NOT_SUPPORTED (touch #1309)
2022-03-31Complete the ECTL_SAVEFILE fixShmuel Zeigerman
2022-03-30Fix ECTL_SAVEFILE with invalid code page (see #1287)Shmuel Zeigerman
2022-02-20Language refactor (#1271)elfmz
optimized and refactored language files loader got rid of MSG() macro and use Msg:: namespace instead
2022-02-15continue MSG() macro cleanupelfmz
2022-02-15dont use MSG() macro for Message() arguments - its not needed anymoreelfmz
2022-02-13editor apply also disabled AddSignature option in SaveAs dialog (fix #1247)elfmz
2022-02-11editor: futher refactor delete-on-close functionalityelfmz
2022-02-07editor: refactor recent changeselfmz
2022-02-07ensure file allocation size with posix_fallocate and similarelfmz
2022-02-07editor: fix save progressbarelfmz
2022-02-07editor: make save file more tolerable to no space situationelfmz
2022-02-06Editor: preserve invalid UTF8 sequences (fix #1233)elfmz
2022-01-18refactor recent changeselfmz
2022-01-17Editor: allow F6-switch for plugin-backed fileselfmz
2022-01-17Editor: allow F12-switch for plugin-backed fileselfmz
2021-12-31shuffle a bit far2l sourceselfmz