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
path: root/utils
AgeCommit message (Collapse)Author
2022-11-13Show actual errors from gio/gvfs-trash if delete to recycle bin failed ↵HEADmasterelfmz
(touch #1401)
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-10-30unescape strings parsed from mtab file (touch #1381)elfmz
2022-10-29Location menu mountpoints customizations (touch #1378 #1379)elfmz
2022-10-27use MountInfo for Location menu (touch #1375)elfmz
2022-10-27add BSD and MAC support into MountInfoelfmz
2022-09-25add missing inc headerelfmz
2022-09-16cosmeticelfmz
2022-09-14honor XDG_CACHE_HOME and XDG_CONFIG_HOME in config/histories pathes (fix #1357)elfmz
2022-09-09cosmeticelfmz
2022-09-07cosmeticelfmz
2022-09-07multiarc - yet more refactoring and optimizationselfmz
2022-09-06multiarc - more refactoring and optimizationselfmz
2022-09-04cosmeticelfmz
2022-09-04fix problems handling filenames of near to 255 characters (fix #1343)elfmz
2022-09-03KeyFileHelper: optional case-insensitivityelfmz
2022-04-13KeyFileHelper to write at symlink target directly to avoid symlinks ↵elfmz
distruption (fix #1312)
2022-04-10minorelfmz
2022-04-10cosmetic refactor recent changeselfmz
2022-04-10TTY: fix revival under FreeBSDelfmz
2022-02-20Language refactor (#1271)elfmz
optimized and refactored language files loader got rid of MSG() macro and use Msg:: namespace instead
2022-02-06fix escaping char recovery in wide-mb convertionelfmz
2022-02-06improve detection of bad utf8 sequenceselfmz
2022-02-06cosmeticelfmz
2022-02-02update readme (fix #1235); fix typo (fix #1216)elfmz
2022-01-31NetRocks: add codepages selection (close #1198)elfmz
2022-01-23use original FARs Xlat() function; impl partial xlatelfmz
2022-01-13NetRocks: add keepalive option (touch #1191)elfmz
2022-01-01TTY: fix some more artifacts when viewing specific codepage fileselfmz
2021-12-30TTY: fix some artifacts when viewing broken/chineese etc fileselfmz
2021-12-29TTYXi: more fixes and refactorelfmz
2021-12-17clipboard-related API refactor - get rid of GlobalLock/Unlock and implement ↵elfmz
dedicated size-tracking allocator for clipboard; get rid of some legacy stuff in FAR's clipboard code
2021-12-14use CF_TEXT instead of CF_UNICODETEXT to reduce transferred clipboard data sizeelfmz
2021-12-13fix UtfConvertelfmz
2021-12-11TTY: far2l extensions - background clipboard synchronization, other protocol ↵elfmz
improvements; classic TTY - shape of cursor (touch #1101)
2021-12-04cosmetic refactorelfmz
2021-10-26experimental X11 crutches for TTY backendelfmz
2021-10-24cleanup unwanted debug output (close #1113)elfmz
2021-10-17fix mistype (fix #1106)elfmz
2021-10-17NetRocks/SCP: some fixes with file times etc (fix #1107)elfmz
2021-10-16add ~/.config/far2l/vtcmd.sh to allow custom post-processing commands execs ↵elfmz
(touch #1075)
2021-10-10Separate wxWidgets code into dedicated and optional shared object (fix #912) ↵elfmz
(#1100) * separate wxWidgets code into dedicated far2l_gui.so library (touch #912) * fallback to tty if far2l_gui.so not found * eliminate std::* from backend interfacing and use simple versioning for it instead of hashing code and compiler settings
2021-09-27Merge pull request #1084 from michaellukashov/bugfixeselfmz
Bugfixes
2021-09-27remove unneded includeMikhail Lukashov
2021-09-26fix warnings: uninitialized variablesMikhail Lukashov
2021-09-26add missing includesMikhail Lukashov
2021-09-21fix build under old macosv2021-09-21_alphaelfmz
2021-09-14fixing broken StrStartsFrom(.., *..)elfmz
2021-09-08fixing Mac&BSD buildselfmz
2021-09-08get rid of WinPort synchronization and FS notification wrapperselfmz