index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
sciteco-rel-5-5-8
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
Document.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-21
Backport: Bounds checks for setting annotation style.
Mitchell Foral
1
-8
/
+12
2020-07-16
Backport: Make EncodingFamily an enum class for more type safety.
Neil
1
-3
/
+3
2020-07-16
Backport: Add some const, constexpr.
Neil
1
-1
/
+1
2020-07-15
Backport: Feature [feature-requests:1368]. Add BraceMatchNext API.
Zufu Liu
1
-2
/
+2
2020-06-17
Backport: Simplify calls when known to be leaving a save point.
Neil
1
-2
/
+2
2020-06-12
Backport: Bug [#2141]. Implement end of line annotations.
Prakash Sahni
1
-0
/
+35
2020-05-03
Backport: Feature [feature-requests:1347]. Add InsertLines method to PerLine ...
Neil
1
-0
/
+7
2020-04-08
Backport: Simplify PerLine, remove casts, use noexcept, const, & constexpr wh...
Neil
1
-8
/
+8
2020-04-08
Backport: Feature [feature-requests:1344]. Add methods for iterating through ...
Iain Clarke
1
-0
/
+8
2020-04-05
Backport: Pass argument as unique_ptr to show transfer of ownership. Add cons...
mitchell
1
-3
/
+3
2020-03-26
Backport: Fix spelling mistakes.
Neil
1
-2
/
+2
2020-03-23
Backport: Replace const with constexpr where possible.
Neil
1
-4
/
+4
2020-03-23
Backport: perLineData is polymorphic so replace static_cast with dynamic_cast...
Neil
1
-5
/
+5
2020-03-23
Backport: Drop possibility of Sci_Position, Sci::Line, Sci::Position not bein...
Neil
1
-8
/
+8
2020-01-10
Backport: Bug [#2132]. Only check for LS/PS/NEL when Unicode line ends turned...
Zufu Liu
1
-1
/
+1
2020-01-05
Added Sci::make_unique() and Sci::size() for better compatibility with the de...
mitchell
1
-5
/
+5
2019-07-01
Backport: Use noexcept on Document where reasonable with no effect on externa...
Neil
1
-47
/
+47
2019-06-28
Backport: Bug [#2116]. Fix deletion of isolated invalid bytes.
Zufu Liu
1
-11
/
+26
2019-04-26
Backport: Feature [feature-requests:#1238]. Simplify camel case forcing by ch...
Neil
1
-8
/
+0
2019-04-16
Backport: Feature [feature-requests:#1259]. Add SCI_SETCHARACTERCATEGORYOPTIM...
mitchell
1
-1
/
+9
2019-03-20
Backport: Implement WStringFromUTF8 to simplify code that creates wstring obj...
Neil
1
-9
/
+2
2019-03-09
Backport: Use constexpr where reasonable and move groups of static functions ...
mitchell
1
-3
/
+3
2019-03-03
Backport: Use noexcept where reasonable.
Neil
1
-1
/
+1
2019-01-06
Backport: Bug [#2068]. Fix some clang-tidy warnings.
Zufu Liu
1
-1
/
+1
2019-01-03
Backport: Bug [#2073]. Stop GetCharacterAndWidth returning negative character...
Zufu Liu
1
-2
/
+2
2018-10-17
Backport: Bug [#2051]. Correct return value from SCI_MARKERADD for invalid li...
Neil
1
-1
/
+1
2018-10-16
Backport: Make damping work in ActionDuration.
Colomban Wendling
1
-1
/
+1
2018-10-15
Backport: Extract duration measurement damping and clamping into ActionDurati...
Neil
1
-22
/
+25
2018-09-16
Backport: Use nullptr in Document where appropriate.
Neil
1
-10
/
+10
2018-09-16
Backport: Moved declaration to avoid warnings from linters.
Neil
1
-2
/
+2
2018-07-24
Backport: Fix reversion in revision 7063 which removed folding when changing ...
Neil
1
-0
/
+1
2018-07-10
Backport: Optional indexing of line starts in UTF-8 documents by UTF-32 code ...
Neil
1
-0
/
+22
2018-06-10
Backport: Using noexcept for simple functions.
Neil
1
-6
/
+6
2018-06-10
Backport: Updated the code and comment for running a regex over multiple line...
Neil
1
-8
/
+14
2018-05-25
Backport: Draw invalid bytes in DBCS when detected as blobs in a similar way ...
mitchell
1
-0
/
+87
2018-05-16
Backport: Use noexcept method to preserve noexcept.
Neil
1
-1
/
+1
2018-05-16
Backport: Fix regex crash reported with libstdc++ on macOS that occurs
Neil Hodgson
1
-7
/
+0
2018-05-06
Backport: Use <chrono> for platform-independent timing and remove ElapsedTime...
mitchell
1
-4
/
+6
2018-04-22
Backport: Remove casts between char and unsigned char where possible.
Neil
1
-7
/
+7
2018-04-21
Backport: Tighten definition of regular expression iterators so they are noex...
Neil
1
-69
/
+96
2018-04-19
Backport: Casting changed in many places, due to change to 64-bit variables f...
Neil
1
-91
/
+94
2018-04-19
Backport: Remove casts by using harmonized types. Drop NUL termination that i...
Neil
1
-16
/
+13
2018-05-05
Backport: Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2...
mitchell
1
-3
/
+8
2018-03-28
Backport: Templatize decorations to allow 32-bit or 64-bit positions.
Neil
1
-1
/
+1
2018-04-16
Backport: Determine if line start or end pattern before loop.
Neil
1
-5
/
+7
2018-04-13
Backport: Use 'override' for methods that are overridden.
Neil
1
-28
/
+28
2018-04-13
Backport: Fix bug with regular expression searches failing to match at line s...
Neil
1
-16
/
+4
2018-04-11
Backport: Remove workaround for problems with noexcept.
Neil
1
-10
/
+2
2018-05-05
Backport: Split decorations into interface and implementation.
mitchell
1
-4
/
+6
2018-03-27
Backport: Return a FillResult struct from RunStyles::FillRange instead of mod...
Neil
1
-4
/
+4
[next]