Commit Graph

13 Commits

Author SHA1 Message Date
RaiKoHoff
ca003c82dd + fix: some more CppCheck complaints 2020-05-14 12:22:28 +02:00
RaiKoHoff
3771340dcd + fix: Load files larger than 2GB (64-bit) - Limit to 4GB (Scintilla problems) 2020-02-25 18:41:30 +01:00
Rainer Kottenhoff
e9b6daa6eb + integrate text conversion wrapper (DWORD -> ptrdiff_t) 2019-11-13 12:58:01 +01:00
Rainer Kottenhoff
c36974d587 + chg: reduce big file size limit to 2GB (INT_MAX) 2019-11-11 10:45:40 +01:00
Pairi Daiza
2be6142a16 Conversion all files to encoding UTF-8 (Final) 2019-11-05 00:07:41 +01:00
Pairi Daiza
c7f4d725e3 Conversion all files to encoding UTF-8 (Partial_1) 2019-11-04 00:27:34 +01:00
Rainer Kottenhoff
05fedaf5cb + fix: workaround for bug in VS2019 Optimizer (Release) , triggered on encryprion algorithm 2019-06-05 23:44:09 +02:00
Rainer Kottenhoff
637bd98f19 + chg: UTF-8 encoding based resource files (*.rc), UTF-8-Sig. based source code files (.c .h .cpp) 2018-11-15 11:44:41 +01:00
Rainer Kottenhoff
e14526c5b5 + fix: minor fixes
+ enh: suggested pass-phrase handling
2018-04-17 16:26:32 +02:00
Rainer Kottenhoff
a1e0af344f + fix: minor bugs regarding feature "Toggle Visibility" 2018-04-04 04:02:47 +02:00
Rainer Kottenhoff
af4d1292f4 + raise Warning Level from 3 -> 4, and fix corresponding warnings
+ option: build-time: treat warning as error (build fails)
+ cleanups reported by CppCheck v.1.79  (except issue: 'variableScope')
+ remove _CRT_SECURE_NO_WARNINGS to see security warnings for deprecated functions;
+ remove macro-definition for BOOKMARK_EDITION (bookmarks are fixed component of NP3 now)
   (code has not been excaped by this MACRO consistently)
2017-08-11 14:18:39 +02:00
Rainer Kottenhoff
8598137ecc + crypto module: code cleanup according to static code analysis (CppCheck and VS2015 Analyze)
+ crypto module: replace LocalAlloc/GlobalAlloc by HeapAlloc methods
+ Scintilla 370 last merge missed some files
2016-11-27 11:23:16 +01:00
Derick Payne
229fb8ac22 New Encryption Feature 2016-01-29 22:24:29 +02:00