| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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. | |||||
| 2019-04-25 | Backport: Bug [#1223]. Removed duplicate code. | Neil | 1 | -2/+1 | |
| Backport of changeset 7470:e9627636de12. | |||||
| 2019-04-17 | Backport: Document the character values in SCNotification::ch for SCN_CHARADDED. | Neil | 1 | -2/+5 | |
| Backport of changeset 7469:a3a44d37c912. | |||||
| 2019-05-09 | Added tag rel-3-10-5 for changeset 59cfb7d5c8ee | mitchell | 1 | -0/+1 | |
| 2019-05-09 | Updated version number for release.rel-3-10-5 | mitchell | 9 | -19/+30 | |
| 2019-05-09 | Refactored backport checking tool to simultaneously check gcc-4.8 and clang 3.4. | mitchell | 1 | -53/+118 | |
| 2019-05-09 | Fixed bad backport involving noexcept default constructors for Clang 3.4. | mitchell | 3 | -3/+3 | |
| 2019-04-30 | Explicitly use GCC 4.8 when test compiling backports. | mitchell | 2 | -207/+307 | |
| This avoids erroneously committing backports that compile with /usr/bin/g{cc,++}, but not g{cc,++}-4.8. | |||||
| 2019-04-30 | Fixed bad backport involving noexcept move constructors for GCC 4.8. | mitchell | 1 | -4/+4 | |
| 2019-04-27 | Fixed bad backport involving std::round and std::lround for older Mac OSX SDKs. | mitchell | 4 | -10/+10 | |
| This reverts parts of changeset 7371:886ffb3884fe. | |||||
| 2019-04-17 | Updated LongTerm3 download links. | mitchell | 1 | -5/+5 | |
| 2019-04-17 | Fixed history formatting. | mitchell | 1 | -2/+2 | |
| 2019-04-17 | Added tag rel-3-10-4 for changeset 0c0ea9d3c2df | mitchell | 1 | -0/+1 | |
| 2019-04-17 | Added Lua LPeg lexer changes to history.rel-3-10-4 | mitchell | 1 | -0/+6 | |
| 2019-04-17 | Updated version number for release. | mitchell | 8 | -14/+14 | |
| 2019-04-17 | Updated BACKPORTING. | mitchell | 1 | -0/+32 | |
| 2019-04-17 | Backport: Bug [#2093]. For DBCS make result of "\x82\xCC" be 0x82CC instead ↵ | Neil | 1 | -1/+1 | |
| of 0x82CE. Backport of changeset 7429:1dcd0ca93618. | |||||
| 2019-04-13 | Backport: Reordered items for next release. | Neil | 1 | -10/+10 | |
| Backport of changeset 7426:f25f64b0b8ba. | |||||
| 2019-04-12 | Backport: Bug [#2093]. Improve efficiency with single byte character sets. | Zufu Liu | 2 | -2/+10 | |
| Backport of changeset 7424:0d4b29e058f7. | |||||
| 2019-04-11 | Backport: Bug [#2087]. Fix flickering when inserting primary selection on ↵ | Neil | 2 | -14/+32 | |
| GTK between SciTE tabs. This does not allow primary selection to work between tabs as the tabs are sharing a single Scintilla and the old primary selection is unclaimed when the file is changed. This fix adds a new ReceivedClipboard method which does not try to convert the selection if received in a different format than asked for. It was the call to gtk_selection_convert that seemed to cause the flickering. ReceivedClipboard is only called from SelectionReceiver::ClipboardReceived so only occurs due to a call to RequestSelection and can not occur because of a selection_received signal. ReceivedSelection is left with its complexity in case it is needed for some other issue although it doesn't appear to be called for drag&drop, for example. Backport of changeset 7422:22864dcaca0b. | |||||
