aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2019-05-08Backport: Use value-initialization and nullptr (for true pointers) to avoid '...Neil3-41/+25
2019-05-07Backport: Fix warnings from GCC 9 because of a deprecated implicitly-declared...Neil1-0/+7
2019-05-04Backport: Bug [#2102]. Explain behaviour when length argument longer than doc...Zufu Liu1-2/+3
2019-05-04Backport: Bug [#2102]. Allow length argument to be past end of document for S...Zufu Liu1-1/+1
2019-05-02Backport: Optimize SCI_GETTEXT by calling Document::GetCharRange instead of l...Neil2-6/+10
2019-05-27Backport: Feature [feature-requests:#1280]. Lexer added for X12.mitchell10-0/+397
2019-04-28Backport: Use const and noexcept for private methods.Neil1-6/+6
2019-04-28Backport: Fix analysis warnings for GlobalMemory class.Neil1-5/+5
2019-04-28Backport: Remove noexcept from Selection constructor as it allocates memory.Neil2-78/+78
2019-04-28Backport: Declare reading methods as noexcept where reasonable.Neil7-39/+39
2019-04-28Backport: Declare KeyMap::Clear() noexcept as called in destructor.Neil2-2/+2
2019-04-28Backport: Add UniqueString.cxx as UniqueStringCopy no longer defined in header.Neil1-0/+1
2019-04-26Backport: Feature [feature-requests:#1238]. Simplify case forcing with CaseFo...Neil1-29/+35
2019-04-26Backport: Feature [feature-requests:#1238]. Simplify camel case forcing by ch...Neil5-13/+14
2019-04-27Backport: Feature [feature-requests:#1279]. Removed invalid check when avoidi...Neil1-12/+7
2019-04-25Backport: Fix bug where changing identifier sets in lexers preserved previous...Neil2-0/+15
2019-04-25Backport: Add section for next release.Neil1-0/+8
2019-04-25Backport: Bug [#1238]. Removed redundant loop.Zufu Liu1-4/+0
2019-04-25Backport: Bug [#1223]. Removed duplicate code.Neil1-2/+1
2019-04-17Backport: Document the character values in SCNotification::ch for SCN_CHARADDED.Neil1-2/+5
2019-05-09Added tag rel-3-10-5 for changeset 59cfb7d5c8eemitchell1-0/+1
2019-05-09Updated version number for release.rel-3-10-5mitchell9-19/+30
2019-05-09Refactored backport checking tool to simultaneously check gcc-4.8 and clang 3.4.mitchell1-53/+118
2019-05-09Fixed bad backport involving noexcept default constructors for Clang 3.4.mitchell3-3/+3
2019-04-30Explicitly use GCC 4.8 when test compiling backports.mitchell2-207/+307
2019-04-30Fixed bad backport involving noexcept move constructors for GCC 4.8.mitchell1-4/+4
2019-04-27Fixed bad backport involving std::round and std::lround for older Mac OSX SDKs.mitchell4-10/+10
2019-04-17Updated LongTerm3 download links.mitchell1-5/+5
2019-04-17Fixed history formatting.mitchell1-2/+2
2019-04-17Added tag rel-3-10-4 for changeset 0c0ea9d3c2dfmitchell1-0/+1
2019-04-17Added Lua LPeg lexer changes to history.rel-3-10-4mitchell1-0/+6
2019-04-17Updated version number for release.mitchell8-14/+14
2019-04-17Updated BACKPORTING.mitchell1-0/+32
2019-04-17Backport: Bug [#2093]. For DBCS make result of "\x82\xCC" be 0x82CC instead o...Neil1-1/+1
2019-04-13Backport: Reordered items for next release.Neil1-10/+10
2019-04-12Backport: Bug [#2093]. Improve efficiency with single byte character sets.Zufu Liu2-2/+10
2019-04-11Backport: Bug [#2087]. Fix flickering when inserting primary selection on GTK...Neil2-14/+32
2019-04-11Backport: Bug [#2094]. Avoid exceptions by treating text as one-byte per char...Neil1-0/+6
2019-04-11Backport: Reorder change items to be similar to previous releases.Zufu Liu1-8/+8
2019-04-11Backport: Feature [feature-requests:#1277]. Support coloured text on Windows ...Zufu Liu2-3/+19
2019-04-10Backport: Bug [#2093]. Fix exception when inserting DBCS text.Zufu Liu2-8/+17
2019-04-10Backport: Use noexcept in CaseConvert as well as std::string_view::copy.Neil1-4/+4
2019-04-08Backport: Use native line ends for make dependencies files.Neil1-3/+4
2019-04-08Backport: Use noexcept where reasonable in ViewStyle.Neil2-33/+32
2019-04-08Backport: Rename FontNames to UniqueStringSet and move into UniqueString.Neil4-41/+49
2019-04-07Backport: Make XPM, RGBAImage, and LineMarker copyable and noexcept moveable.Neil3-48/+51
2019-04-07Backport: Feature [feature-requests:#1276]. Add SC_MARK_VERTICALBOOKMARK.Zufu Liu6-2/+19
2019-04-05Backport: Bug [#2095]. gtk: Accessible: emit the text deletion signal before ...Colomban Wendling3-9/+7
2019-04-05Backport: Bug [#2094]. gtk: Accessible: use the built-in character position c...Colomban Wendling4-25/+23
2019-04-06Backport: Updated dependencies for change set 7401 adding UniqueString.cxx.Neil3-0/+9