aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/thread/FileReadThread.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* <fix>(core, ui): fix codacy issues.Saturneric2022-03-191-6/+13
| | | | | | 1. The scope of the variable 'r' can be reduced. 2. Class 'IMAPFolder' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). 3. Check buffer boundaries if used in a loop including recursive loops (CWE-120, CWE-20).
* <fix>(core, ui): Fix path double-byte encoding problem under WindowsSaturneric2022-03-191-11/+19
|
* <refactor>(ui, core, project): Use std::filesystem instead of boost::filesystemSaturneric2022-02-051-2/+2
|
* <refactor>(ui): tidy up codes and comments.Saturneric2022-01-231-4/+4
| | | | 1. tidy up thread.
* <license, style>(src, test): Fix some issues in license statement.Saturneric2022-01-221-4/+6
|
* <refactor, feat>(ui): Text editor improvements.Saturneric2022-01-121-11/+13
| | | | | | | | | 1. Add binary display mode 2. Add information bar 3. Added character code recognition function. 4. Identify text encoding and line breaks 5. Count the number of characters 6. Code reconstruction
* <refactor>(ui): Adjust src/ui/function to src/ui/threadSaturneric2022-01-121-0/+68