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
Bounds checks for setting annotation style.
Mitchell Foral
1
-8
/
+12
2020-07-16
Make EncodingFamily an enum class for more type safety.
Neil
1
-3
/
+3
2020-07-16
Add some const, constexpr.
Neil
1
-1
/
+1
2020-07-15
Feature [feature-requests:1368]. Add BraceMatchNext API.
Zufu Liu
1
-2
/
+2
2020-06-17
Simplify calls when known to be leaving a save point.
Neil
1
-2
/
+2
2020-06-12
Bug [#2141]. Implement end of line annotations.
Prakash Sahni
1
-0
/
+35
2020-05-03
Feature [feature-requests:1347]. Add InsertLines method to PerLine interface and
Neil
1
-0
/
+7
2020-04-08
Simplify PerLine, remove casts, use noexcept, const, & constexpr where possible.
Neil
1
-8
/
+8
2020-04-08
Feature [feature-requests:1344]. Add methods for iterating through the marker
Iain Clarke
1
-0
/
+8
2020-03-31
Pass argument as unique_ptr to show transfer of ownership. Add const and noex...
Neil
1
-3
/
+3
2020-03-26
Fix spelling mistakes.
Neil
1
-2
/
+2
2020-03-23
Replace const with constexpr where possible.
Neil
1
-4
/
+4
2020-03-23
perLineData is polymorphic so replace static_cast with dynamic_cast for better
Neil
1
-5
/
+5
2020-03-23
Drop possibility of Sci_Position, Sci::Line, Sci::Position not being ptrdiff_t.
Neil
1
-8
/
+8
2020-01-10
Bug [#2132]. Only check for LS/PS/NEL when Unicode line ends turned on.
Zufu Liu
1
-1
/
+1
2019-07-01
Use noexcept on Document where reasonable with no effect on external interface.
Neil
1
-48
/
+48
2019-06-28
Bug [#2116]. Fix deletion of isolated invalid bytes.
Zufu Liu
1
-11
/
+26
2019-04-26
Feature [feature-requests:#1238]. Simplify camel case forcing by checking only
Neil
1
-8
/
+0
2019-03-29
Feature [feature-requests:#1259]. Add SCI_SETCHARACTERCATEGORYOPTIMIZATION API
Neil
1
-1
/
+9
2019-03-20
Implement WStringFromUTF8 to simplify code that creates wstring objects for
Neil
1
-10
/
+2
2019-03-03
Use constexpr where reasonable and move groups of static functions into unnamed
Neil
1
-3
/
+3
2019-03-03
Use noexcept where reasonable.
Neil
1
-1
/
+1
2019-01-06
Bug [#2068]. Fix some clang-tidy warnings.
Zufu Liu
1
-1
/
+1
2019-01-03
Bug [#2073]. Stop GetCharacterAndWidth returning negative character value.
Zufu Liu
1
-2
/
+2
2018-10-17
Bug [#2051]. Correct return value from SCI_MARKERADD for invalid lines.
Neil
1
-1
/
+1
2018-10-16
Make damping work in ActionDuration.
Colomban Wendling
1
-1
/
+1
2018-10-15
Extract duration measurement damping and clamping into ActionDuration class so
Neil
1
-22
/
+25
2018-09-16
Use nullptr in Document where appropriate.
Neil
1
-10
/
+10
2018-09-16
Moved declaration to avoid warnings from linters.
Neil
1
-2
/
+2
2018-07-24
Fix reversion in revision 7063 which removed folding when changing code page.
Neil
1
-0
/
+1
2018-07-10
Optional indexing of line starts in UTF-8 documents by UTF-32 code points and
Neil
1
-0
/
+22
2018-06-10
Using noexcept for simple functions.
Neil
1
-6
/
+6
2018-06-10
Updated the code and comment for running a regex over multiple lines at once
Neil
1
-8
/
+14
2018-05-21
Draw invalid bytes in DBCS when detected as blobs in a similar way to UTF-8.
Neil Hodgson
1
-0
/
+87
2018-05-16
Use noexcept method to preserve noexcept.
Neil
1
-1
/
+1
2018-05-16
Fix regex crash reported with libstdc++ on macOS that occurs
Neil Hodgson
1
-7
/
+0
2018-05-14
Use string_view for UniConversion functions.
Neil
1
-4
/
+5
2018-05-14
Include <string_view> to allow future use in Platform interface and Unicode.
Neil
1
-0
/
+1
2018-05-03
Specify type of std::clamp to avoid casting arguments.
Neil
1
-1
/
+1
2018-04-26
Use <chrono> for platform-independent timing and remove ElapsedTime.
Neil
1
-4
/
+6
2018-04-22
Remove casts between char and unsigned char where possible.
Neil
1
-7
/
+7
2018-04-21
Tighten definition of regular expression iterators so they are noexcept and
Neil
1
-69
/
+96
2018-04-19
Casting changed in many places, due to change to 64-bit variables for 64-bit
Neil
1
-93
/
+96
2018-04-19
Remove casts by using harmonized types. Drop NUL termination that is not needed.
Neil
1
-16
/
+13
2018-04-17
Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2 GigaBytes.
Neil
1
-2
/
+7
2018-03-28
Templatize decorations to allow 32-bit or 64-bit positions.
Neil
1
-1
/
+1
2018-04-16
Determine if line start or end pattern before loop.
Neil
1
-5
/
+7
2018-04-13
Use 'override' for methods that are overridden.
Neil
1
-28
/
+28
2018-04-13
Fix bug with regular expression searches failing to match at line start or end.
Neil
1
-16
/
+4
2018-04-11
Remove workaround for problems with noexcept.
Neil
1
-10
/
+2
[next]