aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-06Backport: Updated link to long term branch.Neil1-1/+1
2019-04-17Backport: Move UniqueStringCopy into its own source file UniqueString.cxx to ...mitchell11-13/+43
2019-04-05Backport: Document adding source files.Neil2-0/+33
2019-04-05Backport: Feature [feature-requests:#1272]. Add API to set default fold displ...Neil12-11/+64
2019-04-03Backport: Help static analyzers with assert.Neil1-0/+2
2019-04-02Backport: Removed variable which duplicated meaning of earlier variable.Neil1-3/+2
2019-04-01Backport: Switch generation of make dependencies to Python scripts DepGen.py.Neil11-2346/+6110
2019-04-01Backport: Undo change set 7357. Remove *.deps from .hgeol file as won't be us...Neil1-1/+0
2019-03-31Backport: Added *.deps to native line ends which is same as *.mak.Neil1-0/+1
2019-03-31Backport: Feature [feature-requests:#1272]. Add FoldDisplayTextGetStyle to matchZufu Liu5-2/+16
2019-03-29Backport: Suppress warnings for safety initializations.Neil1-0/+3
2019-04-16Backport: Feature [feature-requests:#1259]. Add SCI_SETCHARACTERCATEGORYOPTIM...mitchell12-6/+115
2019-03-29Backport: Include "CharacterCategory.h" in all files that include "Document.h...Neil12-0/+13
2019-03-29Backport: Remove inclusion of "CharacterCategory.h" where not needed and add ...Neil3-2/+1
2019-04-08lexlua: Fixed rule order in YAML lexer.mitchell1-1/+1
2019-04-08lexlua: Fixed lack of highlighting strings in YAML.mitchell1-0/+1
2019-04-01Updated BACKPORTING.mitchell1-5/+50
2019-03-28Backport: Updated ScintillaFramework internationalization to fix warnings fro...Neil Hodgson2-8/+8
2019-03-27Backport: Updated dependencies for Win32.Neil2-70/+81
2019-03-28Backport: Use standard GDK_SELECTION_CLIPBOARD instead of interning "CLIPBOARD".Neil2-6/+3
2019-03-28Backport: Bug [#2087]. Fix flicker when inserting primary selection on GTK.Neil3-28/+48