aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Document.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-04-26Backport: Feature [feature-requests:#1238]. Simplify camel case forcing by ch...Neil1-8/+0
2019-04-16Backport: Feature [feature-requests:#1259]. Add SCI_SETCHARACTERCATEGORYOPTIM...mitchell1-1/+9
2019-03-20Backport: Implement WStringFromUTF8 to simplify code that creates wstring obj...Neil1-9/+2
2019-03-09Backport: Use constexpr where reasonable and move groups of static functions ...mitchell1-3/+3
2019-03-03Backport: Use noexcept where reasonable.Neil1-1/+1
2019-01-06Backport: Bug [#2068]. Fix some clang-tidy warnings.Zufu Liu1-1/+1
2019-01-03Backport: Bug [#2073]. Stop GetCharacterAndWidth returning negative character...Zufu Liu1-2/+2
2018-10-17Backport: Bug [#2051]. Correct return value from SCI_MARKERADD for invalid li...Neil1-1/+1
2018-10-16Backport: Make damping work in ActionDuration.Colomban Wendling1-1/+1
2018-10-15Backport: Extract duration measurement damping and clamping into ActionDurati...Neil1-22/+25
2018-09-16Backport: Use nullptr in Document where appropriate.Neil1-10/+10
2018-09-16Backport: Moved declaration to avoid warnings from linters.Neil1-2/+2
2018-07-24Backport: Fix reversion in revision 7063 which removed folding when changing ...Neil1-0/+1
2018-07-10Backport: Optional indexing of line starts in UTF-8 documents by UTF-32 code ...Neil1-0/+22
2018-06-10Backport: Using noexcept for simple functions.Neil1-6/+6
2018-06-10Backport: Updated the code and comment for running a regex over multiple line...Neil1-8/+14
2018-05-25Backport: Draw invalid bytes in DBCS when detected as blobs in a similar way ...mitchell1-0/+87
2018-05-16Backport: Use noexcept method to preserve noexcept.Neil1-1/+1
2018-05-16Backport: Fix regex crash reported with libstdc++ on macOS that occursNeil Hodgson1-7/+0
2018-05-06Backport: Use <chrono> for platform-independent timing and remove ElapsedTime...mitchell1-4/+6
2018-04-22Backport: Remove casts between char and unsigned char where possible.Neil1-7/+7
2018-04-21Backport: Tighten definition of regular expression iterators so they are noex...Neil1-69/+96
2018-04-19Backport: Casting changed in many places, due to change to 64-bit variables f...Neil1-91/+94
2018-04-19Backport: Remove casts by using harmonized types. Drop NUL termination that i...Neil1-16/+13
2018-05-05Backport: Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2...mitchell1-3/+8
2018-03-28Backport: Templatize decorations to allow 32-bit or 64-bit positions.Neil1-1/+1
2018-04-16Backport: Determine if line start or end pattern before loop.Neil1-5/+7
2018-04-13Backport: Use 'override' for methods that are overridden.Neil1-28/+28
2018-04-13Backport: Fix bug with regular expression searches failing to match at line s...Neil1-16/+4
2018-04-11Backport: Remove workaround for problems with noexcept.Neil1-10/+2
2018-05-05Backport: Split decorations into interface and implementation.mitchell1-4/+6
2018-03-27Backport: Return a FillResult struct from RunStyles::FillRange instead of mod...Neil1-4/+4
2018-05-05Backport: Feature [feature-requests:#1212]. Move Unicode conversions into Uni...mitchell1-1/+0
2018-05-05Backport: Feature [feature-requests:#1211]. Use pre-computed table for UTF8By...mitchell1-2/+0
2018-03-09Backport: Use Position/Line/int more accurately in preparation for large docu...Neil1-6/+6
2018-03-01Backport: Mark variables as const where simple.Neil1-49/+49
2018-02-02Backport: Implement SC_DOCUMENTOPTION_STYLES_NONE.Neil1-1/+2
2018-01-28Backport: Use std::abs in preference to abs as std::abs is generic and abs ca...Neil1-1/+2
2017-12-13Backport: Use explicit typedefs instead of deprecated derivation from std::it...Greg Smith1-3/+21
2017-10-16Backport: Use const for interface CharacterIndexer and its implementation Doc...Neil1-3/+3
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and f...Neil1-12/+0
2017-08-28Backport: New header ILoader.h defines ILoader interface as it does not belon...Neil1-0/+1
2017-07-09Backport: Bug [#1955]. The data parameter to ILoader::AddData made const.Justin Dailey1-1/+1
2017-06-22Backport: Cast between Sci_Position.h types used for lexers and Position.h ty...Neil1-72/+83
2017-06-19Backport: The default encoding is now UTF-8.Neil1-1/+1
2017-06-12Backport: Removed unused functions and methods from Platform.h.Neil1-1/+1
2017-05-21Use unique_ptr and forward_list to regularize PerLine data structures.Neil1-0/+1
2017-05-10Use unique_ptr fpr Partitioning, RunStyles, SparseVector, PositionCache andNeil1-43/+58
2017-05-02More consistent use of size_t when converting Unicode formats.Neil1-1/+1
2017-04-29Use std::unique_ptr, std::vector, and move construction to simplify UndoHistoryNeil1-3/+3