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/calc
AgeCommit message (Collapse)Author
2022-01-03fpsdk->far2sdk; recreated Include dir with compat symlinks; refactored ↵elfmz
python build
2021-12-31shuffle a bit far2l sourceselfmz
2021-09-27Merge pull request #1084 from michaellukashov/bugfixeselfmz
Bugfixes
2021-09-26fix warnings: == within &&Mikhail Lukashov
2021-09-26add missing includesMikhail Lukashov
2021-09-18FARString is thread safe now; some optimizations and cosmeticselfmz
2021-02-28far2l v2.3 - eliminate pseudo registry: totally migrate to ini files (#932)elfmz
* All far2l and plugings settings and history stuff that previously was located in pseudoregistry now moved to set of ini files in following directories : * * far2l settings - into .config/far2l/settings/... * * far2l history - into .config/far2l/history/... * * plugins settings - .config/far2l/plugins/.../... * Old far2l's registry-based settings are automatically imported form registry and registry will not be in use anymore * Old plugins registry-based settings will be lost (reset to default). Anyway noting serious was there. * Some old ini files will be moved to new locations, including NetRocks config directory: .config/far2l/NetRocks -> .config/far2l/plugins/NetRocks
2021-01-23Plugins cache moved from pseudo-registry to plugins.inielfmz
2021-01-22remove outdated links from helpelfmz
2021-01-22calculator: now handles calc:expression from command line, also added ↵elfmz
copy-to-clipboard
2021-01-21calc: fix F2/Ctrl+Enter behaviour, make result edits be readonly but not ↵elfmz
disabled, to allow copy-paste from them
2021-01-20avoid saving unmodified ini fileelfmz
2021-01-20make Big operator == be tolerant to epsilont difference to make sin(n*pi) ↵elfmz
etc to produce more consistent results
2021-01-20use unified PI and E values provided by ttmath everywhereelfmz
2021-01-19fix loading calc settings after make installelfmz
2021-01-19..and here comes build fixelfmz
2021-01-19Calculator plugin port (#889)elfmz
Calculator plugin port'ed in