Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-06-16 | Backport: Fix Xcode static analysis warning by renmaing GetImage to CreateImage. | Neil Hodgson | 3 | -8/+8 | |
A naming convention is used by the analyzer where a "Create" prefix is used when the reference is owned by the caller and a "Get" prefix when the reference is not owned so should not be released. Backport of changeset 7573:9da2019c1c9d. | |||||
2019-07-11 | Backport: Bug [#2110]. Limit text returned from WM_GETTEXT to length ↵ | mitchell | 4 | -21/+185 | |
specified in wParam. Changed GetTextLength to use same logic as GetText to ensure they agree. Backport of changeset 7572:d7aedab278d0. | |||||
2019-06-15 | Backport: Test Scintilla GetStatus and SetStatus. | Neil | 1 | -0/+7 | |
Backport of changeset 7571:747cb54f1114. | |||||
2019-06-15 | Backport: Suppress some warnings for new DataFlex lexer. | Neil | 1 | -0/+1 | |
Backport of changeset 7570:9ca519e801a4. | |||||
2019-07-11 | Backport: Feature [feature-requests:#1295]. Lexer added for DataFlex. | mitchell | 10 | -2/+705 | |
Backport of changeset 7569:ab69548334b7, but with custom `_strnlen` function since `strnlen` is not part of the C or C++ standard. | |||||
2019-06-11 | Added tag rel-3-10-6 for changeset 08973e00da9c | mitchell | 1 | -0/+1 | |
2019-06-11 | Updated release data for 3.10.6.rel-3-10-6 | mitchell | 1 | -2/+2 | |
2019-06-07 | Updated BACKPORTING. | mitchell | 1 | -0/+2 | |
2019-06-07 | Updated history with lexlua changes. | mitchell | 1 | -0/+6 | |
2019-06-06 | Updated curses platform makefile. | mitchell | 1 | -1/+1 | |
2019-06-05 | Updated BACKPORTING. | mitchell | 1 | -3/+7 | |
2019-06-05 | Preparing for 3.10.6 release. | mitchell | 8 | -18/+18 | |
2019-06-05 | Backport: Fix signatures and link class for SCI_[SG]ETDEFAULTFOLDDISPLAYTEXT. | Neil | 1 | -4/+4 | |
Backport of changeset 7549:1d1109aef80c. | |||||
2019-06-04 | Backport: Fix extra white space. | Neil | 1 | -2/+2 | |
Backport of changeset 7547:d0447aca31c5. | |||||
2019-06-04 | Backport: Bug [#2104]. Use '%.0f' and casts to double to fix printf format ↵ | Neil | 1 | -4/+8 | |
string bugs. This will extend valid maximum position from 31-bits to 53-bits which is ample. Backport of changeset 7546:f3b2a4dba48c. | |||||
2019-06-02 | Backport: GTK+ was renamed to GTK in February 2019 so update documentation ↵ | Neil | 6 | -56/+56 | |
to new name. Backport of changeset 7545:69f78ccbfc4b. | |||||
2019-06-02 | Backport: Clarify which API changes focus. | Neil | 1 | -2/+2 | |
Backport of changeset 7544:4fdbac7a1dde. | |||||
2019-06-04 | lexlua: Support single quotes in C++14 integer literals. | mitchell | 1 | -1/+5 | |
2019-06-02 | lexlua: Updated Markdown lexer. | mitchell | 1 | -6/+24 | |
Thanks to Alexander Misel. | |||||
2019-05-29 | Backport: Bug [#2104]. Use 'l' long format length sub-specifier for HRESULT ↵ | Neil | 2 | -4/+4 | |
as it is long. Backport of changeset 7539:b22c2d7b0301. | |||||
2019-05-29 | Backport: Resolve some Core Guidelines warnings | Jad Altahan | 1 | -23/+23 | |
Backport of changeset 7538:c237abdc7c4c. | |||||
2019-05-28 | Backport: Add folding for CMake 3 function/endfunction | Jad Altahan | 2 | -2/+7 | |
Backport of changeset 7537:03bbd7abb2f8. | |||||
2019-05-27 | Updated BACKPORTING. | mitchell | 1 | -0/+10 | |
2019-05-24 | Backport: Support output lengths >2GB for SCI_GETSTYLEDTEXT. | Zufu Liu | 1 | -2/+2 | |
Backport of changeset 7506:d20bd1c65a73. | |||||
2019-05-24 | Backport: Optimize SCI_GETSELTEXT by avoiding per-character calls. | Zufu Liu | 1 | -4/+4 | |
Backport of changeset 7505:1de0cb213456. | |||||
2019-05-24 | Backport: Optimize SCI_GETCURLINE by avoiding per-character calls. | Zufu Liu | 1 | -5/+3 | |
Backport of changeset 7504:b46332260eee. | |||||
2019-05-24 | Backport: Optimize SCI_GETLINE by avoiding per-character calls. | Zufu Liu | 1 | -6/+5 | |
Backport of changeset 7503:56ccae81df17. | |||||
2019-05-22 | Backport: Support for VB2017 bin literals & digit separators | Jad Altahan | 4 | -1/+17 | |
Backport of changeset 7502:395c5832d38c. | |||||
2019-05-22 | Backport: Fix orphan text, moving to where it should be. | Zufu Liu | 1 | -2/+1 | |
Backport of changeset 7501:3383bc118229. | |||||
2019-05-17 | Backport: Optimize InsertLines and DeleteLines for ContractionState if no ↵ | Neil | 2 | -4/+16 | |
folds contracted. Backport of changeset 7500:c4db961b46ab. | |||||
2019-05-17 | Backport: Fixed performance bug where line end positions were reset withot ↵ | Neil | 2 | -1/+5 | |
need when switching from or to Unicode. Only noticeable on huge files. Backport of changeset 7499:d800ba9f7006. | |||||
2019-05-11 | Backport: Feature [feature-requests:#1283]. Standardise spelling - "color" ↵ | Neil | 7 | -19/+19 | |
-> "colour". Backport of changeset 7498:7dd63f4402ae. | |||||
2019-05-08 | Backport: Use value-initialization and nullptr (for true pointers) to avoid ↵ | Neil | 3 | -41/+25 | |
'using NULL' warnings. Backport of changeset 7493:614a823a36cb. | |||||
2019-05-07 | Backport: Fix warnings from GCC 9 because of a deprecated ↵ | Neil | 1 | -0/+7 | |
implicitly-declared operator= by explicitly implementing the operator=. Backport of changeset 7492:9e738e32ae45. | |||||
2019-05-04 | Backport: Bug [#2102]. Explain behaviour when length argument longer than ↵ | Zufu Liu | 1 | -2/+3 | |
document. Backport of changeset 7491:f72740cc5975. | |||||
2019-05-04 | Backport: Bug [#2102]. Allow length argument to be past end of document for ↵ | Zufu Liu | 1 | -1/+1 | |
SCI_GETTEXT. More compatible with state before change set 7489. Backport of changeset 7490:2550e2a306c0. | |||||
2019-05-02 | Backport: Optimize SCI_GETTEXT by calling Document::GetCharRange instead of ↵ | Neil | 2 | -6/+10 | |
looping for each byte. Backport of changeset 7489:c9118d39963d. | |||||
2019-05-27 | Backport: Feature [feature-requests:#1280]. Lexer added for X12. | mitchell | 10 | -0/+397 | |
Backport of changeset 7486:a99fa007805f, but with LexerX12::Terminator struct definition not having default values, which is a C++14 feature. | |||||
2019-04-28 | Backport: Use const and noexcept for private methods. | Neil | 1 | -6/+6 | |
Backport of changeset 7485:3c487fc19b62. | |||||
2019-04-28 | Backport: Fix analysis warnings for GlobalMemory class. | Neil | 1 | -5/+5 | |
Backport of changeset 7484:e176cb9f97b7. | |||||
2019-04-28 | Backport: Remove noexcept from Selection constructor as it allocates memory. | Neil | 2 | -78/+78 | |
Add noexcept to reader methods and simple writer methods on Selection classes. Backport of changeset 7483:15ef2a9bb895. | |||||
2019-04-28 | Backport: Declare reading methods as noexcept where reasonable. | Neil | 7 | -39/+39 | |
Backport of changeset 7482:340b721ecdf4. | |||||
2019-04-28 | Backport: Declare KeyMap::Clear() noexcept as called in destructor. | Neil | 2 | -2/+2 | |
Backport of changeset 7481:392990fdc714. | |||||
2019-04-28 | Backport: Add UniqueString.cxx as UniqueStringCopy no longer defined in header. | Neil | 1 | -0/+1 | |
Backport of changeset 7478:818bf425b4a9. | |||||
2019-04-26 | Backport: Feature [feature-requests:#1238]. Simplify case forcing with ↵ | Neil | 1 | -29/+35 | |
CaseForce function that hoists the repeated logic out of the 2 loops that check or set the cached visual line text. Backport of changeset 7476:93d24d83d380. | |||||
2019-04-26 | Backport: Feature [feature-requests:#1238]. Simplify camel case forcing by ↵ | Neil | 5 | -13/+14 | |
checking only for upper and lower case characters instead of current word characters. This changes behaviour for words like "_word" -> "_Word" instead of remaining "_word" but that doesn't matter for this feature's intended use which is to allow display of ASCII-only keywords in the user's preferred casing (else/ELSE/Else) for languages with case-insensitive keywords. Backport of changeset 7475:cdb7af706ba1. | |||||
2019-04-27 | Backport: Feature [feature-requests:#1279]. Removed invalid check when ↵ | Neil | 1 | -12/+7 | |
avoiding SelectFont if font not changed. Didn't correct the check as its not justified by minimal performance benefit so removed the supporting variable. Backport of changeset 7474:6bb2a6d284d9. | |||||
2019-04-25 | Backport: Fix bug where changing identifier sets in lexers preserved ↵ | Neil | 2 | -0/+15 | |
previous identifiers. Backport of changeset 7473:5d760343adde. | |||||
2019-04-25 | Backport: Add section for next release. | Neil | 1 | -0/+8 | |
Backport of changeset 7472:272bd1848dda. | |||||
2019-04-25 | Backport: Bug [#1238]. Removed redundant loop. | Zufu Liu | 1 | -4/+0 | |
Backport of changeset 7471:40f1581baf9e. |